Last change
on this file since 68 was 68, checked in by bird, 21 years ago |
..
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
365 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 68 2004-05-29 06:16:13Z bird $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # This is an example makefile.
|
---|
5 | #
|
---|
6 |
|
---|
7 | DEPTH = ../../..
|
---|
8 | include $(DEPTH)/kBuild/header.kMk
|
---|
9 |
|
---|
10 | PROGRAMS = helloworld hello world
|
---|
11 | helloworld_SOURCES = hello.c
|
---|
12 | hello_SOURCES = hello.c
|
---|
13 | world_SOURCES = hello.c
|
---|
14 |
|
---|
15 | LIBRARIES = helloworld
|
---|
16 |
|
---|
17 | #include $(DEPTH)/kBuild/footer.kMk
|
---|
18 |
|
---|
19 | ok:
|
---|
20 | @echo _CFGFILES: $(_CFGFILES)
|
---|
21 | @echo _CFGFILE: $(_CFGFILE)
|
---|
22 | # @echo _CFGDIR: $(_CFGDIR)
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.