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

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