[go: up one dir, main page]

Menu

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

Download this file

22 lines (17 with data), 407 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_PROGRAMS = caelum
caelum_SOURCES = \
caelum.cc \
Cylinder_Sky.cc \
Sky.cc \
Sphere_Sky.cc
LIBS = \
$(top_srcdir)/geometry/libvamos-geometry.la \
$(top_srcdir)/media/libvamos-media.la \
`pkg-config --libs sdl libpng` \
@LIBS@
EXTRA_DIST = \
Cylinder_Sky.h \
Sky.h \
Sphere_Sky.h
AM_CXXFLAGS = -fPIC -Wall -pedantic -O2 -g -DDATADIR=\"$(pkgdatadir)\" \
`pkg-config --cflags sdl libpng`