1
0
Fork 0
flightgear/Astro/Makefile.am
1998-06-12 01:01:14 +00:00

11 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