1
0
Fork 0
flightgear/src/Time/Makefile.am
curt 4dc4764510 Initial revision of:
geocoord.cxx geocoord.h lowleveltime.cxx lowleveltime.h
   mymath.cxx mymath.h timezone.cxx timezone.h
Incorporating Durk's better timezone handling:
   Makefile.am fg_time.cxx fg_time.hxx
1999-09-07 23:11:22 +00:00

16 lines
414 B
Makefile

noinst_LIBRARIES = libTime.a
libTime_a_SOURCES = \
event.cxx event.hxx \
fg_time.cxx fg_time.hxx \
fg_timer.cxx fg_timer.hxx \
geocoord.cxx geocoord.h \
light.cxx light.hxx \
lowleveltime.cxx lowleveltime.h \
timezone.cxx timezone.h \
moonpos.cxx moonpos.hxx \
mymath.cxx mymath.h \
sunpos.cxx sunpos.hxx \
timestamp.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator