Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
noinst_PROGRAMS = caelum caelum_SOURCES = \ caelum.cpp \ Cylinder_Sky.cpp \ Sky.cpp \ Sphere_Sky.cpp EXTRA_DIST = \ Cylinder_Sky.hpp \ Sky.hpp \ Sphere_Sky.hpp caelum_LDADD = \ $(top_srcdir)/geometry/libvamos-geometry.la \ $(top_srcdir)/media/libvamos-media.la