12 lines
296 B
Makefile
12 lines
296 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libAstro.la
|
|
libAstro_la_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
|