summaryrefslogtreecommitdiff
path: root/test/NWGNUglobalmutexchild
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-15 18:49:30 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-15 18:49:30 +0000
commit7703723b08ffcd7864f721d8d6db7561dce2255e (patch)
tree8a2897f9440b54723ea3b861b95a0d402523ea3d /test/NWGNUglobalmutexchild
parentbccb341da087eb354df16b38d2f39162773ebc59 (diff)
downloadapr-7703723b08ffcd7864f721d8d6db7561dce2255e.tar.gz
fixed NetWare makefile format.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/NWGNUglobalmutexchild')
-rw-r--r--test/NWGNUglobalmutexchild11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/NWGNUglobalmutexchild b/test/NWGNUglobalmutexchild
index 3d683bab5..888a69f32 100644
--- a/test/NWGNUglobalmutexchild
+++ b/test/NWGNUglobalmutexchild
@@ -54,7 +54,6 @@ XDEFINES += \
XLFLAGS += \
$(EOLIST)
-
endif
ifeq "$(RELEASE)" "noopt"
@@ -92,7 +91,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
-NLM_NAME = globalmutexchild
+NLM_NAME = globalmutexchild
#
# This is used by the link '-desc ' directive.
@@ -116,7 +115,7 @@ NLM_SCREEN_NAME = DEFAULT
# If this is specified, it will override VERSION value in
# $(APR_WORK)\build\NWGNUenvironment.inc
#
-NLM_VERSION = 1,0,0
+NLM_VERSION =
#
# If this is specified, it will override the default of 64K
@@ -141,14 +140,14 @@ NLM_CHECK_SYM =
#
# If this is specified it will be used by the link '-flags' directive
#
-NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE
+NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE
#
# If this is specified it will be linked in with the XDCData option in the def
# file instead of the default of $(APR)/misc/netware/apache.xdc. XDCData can
# be disabled by setting APACHE_UNIPROC in the environment
#
-XDCDATA =
+XDCDATA =
#
# Declare all target files (you must add your files here)
@@ -220,7 +219,7 @@ FILES_nlm_Ximports = \
#
FILES_nlm_exports = \
$(EOLIST)
-
+
#
# These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character