Last change
on this file since 132 was 74, 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:
219 bytes
|
Line | |
---|
1 | # $Id: Makefile 74 2004-05-31 02:19:05Z bird $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # This is an example makefile.
|
---|
5 | #
|
---|
6 |
|
---|
7 | TOOL = GCC
|
---|
8 | PROGRAMS = helloworld hello world
|
---|
9 | helloworld_SOURCES = hello.c
|
---|
10 | hello_SOURCES = hello.c
|
---|
11 | world_SOURCES = hello.c
|
---|
12 |
|
---|
13 | DEPTH = ../../..
|
---|
14 | include $(DEPTH)/kBuild/rules.kMk
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.