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 | |
---|
1 | DEPTH = ..
|
---|
2 | include $(PATH_KBUILD)/header.kmk
|
---|
3 | PROGRAMS = pin \
|
---|
4 | ppdenc
|
---|
5 | pin_TOOL = VAC308
|
---|
6 | pin_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
|
---|
16 | pin_CFLAGS = -Ss -Iinclude
|
---|
17 |
|
---|
18 | ppdenc_TOOL =VAC308
|
---|
19 | ppdenc_SOURCES= src/ppdenc.c \
|
---|
20 | src/listfls.c
|
---|
21 | ppdenc_CFLAGS = -Ss -Iinclude
|
---|
22 | include $(PATH_KBUILD)/footer.kmk
|
---|
Note:
See
TracBrowser
for help on using the repository browser.