15 lines
367 B
Makefile
15 lines
367 B
Makefile
noinst_LIBRARIES = libTime.a
|
|
|
|
libTime_a_SOURCES = \
|
|
event.cxx event.hxx \
|
|
fg_timer.cxx fg_timer.hxx \
|
|
light.cxx light.hxx \
|
|
moonpos.cxx moonpos.hxx \
|
|
sunpos.cxx sunpos.hxx \
|
|
tmp.cxx tmp.hxx
|
|
# fg_time.cxx fg_time.hxx \
|
|
# geocoord.cxx geocoord.h \
|
|
# lowleveltime.cxx lowleveltime.h \
|
|
# timezone.cxx timezone.h
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|