]> git.mxchange.org Git - flightgear.git/blobdiff - FixObj/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / FixObj / Makefile.am
index 3e33b5d82bba42343c45574176ec2b7e11f4e90c..7ced91cc9f6ba2470727a49726b810d98a07886e 100644 (file)
 
 bin_PROGRAMS = fixobj
 
-fixobj_SOURCES = main.c mat3.h obj.c obj.h MAT3vec.c
+fixobj_SOURCES = main.cxx obj.cxx obj.hxx
 
-fixobj_LDADD =
+fixobj_LDADD = \
+       $(top_builddir)/Lib/Math/libMath.a \
+       $(top_builddir)/Lib/Debug/libDebug.a \
+       $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
-INCLUDES += -I../../Simulator
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1998/11/04 23:01:53  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
+# Revision 1.6  1998/07/30 23:49:25  curt
+# Removed libtool support.
+#
+# Revision 1.5  1998/06/08 17:11:44  curt
+# Renamed *.[ch] to *.[ch]xx
+#
+# Revision 1.4  1998/04/24 00:44:05  curt
+# Added zlib support.
+#
+# Revision 1.3  1998/04/18 04:01:02  curt
+# Now use libMath rather than having local copies of math routines.
+#
+# Revision 1.2  1998/04/14 02:26:05  curt
+# Code reorganizations.  Added a Lib/ directory for more general libraries.
+#
 # Revision 1.1  1998/04/08 23:19:35  curt
 # Adopted Gnu automake/autoconf system.
 #