1998-04-03 21:50:53 +00:00
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libAstro.la
|
|
|
|
libAstro_la_SOURCES = \
|
1998-04-22 13:21:26 +00:00
|
|
|
moon.cxx moon.hxx \
|
|
|
|
orbits.cxx orbits.hxx \
|
|
|
|
planets.cxx planets.hxx \
|
|
|
|
sky.cxx sky.hxx \
|
|
|
|
stars.cxx stars.hxx \
|
|
|
|
sun.cxx sun.hxx
|
1998-04-03 21:50:53 +00:00
|
|
|
|
1998-04-14 02:23:04 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|