summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NWGNUmakefile28
-rw-r--r--modules/aaa/NWGNUauthbasc6
-rw-r--r--modules/aaa/NWGNUauthdigt6
-rw-r--r--modules/aaa/NWGNUauthform10
-rw-r--r--modules/aaa/NWGNUauthnsocache1
-rw-r--r--modules/aaa/NWGNUauthzdbd2
-rw-r--r--modules/aaa/NWGNUauthzusr6
-rw-r--r--modules/ssl/NWGNUmakefile2
-rw-r--r--support/NWGNUhtcacheclean22
9 files changed, 38 insertions, 45 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 9db13001f7..f91b8f424e 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -62,15 +62,15 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/modules/aaa/ \
- $(AP_WORK)/modules/core \
- $(AP_WORK)/modules/filters/ \
- $(AP_WORK)/modules/generators/ \
- $(AP_WORK)/modules/http/ \
- $(AP_WORK)/modules/loggers/ \
- $(AP_WORK)/modules/mappers/ \
- $(AP_WORK)/modules/proxy/ \
- $(AP_WORK)/modules/ssl/ \
+ $(STDMOD)/aaa \
+ $(STDMOD)/core \
+ $(STDMOD)/filters \
+ $(STDMOD)/generators \
+ $(STDMOD)/http \
+ $(STDMOD)/loggers \
+ $(STDMOD)/mappers \
+ $(STDMOD)/proxy \
+ $(STDMOD)/ssl \
$(AP_WORK)/server/mpm/netware \
$(PCRE) \
$(NWOS) \
@@ -158,7 +158,7 @@ NLM_DESCRIPTION = Apache Web Server $(VERSION_STR) $(VERSION_SKT)
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = Apache
+NLM_THREAD_NAME = $(NLM_NAME)
#
# This is used by the '-screenname' directive. If left blank,
@@ -210,7 +210,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)/Apache2.nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
@@ -431,9 +431,9 @@ installdev :: FORCE
-copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\$(BASEDIR)\lib\*.*
prebuild :: FORCE
- $(MAKE) -C server -f NWGNUmakefile
- $(MAKE) -C srclib/pcre -f NWGNUmakefile
- $(CHKNOT) $(PREBUILD_INST)\nul mkdir $(PREBUILD_INST)
+ $(MAKE) -C $(SERVER) -f NWGNUmakefile
+ $(MAKE) -C $(PCRE) -f NWGNUmakefile
+ $(CHKNOT) $(subst /,\,$(PREBUILD_INST))\nul mkdir $(subst /,\,$(PREBUILD_INST))
-copy $(AP_WORK)\server\$(OBJDIR)\*.nlm $(PREBUILD_INST)\*.*
-copy $(PCRE)\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.*
diff --git a/modules/aaa/NWGNUauthbasc b/modules/aaa/NWGNUauthbasc
index d397b01db3..a24fa29b31 100644
--- a/modules/aaa/NWGNUauthbasc
+++ b/modules/aaa/NWGNUauthbasc
@@ -16,12 +16,10 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(NWOS) \
$(EOLIST)
#
diff --git a/modules/aaa/NWGNUauthdigt b/modules/aaa/NWGNUauthdigt
index f35944aa7a..1ed1f04527 100644
--- a/modules/aaa/NWGNUauthdigt
+++ b/modules/aaa/NWGNUauthdigt
@@ -16,12 +16,10 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(NWOS) \
$(EOLIST)
#
diff --git a/modules/aaa/NWGNUauthform b/modules/aaa/NWGNUauthform
index 6f052e6319..a54266d373 100644
--- a/modules/aaa/NWGNUauthform
+++ b/modules/aaa/NWGNUauthform
@@ -16,14 +16,12 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
- $(AP_WORK)/modules/session \
- $(AP_WORK)/modules/filters \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(NWOS) \
+ $(STDMOD)/session \
+ $(STDMOD)/filters \
$(EOLIST)
#
diff --git a/modules/aaa/NWGNUauthnsocache b/modules/aaa/NWGNUauthnsocache
index 2792f495d5..64e8e5baf6 100644
--- a/modules/aaa/NWGNUauthnsocache
+++ b/modules/aaa/NWGNUauthnsocache
@@ -20,7 +20,6 @@ XINCDIRS += \
$(APRUTIL)/include \
$(AP_WORK)/include \
$(NWOS) \
- $(AP_WORK)/modules/database \
$(EOLIST)
#
diff --git a/modules/aaa/NWGNUauthzdbd b/modules/aaa/NWGNUauthzdbd
index 115fbdb22f..492f92d1c0 100644
--- a/modules/aaa/NWGNUauthzdbd
+++ b/modules/aaa/NWGNUauthzdbd
@@ -20,7 +20,7 @@ XINCDIRS += \
$(APRUTIL)/include \
$(AP_WORK)/include \
$(NWOS) \
- $(AP_WORK)/modules/database \
+ $(STDMOD)/database \
$(EOLIST)
#
diff --git a/modules/aaa/NWGNUauthzusr b/modules/aaa/NWGNUauthzusr
index 6774c4845b..2eab6f04a5 100644
--- a/modules/aaa/NWGNUauthzusr
+++ b/modules/aaa/NWGNUauthzusr
@@ -16,12 +16,10 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(NWOS) \
$(EOLIST)
#
diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile
index a63b6e48bf..1dbe9e7e88 100644
--- a/modules/ssl/NWGNUmakefile
+++ b/modules/ssl/NWGNUmakefile
@@ -140,7 +140,7 @@ NLM_NAME = mod_ssl
ifeq "$(USE_NTLS)" "1"
NLM_DESCRIPTION = Apache $(VERSION_STR) SSL module (NTLS)
else
-NLM_DESCRIPTION = Apache $(VERSION_STR) SSL module
+NLM_DESCRIPTION = Apache $(VERSION_STR) SSL module (OpenSSL)
endif
#
diff --git a/support/NWGNUhtcacheclean b/support/NWGNUhtcacheclean
index aa9e6ea852..935923a733 100644
--- a/support/NWGNUhtcacheclean
+++ b/support/NWGNUhtcacheclean
@@ -16,10 +16,12 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(NWOS) \
+ $(STDMOD)/cache \
$(APR)/include \
$(APRUTIL)/include \
+ $(AP_WORK)/include \
$(APR)/misc/netware \
+ $(NWOS) \
$(EOLIST)
#
@@ -55,7 +57,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "noopt"
@@ -69,7 +71,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "release"
@@ -91,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
-NLM_NAME = htcacheclean
+NLM_NAME = htcacheclean
#
# This is used by the link '-desc ' directive.
@@ -115,7 +117,7 @@ NLM_SCREEN_NAME = DEFAULT
# If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc
#
-NLM_VERSION =
+NLM_VERSION =
#
# If this is specified, it will override the default of 64K
@@ -141,14 +143,14 @@ NLM_CHECK_SYM =
#
# If these are specified it will be used by the link '-flags' directive
#
-NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
+NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
#
# If this is specified it will be linked in with the XDCData option in the def
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment
#
-XDCDATA =
+XDCDATA =
#
# If there is an NLM target, put it here
@@ -176,7 +178,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ libcpre.o \
$(EOLIST)
#
@@ -216,13 +218,13 @@ FILES_nlm_Ximports = \
#
FILES_nlm_exports = \
$(EOLIST)
-
+
#
# These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character
#
FILES_lib_objs = \
- $(EOLIST)
+ $(EOLIST)
#
# implement targets and dependancies (leave this section alone)