1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

removed obsolete -prefix; minor cosmetic changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2007-03-22 13:45:54 +00:00
parent 5679e48e5a
commit 47fff8d790
69 changed files with 1104 additions and 1118 deletions

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = accesscompat NLM_NAME = accesscompat
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AccessCompModule
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authbasc NLM_NAME = authbasc
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthBasic Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authdigt NLM_NAME = authdigt
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Digest Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authnano NLM_NAME = authnano
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthAnon Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -58,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authndbd NLM_NAME = authndbd
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +112,7 @@ NLM_THREAD_NAME = AuthnDBD Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -57,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -71,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -93,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authndbm NLM_NAME = authndbm
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -111,7 +111,7 @@ NLM_THREAD_NAME = AuthnDBM Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -137,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -172,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -220,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authnfil NLM_NAME = authnfil
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthnFile Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -64,7 +64,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -78,7 +78,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -100,7 +100,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authnzldap NLM_NAME = authnzldap
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -118,7 +118,7 @@ NLM_THREAD_NAME = AuthnzLDAP Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -144,14 +144,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -179,7 +179,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -235,7 +235,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -262,3 +262,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -58,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authzdbd NLM_NAME = authzdbd
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +112,7 @@ NLM_THREAD_NAME = AuthzDBD Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthzDBM Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authzgrp NLM_NAME = authzgrp
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthzGrp Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = authzusr NLM_NAME = authzusr
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = AuthzUser Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -230,7 +230,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -258,3 +258,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -65,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -79,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -101,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = dsk_cach NLM_NAME = dsk_cach
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -119,7 +119,7 @@ NLM_THREAD_NAME = dsk_cach
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -145,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -184,7 +184,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -229,13 +229,12 @@ FILES_nlm_exports = \
disk_cache_module \ disk_cache_module \
$(EOLIST) $(EOLIST)
# @cache.imp \
# #
# These are the OBJ files needed to create the LIB target above. # These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -263,4 +262,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -216,7 +216,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -244,3 +244,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -66,7 +66,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +80,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +102,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mem_cach NLM_NAME = mem_cach
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +120,7 @@ NLM_THREAD_NAME = mem_cach
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +146,14 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -188,7 +188,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -233,13 +233,12 @@ FILES_nlm_exports = \
mem_cache_module \ mem_cache_module \
$(EOLIST) $(EOLIST)
# @cache.imp \
# #
# These are the OBJ files needed to create the LIB target above. # These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -267,4 +266,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -66,7 +66,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +80,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +102,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mod_cach NLM_NAME = mod_cach
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +120,7 @@ NLM_THREAD_NAME = mod_cach
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +146,14 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -182,13 +182,12 @@ FILES_nlm_objs = \
$(OBJDIR)/mod_cache.o \ $(OBJDIR)/mod_cache.o \
$(EOLIST) $(EOLIST)
# $(OBJDIR)/mod_mem_cache.o \
# #
# These are the LIB files needed to create the NLM target above. # These are the LIB files needed to create the NLM target above.
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -238,7 +237,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -266,4 +265,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -36,7 +36,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -66,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = moddbd NLM_NAME = moddbd
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +119,7 @@ NLM_THREAD_NAME = DBD Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -181,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -234,7 +233,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -263,4 +262,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -68,7 +68,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -82,7 +82,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -104,7 +104,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = modDAVFS NLM_NAME = modDAVFS
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -122,7 +122,7 @@ NLM_THREAD_NAME = modDAVFS Thread
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -148,7 +148,7 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -184,7 +184,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -225,7 +225,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -240,7 +240,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -270,4 +270,3 @@ vpath %.c ../../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -67,7 +67,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -81,7 +81,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -103,7 +103,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = modDAVLK NLM_NAME = modDAVLK
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -121,7 +121,7 @@ NLM_THREAD_NAME = modDAVLK Thread
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -147,7 +147,7 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -180,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -230,7 +230,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -258,4 +258,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -65,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -79,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -101,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mod_DAV NLM_NAME = mod_DAV
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -119,7 +119,7 @@ NLM_THREAD_NAME = mod_DAV
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -145,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If this is specified it will be used by the link '-flags' directive # If this is 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# Declare all target files (you must add your files here) # Declare all target files (you must add your files here)
@@ -190,7 +190,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -239,7 +239,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -268,4 +268,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -156,7 +156,6 @@ TARGET_nlm = \
$(OBJDIR)/modbucketeer.nlm \ $(OBJDIR)/modbucketeer.nlm \
$(EOLIST) $(EOLIST)
# #
# If there is an LIB target, put it here # If there is an LIB target, put it here
# #
@@ -216,7 +215,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -244,3 +243,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = modbucketeer NLM_NAME = modbucketeer
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Bucketeer Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = moddumpio NLM_NAME = moddumpio
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = DumpIO Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -36,7 +36,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -66,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = echo NLM_NAME = echo
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +119,7 @@ NLM_THREAD_NAME = Echo Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -181,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -229,7 +228,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -258,4 +257,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -256,4 +256,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -256,4 +256,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -256,4 +256,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -253,3 +253,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -256,4 +256,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -42,7 +42,7 @@ XCFLAGS += \
# These defines will come after DEFINES # These defines will come after DEFINES
# #
XDEFINES += \ XDEFINES += \
-DAP_WANT_DIR_TRANSLATION \ -DAP_WANT_DIR_TRANSLATION \
$(EOLIST) $(EOLIST)
# #
@@ -102,7 +102,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = charsetl NLM_NAME = charsetl
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +120,7 @@ NLM_THREAD_NAME = charsetl
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +146,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -229,7 +229,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -257,4 +257,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -104,7 +104,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = deflate NLM_NAME = deflate
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -278,4 +278,3 @@ vpath %.c $(ZLIBSDK)
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = extfiltr NLM_NAME = extfiltr
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = ExtFilter Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -161,7 +161,7 @@ TARGET_nlm = \
ifneq "$(ZLIBSDK)" "" ifneq "$(ZLIBSDK)" ""
ifeq "$(wildcard $(ZLIBSDK))" "$(ZLIBSDK)" ifeq "$(wildcard $(ZLIBSDK))" "$(ZLIBSDK)"
TARGET_nlm += $(OBJDIR)/deflate.nlm \ TARGET_nlm += $(OBJDIR)/deflate.nlm \
$(EOLIST) $(EOLIST)
endif endif
endif endif
@@ -224,7 +224,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -252,3 +252,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mod_filter NLM_NAME = mod_filter
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Filter Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = autoindex NLM_NAME = autoindex
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Autoindex Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -174,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -222,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -249,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = info NLM_NAME = info
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Info Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -218,7 +218,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,4 +247,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mod_asis NLM_NAME = mod_asis
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Mod_asis Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -174,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -222,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -249,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -30,7 +30,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -96,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mod_cgi NLM_NAME = mod_cgi
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -114,7 +113,7 @@ NLM_THREAD_NAME = Mod_cgi Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -140,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -175,7 +174,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -223,7 +222,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = status NLM_NAME = status
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Status Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -66,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = utilldap NLM_NAME = utilldap
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +119,7 @@ NLM_THREAD_NAME = UtilLDAP Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -183,7 +182,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -235,7 +234,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -263,3 +262,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -36,7 +36,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -66,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = forensic NLM_NAME = forensic
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +119,7 @@ NLM_THREAD_NAME = Forensic Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -181,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -229,7 +228,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -258,4 +257,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -215,7 +215,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -244,4 +244,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -36,7 +36,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -66,7 +65,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -80,7 +79,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -102,7 +101,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = logio NLM_NAME = logio
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -120,7 +119,7 @@ NLM_THREAD_NAME = Logio Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -146,14 +145,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -181,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -229,7 +228,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -258,4 +257,3 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -57,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -71,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -93,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = actions NLM_NAME = actions
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -111,7 +111,7 @@ NLM_THREAD_NAME = Actions Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -137,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -172,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -220,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -58,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = imagemap NLM_NAME = imagemap
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +112,7 @@ NLM_THREAD_NAME = Image Map Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -219,7 +219,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = rewrite NLM_NAME = rewrite
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME = Rewrite Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -174,7 +174,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -222,7 +222,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -249,3 +249,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -57,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -71,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -93,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = speling NLM_NAME = speling
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -111,7 +111,7 @@ NLM_THREAD_NAME = Speling Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -137,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -172,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -220,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -58,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = userdir NLM_NAME = userdir
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +112,7 @@ NLM_THREAD_NAME = UserDir Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -57,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -71,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -93,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = vhost NLM_NAME = vhost
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -111,7 +111,7 @@ NLM_THREAD_NAME = Vhost Alias Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -137,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -172,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -220,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = cernmeta NLM_NAME = cernmeta
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = CERN Meta Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = expires NLM_NAME = expires
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Expires Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = headers NLM_NAME = headers
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Headers Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -174,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -222,7 +221,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -249,3 +248,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -60,7 +60,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -74,7 +74,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -96,7 +96,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -114,7 +114,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -140,14 +140,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -222,7 +222,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = mimemagi NLM_NAME = mimemagi
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = CERN Meta Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = modident NLM_NAME = modident
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Mod_Ident Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = modversion NLM_NAME = modversion
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Version Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = uniqueid NLM_NAME = uniqueid
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = Unique ID Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -174,7 +173,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -213,7 +212,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -228,7 +227,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -257,3 +256,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -28,7 +28,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -58,7 +57,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -72,7 +71,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -94,7 +93,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = usertrk NLM_NAME = usertrk
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -112,7 +111,7 @@ NLM_THREAD_NAME = User Track Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -138,14 +137,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -173,7 +172,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -248,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = NLM_NAME =
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # If these are specified it will be used by the link '-flags' directive
# #
NLM_FLAGS = NLM_FLAGS =
# #
# If this is specified it will be linked in with the XDCData option in the def # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -219,7 +219,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -247,3 +247,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -31,7 +31,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -61,7 +60,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -75,7 +74,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -97,7 +96,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxy NLM_NAME = proxy
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -115,7 +114,7 @@ NLM_THREAD_NAME = Proxy Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -141,14 +140,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -178,7 +177,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -217,7 +216,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -241,7 +240,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -270,3 +269,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-relax_pointers \
$(EOLIST) $(EOLIST)
# #
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxyajp NLM_NAME = proxyajp
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -272,3 +271,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxybalancer NLM_NAME = proxybalancer
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Prxy Blncr Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -176,7 +175,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -225,7 +224,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -240,7 +239,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -269,3 +268,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxycon NLM_NAME = proxycon
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Proxy Conn Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -175,7 +174,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -227,7 +226,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -254,3 +253,4 @@ install :: nlms FORCE
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxyftp NLM_NAME = proxyftp
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Proxy FTP Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -176,7 +175,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -221,7 +220,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -236,7 +235,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -265,3 +264,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS # These flags will come after CFLAGS
# #
XCFLAGS += \ XCFLAGS += \
-prefix pre_nw.h \
$(EOLIST) $(EOLIST)
# #
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "noopt" ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST) $(EOLIST)
XLFLAGS += \ XLFLAGS += \
$(EOLIST) $(EOLIST)
endif endif
ifeq "$(RELEASE)" "release" ifeq "$(RELEASE)" "release"
@@ -95,7 +94,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank # This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used. # TARGET_nlm (see below) will be used.
# #
NLM_NAME = proxyhtp NLM_NAME = proxyhtp
# #
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
@@ -113,7 +112,7 @@ NLM_THREAD_NAME = Proxy HTTP Module
# If this is specified, it will override VERSION value in # If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc # $(AP_WORK)\build\NWGNUenvironment.inc
# #
NLM_VERSION = NLM_VERSION =
# #
# If this is specified, it will override the default of 64K # If this is specified, it will override the default of 64K
@@ -139,14 +138,14 @@ NLM_CHECK_SYM =
# #
# If these are specified it will be used by the link '-flags' directive # 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 # 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 # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment # by setting APACHE_UNIPROC in the environment
# #
XDCDATA = XDCDATA =
# #
# If there is an NLM target, put it here # If there is an NLM target, put it here
@@ -176,7 +175,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file. # These will be added as a library command in the link.opt file.
# #
FILES_nlm_libs = \ FILES_nlm_libs = \
libcpre.o \ libcpre.o \
$(EOLIST) $(EOLIST)
# #
@@ -222,7 +221,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -237,7 +236,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character # Paths must all use the '/' character
# #
FILES_lib_objs = \ FILES_lib_objs = \
$(EOLIST) $(EOLIST)
# #
# implement targets and dependancies (leave this section alone) # implement targets and dependancies (leave this section alone)
@@ -266,3 +265,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc

View File

@@ -241,7 +241,7 @@ FILES_nlm_Ximports = \
# Don't link with Winsock if standard sockets are being used # Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \ FILES_nlm_Ximports += @ws2nlm.imp \
$(EOLIST) $(EOLIST)
endif endif
# #
@@ -296,4 +296,3 @@ ssl_expr_scan.c : ssl_expr_scan.l
include $(AP_WORK)\build\NWGNUtail.inc include $(AP_WORK)\build\NWGNUtail.inc