Project

General

Profile

Statistics
| Revision:

root / proj / TB.mk @ 270

History | View | Annotate | Download (401 Bytes)

1 152 up20180642
PROG=proj
2
3 177 up20180642
.PATH: ${.CURDIR}/src
4
5 270 up20180655
SRCS= proj.c list.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 test7.c uart.c hltp.c makecode_map.c
6 152 up20180642
7 221 up20180642
CPPFLAGS += -pedantic -I./include -I./maps -I./media/xpm -D LCOM_MACRO -D TELMO #-D __LCOM_OPTIMIZED_
8 152 up20180642
9
DPADD += ${LIBLCF}
10
LDADD += -llcf
11
12
.include <minix.lcom.mk>