1998-06-05 18:18:12 +00:00
|
|
|
if HAVE_DAYLIGHT
|
|
|
|
DEFS += -DHAVE_DAYLIGHT
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_TIMEZONE
|
|
|
|
DEFS += -DHAVE_TIMEZONE
|
|
|
|
endif
|
|
|
|
|
1998-06-12 00:59:52 +00:00
|
|
|
noinst_LIBRARIES = libTime.a
|
1998-04-03 22:12:53 +00:00
|
|
|
|
1998-06-12 00:59:52 +00:00
|
|
|
libTime_a_SOURCES = \
|
1998-04-24 00:52:24 +00:00
|
|
|
event.cxx event.hxx \
|
|
|
|
fg_time.cxx fg_time.hxx \
|
|
|
|
fg_timer.cxx fg_timer.hxx \
|
1998-04-22 13:24:04 +00:00
|
|
|
light.cxx light.hxx \
|
|
|
|
sunpos.cxx sunpos.hxx
|
1998-04-03 22:12:53 +00:00
|
|
|
|
1998-04-18 04:13:51 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|