noinst_LIBRARIES = libcastor.a

libcastor_a_SOURCES = \
	astro_object.cc \
	deep_object.cc \
	near_object.cc \
	star_object.cc \
	skymap_object.cc \
	sol.cc \
	asteroid.cc \
	comet.cc \
	mercury.cc \
	venus.cc \
	mars.cc \
	jupiter.cc \
	saturn.cc \
	uranus.cc \
	neptune.cc \
	pluto.cc \
	galaxy.cc \
	nebula.cc


noinst_HEADERS = \
	astro_object.hh \
	deep_object.hh \
	near_object.hh \
	star_object.hh \
	skymap_object.hh \
	sol.hh \
	planet.hh \
	asteroid.hh \
	comet.hh \
	mercury.hh \
	venus.hh \
	mars.hh \
	jupiter.hh \
	saturn.hh \
	uranus.hh \
	neptune.hh \
	pluto.hh \
	galaxy.hh \
	nebula.hh
	
AM_CXXFLAGS = @CXXFLAGS@ @NOVA_CFLAGS@


syntax highlighted by Code2HTML, v. 0.9.1