makefile.mk (3edd2c3e) makefile.mk (fdf35928)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 227 unchanged lines hidden (view full) ---

236SCPDEFS+=-DOPENSSL
237.ENDIF
238
239.IF "$(DISABLE_ATL)"!=""
240SCPDEFS+=-DDISABLE_ATL
241.ENDIF
242
243# Detect version numbers for apr, apr-util, serf.
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 227 unchanged lines hidden (view full) ---

236SCPDEFS+=-DOPENSSL
237.ENDIF
238
239.IF "$(DISABLE_ATL)"!=""
240SCPDEFS+=-DDISABLE_ATL
241.ENDIF
242
243# Detect version numbers for apr, apr-util, serf.
244.IF "$(SYSTEM_APR)"!="YES"
244.INCLUDE : apr_version.mk
245.INCLUDE : apr_version.mk
245.INCLUDE : aprutil_version.mk
246.INCLUDE : serf_version.mk
247SCPDEFS+=\
248 -DAPR_MAJOR=$(APR_MAJOR) \
249 -DAPR_MINOR=$(APR_MINOR) \
246SCPDEFS+=\
247 -DAPR_MAJOR=$(APR_MAJOR) \
248 -DAPR_MINOR=$(APR_MINOR) \
250 -DAPR_MICRO=$(APR_MICRO) \
249 -DAPR_MICRO=$(APR_MICRO)
250.ENDIF
251.IF "$(SYSTEM_APR_UTIL)"!="YES"
252.INCLUDE : aprutil_version.mk
253SCPDEFS+=\
251 -DAPR_UTIL_MAJOR=$(APR_UTIL_MAJOR) \
252 -DAPR_UTIL_MINOR=$(APR_UTIL_MINOR) \
254 -DAPR_UTIL_MAJOR=$(APR_UTIL_MAJOR) \
255 -DAPR_UTIL_MINOR=$(APR_UTIL_MINOR) \
253 -DAPR_UTIL_MICRO=$(APR_UTIL_MICRO) \
256 -DAPR_UTIL_MICRO=$(APR_UTIL_MICRO)
257.ENDIF
258.IF "$(SYSTEM_SERF)"!="YES"
259.INCLUDE : serf_version.mk
260SCPDEFS+=\
254 -DSERF_MAJOR=$(SERF_MAJOR) \
255 -DSERF_MINOR=$(SERF_MINOR) \
256 -DSERF_MICRO=$(SERF_MICRO)
261 -DSERF_MAJOR=$(SERF_MAJOR) \
262 -DSERF_MINOR=$(SERF_MINOR) \
263 -DSERF_MICRO=$(SERF_MICRO)
264.ENDIF
257
258.IF "$(SYSTEM_PYTHON)" == "YES"
259SCPDEFS+=-DSYSTEM_PYTHON
260.ENDIF
261
262.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
263SCPDEFS+=-DSYSTEM_LIBTEXTCAT
264.ENDIF

--- 107 unchanged lines hidden ---
265
266.IF "$(SYSTEM_PYTHON)" == "YES"
267SCPDEFS+=-DSYSTEM_PYTHON
268.ENDIF
269
270.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
271SCPDEFS+=-DSYSTEM_LIBTEXTCAT
272.ENDIF

--- 107 unchanged lines hidden ---