From 5d4cc7551f4b56d57eed6eecb0c602e06f110bd0 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 5 Jul 2006 22:00:25 +0000 Subject: [PATCH] we have no cgilib anymore .... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@850 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/Makefile.NetWare | 8 ++------ src/Makefile.Win32 | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/Makefile.NetWare b/src/Makefile.NetWare index 148e871..94fcb46 100644 --- a/src/Makefile.NetWare +++ b/src/Makefile.NetWare @@ -56,10 +56,6 @@ endif ifndef ZLIBSDK ZLIBSDK = $(LIBBASE)/zlib-1.2.3 endif -# Edit the path below to point to your zlib sources or set environment var. -ifndef LIBCGI -LIBCGI = $(LIBBASE)/cgilib-0.5 -endif # Edit the path below to point to your distribution folder. ifndef DISTDIR @@ -171,7 +167,7 @@ NDK_ROOT = $(NDKBASE)/ndk SDK_CLIB = $(NDK_ROOT)/nwsdk SDK_LIBC = $(NDK_ROOT)/libc -INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI) +INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) ifeq ($(LIBARCH),LIBC) INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks @@ -181,7 +177,7 @@ endif CFLAGS += $(INCLUDES) -vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI) +vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) RRDLIBOBJS = \ $(OBJDIR)/rrd_afm.o \ diff --git a/src/Makefile.Win32 b/src/Makefile.Win32 index d454f7a..a2403cd 100644 --- a/src/Makefile.Win32 +++ b/src/Makefile.Win32 @@ -48,10 +48,6 @@ endif ifndef ZLIBSDK ZLIBSDK = $(LIBBASE)/zlib-1.2.3 endif -# Edit the path below to point to your zlib sources or set environment var. -ifndef LIBCGI -LIBCGI = $(LIBBASE)/cgilib-0.5 -endif # Edit the path below to point to your distribution folder. ifndef DISTDIR @@ -124,11 +120,11 @@ ifndef DESCR endif DESCR += - $(CC) build -INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI) +INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) CFLAGS += $(INCLUDES) -vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI) +vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) RRDLIBOBJS = \ $(OBJDIR)/rrd_afm.o \ -- 2.11.0