Tweaks to bring the automake/conf scripts into compliance.
This commit is contained in:
parent
13895ab1dd
commit
65d6f9c623
28 changed files with 27 additions and 36 deletions
|
@ -53,7 +53,7 @@ genapts_LDADD = \
|
|||
-lz \
|
||||
$(base_LIBS)
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
|
|
|
@ -15,4 +15,4 @@ testclipper_LDADD = \
|
|||
$(top_builddir)/src/Lib/poly2tri/libpoly2tri.a \
|
||||
-lsgbucket -lsgdebug -lsgmisc -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -2,7 +2,7 @@ noinst_LIBRARIES = libGenOutput.a
|
|||
|
||||
libGenOutput_a_SOURCES = genobj.cxx genobj.hxx
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
-I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -25,7 +25,7 @@ fgfs_master_SOURCES = master.cxx
|
|||
|
||||
fgfs_master_LDADD = -lsgbucket -lsgmisc -lsgdebug -lsgxml
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
-I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -2,4 +2,4 @@ noinst_LIBRARIES = libMatch.a
|
|||
|
||||
libMatch_a_SOURCES = match.cxx match.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -6,6 +6,6 @@ noinst_PROGRAMS = testosgb36
|
|||
|
||||
testosgb36_SOURCES = testosgb36.cxx
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -10,7 +10,7 @@ fgfs_tools_client_SOURCES = client.cxx
|
|||
|
||||
fgfs_tools_client_LDADD = -lsgbucket -lsgmisc -lsgdebug -lsgxml
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
-I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -4,4 +4,4 @@ libTriangulate_a_SOURCES = \
|
|||
triangle.cxx triangle.hxx \
|
||||
trieles.cxx trieles.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -10,4 +10,4 @@ testarray_LDADD = \
|
|||
$(top_builddir)/src/Lib/Array/libArray.a \
|
||||
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
|
|
@ -2,5 +2,5 @@ noinst_LIBRARIES = libDEM.a
|
|||
|
||||
libDEM_a_SOURCES = dem.cxx dem.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ libGeometry_a_SOURCES = \
|
|||
trisegs.cxx trisegs.hxx \
|
||||
util.cxx util.hxx
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
-I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -4,4 +4,4 @@ libOptimize_a_SOURCES = \
|
|||
genfans.cxx genfans.hxx \
|
||||
genstrips.cxx genstrips.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib -I$(top_srcdir)/src/BuildTiles
|
||||
|
|
|
@ -3,4 +3,4 @@ noinst_LIBRARIES = libOutput.a
|
|||
libOutput_a_SOURCES = \
|
||||
output.cxx output.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -8,4 +8,4 @@ libPolygon_a_SOURCES = \
|
|||
split-bin.cxx split.hxx \
|
||||
superpoly.cxx superpoly.hxx
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# CPPFLAGS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
|
||||
|
||||
CPPFLAGS += -DTRILIBRARY
|
||||
AM_CFLAGS = -DTRILIBRARY
|
||||
|
||||
noinst_LIBRARIES = libTriangleJRS.a
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ noinst_PROGRAMS = teste00
|
|||
teste00_SOURCES = teste00.cxx
|
||||
teste00_LDADD = libe00.a -lsgmisc -lsgdebug -lsgxml -lz
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
EXTRA_DIST = README makefile.orig data_1
|
||||
|
||||
# if OLD_AUTOMAKE
|
||||
# CFLAGS += -DSTANDALONE
|
||||
# else
|
||||
# AM_CFLAGS = -DSTANDALONE
|
||||
# endif
|
||||
|
||||
noinst_LIBRARIES = libpoly2tri.a
|
||||
|
||||
|
@ -16,4 +12,4 @@ libpoly2tri_a_SOURCES = \
|
|||
tri.c \
|
||||
triangulate.h
|
||||
|
||||
# INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/Lib
|
||||
# INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/Lib
|
||||
|
|
|
@ -34,4 +34,4 @@ shptest_LDADD = libshape.a
|
|||
shputils_SOURCES = shputils.c
|
||||
shputils_LDADD = libshape.a
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
|
|
@ -33,7 +33,7 @@ demchop_LDADD = \
|
|||
-lsgbucket -lsgmisc -lsgdebug -lsgxml -lz
|
||||
$(base_LIBS)
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
|
||||
# We can't build this with "-O2" (optimization) since this causes a seg fault
|
||||
# I haven't found a way to strip this out of the CXXFLAGS, so I'm just
|
||||
|
|
|
@ -33,7 +33,7 @@ deminfo_LDADD = \
|
|||
-lsgbucket -lsgmisc -lsgdebug -lsgxml -lz \
|
||||
$(base_LIBS)
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
|
||||
# We can't build this with "-O2" (optimization) since this causes a seg fault
|
||||
# I haven't found a way to strip this out of the CXXFLAGS, so I'm just
|
||||
|
|
|
@ -28,8 +28,3 @@ bin_PROGRAMS = raw2ascii
|
|||
raw2ascii_SOURCES = main.c rawdem.c rawdem.h
|
||||
|
||||
raw2ascii_LDADD = $(base_LIBS)
|
||||
|
||||
# INCLUDES +=
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
|
@ -9,4 +9,4 @@ e00lines_LDADD = \
|
|||
$(top_builddir)/src/Lib/e00/libe00.a \
|
||||
-lsgdebug -lsgbucket -lsgmisc -lsgmath -lsgio -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -18,4 +18,4 @@ debug_LDADD = \
|
|||
$(top_builddir)/src/Lib/poly2tri/libpoly2tri.a \
|
||||
-lsgdebug -lsgbucket -lsgmisc -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -12,4 +12,4 @@ testmerger_LDADD = \
|
|||
$(top_builddir)/src/Lib/poly2tri/libpoly2tri.a \
|
||||
-lsgdebug -lsgbucket -lsgmisc -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -47,7 +47,7 @@ findcorners_SOURCES = findcorners.cxx
|
|||
|
||||
findcorners_LDADD = -lsgmath -lsgdebug
|
||||
|
||||
INCLUDES += \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/Lib \
|
||||
|
|
|
@ -16,4 +16,4 @@ noaa_decode_LDADD = \
|
|||
$(top_builddir)/src/Lib/shapelib/libshape.a \
|
||||
-lsgdebug -lsgbucket -lsgmisc -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -9,4 +9,4 @@ tgvpf_LDADD = \
|
|||
$(top_builddir)/src/Lib/vpf/libvpf.a \
|
||||
-lsgdebug -lsgbucket -lsgmisc -lsgmath -lsgio -lsgxml -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib
|
||||
|
|
|
@ -8,4 +8,4 @@ tguserdef_LDADD = \
|
|||
$(top_builddir)/src/Lib/poly2tri/libpoly2tri.a \
|
||||
-lsgbucket -lsgmisc -lsgmath -lsgio -lsgxml -lsgdebug -lgenpolyclip -lz
|
||||
|
||||
INCLUDES += -I$(top_srcdir)/src/Lib
|
||||
INCLUDES = -I$(top_srcdir)/src/Lib
|
||||
|
|
Loading…
Reference in a new issue