From 6cc22c44b34b183e09c94d8e665abf2bf8bb2013 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 3 Apr 2005 14:14:44 +0000 Subject: [PATCH 1/1] -lg++ no longer required --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c82512a..f092b5b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -CPPFLAGS= -I/usr/include -Wall -O2 -Wmissing-prototypes -Wstrict-prototypes $(WERROR) +CPPFLAGS= -I/usr/include \ + -Wall -O2 -Wmissing-prototypes -Wstrict-prototypes \ + -Wno-deprecated \ + $(WERROR) WERROR=-Werror LDFLAGS= LIBS= @@ -7,7 +10,7 @@ OBJS= dualx11.o x11.o main.o parameter.o graphics.o library.o \ transforms.o postscript.o moebius.o a.out: $(OBJS) - $(LINK.cc) -o a.out $(OBJS) -lm -L/usr/X11R6/lib -lX11 -lg++ + $(LINK.cc) -o a.out $(OBJS) -lm -L/usr/X11R6/lib -lX11 depend: $(C++) $(CPPFLAGS) -E -MM *.cc >.depend -- 2.30.2