]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/apr-util/ldap/NWGNUmakefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / apr-util / ldap / NWGNUmakefile
1 #
2 # Declare the sub-directories to be built here
3 #
4
5 SUBDIRS = \
6         $(EOLIST) 
7
8 #
9 # Get the 'head' of the build environment.  This includes default targets and
10 # paths to tools
11 #
12
13 include $(APR_WORK)/build/NWGNUhead.inc
14
15 #
16 # build this level's files
17
18 #
19 # Make sure all needed macro's are defined
20 #
21
22 #
23 # These directories will be at the beginning of the include list, followed by
24 # INCDIRS
25 #
26 XINCDIRS        += \
27                         $(APR)/include \
28                         $(APR)/include/arch/NetWare \
29                         $(APU)/include \
30                         $(APU)/include/private \
31                         $(LDAPSDK)/inc \
32                         $(EOLIST)
33
34 #
35 # These flags will come after CFLAGS
36 #
37 XCFLAGS         += \
38                         $(EOLIST)
39
40 #
41 # These defines will come after DEFINES
42 #
43 XDEFINES        += \
44                         $(EOLIST)
45
46 #
47 #LDAP client requires the use of Winsock
48 #
49 ifdef USE_STDSOCKETS
50 XDEFINES += -DUSE_WINSOCK \
51                         $(EOLIST)
52 endif
53
54 #
55 # These flags will be added to the link.opt file
56 #
57 XLFLAGS         += \
58                         $(EOLIST)
59
60 #
61 # These values will be appended to the correct variables based on the value of
62 # RELEASE
63 #
64 ifeq "$(RELEASE)" "debug"
65 XINCDIRS        += \
66                         $(EOLIST)
67
68 XCFLAGS         += \
69                         $(EOLIST)
70
71 XDEFINES        += \
72                         $(EOLIST)
73
74 XLFLAGS         += \
75                         $(EOLIST)
76 endif
77
78 ifeq "$(RELEASE)" "noopt"
79 XINCDIRS        += \
80                         $(EOLIST)
81
82 XCFLAGS         += \
83                         $(EOLIST)
84
85 XDEFINES        += \
86                         $(EOLIST)
87
88 XLFLAGS         += \
89                         $(EOLIST)
90 endif
91
92 ifeq "$(RELEASE)" "release"
93 XINCDIRS        += \
94                         $(EOLIST)
95
96 XCFLAGS         += \
97                         $(EOLIST)
98
99 XDEFINES        += \
100                         $(EOLIST)
101
102 XLFLAGS         += \
103                         $(EOLIST)
104 endif
105
106 #
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.
110 #
111 NLM_NAME                = 
112
113 #
114 # This is used by the link '-desc ' directive. 
115 # If left blank, NLM_NAME will be used.
116 #
117 NLM_DESCRIPTION = 
118
119 #
120 # This is used by the '-threadname' directive.  If left blank,
121 # NLM_NAME Thread will be used.
122 #
123 NLM_THREAD_NAME = 
124 #
125 # If this is specified, it will override VERSION value in 
126 # $(APR_WORK)/build/NWGNUenvironment.inc
127 #
128 NLM_VERSION             =
129
130 #
131 # If this is specified, it will override the default of 64K
132 #
133 NLM_STACK_SIZE  = 
134
135 #
136 # If this is specified it will be used by the link '-entry' directive
137 #
138 NLM_ENTRY_SYM   =
139
140 #
141 # If this is specified it will be used by the link '-exit' directive
142 #
143 NLM_EXIT_SYM    =
144
145 #
146 # If this is specified it will be used by the link '-check' directive
147 #
148 NLM_CHECK_SYM   =
149
150 #
151 # If this is specified it will be used by the link '-flags' directive
152 #
153 NLM_FLAGS               =
154  
155 #
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
159 #
160 XDCDATA         = 
161
162 #
163 # Declare all target files (you must add your files here)
164 #
165
166 #
167 # If there is an NLM target, put it here
168 #
169 TARGET_nlm = \
170         $(EOLIST)
171
172 #
173 # If there is an LIB target, put it here
174 #
175 TARGET_lib = \
176         $(OBJDIR)/apuldap.lib \
177         $(EOLIST)
178
179 #
180 # These are the OBJ files needed to create the NLM target above.
181 # Paths must all use the '/' character
182 #
183 FILES_nlm_objs = \
184         $(EOLIST)
185
186 #
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.
189 #
190 FILES_nlm_libs = \
191         $(EOLIST)
192
193 #
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.
196 #
197 FILES_nlm_modules = \
198         $(EOLIST)
199
200 #
201 # If the nlm has a msg file, put it's path here
202 #
203 FILE_nlm_msg =
204  
205 #
206 # If the nlm has a hlp file put it's path here
207 #
208 FILE_nlm_hlp =
209
210 #
211 # If this is specified, it will override the default copyright.
212 #
213 FILE_nlm_copyright =
214
215 #
216 # Any additional imports go here
217 #
218 FILES_nlm_Ximports = \
219         $(EOLIST)
220  
221 #   
222 # Any symbols exported to here
223 #
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
230 #
231 FILES_lib_objs = \
232         $(OBJDIR)/apr_ldap_init.o \
233         $(OBJDIR)/apr_ldap_option.o \
234         $(OBJDIR)/apr_ldap_url.o \
235         $(OBJDIR)/apr_ldap_rebind.o \
236         $(OBJDIR)/apr_ldap_stub.o \
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 $(APR_WORK)/build/NWGNUhead.inc for examples)
250 #
251 install :: nlms FORCE
252
253 #
254 # Any specialized rules here
255 #
256
257 #
258 # Include the 'tail' makefile that has targets that depend on variables defined
259 # in this makefile
260 #
261
262 include $(APRBUILD)/NWGNUtail.inc
263