]> granicus.if.org Git - curl/commitdiff
make include path overridable.
authorGunter Knauf <gk@gknw.de>
Thu, 10 Jun 2004 17:11:39 +0000 (17:11 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 10 Jun 2004 17:11:39 +0000 (17:11 +0000)
lib/Makefile.netware
src/Makefile.netware

index 4b88d00db3d3a00cb46b2d597d2870755471d436..2df0b50768b295f4d9a77a2921bec444a87d5408 100644 (file)
@@ -8,11 +8,13 @@
 #################################################################
 
 # Edit the path below to point to the base of your Novell NDK.
-BASE   = c:/novell
+ifndef NDKBASE
+NDKBASE        = /novell
+endif
 INSTDIR        = s:/libcurl
 
 # Edit the path below to point to the base of your Zlib sources.
-#ZLIB_PATH = ../../../cw/zlib-src-1.1.4
+#ZLIB_PATH = ../../zlib-1.2.1
 
 # Edit the vars below to change NLM target settings.
 TARGET  = libcurl
@@ -88,13 +90,13 @@ ifeq ($(LIBARCH),LIBC)
 #      CFLAGS += -D__ANSIC__
 else
        PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
-       CFLAGS += -include $(BASE)/nlmconv/genlm.h
+       CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
 endif
 endif
 
 LDLIBS =
 
-NDK_ROOT = $(BASE)/ndk
+NDK_ROOT = $(NDKBASE)/ndk
 SDK_CLIB = $(NDK_ROOT)/nwsdk
 SDK_LIBC = $(NDK_ROOT)/libc
 SDK_LDAP = $(NDK_ROOT)/cldapsdk/netware
@@ -126,7 +128,7 @@ endif
 
 ifeq ($(OSTYPE),linux)
 DL     = '
-#-include $(BASE)/nlmconv/ncpfs.inc
+#-include $(NDKBASE)/nlmconv/ncpfs.inc
 endif
 
 OBJS   = \
index 6336b301988791e0fc5b210787f0cfe18f738c3b..eb43c2c32f417ead2847b1c92bd63d0568e2e614 100644 (file)
@@ -8,11 +8,13 @@
 #################################################################
 
 # Edit the path below to point to the base of your Novell NDK.
-BASE   = c:/novell
+ifndef NDKBASE
+NDKBASE        = /novell
+endif
 INSTDIR        = s:/libcurl
 
 # Edit the path below to point to the base of your Zlib sources.
-#ZLIB_PATH = ../../../cw/zlib-src-1.1.4
+#ZLIB_PATH = ../../zlib-1.2.1
 
 # Edit the vars below to change NLM target settings.
 TARGET  = curl
@@ -90,13 +92,13 @@ ifeq ($(LIBARCH),LIBC)
 #      CFLAGS += -D__ANSIC__
 else
        PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
-       CFLAGS += -include $(BASE)/nlmconv/genlm.h
+       CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
 endif
 endif
 
 LDLIBS =
 
-NDK_ROOT = $(BASE)/ndk
+NDK_ROOT = $(NDKBASE)/ndk
 SDK_CLIB = $(NDK_ROOT)/nwsdk
 SDK_LIBC = $(NDK_ROOT)/libc
 SDK_LDAP = $(NDK_ROOT)/cldapsdk/netware
@@ -129,7 +131,7 @@ endif
 
 ifeq ($(OSTYPE),linux)
 DL     = '
-#-include $(BASE)/nlmconv/ncpfs.inc
+#-include $(NDKBASE)/nlmconv/ncpfs.inc
 endif
 
 OBJS   = \