fix parallel build
This commit is contained in:
parent
8394e604f0
commit
1707ec7fbf
3 changed files with 3 additions and 9 deletions
|
@ -5,9 +5,7 @@ dist_pkgdata_DATA = default_priorities.txt
|
||||||
noinst_PROGRAMS = testclipper
|
noinst_PROGRAMS = testclipper
|
||||||
|
|
||||||
testclipper_SOURCES = testclipper.cxx
|
testclipper_SOURCES = testclipper.cxx
|
||||||
|
testclipper_LDADD = libClipper.a \
|
||||||
testclipper_LDADD = \
|
|
||||||
$(top_builddir)/src/BuildTiles/Clipper/libClipper.a \
|
|
||||||
$(top_builddir)/src/BuildTiles/Osgb36/libOsgb36.a \
|
$(top_builddir)/src/BuildTiles/Osgb36/libOsgb36.a \
|
||||||
$(top_builddir)/src/BuildTiles/Triangulate/libTriangulate.a \
|
$(top_builddir)/src/BuildTiles/Triangulate/libTriangulate.a \
|
||||||
$(top_builddir)/src/Lib/Polygon/libPolygon.a \
|
$(top_builddir)/src/Lib/Polygon/libPolygon.a \
|
||||||
|
|
|
@ -6,9 +6,7 @@ libArray_a_SOURCES = array.cxx array.hxx
|
||||||
bin_PROGRAMS = testarray
|
bin_PROGRAMS = testarray
|
||||||
|
|
||||||
testarray_SOURCES = testarray.cxx
|
testarray_SOURCES = testarray.cxx
|
||||||
|
testarray_LDADD = libArray.a \
|
||||||
testarray_LDADD = \
|
|
||||||
$(top_builddir)/src/Lib/Array/libArray.a \
|
|
||||||
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
||||||
$(support_LIBS) -lz
|
$(support_LIBS) -lz
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,7 @@ libHGT_a_SOURCES = hgt.cxx hgt.hxx srtmbase.cxx srtmbase.hxx
|
||||||
noinst_PROGRAMS = testhgt
|
noinst_PROGRAMS = testhgt
|
||||||
|
|
||||||
testhgt_SOURCES = testhgt.cxx
|
testhgt_SOURCES = testhgt.cxx
|
||||||
|
testhgt_LDADD = libHGT.a \
|
||||||
testhgt_LDADD = \
|
|
||||||
$(top_builddir)/src/Lib/HGT/libHGT.a \
|
|
||||||
-lsgbucket -lsgmisc -lsgdebug -lz -lplibul
|
-lsgbucket -lsgmisc -lsgdebug -lz -lplibul
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src
|
INCLUDES = -I$(top_srcdir)/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue