]> granicus.if.org Git - apache/blob - modules/ldap/NWGNUmakefile
Stop registering a cleanup on each LDAP connection created, this cleanup was
[apache] / modules / ldap / NWGNUmakefile
1 #
2 # Make sure all needed macro's are defined
3 #
4
5 #
6 # Get the 'head' of the build environment if necessary.  This includes default
7 # targets and paths to tools
8 #
9
10 ifndef EnvironmentDefined
11 include $(AP_WORK)\build\NWGNUhead.inc
12 endif
13
14 #
15 # These directories will be at the beginning of the include list, followed by
16 # INCDIRS
17 #
18 XINCDIRS        += \
19                         $(AP_WORK)/include \
20                         $(NWOS) \
21                         $(APR)/include \
22                         $(APRUTIL)/include \
23                         $(APR) \
24                         $(LDAPSDK)/inc \
25                         $(EOLIST)
26
27 #
28 # These flags will come after CFLAGS
29 #
30 XCFLAGS         += \
31                         $(EOLIST)
32
33 #
34 # These defines will come after DEFINES
35 #
36 XDEFINES        += \
37                         $(EOLIST)
38
39 #
40 #LDAP client requires the use of Winsock
41 #
42 ifdef USE_STDSOCKETS
43 XDEFINES += -DUSE_WINSOCK \
44                         $(EOLIST)
45 endif
46
47 #
48 # These flags will be added to the link.opt file
49 #
50 XLFLAGS         += \
51                         $(EOLIST)
52
53 #
54 # These values will be appended to the correct variables based on the value of
55 # RELEASE
56 #
57 ifeq "$(RELEASE)" "debug"
58 XINCDIRS        += \
59                         $(EOLIST)
60
61 XCFLAGS         += \
62                         $(EOLIST)
63
64 XDEFINES        += \
65                         $(EOLIST)
66
67 XLFLAGS         += \
68                         $(EOLIST)
69 endif
70
71 ifeq "$(RELEASE)" "noopt"
72 XINCDIRS        += \
73                         $(EOLIST)
74
75 XCFLAGS         += \
76                         $(EOLIST)
77
78 XDEFINES        += \
79                         $(EOLIST)
80
81 XLFLAGS         += \
82                         $(EOLIST)
83 endif
84
85 ifeq "$(RELEASE)" "release"
86 XINCDIRS        += \
87                         $(EOLIST)
88
89 XCFLAGS         += \
90                         $(EOLIST)
91
92 XDEFINES        += \
93                         $(EOLIST)
94
95 XLFLAGS         += \
96                         $(EOLIST)
97 endif
98
99 #
100 # These are used by the link target if an NLM is being generated
101 # This is used by the link 'name' directive to name the nlm.  If left blank
102 # TARGET_nlm (see below) will be used.
103 #
104 NLM_NAME        = utilldap
105
106 #
107 # This is used by the link '-desc ' directive.
108 # If left blank, NLM_NAME will be used.
109 #
110 NLM_DESCRIPTION = Apache $(VERSION_STR) LDAP Authentication Module
111
112 #
113 # This is used by the '-threadname' directive.  If left blank,
114 # NLM_NAME Thread will be used.
115 #
116 NLM_THREAD_NAME = UtilLDAP Module
117
118 #
119 # If this is specified, it will override VERSION value in
120 # $(AP_WORK)\build\NWGNUenvironment.inc
121 #
122 NLM_VERSION     =
123
124 #
125 # If this is specified, it will override the default of 64K
126 #
127 NLM_STACK_SIZE  = 8192
128
129
130 #
131 # If this is specified it will be used by the link '-entry' directive
132 #
133 NLM_ENTRY_SYM   = _LibCPrelude
134
135 #
136 # If this is specified it will be used by the link '-exit' directive
137 #
138 NLM_EXIT_SYM    = _LibCPostlude
139
140 #
141 # If this is specified it will be used by the link '-check' directive
142 #
143 NLM_CHECK_SYM   =
144
145 #
146 # If these are specified it will be used by the link '-flags' directive
147 #
148 NLM_FLAGS       = AUTOUNLOAD, PSEUDOPREEMPTION
149
150 #
151 # If this is specified it will be linked in with the XDCData option in the def
152 # file instead of the default of $(NWOS)/apache.xdc.  XDCData can be disabled
153 # by setting APACHE_UNIPROC in the environment
154 #
155 XDCDATA         =
156
157 #
158 # If there is an NLM target, put it here
159 #
160 TARGET_nlm = \
161         $(OBJDIR)/utilldap.nlm \
162         $(EOLIST)
163
164 #
165 # If there is an LIB target, put it here
166 #
167 TARGET_lib = \
168         $(EOLIST)
169
170 #
171 # These are the OBJ files needed to create the NLM target above.
172 # Paths must all use the '/' character
173 #
174 FILES_nlm_objs = \
175         $(OBJDIR)/util_ldap.o \
176         $(OBJDIR)/util_ldap_cache.o \
177         $(OBJDIR)/util_ldap_cache_mgr.o \
178         $(EOLIST)
179
180 #
181 # These are the LIB files needed to create the NLM target above.
182 # These will be added as a library command in the link.opt file.
183 #
184 FILES_nlm_libs = \
185         libcpre.o \
186         $(EOLIST)
187
188 #
189 # These are the modules that the above NLM target depends on to load.
190 # These will be added as a module command in the link.opt file.
191 #
192 FILES_nlm_modules = \
193         aprlib \
194         libc \
195         lldapsdk \
196         lldapssl \
197         $(EOLIST)
198
199 #
200 # If the nlm has a msg file, put it's path here
201 #
202 FILE_nlm_msg =
203
204 #
205 # If the nlm has a hlp file put it's path here
206 #
207 FILE_nlm_hlp =
208
209 #
210 # If this is specified, it will override $(NWOS)\copyright.txt.
211 #
212 FILE_nlm_copyright =
213
214 #
215 # Any additional imports go here
216 #
217 FILES_nlm_Ximports = \
218         @$(APR)/aprlib.imp \
219         @$(NWOS)/httpd.imp \
220         @libc.imp \
221         @$(LDAPSDK)/imports/lldapsdk.imp \
222         @$(LDAPSDK)/imports/lldapssl.imp \
223         $(EOLIST)
224
225 #
226 # Any symbols exported to here
227 #
228 FILES_nlm_exports = \
229         ldap_module \
230         $(EOLIST)
231
232 #
233 # These are the OBJ files needed to create the LIB target above.
234 # Paths must all use the '/' character
235 #
236 FILES_lib_objs = \
237         $(EOLIST)
238
239 #
240 # implement targets and dependancies (leave this section alone)
241 #
242
243 libs :: $(OBJDIR) $(TARGET_lib)
244
245 nlms :: libs $(TARGET_nlm)
246
247 #
248 # Updated this target to create necessary directories and copy files to the
249 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
250 #
251 install :: nlms FORCE
252         copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
253
254 #
255 # Any specialized rules here
256 #
257
258 #
259 # Include the 'tail' makefile that has targets that depend on variables defined
260 # in this makefile
261 #
262
263 include $(AP_WORK)\build\NWGNUtail.inc
264
265