]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
source tree reorganization prior to flightgear 0.7
[flightgear.git] / src / Time / Makefile.am
1 if HAVE_DAYLIGHT
2 DEFS += -DHAVE_DAYLIGHT
3 endif
4
5 if HAVE_TIMEZONE
6 DEFS += -DHAVE_TIMEZONE
7 endif
8
9 noinst_LIBRARIES = libTime.a
10
11 libTime_a_SOURCES = \
12         event.cxx event.hxx \
13         fg_time.cxx fg_time.hxx \
14         fg_timer.cxx fg_timer.hxx \
15         light.cxx light.hxx \
16         moonpos.cxx moonpos.hxx \
17         sunpos.cxx sunpos.hxx \
18         timestamp.hxx
19
20 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator