Project

General

Profile

Statistics
| Revision:

root / proj / TB.mk @ 178

History | View | Annotate | Download (314 Bytes)

1
PROG=proj
2

    
3
.PATH: ${.CURDIR}/src
4

    
5
SRCS= proj.c graph.c sprite.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c rectangle.c
6

    
7
CPPFLAGS += -pedantic -I./include -I./bmp -I./xpm -D TELMO #-D __LCOM_OPTIMIZED_
8

    
9
DPADD += ${LIBLCF}
10
LDADD += -llcf
11

    
12
.include <minix.lcom.mk>