12 lines
267 B
Makefile
12 lines
267 B
Makefile
noinst_LIBRARIES = libAstro.a
|
|
|
|
libAstro_a_SOURCES = \
|
|
moon.cxx moon.hxx \
|
|
orbits.cxx orbits.hxx \
|
|
planets.cxx planets.hxx \
|
|
sky.cxx sky.hxx \
|
|
stars.cxx stars.hxx \
|
|
sun.cxx sun.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|