From: <le...@us...> - 2002-09-15 12:58:34
|
Update of /cvsroot/meshdb/src/vpf In directory usw-pr-cvs1:/tmp/cvs-serv3102/vpf Modified Files: Makefile.inc Log Message: fix some bugs in psplot add some macros to geodesy.h make compat with openbsd Index: Makefile.inc =================================================================== RCS file: /cvsroot/meshdb/src/vpf/Makefile.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.inc 14 Sep 2002 14:43:53 -0000 1.1 +++ Makefile.inc 15 Sep 2002 12:58:30 -0000 1.2 @@ -1,6 +1,9 @@ # $Id$ -CPPFLAGS = -I${.CURDIR}/../libvpf -LDFLAGS = -L${.CURDIR}/../libvpf +CPPFLAGS?= +LDFLAGS?= + +CPPFLAGS += -I${.CURDIR}/../libvpf +LDFLAGS += -L${.CURDIR}/../libvpf LIBVPF = ${.CURDIR}/../libvpf/libvpf.a DEBUG= -ggdb -Wall |