Rev 1012 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
221 | giacomo | 1 | # The Frame Buffer Device |
2 | ifndef BASE |
||
3 | BASE=../.. |
||
4 | endif |
||
5 | |||
6 | include $(BASE)/config/config.mk |
||
7 | |||
8 | LIBRARY = first |
||
9 | |||
10 | OBJS_PATH = $(BASE)/ports/first |
||
11 | |||
953 | trimarchi | 12 | FIRST = first-contract.o first-server.o first-sync.o server-task.o first-error.o \ |
991 | trimarchi | 13 | ./modules/grubstar.o ./modules/posixstar.o ./modules/fedfstar.o ./modules/cbsnhstar.o \ |
324 | giacomo | 14 | ./modules/edfstar.o ./modules/cbsstar.o ./modules/rmstar.o \ |
909 | trimarchi | 15 | ./modules/nonestar.o ./modules/pistar.o ./modules/tdstar.o |
221 | giacomo | 16 | |
17 | OBJS = $(FIRST) |
||
18 | |||
881 | trimarchi | 19 | C_OPT += -I./fsf_include -I./include -I. -I.. |
221 | giacomo | 20 | |
21 | include $(BASE)/config/lib.mk |