source: trunk/kBuild/doc/example1/libhello/Makefile.kmk

Last change on this file was 2343, checked in by bird, 16 years ago

doc/example1: create a simple example config.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 490 bytes
Line 
1# $Id: Makefile.kmk 2343 2009-04-19 21:44:50Z bird $
2## @file
3# kBuild Example no. 1 - libhello/Makefile.kmk - The libhello sub-makefile.
4#
5
6#
7# The author disclaims copyright to this example script and places
8# it in the public domain.
9#
10# include full-legal-disclaimer.kmk
11#
12
13SUB_DEPTH = ..
14include $(KBUILD_PATH)/subheader.kmk
15
16#
17# The targets.
18#
19LIBRARIES += libhello
20
21#
22# The hello world library.
23#
24libhello_TEMPLATE = ExampleNo1Exe
25libhello_SOURCES = libhello.c
26
27## @todo Create a DLL variant.
28
29include $(FILE_KBUILD_SUB_FOOTER)
30
Note: See TracBrowser for help on using the repository browser.