Use of pre_cleanups is not the default for reslists.
[apr-util.git] / NWGNUmakefile
blobf5f9aa96d23723032f67d0cd0987e1bccbeac3a1
2 # Declare the sub-directories to be built here
5 SUBDIRS = \
6         ldap \
7         xml \
8         $(EOLIST) 
10 ifdef WITH_APR_DBD
11 SUBDIRS += \
12         dbd \
13         $(EOLIST) 
14 endif
17 # Get the 'head' of the build environment.  This includes default targets and
18 # paths to tools
21 include $(APR_WORK)\build\NWGNUhead.inc
24 # Make sure all needed macro's are defined
28 # These directories will be at the beginning of the include list, followed by
29 # INCDIRS
31 XINCDIRS        += \
32                         $(APR)/include \
33                         $(APR)/include/arch/NetWare \
34                         $(APRUTIL)/include \
35                         $(APRUTIL)/uri \
36                         $(APRUTIL)/dbm/sdbm \
37                         $(APRUTIL)/include/private \
38                         $(APRUTIL)/xml/expat/lib \
39                         $(LDAPSDK)/inc \
40                         $(EOLIST)
43 # These flags will come after CFLAGS
45 XCFLAGS         += \
46                         $(EOLIST)
49 # These defines will come after DEFINES
51 XDEFINES        += \
52                         $(EOLIST)
55 # These flags will be added to the link.opt file
57 XLFLAGS         += \
58                         $(EOLIST)
61 # These values will be appended to the correct variables based on the value of
62 # RELEASE
64 ifeq "$(RELEASE)" "debug"
65 XINCDIRS        += \
66                         $(EOLIST)
68 XCFLAGS         += \
69                         $(EOLIST)
71 XDEFINES        += \
72                         $(EOLIST)
74 XLFLAGS         += \
75                         $(EOLIST)
76 endif
78 ifeq "$(RELEASE)" "noopt"
79 XINCDIRS        += \
80                         $(EOLIST)
82 XCFLAGS         += \
83                         $(EOLIST)
85 XDEFINES        += \
86                         $(EOLIST)
88 XLFLAGS         += \
89                         $(EOLIST)
90 endif
92 ifeq "$(RELEASE)" "release"
93 XINCDIRS        += \
94                         $(EOLIST)
96 XCFLAGS         += \
97                         $(EOLIST)
99 XDEFINES        += \
100                         $(EOLIST)
102 XLFLAGS         += \
103                         $(EOLIST)
104 endif
107 # These are used by the link target if an NLM is being generated
108 # This is used by the link 'name' directive to name the nlm.  If left blank
109 # TARGET_nlm (see below) will be used.
111 NLM_NAME                = 
114 # This is used by the link '-desc ' directive. 
115 # If left blank, NLM_NAME will be used.
117 NLM_DESCRIPTION = 
120 # This is used by the '-threadname' directive.  If left blank,
121 # NLM_NAME Thread will be used.
123 NLM_THREAD_NAME = 
125 # If this is specified, it will override VERSION value in 
126 # $(APR_WORK)\build\NWGNUenvironment.inc
128 NLM_VERSION             =
131 # If this is specified, it will override the default of 64K
133 NLM_STACK_SIZE  = 
136 # If this is specified it will be used by the link '-entry' directive
138 NLM_ENTRY_SYM   = 
141 # If this is specified it will be used by the link '-exit' directive
143 NLM_EXIT_SYM    = 
146 # If this is specified it will be used by the link '-check' directive
148 NLM_CHECK_SYM   =
151 # If this is specified it will be used by the link '-flags' directive
153 NLM_FLAGS               =
156 # If this is specified it will be linked in with the XDCData option in the def 
157 # file instead of the default of $(APR)/misc/netware/apache.xdc.  XDCData can 
158 # be disabled by setting APACHE_UNIPROC in the environment
160 XDCDATA         = 
163 # Declare all target files (you must add your files here)
167 # If there is an NLM target, put it here
169 TARGET_nlm = \
170         $(EOLIST)
173 # If there is an LIB target, put it here
175 TARGET_lib = \
176         $(OBJDIR)/aprutil.lib \
177         $(EOLIST)
180 # These are the OBJ files needed to create the NLM target above.
181 # Paths must all use the '/' character
183 FILES_nlm_objs = \
184         $(EOLIST)
187 # These are the LIB files needed to create the NLM target above.
188 # These will be added as a library command in the link.opt file.
190 FILES_nlm_libs = \
191         $(EOLIST)
194 # These are the modules that the above NLM target depends on to load.
195 # These will be added as a module command in the link.opt file.
197 FILES_nlm_modules = \
198         $(EOLIST)
201 # If the nlm has a msg file, put it's path here
203 FILE_nlm_msg =
206 # If the nlm has a hlp file put it's path here
208 FILE_nlm_hlp =
211 # If this is specified, it will override $(NWOS)\copyright.txt.
213 FILE_nlm_copyright =
216 # Any additional imports go here
218 FILES_nlm_Ximports = \
219         $(EOLIST)
221 #   
222 # Any symbols exported to here
224 FILES_nlm_exports = \
225         $(EOLIST)
226         
227 #   
228 # These are the OBJ files needed to create the LIB target above.
229 # Paths must all use the '/' character
231 FILES_lib_objs = \
232         $(OBJDIR)/apr_base64.o \
233         $(OBJDIR)/apr_brigade.o \
234         $(OBJDIR)/apr_buckets.o \
235         $(OBJDIR)/apr_buckets_alloc.o \
236         $(OBJDIR)/apr_buckets_eos.o \
237         $(OBJDIR)/apr_buckets_file.o \
238         $(OBJDIR)/apr_buckets_flush.o \
239         $(OBJDIR)/apr_buckets_heap.o \
240         $(OBJDIR)/apr_buckets_mmap.o \
241         $(OBJDIR)/apr_buckets_pipe.o \
242         $(OBJDIR)/apr_buckets_pool.o \
243         $(OBJDIR)/apr_buckets_refcount.o \
244         $(OBJDIR)/apr_buckets_simple.o \
245         $(OBJDIR)/apr_buckets_socket.o \
246         $(OBJDIR)/apr_date.o \
247         $(OBJDIR)/apr_dbm.o \
248         $(OBJDIR)/apr_dbd.o \
249         $(OBJDIR)/apr_dbm_berkeleydb.o \
250         $(OBJDIR)/apr_dbm_sdbm.o \
251         $(OBJDIR)/apu_dso.o \
252         $(OBJDIR)/apr_hooks.o \
253         $(OBJDIR)/apr_md4.o \
254         $(OBJDIR)/apr_md5.o \
255         $(OBJDIR)/apr_memcache.o \
256         $(OBJDIR)/apr_queue.o \
257         $(OBJDIR)/apr_reslist.o \
258         $(OBJDIR)/apr_rmm.o \
259         $(OBJDIR)/apr_sha1.o \
260         $(OBJDIR)/apu_version.o \
261         $(OBJDIR)/getuuid.o \
262         $(OBJDIR)/uuid.o \
263         $(OBJDIR)/apr_strmatch.o \
264         $(OBJDIR)/apr_uri.o \
265         $(OBJDIR)/sdbm.o \
266         $(OBJDIR)/sdbm_hash.o \
267         $(OBJDIR)/sdbm_lock.o \
268         $(OBJDIR)/sdbm_pair.o \
269         $(OBJDIR)/xlate.o \
270         $(EOLIST)
273 # implement targets and dependancies (leave this section alone)
276 libs :: $(OBJDIR) $(TARGET_lib)
278 nlms :: libs $(TARGET_nlm)
281 # Updated this target to create necessary directories and copy files to the 
282 # correct place.  (See $(APR_WORK)\build\NWGNUhead.inc for examples)
284 install :: nlms FORCE
287 # Any specialized rules here
290 vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:memcache:misc:strmatch:uri:xlate:xml
293 # Include the 'tail' makefile that has targets that depend on variables defined
294 # in this makefile
297 include $(APR_WORK)\build\NWGNUtail.inc