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

« back to all changes in this revision

Viewing changes to srclib/apr/test/NWGNUtryread

  • 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:
54
54
 
55
55
XLFLAGS         += \
56
56
                        $(EOLIST)
 
57
                                                
57
58
endif
58
59
 
59
60
ifeq "$(RELEASE)" "noopt"
91
92
# This is used by the link 'name' directive to name the nlm.  If left blank
92
93
# TARGET_nlm (see below) will be used.
93
94
#
94
 
NLM_NAME        = tryread
 
95
NLM_NAME                =       tryread
95
96
 
96
97
#
97
98
# This is used by the link '-desc ' directive. 
98
99
# If left blank, NLM_NAME will be used.
99
100
#
100
 
NLM_DESCRIPTION = reader NLM to test flock
 
101
NLM_DESCRIPTION =  reader NLM to test flock
101
102
 
102
103
#
103
104
# This is used by the '-threadname' directive.  If left blank,
115
116
# If this is specified, it will override VERSION value in 
116
117
# $(APR_WORK)\build\NWGNUenvironment.inc
117
118
#
118
 
NLM_VERSION     =
 
119
NLM_VERSION             = 1,0,0
119
120
 
120
121
#
121
122
# If this is specified, it will override the default of 64K
140
141
#
141
142
# If this is specified it will be used by the link '-flags' directive
142
143
#
143
 
NLM_FLAGS       = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE
 
144
NLM_FLAGS               = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE
144
145
 
145
146
#
146
147
# If this is specified it will be linked in with the XDCData option in the def 
147
148
# file instead of the default of $(APR)/misc/netware/apache.xdc.  XDCData can 
148
149
# be disabled by setting APACHE_UNIPROC in the environment
149
150
#
150
 
XDCDATA         = 
 
151
XDCDATA         = 
151
152
 
152
153
#
153
154
# Declare all target files (you must add your files here)
157
158
# If there is an NLM target, put it here
158
159
#
159
160
TARGET_nlm = \
160
 
        $(OBJDIR)/$(NLM_NAME).nlm \
 
161
        $(OBJDIR)/tryread.nlm \
161
162
        $(EOLIST)
162
163
 
163
164
#
171
172
# Paths must all use the '/' character
172
173
#
173
174
FILES_nlm_objs = \
174
 
        $(OBJDIR)/$(NLM_NAME).o \
 
175
        $(OBJDIR)/tryread.o \
175
176
        $(EOLIST)
176
177
 
177
178
#
219
220
#
220
221
FILES_nlm_exports = \
221
222
        $(EOLIST)
222
 
 
 
223
        
223
224
#   
224
225
# These are the OBJ files needed to create the LIB target above.
225
226
# Paths must all use the '/' character