summaryrefslogtreecommitdiff
path: root/autosetup/default.auto
diff options
context:
space:
mode:
Diffstat (limited to 'autosetup/default.auto')
-rw-r--r--autosetup/default.auto25
1 files changed, 25 insertions, 0 deletions
diff --git a/autosetup/default.auto b/autosetup/default.auto
new file mode 100644
index 0000000..b36e0f8
--- /dev/null
+++ b/autosetup/default.auto
@@ -0,0 +1,25 @@
+# Copyright (c) 2012 WorkWare Systems http://www.workware.net.au/
+# All rights reserved
+
+# Auto-load module for 'make' build system integration
+
+use init
+
+autosetup_add_init_type make {Simple "make" build system} {
+ autosetup_check_create auto.def \
+{# Initial auto.def created by 'autosetup --init=make'
+
+use cc
+
+# Add any user options here
+options {
+}
+
+make-config-header config.h
+make-template Makefile.in
+}
+
+ if {![file exists Makefile.in]} {
+ puts "Note: I don't see Makefile.in. You will probably need to create one."
+ }
+}