Browse CVS Repository
Contents of /autocoast/src/lib/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Thu Nov 18 09:38:39 2004 UTC
(19 years, 4 months ago)
by tmurakam
Branch: MAIN
CVS Tags: v0_3, v0_2, HEAD
Changes since 1.1: +1 -1 lines
updated
| 1 |
lib_LIBRARIES = libautocoast.a |
| 2 |
|
| 3 |
AM_CPPFLAGS = -I$(top_srcdir)/gpc |
| 4 |
|
| 5 |
libautocoast_a_SOURCES = gpc.cpp bbox.cpp vector.cpp gshhs.cpp databuf.cpp dataset.cpp \ |
| 6 |
bgl.cpp bgllwm.cpp bglvtp.cpp area.cpp cell.cpp opt.cpp |
| 7 |
include_HEADERS = |
|