11 lines
252 B
Makefile
11 lines
252 B
Makefile
noinst_LIBRARIES = libTime.a
|
|
|
|
libTime_a_SOURCES = \
|
|
fg_timer.cxx fg_timer.hxx \
|
|
light.cxx light.hxx \
|
|
moonpos.cxx moonpos.hxx \
|
|
sunpos.cxx sunpos.hxx \
|
|
sunsolver.cxx sunsolver.hxx \
|
|
tmp.cxx tmp.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|