summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71a0359)
raw | patch | inline | side by side (parent: 71a0359)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 5 Jul 2006 22:00:25 +0000 (22:00 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 5 Jul 2006 22:00:25 +0000 (22:00 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@850 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/Makefile.NetWare | patch | blob | history | |
src/Makefile.Win32 | patch | blob | history |
diff --git a/src/Makefile.NetWare b/src/Makefile.NetWare
index 148e87150003905c49f76c9884424b8b157b7929..94fcb46aa18463fe7767e7b04630a9a049cc6962 100644 (file)
--- a/src/Makefile.NetWare
+++ b/src/Makefile.NetWare
ifndef ZLIBSDK\r
ZLIBSDK = $(LIBBASE)/zlib-1.2.3\r
endif\r
-# Edit the path below to point to your zlib sources or set environment var.\r
-ifndef LIBCGI\r
-LIBCGI = $(LIBBASE)/cgilib-0.5\r
-endif\r
\r
# Edit the path below to point to your distribution folder.\r
ifndef DISTDIR\r
SDK_CLIB = $(NDK_ROOT)/nwsdk\r
SDK_LIBC = $(NDK_ROOT)/libc\r
\r
-INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI)\r
+INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) \r
\r
ifeq ($(LIBARCH),LIBC)\r
INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks\r
\r
CFLAGS += $(INCLUDES)\r
\r
-vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI)\r
+vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK)\r
\r
RRDLIBOBJS = \\r
$(OBJDIR)/rrd_afm.o \\r
diff --git a/src/Makefile.Win32 b/src/Makefile.Win32
index d454f7a4b77ffc6d447a1cfa2f6980a5a23e0f46..a2403cde1226cafef336f27b27c9407380cb0a44 100644 (file)
--- a/src/Makefile.Win32
+++ b/src/Makefile.Win32
ifndef ZLIBSDK\r
ZLIBSDK = $(LIBBASE)/zlib-1.2.3\r
endif\r
-# Edit the path below to point to your zlib sources or set environment var.\r
-ifndef LIBCGI\r
-LIBCGI = $(LIBBASE)/cgilib-0.5\r
-endif\r
\r
# Edit the path below to point to your distribution folder.\r
ifndef DISTDIR\r
endif\r
DESCR += - $(CC) build\r
\r
-INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI)\r
+INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) \r
\r
CFLAGS += $(INCLUDES)\r
\r
-vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI)\r
+vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) \r
\r
RRDLIBOBJS = \\r
$(OBJDIR)/rrd_afm.o \\r