Revision 278
organizing stuff
DR.mk | ||
---|---|---|
1 | 1 |
PROG=proj |
2 | 2 |
|
3 | 3 |
.PATH: ${.CURDIR}/src |
4 |
.PATH: ${.CURDIR}/libs/peripherals/src |
|
5 |
.PATH: ${.CURDIR}/libs/classes/src |
|
4 | 6 |
|
5 | 7 |
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 |
8 |
IPATHS=-I./include -I./libs/peripherals/include -I./libs/classes/include -I./maps -I./media/xpm |
|
6 | 9 |
|
7 |
CPPFLAGS += -pedantic -I./include -I./maps -I./media/xpm -D LCOM_MACRO -D DIOGO #-D __LCOM_OPTIMIZED_
|
|
10 |
CPPFLAGS += -pedantic ${IPATHS} -D LCOM_MACRO -D DIOGO #-D __LCOM_OPTIMIZED_
|
|
8 | 11 |
|
9 | 12 |
DPADD += ${LIBLCF} |
10 | 13 |
LDADD += -llcf |
Also available in: Unified diff