Browse CVS Repository
Contents of /autocoast/src/src/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Thu Nov 25 14:47:01 2004 UTC
(19 years, 4 months ago)
by tmurakam
Branch: MAIN
CVS Tags: v0_3, v0_2, HEAD
Changes since 1.2: +3 -3 lines
GshhsExtractor
| 1 |
bin_PROGRAMS = autocoast GshhsExtractor |
| 2 |
|
| 3 |
AM_CPPFLAGS = -I$(top_srcdir)/gpc -I$(top_srcdir)/lib |
| 4 |
|
| 5 |
autocoast_LDADD = ../lib/libautocoast.a -L../gpc -lgpc |
| 6 |
GshhsExtractor_LDADD = ../lib/libautocoast.a -L../gpc -lgpc |
| 7 |
|
| 8 |
autocoast_SOURCES = autocoast.cpp |
| 9 |
|
| 10 |
GshhsExtractor_SOURCES = gshhs_extractor.cpp |
|