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_timer.cxx fg_timer.hxx \
|
1998-04-22 13:24:04 +00:00
|
|
|
light.cxx light.hxx \
|
1999-03-22 02:08:05 +00:00
|
|
|
moonpos.cxx moonpos.hxx \
|
1998-12-11 20:26:54 +00:00
|
|
|
sunpos.cxx sunpos.hxx \
|
2000-07-05 02:39:30 +00:00
|
|
|
tmp.cxx tmp.hxx
|
1998-04-03 22:12:53 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|