Update of /cvsroot/meshdb/src/geo
In directory usw-pr-cvs1:/tmp/cvs-serv3102/geo
Modified Files:
Makefile.inc README
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/geo/Makefile.inc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.inc 10 Aug 2002 03:51:32 -0000 1.1.1.1
+++ Makefile.inc 15 Sep 2002 12:58:29 -0000 1.2
@@ -24,6 +24,6 @@
#-- include the PNG library for image.c
PNGSRC= $$HOME/src/netpbm/libpng-1.0.12
-CFLAGS+= -I${PNGSRC}
+CFLAGS+= -I${PNGSRC} -I/usr/local/include
LDFLAGS+= -L${PNGSRC} -L/usr/local/lib
LDADD_GEO+= -lpng -lz
Index: README
===================================================================
RCS file: /cvsroot/meshdb/src/geo/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README 10 Aug 2002 03:51:32 -0000 1.1.1.1
+++ README 15 Sep 2002 12:58:29 -0000 1.2
@@ -1,6 +1,8 @@
The source code to these mapping tools and database are placed in the Public Domain.
+Edit Makefile.inc to set up some paths
+
* Sorry, not much doco - look in the libgeo/*.h files.
* If you're not using a BSD operating system, you may need to find and
install 'bmake' to make sense of the BSD-style makefiles.
@@ -17,3 +19,4 @@
On makefiles:
- i used both BSD make and GNU make... the BSDmakefile and
GNUmakefile files are automatically read by the right ones.
+
|