]> git.mxchange.org Git - flightgear.git/blobdiff - GenAirports/Makefile.am
Lots of directory layout reorganization.
[flightgear.git] / GenAirports / Makefile.am
index a5d9d981c51c4a5f748cf42b200fb86ca4e206bb..86c8ecb162e909cdd1d5ef1ccf329bd82b6c343a 100644 (file)
 
 bin_PROGRAMS = genapts
 
-genapts_SOURCES = area.cxx area.hxx main.cxx
+genapts_SOURCES = \
+       area.cxx area.hxx \
+       convex_hull.cxx convex_hull.hxx \
+       main.cxx \
+       point2d.cxx point2d.hxx
 
 genapts_LDADD = \
+       $(top_builddir)/Tools/Lib/Polygon/libPolygon.a \
        $(top_builddir)/Lib/Bucket/libBucket.a \
-       $(top_builddir)/Lib/zlib/libz.a
+       $(top_builddir)/Lib/Debug/libDebug.a \
+       $(top_builddir)/Lib/Misc/libMisc.a \
+       $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1999/03/08 22:00:47  curt
+# Lots of directory layout reorganization.
+#
+# Revision 1.5  1999/02/25 21:32:47  curt
+# Modified to adhere to new polygon naming convention, and also to read the
+# new Robin Peel aiport format.
+#
+# Revision 1.4  1999/02/11 01:10:50  curt
+# Start of scenery revamp project.
+#
+# Revision 1.3  1998/11/04 23:01:54  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
+# Revision 1.2  1998/09/04 23:04:47  curt
+# Beginning of convex hull genereration routine.
+#
 # Revision 1.1  1998/09/01 19:34:32  curt
 # Initial revision.
 #