1998-04-04 05:50:53 +08:00
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libAstro.la
|
|
|
|
libAstro_la_SOURCES = \
|
1998-04-09 07:32:28 +08:00
|
|
|
moon.c moon.h \
|
|
|
|
orbits.c orbits.h \
|
|
|
|
planets.c planets.h \
|
|
|
|
sky.c sky.h \
|
|
|
|
stars.c stars.h \
|
|
|
|
sun.c sun.h
|
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
|