source: trunk/kBuild/Examples/Library/Makefile@ 73

Last change on this file since 73 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
8TEMPLATE := mylib
9LIBRARIES := libHello
10libHello_SOURCES := hello.c
11libHello_TEMPLATE := mylib
12
13DEPTH = ../../..
14include $(DEPTH)/kBuild/rules.kmk
15
Note: See TracBrowser for help on using the repository browser.