Jon Berndt writes:
>Sent: Wednesday, March 20, 
>
>I build JSBSim standalone in 1:45 (that's minutes:seconds for all you
>smarties out there). Norman: did you leave out both JSBSIm and 
>LaRCSim in that build?

Here is the FDM / Makefile.am I used

SUBDIRS = YASim
#  Balloon JSBSim LaRCsim UIUCModel

noinst_LIBRARIES = libFlight.a

libFlight_a_SOURCES = \
        External.cxx External.hxx \
        ExternalNet.cxx ExternalNet.hxx \
        flight.cxx flight.hxx \
        IO360.cxx IO360.hxx \
        NullFDM.cxx NullFDM.hxx

#       ADA.cxx ADA.hxx \
#       Balloon.cxx Balloon.h \
#       LaRCsim.cxx LaRCsim.hxx \
#       LaRCsimIC.cxx LaRCsimIC.hxx \
#       MagicCarpet.cxx MagicCarpet.hxx \

if OLD_AUTOMAKE
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
else
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
endif

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to