source: trunk/kBuild/Examples/Program/Makefile@ 132

Last change on this file since 132 was 74, 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: 219 bytes
Line 
1# $Id: Makefile 74 2004-05-31 02:19:05Z bird $
2
3#
4# This is an example makefile.
5#
6
7TOOL = GCC
8PROGRAMS = helloworld hello world
9helloworld_SOURCES = hello.c
10hello_SOURCES = hello.c
11world_SOURCES = hello.c
12
13DEPTH = ../../..
14include $(DEPTH)/kBuild/rules.kMk
15
Note: See TracBrowser for help on using the repository browser.