From: Mike Taylor Date: Fri, 9 Aug 2002 09:03:37 +0000 (+0000) Subject: Aha! $(CXX) is the C++ compiler in make's world. X-Git-Tag: YAZPP.0.3~8 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=4391c9699f5a37b73d63ba157157e9221aec566c Aha! $(CXX) is the C++ compiler in make's world. So I can throw out my homebrew $(CCC). --- diff --git a/zoom/Makefile b/zoom/Makefile index 2b3201d..e0e01f9 100644 --- a/zoom/Makefile +++ b/zoom/Makefile @@ -1,7 +1,5 @@ -# $Header: /home/cvsroot/yaz++/zoom/Attic/Makefile,v 1.3 2002-08-08 16:14:26 mike Exp $ +# $Header: /home/cvsroot/yaz++/zoom/Attic/Makefile,v 1.4 2002-08-09 09:03:37 mike Exp $ -CCC = g++ # ... until I figure out what the standard - # Make macro name is for the C++ compiler. CPPFLAGS := -Wall -g -ansi L = libzoom.a OBJ = $L(zexcept.o) $L(zconn.o) $L(zquery.o) $L(zrs.o) $L(zrec.o) @@ -9,8 +7,7 @@ OBJ = $L(zexcept.o) $L(zconn.o) $L(zquery.o) $L(zrs.o) $L(zrec.o) all: interface.h zclient zclient: zclient.o $L - @echo CCC = $(CCC) - $(CCC) $(CPPFLAGS) -o zclient zclient.o $L -lyaz + $(CXX) $(CPPFLAGS) -o zclient zclient.o $L -lyaz test: zclient ./zclient bagel.indexdata.dk 210 gils '@and mineral epicenter'