Revision 284
changed more stuff
Makefile | ||
---|---|---|
1 | 1 |
PROG=proj |
2 | 2 |
|
3 | 3 |
.PATH: ${.CURDIR}/src |
4 |
.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 |
.PATH: ${.CURDIR}/libs/classes/src |
|
10 |
.PATH: ${.CURDIR}/libs/utils/src |
|
4 | 11 |
|
5 |
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 |
|
12 |
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 makecode_map.c |
|
13 |
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 |
|
6 | 14 |
|
7 |
CPPFLAGS += -pedantic -I./include -I./maps -I./media/xpm -D LCOM_MACRO -D __LCOM_OPTIMIZED_
|
|
15 |
CPPFLAGS += -pedantic ${IPATHS} -D LCOM_MACRO #-D __LCOM_OPTIMIZED_
|
|
8 | 16 |
|
17 |
|
|
9 | 18 |
DPADD += ${LIBLCF} |
10 | 19 |
LDADD += -llcf |
11 | 20 |
|
Also available in: Unified diff