-# Gnu Makefile for NetWare target * 15-Feb-2007
+# Gnu Makefile for NetWare target
# for use with gcc/nlmconv or Metrowerks CodeWarrior compiler
# use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean]
+#
+# $id: $
+#
DESCR = Round Robin Database Tool $(RRD_VERSION_STR)
COPYR = Copyright (c) 1997-2007 by Tobias Oetiker
endif
# Edit the path below to point to your freetype sources or set environment var.
ifndef LIBFT2
-LIBFT2 = $(LIBBASE)/freetype-2.3.1
+LIBFT2 = $(LIBBASE)/freetype-2.3.4
endif
# Edit the path below to point to your libart sources or set environment var.
ifndef LIBART
# Here you can find a native Win32 binary of the original awk:
# http://www.gknw.net/development/prgtools/awk.zip
AWK = awk
-ZIP = zip -qzR9
+ZIP = zip -qzr9
MV = mv -fv
# must be equal to DEBUG or NDEBUG
LD = mwldnlm
LDFLAGS = -nostdlib $^ $(PRELUDE) $(LDLIBS) -o $@ -commandfile
AR = $(LD)
-ARFLAGS = -type library -w nocmdline $(OBJS) -o
+ARFLAGS = -nostdlib -type library -o
LIBEXT = lib
+#RANLIB =
CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586
CFLAGS += -relax_pointers
#CFLAGS += -w on,nounused,nounusedexpr # -ansi strict
AR = ar
ARFLAGS = -cq
LIBEXT = a
+RANLIB = ranlib
CFLAGS += -fno-builtin -fpcc-struct-return -fno-strict-aliasing
CFLAGS += -Wall -Wno-unused # -pedantic
ifeq ($(LIBARCH),LIBC)
@echo Creating $@
@-$(RM) $@
@$(AR) $(ARFLAGS) $@ $^
+ifdef RANLIB
+ @$(RANLIB) $@
+endif
$(OBJDIR)/%.xdc: Makefile
@echo Creating $@
-# Gnu Makefile for Win32 target * 15-Feb-2007
+# Gnu Makefile for Win32 target
# for use with MingW32 gcc or Metrowerks CodeWarrior compiler
# use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean]
+#
+# $id: $
+#
DESCR = Round Robin Database Tool
COPYR = Copyright (c) 1997-2007 by Tobias Oetiker
endif
# Edit the path below to point to your freetype sources or set environment var.
ifndef LIBFT2
-#LIBFT2 = $(LIBBASE)/freetype-2.3.1
-LIBFT2 = $(LIBBASE)/../mingw32/freetype-2.3.1
+#LIBFT2 = $(LIBBASE)/freetype-2.3.4
+LIBFT2 = $(LIBBASE)/../mingw32/freetype-2.3.4
endif
# Edit the path below to point to your libart sources or set environment var.
ifndef LIBART
# Here you can find a native Win32 binary of the original awk:
# http://www.gknw.net/development/prgtools/awk.zip
AWK = awk
-ZIP = zip -qzR9
+ZIP = zip -qzr9
# must be equal to DEBUG or NDEBUG
DB = NDEBUG