mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +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:
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
SUBDIRS = \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
# Get the 'head' of the build environment. This includes default targets and
|
||||
@ -59,7 +59,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "noopt"
|
||||
@ -73,7 +73,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "release"
|
||||
@ -95,10 +95,10 @@ endif
|
||||
# This is used by the link 'name' directive to name the nlm. If left blank
|
||||
# TARGET_nlm (see below) will be used.
|
||||
#
|
||||
NLM_NAME =
|
||||
NLM_NAME =
|
||||
|
||||
#
|
||||
# This is used by the link '-desc ' directive.
|
||||
# This is used by the link '-desc ' directive.
|
||||
# If left blank, NLM_NAME will be used.
|
||||
#
|
||||
NLM_DESCRIPTION =
|
||||
@ -110,10 +110,10 @@ NLM_DESCRIPTION =
|
||||
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
|
||||
#
|
||||
NLM_VERSION =
|
||||
NLM_VERSION =
|
||||
|
||||
#
|
||||
# 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
|
||||
#
|
||||
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
|
||||
# by setting APACHE_UNIPROC in the environment
|
||||
#
|
||||
XDCDATA =
|
||||
XDCDATA =
|
||||
|
||||
#
|
||||
# If there is an NLM target, put it here
|
||||
@ -155,7 +155,6 @@ TARGET_nlm = \
|
||||
$(OBJDIR)/moddumpio.nlm \
|
||||
$(OBJDIR)/modbucketeer.nlm \
|
||||
$(EOLIST)
|
||||
|
||||
|
||||
#
|
||||
# If there is an LIB target, put it here
|
||||
@ -188,7 +187,7 @@ FILES_nlm_modules = \
|
||||
# If the nlm has a msg file, put it's path here
|
||||
#
|
||||
FILE_nlm_msg =
|
||||
|
||||
|
||||
#
|
||||
# If the nlm has a hlp file put it's path here
|
||||
#
|
||||
@ -204,19 +203,19 @@ FILE_nlm_copyright =
|
||||
#
|
||||
FILES_nlm_Ximports = \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# Any symbols exported to here
|
||||
#
|
||||
FILES_nlm_exports = \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# These are the OBJ files needed to create the LIB target above.
|
||||
# Paths must all use the '/' character
|
||||
#
|
||||
FILES_lib_objs = \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
# implement targets and dependancies (leave this section alone)
|
||||
@ -227,7 +226,7 @@ libs :: $(OBJDIR) $(TARGET_lib)
|
||||
nlms :: libs $(TARGET_nlm)
|
||||
|
||||
#
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
|
||||
#
|
||||
install :: nlms FORCE
|
||||
@ -243,4 +242,5 @@ install :: nlms FORCE
|
||||
#
|
||||
|
||||
include $(AP_WORK)\build\NWGNUtail.inc
|
||||
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ XINCDIRS += \
|
||||
# These flags will come after CFLAGS
|
||||
#
|
||||
XCFLAGS += \
|
||||
-prefix pre_nw.h \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
@ -58,7 +57,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "noopt"
|
||||
@ -72,7 +71,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "release"
|
||||
@ -94,10 +93,10 @@ endif
|
||||
# This is used by the link 'name' directive to name the nlm. If left blank
|
||||
# TARGET_nlm (see below) will be used.
|
||||
#
|
||||
NLM_NAME = modbucketeer
|
||||
NLM_NAME = modbucketeer
|
||||
|
||||
#
|
||||
# This is used by the link '-desc ' directive.
|
||||
# This is used by the link '-desc ' directive.
|
||||
# If left blank, NLM_NAME will be used.
|
||||
#
|
||||
NLM_DESCRIPTION = Apache $(VERSION_STR) Debugging IO Module
|
||||
@ -109,10 +108,10 @@ NLM_DESCRIPTION = Apache $(VERSION_STR) Debugging IO Module
|
||||
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
|
||||
#
|
||||
NLM_VERSION =
|
||||
NLM_VERSION =
|
||||
|
||||
#
|
||||
# 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
|
||||
#
|
||||
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
|
||||
# by setting APACHE_UNIPROC in the environment
|
||||
#
|
||||
XDCDATA =
|
||||
XDCDATA =
|
||||
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
FILES_nlm_libs = \
|
||||
libcpre.o \
|
||||
libcpre.o \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
@ -189,7 +188,7 @@ FILES_nlm_modules = \
|
||||
# If the nlm has a msg file, put it's path here
|
||||
#
|
||||
FILE_nlm_msg =
|
||||
|
||||
|
||||
#
|
||||
# If the nlm has a hlp file put it's path here
|
||||
#
|
||||
@ -208,20 +207,20 @@ FILES_nlm_Ximports = \
|
||||
@$(NWOS)/httpd.imp \
|
||||
@libc.imp \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# Any symbols exported to here
|
||||
#
|
||||
FILES_nlm_exports = \
|
||||
bucketeer_module \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# These are the OBJ files needed to create the LIB target above.
|
||||
# Paths must all use the '/' character
|
||||
#
|
||||
FILES_lib_objs = \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
# implement targets and dependancies (leave this section alone)
|
||||
@ -232,7 +231,7 @@ libs :: $(OBJDIR) $(TARGET_lib)
|
||||
nlms :: libs $(TARGET_nlm)
|
||||
|
||||
#
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
|
||||
#
|
||||
install :: nlms FORCE
|
||||
@ -248,3 +247,4 @@ install :: nlms FORCE
|
||||
|
||||
include $(AP_WORK)\build\NWGNUtail.inc
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ XINCDIRS += \
|
||||
# These flags will come after CFLAGS
|
||||
#
|
||||
XCFLAGS += \
|
||||
-prefix pre_nw.h \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
@ -58,7 +57,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "noopt"
|
||||
@ -72,7 +71,7 @@ XDEFINES += \
|
||||
$(EOLIST)
|
||||
|
||||
XLFLAGS += \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
endif
|
||||
|
||||
ifeq "$(RELEASE)" "release"
|
||||
@ -94,10 +93,10 @@ endif
|
||||
# This is used by the link 'name' directive to name the nlm. If left blank
|
||||
# TARGET_nlm (see below) will be used.
|
||||
#
|
||||
NLM_NAME = moddumpio
|
||||
NLM_NAME = moddumpio
|
||||
|
||||
#
|
||||
# This is used by the link '-desc ' directive.
|
||||
# This is used by the link '-desc ' directive.
|
||||
# If left blank, NLM_NAME will be used.
|
||||
#
|
||||
NLM_DESCRIPTION = Apache $(VERSION_STR) Debugging IO Module
|
||||
@ -109,10 +108,10 @@ NLM_DESCRIPTION = Apache $(VERSION_STR) Debugging IO Module
|
||||
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
|
||||
#
|
||||
NLM_VERSION =
|
||||
NLM_VERSION =
|
||||
|
||||
#
|
||||
# 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
|
||||
#
|
||||
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
|
||||
# by setting APACHE_UNIPROC in the environment
|
||||
#
|
||||
XDCDATA =
|
||||
XDCDATA =
|
||||
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
FILES_nlm_libs = \
|
||||
libcpre.o \
|
||||
libcpre.o \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
@ -189,7 +188,7 @@ FILES_nlm_modules = \
|
||||
# If the nlm has a msg file, put it's path here
|
||||
#
|
||||
FILE_nlm_msg =
|
||||
|
||||
|
||||
#
|
||||
# If the nlm has a hlp file put it's path here
|
||||
#
|
||||
@ -208,20 +207,20 @@ FILES_nlm_Ximports = \
|
||||
@$(NWOS)/httpd.imp \
|
||||
@libc.imp \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# Any symbols exported to here
|
||||
#
|
||||
FILES_nlm_exports = \
|
||||
dumpio_module \
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
# These are the OBJ files needed to create the LIB target above.
|
||||
# Paths must all use the '/' character
|
||||
#
|
||||
FILES_lib_objs = \
|
||||
$(EOLIST)
|
||||
$(EOLIST)
|
||||
|
||||
#
|
||||
# implement targets and dependancies (leave this section alone)
|
||||
@ -232,7 +231,7 @@ libs :: $(OBJDIR) $(TARGET_lib)
|
||||
nlms :: libs $(TARGET_nlm)
|
||||
|
||||
#
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# Updated this target to create necessary directories and copy files to the
|
||||
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
|
||||
#
|
||||
install :: nlms FORCE
|
||||
@ -248,3 +247,4 @@ install :: nlms FORCE
|
||||
|
||||
include $(AP_WORK)\build\NWGNUtail.inc
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user