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

Last change on this file since 68 was 68, 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: 365 bytes
Line 
1# $Id: Makefile.kmk 68 2004-05-29 06:16:13Z 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
17#include $(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.