summaryrefslogtreecommitdiff
path: root/example/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 12:38:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 12:38:03 +0000
commit376a0e0cc4c3deef4bbea734761ed2cc868d2e7e (patch)
treed6a82488d8403f400035e5acee55cd87afde05ac /example/test/Makefile
parent527c18b061466a7d0ebde53e761d94775ebc8324 (diff)
downloadbuildsystem-376a0e0cc4c3deef4bbea734761ed2cc868d2e7e.tar.gz
buildsystem-376a0e0cc4c3deef4bbea734761ed2cc868d2e7e.tar.bz2
An example buildsystem, using the core makefiles
svn path=/trunk/tools/buildsystem/; revision=6832
Diffstat (limited to 'example/test/Makefile')
-rw-r--r--example/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/test/Makefile b/example/test/Makefile
new file mode 100644
index 0000000..a91e328
--- /dev/null
+++ b/example/test/Makefile
@@ -0,0 +1,4 @@
+# Test sources in this directory
+DIR_TEST_SOURCES := foo.c
+
+include build/makefiles/Makefile.subdir