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
|
|
|
|
# fg_time.cxx fg_time.hxx \
|
|
|
|
# geocoord.cxx geocoord.h \
|
|
|
|
# lowleveltime.cxx lowleveltime.h \
|
|
|
|
# timezone.cxx timezone.h
|
1998-04-03 22:12:53 +00:00
|
|
|
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|