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