Subversion Repositories shark

Rev

Rev 241 | Rev 263 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The Frame Buffer Device

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = first

OBJS_PATH     = $(BASE)/ports/first

FIRST = first-contract.o first-server.o first-sync.o \
        ./modules/grubstar.o ./modules/posixstar.o \
        ./modules/edfstar.o ./modules/rmstar.o

OBJS = $(FIRST)

C_OPT += -I./include -I. -I..

include $(BASE)/config/lib.mk