aboutsummaryrefslogtreecommitdiff
path: root/xbmc/screensavers/rsxs-0.9/src/helios/Makefile.am
blob: 53eb6247f0de675ef61d89269935dd12cce1e82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

include $(srcdir)/../Makefile.common

rs_helios_SOURCES = $(COMMON) $(COLOR) $(VECTOR) $(IMAGE) $(IMPLICIT) \
	helios.cc helios.hh particle.cc particle.hh sphere.hh

AM_CPPFLAGS += $(IMAGE_CPPFLAGS)
AM_CXXFLAGS += $(IMAGE_CXXFLAGS)
AM_LDFLAGS += $(IMAGE_LDFLAGS)
rs_helios_LDADD = $(LIBMISC) $(X_LIBS) $(OPENGL_LIBS) $(IMAGE_LIBS)

hack_PROGRAMS = rs-helios

heliosdatadir = $(pkgdatadir)/helios
dist_heliosdata_DATA = spheremap.png

uninstall-hook:
	-rmdir $(heliosdatadir)