summaryrefslogtreecommitdiff
path: root/APACHE_1_3_42/src/NWGNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'APACHE_1_3_42/src/NWGNUmakefile')
-rw-r--r--APACHE_1_3_42/src/NWGNUmakefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/APACHE_1_3_42/src/NWGNUmakefile b/APACHE_1_3_42/src/NWGNUmakefile
new file mode 100644
index 0000000000..60a7461b5d
--- /dev/null
+++ b/APACHE_1_3_42/src/NWGNUmakefile
@@ -0,0 +1,34 @@
+#
+# Declare the sub-directories to be built here
+#
+
+SUBDIRS = \
+ ap \
+ regex \
+ os\netware \
+ modules \
+ main \
+ support \
+ lib\expat-lite \
+ $(EOLIST)
+
+#
+# Get the 'head' of the build environment. This includes default targets and
+# paths to tools
+#
+
+include $(AP_WORK)\NWGNUhead.inc
+
+#
+# build this level's files
+
+ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
+include NWGNUmakefile.mak
+endif
+
+#
+# You can use this target if all that is needed is to copy files to the
+# installation area
+#
+install :: nlms FORCE
+