source: trunk/kBuild/Examples/Outline/Makefile.kmk@ 72

Last change on this file since 72 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: 364 bytes
Line 
1# $Id: Makefile.kmk 72 2004-05-30 06:16:41Z bird $
2
3#
4# This is an example makefile.
5#
6
7DEPTH = ../../..
8include $(DEPTH)/kBuild/header.kMk
9
10PROGRAMS = helloworld hello world
11helloworld_SOURCES = hello.c
12hello_SOURCES = hello.c
13world_SOURCES = hello.c
14
15LIBRARIES = helloworld
16
17include $(DEPTH)/kBuild/footer.kMk
18
19ok:
20 @echo _CFGFILES: $(_CFGFILES)
21 @echo _CFGFILE: $(_CFGFILE)
22# @echo _CFGDIR: $(_CFGDIR)
23
Note: See TracBrowser for help on using the repository browser.