root / proj / DR.mk @ 291
History | View | Annotate | Download (832 Bytes)
1 | 152 | up20180642 | PROG=proj |
---|---|---|---|
2 | |||
3 | 177 | up20180642 | .PATH: ${.CURDIR}/src |
4 | 284 | up20180642 | .PATH: ${.CURDIR}/libs/graph/src |
5 | .PATH: ${.CURDIR}/libs/kbc/src |
||
6 | .PATH: ${.CURDIR}/libs/rtc/src |
||
7 | .PATH: ${.CURDIR}/libs/timer/src |
||
8 | .PATH: ${.CURDIR}/libs/uart/src |
||
9 | 278 | up20180642 | .PATH: ${.CURDIR}/libs/classes/src |
10 | 279 | up20180642 | .PATH: ${.CURDIR}/libs/utils/src |
11 | 177 | up20180642 | |
12 | 291 | up20180642 | SRCS= proj.c list.c queue.c graph.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c rectangle.c font.c xpm_utils.c ent.c rtc.c uart.c hltp.c makecode_map.c menu.c |
13 | 284 | up20180642 | IPATHS=-I./include -I./libs/graph/include -I./libs/kbc/include -I./libs/rtc/include -I./libs/timer/include -I./libs/uart/include -I./libs/classes/include -I./libs/utils/include -I./maps -I./media/xpm |
14 | 152 | up20180642 | |
15 | 284 | up20180642 | CPPFLAGS += -pedantic ${IPATHS} -D LCOM_MACRO #-D __LCOM_OPTIMIZED_ |
16 | CPPFLAGS += -D DIOGO |
||
17 | 152 | up20180642 | |
18 | DPADD += ${LIBLCF} |
||
19 | LDADD += -llcf |
||
20 | |||
21 | .include <minix.lcom.mk> |