[go: up one dir, main page]

Menu

[8286ad]: / caelum / Makefile.am  Maximize  Restore  History

Download this file

17 lines (13 with data), 273 Bytes

 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