Project

General

Profile

Statistics
| Revision:

root / proj / DR.mk @ 279

History | View | Annotate | Download (606 Bytes)

1 152 up20180642
PROG=proj
2
3 177 up20180642
.PATH: ${.CURDIR}/src
4 278 up20180642
.PATH: ${.CURDIR}/libs/peripherals/src
5
.PATH: ${.CURDIR}/libs/classes/src
6 279 up20180642
.PATH: ${.CURDIR}/libs/utils/src
7 177 up20180642
8 275 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
9 279 up20180642
IPATHS=-I./include -I./libs/peripherals/include -I./libs/classes/include -I./libs/utils/include -I./maps -I./media/xpm
10 152 up20180642
11 278 up20180642
CPPFLAGS += -pedantic ${IPATHS} -D LCOM_MACRO -D DIOGO #-D __LCOM_OPTIMIZED_
12 152 up20180642
13
DPADD += ${LIBLCF}
14
LDADD += -llcf
15
16
.include <minix.lcom.mk>