~ubuntu-branches/ubuntu/trusty/apache2/trusty

« back to all changes in this revision

Viewing changes to srclib/apr/test/NWGNUaprtest

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-05-05 01:28:04 UTC
  • mfrom: (14.3.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100505012804-vbouq0xs3tu2vvij
Tags: 2.2.15-5ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree.
  - debian/apache2-2.common.apache2.init: Add graceful restart (LP: #456381)
  + Dropped:
    - debian/patches/206-fix-potential-memory-leaks.dpatch: No longer needed.
    - debian/patches/206-report-max-client-mpm-worker.dpatch: No longer needed.
    - debian/config-dir/apache2.conf: Merged back from debian.
    - mod-reqtimeout functionality: Merge back from debian.
    - debian/patches/204_CVE-2010-0408.dpatch: No longer needed.
    - debian/patches/205_CVE-2010-0434.dpatch: No longer needed.
    - debian/patches/203_fix-ab-segfault.dpatch: No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
# This is used by the link 'name' directive to name the nlm.  If left blank
90
90
# TARGET_nlm (see below) will be used.
91
91
#
92
 
NLM_NAME        = aprtest
 
92
NLM_NAME                =aprtest
93
93
#
94
94
# This is used by the link '-desc ' directive. 
95
95
# If left blank, NLM_NAME will be used.
96
96
#
97
 
NLM_DESCRIPTION  = NLM is to test the apr layer
 
97
NLM_DESCRIPTION =  NLM is to test the apr layer
98
98
 
99
99
#
100
100
# This is used by the '-threadname' directive.  If left blank,
101
101
# NLM_NAME Thread will be used.
102
102
#
103
 
NLM_THREAD_NAME = $(NLM_NAME)
 
103
NLM_THREAD_NAME = aprtest
104
104
 
105
105
#
106
106
# This is used by the '-screenname' directive.  If left blank,
107
107
# 'Apache for NetWare' Thread will be used.
108
108
#
109
 
NLM_SCREEN_NAME = $(NLM_NAME)
 
109
NLM_SCREEN_NAME = aprtest
110
110
 
111
111
#
112
112
# If this is specified, it will override VERSION value in 
113
113
# $(APR_WORK)\build\NWGNUenvironment.inc
114
114
#
115
 
NLM_VERSION     =
 
115
NLM_VERSION             = 1,0,0
116
116
 
117
117
#
118
118
# If this is specified, it will override the default of 64K
137
137
#
138
138
# If this is specified it will be used by the link '-flags' directive
139
139
#
140
 
NLM_FLAGS       = AUTOUNLOAD, PSEUDOPREEMPTION
 
140
NLM_FLAGS               = AUTOUNLOAD, PSEUDOPREEMPTION
141
141
 
142
142
#
143
143
# If this is specified it will be linked in with the XDCData option in the def 
144
144
# file instead of the default of $(APR)/misc/netware/apache.xdc.  XDCData can 
145
145
# be disabled by setting APACHE_UNIPROC in the environment
146
146
#
147
 
XDCDATA         = 
 
147
XDCDATA         = 
148
148
 
149
149
#
150
150
# Declare all target files (you must add your files here)
154
154
# If there is an NLM target, put it here
155
155
#
156
156
TARGET_nlm = \
157
 
        $(OBJDIR)/$(NLM_NAME).nlm \
 
157
        $(OBJDIR)/aprtest.nlm \
158
158
        $(EOLIST)
159
159
 
160
160
#
254
254
# Any additional imports go here
255
255
#
256
256
FILES_nlm_Ximports = \
257
 
        @$(APR)/aprlib.imp \
258
257
        @libc.imp \
259
 
        @netware.imp \
 
258
        @$(APR)/aprlib.imp      \
260
259
        $(EOLIST)
261
260
 
262
261
#   
264
263
#
265
264
FILES_nlm_exports = \
266
265
        $(EOLIST)
267
 
 
 
266
        
268
267
#   
269
268
# These are the OBJ files needed to create the LIB target above.
270
269
# Paths must all use the '/' character