aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello/build/bootstrap.make
diff options
context:
space:
mode:
Diffstat (limited to 'examples/m4/libhello/build/bootstrap.make')
-rw-r--r--examples/m4/libhello/build/bootstrap.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/m4/libhello/build/bootstrap.make b/examples/m4/libhello/build/bootstrap.make
new file mode 100644
index 0000000..7288d7b
--- /dev/null
+++ b/examples/m4/libhello/build/bootstrap.make
@@ -0,0 +1,8 @@
+# file : examples/m4/hello/libhello/build/bootstrap.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+project_name := libhello
+
+include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make