source:
trunk/kBuild/Examples/Library/Makefile@
145
Last change on this file since 145 was 78, checked in by , 21 years ago | |
---|---|
|
|
File size: 174 bytes |
Line | |
---|---|
1 | # $Id: Makefile 78 2004-06-01 01:07:24Z bird $ |
2 | |
3 | # |
4 | # Library example file. |
5 | # |
6 | |
7 | |
8 | TEMPLATE := mylib |
9 | LIBRARIES := libHello |
10 | libHello_SOURCES := hello.c |
11 | |
12 | DEPTH = ../../.. |
13 | include $(DEPTH)/kBuild/rules.kmk |
14 |
Note:
See TracBrowser
for help on using the repository browser.