Last change
on this file since 76 was 72, 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:
211 bytes
|
Line | |
---|
1 | # $Id: Makefile 72 2004-05-30 06:16:41Z bird $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Library example file.
|
---|
5 | #
|
---|
6 |
|
---|
7 |
|
---|
8 | TEMPLATE := mylib
|
---|
9 | LIBRARIES := libHello
|
---|
10 | libHello_SOURCES := hello.c
|
---|
11 | libHello_TEMPLATE := mylib
|
---|
12 |
|
---|
13 | DEPTH = ../../..
|
---|
14 | include $(DEPTH)/kBuild/rules.kmk
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.