X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=netware%2FMakefile;fp=netware%2FMakefile;h=135f1571e019ebfcf48243e6c1f627d91cd08c6d;hp=bfcbc1429a74f6349f1238ccfd866f28bae5a7f3;hb=4f7e223142e96d5549de252214c3ab3f825b8dbb;hpb=9d04d24182bbc747996fde0e6213c03573d2d9ad diff --git a/netware/Makefile b/netware/Makefile index bfcbc14..135f157 100644 --- a/netware/Makefile +++ b/netware/Makefile @@ -1,4 +1,4 @@ -# Gnu Makefile for NetWare target * 29-Jan-2007 +# 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] @@ -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) >> $@