[go: up one dir, main page]

Menu

[e79954]: / caelum / Makefile.am  Maximize  Restore  History

Download this file

19 lines (15 with data), 313 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
noinst_PROGRAMS = caelum
caelum_SOURCES = \
caelum.cc \
Cylinder_Sky.cc \
Sky.cc \
Sphere_Sky.cc
EXTRA_DIST = \
Cylinder_Sky.h \
Sky.h \
Sphere_Sky.h
caelum_LDADD = \
$(top_srcdir)/geometry/libvamos-geometry.la \
$(top_srcdir)/media/libvamos-media.la \
$(BOOST_FILESYSTEM_LIB) \
$(BOOST_SYSTEM_LIB)