1
0
Fork 0
flightgear/src/Time/Makefile.am

17 lines
388 B
Text
Raw Normal View History

noinst_LIBRARIES = libTime.a
libTime_a_SOURCES = \
event.cxx event.hxx \
fg_timer.cxx fg_timer.hxx \
light.cxx light.hxx \
moonpos.cxx moonpos.hxx \
1998-12-11 20:26:54 +00:00
sunpos.cxx sunpos.hxx \
timestamp.hxx \
tmp.cxx tmp.hxx
# fg_time.cxx fg_time.hxx \
# geocoord.cxx geocoord.h \
# lowleveltime.cxx lowleveltime.h \
# timezone.cxx timezone.h
2000-02-15 03:30:01 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src