2f40b08c03
Declare memmove/memset for Sloaris. Rewrote fg_time.c routine to get LST start seconds to better handle Solaris, and be easier to port, and understand the GMT vs. local timezone issues.
18 lines
354 B
Makefile
18 lines
354 B
Makefile
if HAVE_DAYLIGHT
|
|
DEFS += -DHAVE_DAYLIGHT
|
|
endif
|
|
|
|
if HAVE_TIMEZONE
|
|
DEFS += -DHAVE_TIMEZONE
|
|
endif
|
|
|
|
noinst_LIBRARIES = libTime.a
|
|
|
|
libTime_a_SOURCES = \
|
|
event.cxx event.hxx \
|
|
fg_time.cxx fg_time.hxx \
|
|
fg_timer.cxx fg_timer.hxx \
|
|
light.cxx light.hxx \
|
|
sunpos.cxx sunpos.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|