Don't configure MySQL if the driver isn't there.
[apr-util.git] / test / nwgnuaputest
blob1611a582734674dc68a2e38064c4811864b12aca
2 # Make sure all needed macro's are defined
6 # Get the 'head' of the build environment if necessary.  This includes default
7 # targets and paths to tools
10 ifndef EnvironmentDefined
11 include $(APR_WORK)\build\NWGNUhead.inc
12 endif
15 # These directories will be at the beginning of the include list, followed by
16 # INCDIRS
18 XINCDIRS        += \
19                         $(APR)/include \
20                         $(APR)/include/arch/NetWare \
21                         $(APRUTIL)/include \
22                         $(LDAPSDK)/inc \
23                         $(EOLIST)
26 # These flags will come after CFLAGS
28 XCFLAGS         += \
29                         $(EOLIST)
32 # These defines will come after DEFINES
34 XDEFINES        += \
35                         $(EOLIST)
38 # These flags will be added to the link.opt file
40 XLFLAGS         += \
41                         $(EOLIST)
44 # These values will be appended to the correct variables based on the value of
45 # RELEASE
47 ifeq "$(RELEASE)" "debug"
48 XINCDIRS        += \
49                         $(EOLIST)
51 XCFLAGS         += \
52                         $(EOLIST)
54 XDEFINES        += \
55                         $(EOLIST)
57 XLFLAGS         += \
58                         $(EOLIST)
59 endif
61 ifeq "$(RELEASE)" "noopt"
62 XINCDIRS        += \
63                         $(EOLIST)
65 XCFLAGS         += \
66                         $(EOLIST)
68 XDEFINES        += \
69                         $(EOLIST)
71 XLFLAGS         += \
72                         $(EOLIST)
73 endif
75 ifeq "$(RELEASE)" "release"
76 XINCDIRS        += \
77                         $(EOLIST)
79 XCFLAGS         += \
80                         $(EOLIST)
82 XDEFINES        += \
83                         $(EOLIST)
85 XLFLAGS         += \
86                         $(EOLIST)
87 endif
90 # These are used by the link target if an NLM is being generated
91 # This is used by the link 'name' directive to name the nlm.  If left blank
92 # TARGET_nlm (see below) will be used.
94 NLM_NAME                =aputest
96 # This is used by the link '-desc ' directive. 
97 # If left blank, NLM_NAME will be used.
99 NLM_DESCRIPTION =  NLM is to test the apu layer
102 # This is used by the '-threadname' directive.  If left blank,
103 # NLM_NAME Thread will be used.
105 NLM_THREAD_NAME = aputest
108 # This is used by the '-screenname' directive.  If left blank,
109 # 'Apache for NetWare' Thread will be used.
111 NLM_SCREEN_NAME = aputest
114 # If this is specified, it will override VERSION value in 
115 # $(APR_WORK)\build\NWGNUenvironment.inc
117 NLM_VERSION             = 1,0,0
120 # If this is specified, it will override the default of 64K
122 NLM_STACK_SIZE = 524288
125 # If this is specified it will be used by the link '-entry' directive
127 NLM_ENTRY_SYM   = _LibCPrelude
130 # If this is specified it will be used by the link '-exit' directive
132 NLM_EXIT_SYM    = _LibCPostlude
135 # If this is specified it will be used by the link '-check' directive
137 NLM_CHECK_SYM   =
140 # If this is specified it will be used by the link '-flags' directive
142 NLM_FLAGS               = AUTOUNLOAD, PSEUDOPREEMPTION
145 # If this is specified it will be linked in with the XDCData option in the def 
146 # file instead of the default of $(APR)/misc/netware/apache.xdc.  XDCData can 
147 # be disabled by setting APACHE_UNIPROC in the environment
149 XDCDATA         = 
152 # Declare all target files (you must add your files here)
156 # If there is an NLM target, put it here
158 TARGET_nlm = \
159         $(OBJDIR)/aputest.nlm \
160         $(EOLIST)
163 # If there is an LIB target, put it here
165 TARGET_lib = \
166         $(EOLIST)
169 # These are the OBJ files needed to create the NLM target above.
170 # Paths must all use the '/' character
173 FILES_nlm_objs = \
174         $(OBJDIR)/abts.o \
175         $(OBJDIR)/teststrmatch.o \
176         $(OBJDIR)/testuri.o \
177         $(OBJDIR)/testuuid.o \
178         $(OBJDIR)/testbuckets.o \
179         $(OBJDIR)/testpass.o \
180         $(OBJDIR)/testmd4.o \
181         $(OBJDIR)/testmd5.o \
182         $(OBJDIR)/testldap.o \
183         $(OBJDIR)/testutil.o \
184         $(OBJDIR)/nw_misc.o \
185         $(EOLIST) 
187 # Pending tests
188         
190 # These are the LIB files needed to create the NLM target above.
191 # These will be added as a library command in the link.opt file.
193 FILES_nlm_libs = \
194         libcpre.o \
195         $(EOLIST)
198 # These are the modules that the above NLM target depends on to load.
199 # These will be added as a module command in the link.opt file.
201 FILES_nlm_modules = \
202         Libc \
203         APRLIB \
204         lldapsdk \
205         lldapssl \
206         lldapx \
207         $(EOLIST)
210 # If the nlm has a msg file, put it's path here
212 FILE_nlm_msg =
215 # If the nlm has a hlp file put it's path here
217 FILE_nlm_hlp =
220 # If this is specified, it will override the default copyright.
222 FILE_nlm_copyright =
225 # Any additional imports go here
227 FILES_nlm_Ximports = \
228         @libc.imp \
229         @$(APR)/aprlib.imp      \
230         @$(LDAPSDK)/imports/lldapsdk.imp \
231         @$(LDAPSDK)/imports/lldapssl.imp \
232         $(EOLIST)
234 #   
235 # Any symbols exported to here
237 FILES_nlm_exports = \
238         $(EOLIST)
239         
240 #   
241 # These are the OBJ files needed to create the LIB target above.
242 # Paths must all use the '/' character
244 FILES_lib_objs = \
245         $(EOLIST)
248 # implement targets and dependancies (leave this section alone)
251 libs :: $(OBJDIR) $(TARGET_lib)
253 nlms :: libs $(TARGET_nlm)
256 # Updated this target to create necessary directories and copy files to the 
257 # correct place.  (See $(APR_WORK)\build\NWGNUhead.inc for examples)
259 install :: nlms FORCE
262 # Any specialized rules here
267 # Include the 'tail' makefile that has targets that depend on variables defined
268 # in this makefile
271 include $(APR_WORK)\build\NWGNUtail.inc