|
Last change
on this file since 198 was 198, checked in by bird, 20 years ago |
|
kBuild makefile.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
335 bytes
|
| Line | |
|---|
| 1 | # $Id: Makefile.kmk 198 2004-12-17 04:51:47Z bird $
|
|---|
| 2 |
|
|---|
| 3 | PROGRAMS = kDepCCxx
|
|---|
| 4 |
|
|---|
| 5 | kDepCCxx_TOOL.os2 = GCC3OMF
|
|---|
| 6 | kDepCCxx_LDFLAGS.os2 = -Zhigh-mem -Zstack=1024
|
|---|
| 7 | kDepCCxx_DEFS =
|
|---|
| 8 | kDepCCxx_DEFS.os2 = NO_X11 __UNIXOS2__ OBJSUFFIX=\".obj\"
|
|---|
| 9 | kDepCCxx_SOURCES = \
|
|---|
| 10 | main.c \
|
|---|
| 11 | cppsetup.c \
|
|---|
| 12 | ifparser.c \
|
|---|
| 13 | include.c \
|
|---|
| 14 | parse.c \
|
|---|
| 15 | pr.c
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | DEPTH = ../..
|
|---|
| 19 | include $(PATH_KBUILD)/rules.kmk
|
|---|
| 20 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.