summaryrefslogtreecommitdiffstats
path: root/modules/proxy/NWGNUproxybalancer
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-03-22 14:45:54 +0100
committerGuenter Knauf <fuankg@apache.org>2007-03-22 14:45:54 +0100
commit47fff8d7908228d4638daf36ec0908771c57aace (patch)
tree2d0521d335d23e1088e4c9df812622057d994551 /modules/proxy/NWGNUproxybalancer
parentadded proper error message for NetWare. (diff)
downloadapache2-47fff8d7908228d4638daf36ec0908771c57aace.tar.xz
apache2-47fff8d7908228d4638daf36ec0908771c57aace.zip
removed obsolete -prefix; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxybalancer')
-rw-r--r--modules/proxy/NWGNUproxybalancer40
1 files changed, 20 insertions, 20 deletions
diff --git a/modules/proxy/NWGNUproxybalancer b/modules/proxy/NWGNUproxybalancer
index 0f7635faf5..bc998af92d 100644
--- a/modules/proxy/NWGNUproxybalancer
+++ b/modules/proxy/NWGNUproxybalancer
@@ -29,7 +29,6 @@ XINCDIRS += \
# These flags will come after CFLAGS
#
XCFLAGS += \
- -prefix pre_nw.h \
$(EOLIST)
#
@@ -59,7 +58,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "noopt"
@@ -73,7 +72,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "release"
@@ -95,10 +94,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 = proxybalancer
+NLM_NAME = proxybalancer
#
-# 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) Proxy Balancer Sub-Module
@@ -110,10 +109,10 @@ NLM_DESCRIPTION = Apache $(VERSION_STR) Proxy Balancer Sub-Module
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
#
-NLM_VERSION =
+NLM_VERSION =
#
# 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
#
-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
@@ -176,7 +175,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)
#
@@ -193,7 +192,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
#
@@ -221,26 +220,26 @@ FILES_nlm_Ximports = \
ap_proxy_ssl_enable \
ap_proxy_ssl_disable \
$(EOLIST)
-
+
# Don't link with Winsock if standard sockets are being used
ifndef USE_STDSOCKETS
FILES_nlm_Ximports += @ws2nlm.imp \
- $(EOLIST)
+ $(EOLIST)
endif
-
-#
+
+#
# Any symbols exported to here
#
FILES_nlm_exports = \
proxy_balancer_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)
@@ -251,7 +250,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
@@ -269,3 +268,4 @@ vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc
+