]> git.mxchange.org Git - simgear.git/blob - simgear/timing/Makefile.am
16f6416d631929c3c5f58d3ea01f416201f6862e
[simgear.git] / simgear / timing / Makefile.am
1 includedir = @includedir@/timing
2
3 lib_LIBRARIES = libsgtiming.a
4
5 include_HEADERS = \
6         fg_time.hxx \
7         geocoord.h \
8         timezone.h
9
10 libsgtiming_a_SOURCES = \
11         fg_time.cxx \
12         geocoord.cxx \
13         lowleveltime.cxx lowleveltime.h \
14         timezone.cxx \
15         # event.cxx event.hxx \
16         # fg_timer.cxx fg_timer.hxx \
17         # light.cxx light.hxx \
18         # moonpos.cxx moonpos.hxx \
19         # sunpos.cxx sunpos.hxx \
20         # timestamp.hxx
21
22 INCLUDES += -I$(top_builddir)