1
0
Fork 0
flightgear/Time/Makefile.am

20 lines
371 B
Text
Raw Normal View History

if HAVE_DAYLIGHT
DEFS += -DHAVE_DAYLIGHT
endif
if HAVE_TIMEZONE
DEFS += -DHAVE_TIMEZONE
endif
noinst_LIBRARIES = libTime.a
libTime_a_SOURCES = \
event.cxx event.hxx \
fg_time.cxx fg_time.hxx \
fg_timer.cxx fg_timer.hxx \
light.cxx light.hxx \
1998-12-11 20:26:54 +00:00
sunpos.cxx sunpos.hxx \
timestamp.hxx
1998-04-18 04:13:51 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator