From: oetiker Date: Wed, 5 Jul 2006 22:00:25 +0000 (+0000) Subject: we have no cgilib anymore .... X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5d4cc7551f4b56d57eed6eecb0c602e06f110bd0;p=rrdtool.git we have no cgilib anymore .... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@850 a5681a0c-68f1-0310-ab6d-d61299d08faa --- 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 \