1998-06-12 09:01:14 +08:00
|
|
|
noinst_LIBRARIES = libAstro.a
|
1998-04-04 05:50:53 +08:00
|
|
|
|
1998-06-12 09:01:14 +08:00
|
|
|
libAstro_a_SOURCES = \
|
1998-04-22 21:21:26 +08: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-04 05:50:53 +08:00
|
|
|
|
1998-04-14 10:23:04 +08:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|