X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=netware%2FMakefile;h=135f1571e019ebfcf48243e6c1f627d91cd08c6d;hb=4f7e223142e96d5549de252214c3ab3f825b8dbb;hp=77fa960282d54a55571c403ea8b8445c700fc584;hpb=1b9d3db37e1cdc2205bda742bd1818eb14ade84b;p=rrdtool.git diff --git a/netware/Makefile b/netware/Makefile index 77fa960..135f157 100644 --- a/netware/Makefile +++ b/netware/Makefile @@ -1,9 +1,9 @@ -# Gnu Makefile for NetWare target * 09-Sep-2006 +# Gnu Makefile for NetWare target * 08-Feb-2007 # for use with gcc/nlmconv or Metrowerks CodeWarrior compiler # use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean] DESCR = Round Robin Database Tool $(RRD_VERSION_STR) -COPYR = Copyright (c) 1997-2006 by Tobias Oetiker +COPYR = Copyright (c) 1997-2007 by Tobias Oetiker WWWURL = http://www.rrdtool.org/ MTSAFE = YES #SCREEN = $(DESCR) @@ -39,11 +39,11 @@ endif # All library code is statically linked to avoid problems with other lib NLMs. # Edit the path below to point to your libpng sources or set environment var. ifndef LIBPNG -LIBPNG = $(LIBBASE)/libpng-1.2.12 +LIBPNG = $(LIBBASE)/libpng-1.2.16 endif # Edit the path below to point to your freetype sources or set environment var. ifndef LIBFT2 -LIBFT2 = $(LIBBASE)/freetype-2.2.1 +LIBFT2 = $(LIBBASE)/freetype-2.3.1 endif # Edit the path below to point to your libart sources or set environment var. ifndef LIBART @@ -143,8 +143,8 @@ LDFLAGS = -T AR = ar ARFLAGS = -cq LIBEXT = a -CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing -CFLAGS += -Wall -Wno-unused -Wno-return-type # -pedantic +CFLAGS += -fno-builtin -fpcc-struct-return -fno-strict-aliasing +CFLAGS += -Wall -Wno-unused # -pedantic ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o else @@ -167,9 +167,6 @@ endif ifeq ($(MTSAFE),NO) XDCOPT = -u endif -ifndef COPYR - COPYR = Copyright (c) 2006 The Open Source Community. -endif ifndef DESCR DESCR = $(notdir $(@:.def=)) Command Extension endif @@ -288,8 +285,9 @@ rrdtool: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/rrdtool.nlm rrdcgi: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/rrdcgi.$(CGIEXT) librrd: $(OBJDIR) $(PROOT)/rrd_config.h $(OBJDIR)/librrd.$(LIBEXT) +FORCE: ; + dist: all $(DISTDIR) $(DISTDIR)/readme.txt -# @-$(CP) $(OBJDIR)/librrd.$(LIBEXT) $(DISTDIR) @-$(CP) $(OBJDIR)/rrdcgi.$(CGIEXT) $(DISTDIR) @-$(CP) $(OBJDIR)/rrdtool.nlm $(DISTDIR) @-$(CP) $(PROOT)/src/*.ttf $(DISTDIR) @@ -434,7 +432,7 @@ ifeq ($(LD),nlmconv) @echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@ endif -$(PROOT)/rrd_config.h: Makefile +$(PROOT)/rrd_config.h: FORCE Makefile $(OBJDIR)/version.inc @echo Creating $@ @echo $(DL)/* $(notdir $@) for NetWare target.$(DL) > $@ @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@