From: oetiker Date: Thu, 13 Jul 2006 08:44:47 +0000 (+0000) Subject: fixed makefiles without libcgi ... guenter knauf X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac8aef29ed721afd91ecb11360a1e6acb52db42a;p=rrdtool.git fixed makefiles without libcgi ... guenter knauf git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@852 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.NetWare b/src/Makefile.NetWare index 94fcb46..15f7c39 100644 --- a/src/Makefile.NetWare +++ b/src/Makefile.NetWare @@ -1,4 +1,4 @@ -# Gnu Makefile for NetWare target * 19-May-2006 +# Gnu Makefile for NetWare target * 11-Jul-2006 # for use with gcc/nlmconv or Metrowerks CodeWarrior compiler # use with: make -f Makefile.NetWare [all|clean|dist|distclean] @@ -259,16 +259,11 @@ ZLIBOBJS += \ $(EOLIST) endif -CGILIBOBJS = \ - $(OBJDIR)/cgi.o \ - $(OBJDIR)/cookies.o \ - $(EOLIST) - ARTLIBOBJS = \ $(patsubst $(LIBART)/libart_lgpl/%.c,$(OBJDIR)/%.o,$(wildcard $(LIBART)/libart_lgpl/art_*.c)) OBJS := $(RRDLIBOBJS) $(XLIBOBJS) $(PNGLIBOBJS) $(ARTLIBOBJS) $(ZLIBOBJS) -OBJCGI := $(OBJS) $(CGILIBOBJS) $(OBJDIR)/rrd_cgi.o +OBJCGI := $(OBJS) $(OBJDIR)/rrd_cgi.o OBJTOOL := $(OBJS) $(OBJDIR)/rrd_tool.o LDLIBS += $(LIBFT2)/builds/netware/libc/libft2.$(LIBEXT) diff --git a/src/Makefile.Win32 b/src/Makefile.Win32 index a2403cd..c9230d4 100644 --- a/src/Makefile.Win32 +++ b/src/Makefile.Win32 @@ -1,4 +1,4 @@ -# Gnu Makefile for Win32 target * 19-May-2006 +# Gnu Makefile for Win32 target * 11-Jul-2006 # for use with MingW32 gcc or Metrowerks CodeWarrior compiler # use with: make -f Makefile.Win32 [all|clean|dist|distclean] @@ -207,16 +207,11 @@ ZLIBOBJS += \ $(EOLIST) endif -CGILIBOBJS = \ - $(OBJDIR)/cgi.o \ - $(OBJDIR)/cookies.o \ - $(EOLIST) - ARTLIBOBJS = \ $(patsubst $(LIBART)/libart_lgpl/%.c,$(OBJDIR)/%.o,$(wildcard $(LIBART)/libart_lgpl/art_*.c)) OBJS := $(RRDLIBOBJS) $(XLIBOBJS) $(PNGLIBOBJS) $(ARTLIBOBJS) $(ZLIBOBJS) -OBJCGI := $(OBJS) $(CGILIBOBJS) $(OBJDIR)/rrd_cgi.o +OBJCGI := $(OBJS) $(OBJDIR)/rrd_cgi.o OBJTOOL := $(OBJS) $(OBJDIR)/rrd_tool.o LDLIBS += $(LIBFT2)/objs/freetype.$(LIBEXT)