summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 347cff5)
raw | patch | inline | side by side (parent: 347cff5)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 11 Mar 2007 12:41:46 +0000 (12:41 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 11 Mar 2007 12:41:46 +0000 (12:41 +0000) |
program/netware/Makefile | patch | blob | history |
index 135f1571e019ebfcf48243e6c1f627d91cd08c6d..fdc7ebbd515b4879580bc17ae42a152bf8c9416f 100644 (file)
--- a/program/netware/Makefile
+++ b/program/netware/Makefile
-# Gnu Makefile for NetWare target * 08-Feb-2007
+# Gnu Makefile for NetWare target * 22-Feb-2007
# for use with gcc/nlmconv or Metrowerks CodeWarrior compiler
# use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean]
ARFLAGS = -type library -w nocmdline $(OBJS) -o
LIBEXT = lib
CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586
-CFLAGS += -relax_pointers
+CFLAGS += -relax_pointers # -r
#CFLAGS += -w on,nounused,nounusedexpr # -ansi strict
+CFLAGS += -w noerror,noiserror
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.o
CFLAGS += -align 4
$(EOLIST)
XLIBOBJS = \
+ $(OBJDIR)/rrd_getopt.o \
+ $(OBJDIR)/rrd_getopt1.o \
$(OBJDIR)/art_rgba_svp.o \
- $(OBJDIR)/getopt.o \
- $(OBJDIR)/getopt1.o \
$(OBJDIR)/hash_32.o \
$(OBJDIR)/parsetime.o \
$(OBJDIR)/pngsize.o \
@echo $(DL)#define HAVE_SELECT 1$(DL) >> $@
@echo $(DL)#define HAVE_SETLOCALE 1$(DL) >> $@
@echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@
-# @echo $(DL)#define HAVE_SIGNAL 1$(DL) >> $@
@echo $(DL)#define HAVE_SNPRINTF 1$(DL) >> $@
@echo $(DL)#define HAVE_STDARG_H 1$(DL) >> $@
@echo $(DL)#define HAVE_STDDEF_H 1$(DL) >> $@
endif
@echo $(DL)#define RRDGRAPH_YLEGEND_ANGLE $(RRDGRAPH_YLEGEND_ANGLE)$(DL) >> $@
ifdef WITH_PIECHART
- @echo $(DL)#define WITH_PIECHART 1$(DL) >> $@
+ @echo $(DL)#define WITH_PIECHART $(WITH_PIECHART)$(DL) >> $@
endif
@echo $(DL)#endif /* RRD_CONFIG_H */$(DL) >> $@