~ubuntu-branches/ubuntu/karmic/apache2/karmic-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/build/NWGNUenvironment.inc

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-08-04 20:04:24 UTC
  • mfrom: (14.3.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090804200424-8t635jc8zq5kjq06
Tags: 2.2.12-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control,rules}: enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.
  - Dropped debian/patches/203_fix-ssl-timeftm-ignored.dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
ifndef NOVELLLIBC
39
39
NOVELLLIBC = C:/novell/ndk/libc
40
40
endif
 
41
ifneq "$(wildcard $(NOVELLLIBC)/include/ndkvers.h)" "$(NOVELLLIBC)/include/ndkvers.h"
 
42
$(error NOVELLLIBC does not point to a valid LIBC SDK) 
 
43
endif
41
44
 
42
 
# This is a placeholder
43
 
# ifndef LDAPSDK
44
 
# LDAPSDK = C:/novell/ndk/cldapsdk
45
 
# endif
 
45
ifndef LDAPSDK
 
46
LDAPSDK = C:/novell/ndk/cldapsdk/NetWare/libc
 
47
endif
 
48
ifneq "$(wildcard $(LDAPSDK)/inc/ldap.h)" "$(LDAPSDK)/inc/ldap.h"
 
49
$(error LDAPSDK does not point to a valid CLDAP SDK) 
 
50
endif
46
51
 
47
52
ifndef METROWERKS
48
53
METROWERKS = C:\Program Files\Metrowerks\CodeWarrior
111
116
LINK    = mwldnlm
112
117
LIB     = mwldnlm -type library -w nocmdline
113
118
 
 
119
# Setup build tools
 
120
AWK     = awk
 
121
 
114
122
ifdef IPV6
115
123
ifndef USE_STDSOCKETS
116
124
USE_STDSOCKETS=1
260
268
endif
261
269
 
262
270
ifeq "$(OS)" "Windows_NT"
263
 
CMD=cmd /C
264
 
CHK=cmd /C if exist
265
 
CHKNOT=cmd /C if not exist
266
 
DEL = del /F
267
 
DELTREE = cmd /C rd /s/q
268
 
WINNT=1
269
 
XCOPYSW = /E
 
271
CMD     = cmd /C
 
272
DEL     = del /F
 
273
DELTREE = $(CMD) rd /s/q
 
274
WINNT   = 1
270
275
else
271
 
CMD=command /C
272
 
CHK=command /C if exist
273
 
CHKNOT=command /C if not exist
274
 
DEL = del
275
 
DELTREE = deltree /y
276
 
XCOPYSW = /E /Y
 
276
CMD     = command /C
 
277
DEL     = del
 
278
DELTREE = deltree /y
277
279
endif
278
 
 
 
280
CP      = copy /Y
 
281
XCP     = xcopy /E /Y
 
282
CHK     = $(CMD) if exist
 
283
CHKNOT  = $(CMD) if not exist
279
284
 
280
285
#
281
286
# Setup base C compiler flags