1
0
Fork 0
flightgear/Time/Makefile.am
curt 73ed3c180e C++ - ifiing the code a bit.
Starting to reorginize some of the lighting calcs to use a table lookup.
1998-04-22 13:24:04 +00:00

12 lines
276 B
Makefile

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libTime.la
libTime_la_SOURCES = \
event.c event.h \
fg_time.c fg_time.h \
fg_timer.c fg_timer.h \
light.cxx light.hxx \
sunpos.cxx sunpos.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator