1999-05-06 02:19:39 +00:00
|
|
|
bin_PROGRAMS = construct master
|
1999-03-14 00:03:24 +00:00
|
|
|
|
1999-05-02 18:41:24 +00:00
|
|
|
construct_SOURCES = construct.cxx construct.hxx main.cxx construct_types.hxx
|
1999-03-14 00:03:24 +00:00
|
|
|
|
|
|
|
construct_LDADD = \
|
|
|
|
$(top_builddir)/Tools/Construct/Array/libArray.a \
|
|
|
|
$(top_builddir)/Tools/Construct/Clipper/libClipper.a \
|
1999-03-22 23:48:20 +00:00
|
|
|
$(top_builddir)/Tools/Construct/GenOutput/libGenOutput.a \
|
1999-03-31 23:46:48 +00:00
|
|
|
$(top_builddir)/Tools/Construct/Combine/libCombine.a \
|
1999-05-02 22:10:51 +00:00
|
|
|
$(top_builddir)/Tools/Construct/Match/libMatch.a \
|
1999-03-17 23:49:51 +00:00
|
|
|
$(top_builddir)/Tools/Construct/Triangulate/libTriangulate.a \
|
1999-03-14 00:03:24 +00:00
|
|
|
$(top_builddir)/Tools/Lib/Polygon/libPolygon.a \
|
1999-03-20 20:32:51 +00:00
|
|
|
$(top_builddir)/Tools/Lib/Triangle/libTriangle.a \
|
1999-03-14 00:03:24 +00:00
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
$(top_builddir)/Lib/Math/libMath.a \
|
|
|
|
$(top_builddir)/Lib/Misc/libMisc.a \
|
|
|
|
$(top_builddir)/Lib/Debug/libDebug.a \
|
|
|
|
$(top_builddir)/Lib/zlib/libz.a \
|
|
|
|
-lgpc -lgfc
|
|
|
|
|
1999-05-06 02:19:39 +00:00
|
|
|
master_SOURCES = master.cxx
|
|
|
|
|
1999-05-06 11:45:55 +00:00
|
|
|
master_LDADD = \
|
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
$(top_builddir)/Lib/Misc/libMisc.a
|
|
|
|
|
1999-03-14 00:03:24 +00:00
|
|
|
INCLUDES += \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
1999-03-19 00:26:51 +00:00
|
|
|
-I$(top_builddir)/Tools/Lib \
|
1999-03-14 00:03:24 +00:00
|
|
|
-I$(top_builddir)/Tools/Construct
|