source: trunk/pin/makefile.kmk@ 4

Last change on this file since 4 was 4, checked in by bart, 18 years ago

moved to kbuild as make system now.

File size: 531 bytes
Line 
1DEPTH = ..
2include $(PATH_KBUILD)/header.kmk
3PROGRAMS = pin \
4 ppdenc
5pin_TOOL = VAC308
6pin_SOURCES =src/afm2pak.c \
7 src/config.c \
8 src/conv_afm.c \
9 src/conv_ppd.c \
10 src/driverea.c \
11 src/listdevn.c \
12 src/listfls.c \
13 src/listreqf.c \
14 src/pinmain.c \
15 src/ppd2pak.c
16pin_CFLAGS = -Ss -Iinclude
17
18ppdenc_TOOL =VAC308
19ppdenc_SOURCES= src/ppdenc.c \
20 src/listfls.c
21ppdenc_CFLAGS = -Ss -Iinclude
22include $(PATH_KBUILD)/footer.kmk
Note: See TracBrowser for help on using the repository browser.