summaryrefslogtreecommitdiff
path: root/build/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-06 20:51:56 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-06 20:51:56 +0000
commit7c5953b8d8b96496247cdaae2dacf2af6bcb82ff (patch)
treead00b68b4303a606f890d7880430eb74b841cc8c /build/NWGNUmakefile
parent09bd4f413458530ac74fbd5d00d8c1a805a80a8f (diff)
downloadapr-7c5953b8d8b96496247cdaae2dacf2af6bcb82ff.tar.gz
some more NetWare build improvements.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@791610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r--build/NWGNUmakefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index 0642e186c..34ce19b9a 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -31,7 +31,7 @@ nlms :: $(APR)/aprlib.imp
$(APR)/aprlib.imp : make_nw_export.awk nw_export.i
@echo Generating $@
- $(AWK) -f $^ | sort >$@
+ $(AWK) -v EXPPREFIX=APR$(VERSION_MAJMIN) -f $^ | sort >$@
nw_export.i : nw_export.inc $(FILES_prebuild_headers) $(NLM_NAME)_cc.opt
@echo Generating $@
@@ -98,4 +98,11 @@ clean ::
$(CHK) $(subst /,\,$(EXPAT_SRC))\config.h $(DEL) $(subst /,\,$(EXPAT_SRC))\config.h
$(CHK) $(subst /,\,$(EXPAT_SRC))\expat.h $(DEL) $(subst /,\,$(EXPAT_SRC))\expat.h
# $(CHK) $(subst /,\,$(APRXML))\expat_config.h $(DEL) $(subst /,\,$(APRXML))\expat_config.h
+
+#
+# Include the 'tail' makefile that has targets that depend on variables defined
+# in this makefile
+#
+
+include $(AP_WORK)\build\NWGNUtail.inc