]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/apr-util/test/NWGNUaputest
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / apr-util / test / NWGNUaputest
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 $(APR_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                         $(APR)/include \
20                         $(APR)/include/arch/NetWare \
21                         $(APU)/include \
22                         $(LDAPSDK)/inc \
23                         $(EOLIST)
24
25 #
26 # These flags will come after CFLAGS
27 #
28 XCFLAGS         += \
29                         $(EOLIST)
30
31 #
32 # These defines will come after DEFINES
33 #
34 XDEFINES        += \
35                         $(EOLIST)
36
37 #
38 # These flags will be added to the link.opt file
39 #
40 XLFLAGS         += \
41                         $(EOLIST)
42
43 #
44 # These values will be appended to the correct variables based on the value of
45 # RELEASE
46 #
47 ifeq "$(RELEASE)" "debug"
48 XINCDIRS        += \
49                         $(EOLIST)
50
51 XCFLAGS         += \
52                         $(EOLIST)
53
54 XDEFINES        += \
55                         $(EOLIST)
56
57 XLFLAGS         += \
58                         $(EOLIST)
59 endif
60
61 ifeq "$(RELEASE)" "noopt"
62 XINCDIRS        += \
63                         $(EOLIST)
64
65 XCFLAGS         += \
66                         $(EOLIST)
67
68 XDEFINES        += \
69                         $(EOLIST)
70
71 XLFLAGS         += \
72                         $(EOLIST)
73 endif
74
75 ifeq "$(RELEASE)" "release"
76 XINCDIRS        += \
77                         $(EOLIST)
78
79 XCFLAGS         += \
80                         $(EOLIST)
81
82 XDEFINES        += \
83                         $(EOLIST)
84
85 XLFLAGS         += \
86                         $(EOLIST)
87 endif
88
89 #
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.
93 #
94 NLM_NAME        = aputest
95 #
96 # This is used by the link '-desc ' directive. 
97 # If left blank, NLM_NAME will be used.
98 #
99 NLM_DESCRIPTION = NLM is to test the apu layer
100
101 #
102 # This is used by the '-threadname' directive.  If left blank,
103 # NLM_NAME Thread will be used.
104 #
105 NLM_THREAD_NAME = aputest
106
107 #
108 # This is used by the '-screenname' directive.  If left blank,
109 # 'Apache for NetWare' Thread will be used.
110 #
111 NLM_SCREEN_NAME = aputest
112
113 #
114 # If this is specified, it will override VERSION value in 
115 # $(APR_WORK)/build/NWGNUenvironment.inc
116 #
117 NLM_VERSION     =
118
119 #
120 # If this is specified, it will override the default of 64K
121 #
122 NLM_STACK_SIZE = 524288
123
124 #
125 # If this is specified it will be used by the link '-entry' directive
126 #
127 NLM_ENTRY_SYM   =
128
129 #
130 # If this is specified it will be used by the link '-exit' directive
131 #
132 NLM_EXIT_SYM    =
133
134 #
135 # If this is specified it will be used by the link '-check' directive
136 #
137 NLM_CHECK_SYM   =
138
139 #
140 # If this is specified it will be used by the link '-flags' directive
141 #
142 NLM_FLAGS       =
143  
144 #
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
148 #
149 XDCDATA         = 
150
151 #
152 # Declare all target files (you must add your files here)
153 #
154
155 #
156 # If there is an NLM target, put it here
157 #
158 TARGET_nlm = \
159         $(OBJDIR)/aputest.nlm \
160         $(EOLIST)
161
162 #
163 # If there is an LIB target, put it here
164 #
165 TARGET_lib = \
166         $(EOLIST)
167
168 #
169 # These are the OBJ files needed to create the NLM target above.
170 # Paths must all use the '/' character
171 #
172
173 FILES_nlm_objs = \
174         $(OBJDIR)/abts.o \
175         $(OBJDIR)/testbuckets.o \
176         $(OBJDIR)/testcrypto.o \
177         $(OBJDIR)/testdate.o \
178         $(OBJDIR)/testdbd.o \
179         $(OBJDIR)/testdbm.o \
180         $(OBJDIR)/testmemcache.o \
181         $(OBJDIR)/testmd4.o \
182         $(OBJDIR)/testmd5.o \
183         $(OBJDIR)/testldap.o \
184         $(OBJDIR)/testpass.o \
185         $(OBJDIR)/testqueue.o \
186         $(OBJDIR)/testreslist.o \
187         $(OBJDIR)/testrmm.o \
188         $(OBJDIR)/testsiphash.o \
189         $(OBJDIR)/teststrmatch.o \
190         $(OBJDIR)/testuri.o \
191         $(OBJDIR)/testutil.o \
192         $(OBJDIR)/testuuid.o \
193         $(OBJDIR)/testxml.o \
194         $(OBJDIR)/testxlate.o \
195         $(OBJDIR)/nw_misc.o \
196         $(EOLIST) 
197
198 # Pending tests
199
200 #
201 # These are the LIB files needed to create the NLM target above.
202 # These will be added as a library command in the link.opt file.
203 #
204 FILES_nlm_libs = \
205         $(PRELUDE) \
206         $(EOLIST)
207
208 #
209 # These are the modules that the above NLM target depends on to load.
210 # These will be added as a module command in the link.opt file.
211 #
212 FILES_nlm_modules = \
213         Libc \
214         APRLIB \
215         lldapsdk \
216         lldapssl \
217         $(EOLIST)
218
219 #
220 # If the nlm has a msg file, put it's path here
221 #
222 FILE_nlm_msg =
223  
224 #
225 # If the nlm has a hlp file put it's path here
226 #
227 FILE_nlm_hlp =
228
229 #
230 # If this is specified, it will override the default copyright.
231 #
232 FILE_nlm_copyright =
233
234 #
235 # Any additional imports go here
236 #
237 FILES_nlm_Ximports = \
238         @libc.imp \
239         @aprlib.imp \
240         @lldapsdk.imp \
241         @lldapssl.imp \
242         $(EOLIST)
243  
244 #   
245 # Any symbols exported to here
246 #
247 FILES_nlm_exports = \
248         $(EOLIST)
249
250 #   
251 # These are the OBJ files needed to create the LIB target above.
252 # Paths must all use the '/' character
253 #
254 FILES_lib_objs = \
255         $(EOLIST)
256
257 #
258 # implement targets and dependancies (leave this section alone)
259 #
260
261 libs :: $(OBJDIR) $(TARGET_lib)
262
263 nlms :: libs $(TARGET_nlm)
264
265 #
266 # Updated this target to create necessary directories and copy files to the 
267 # correct place.  (See $(APR_WORK)/build/NWGNUhead.inc for examples)
268 #
269 install :: nlms FORCE
270
271 #
272 # Any specialized rules here
273 #
274
275
276 #
277 # Include the 'tail' makefile that has targets that depend on variables defined
278 # in this makefile
279 #
280
281 include $(APRBUILD)/NWGNUtail.inc
282