File: Makefile.am

package info (click to toggle)
rss-glx 0.8.1-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 11,388 kB
  • ctags: 1,854
  • sloc: cpp: 13,243; ansic: 4,442; sh: 801; xml: 581; makefile: 181; perl: 50
file content (32 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src

bin_PROGRAMS = hufo_smoke hufo_tunnel colorfire

hufo_smoke_SOURCES = driver.cpp hufo_smoke.cpp FirePart.h SVector.h SVector.cpp FMotion.h FMotion.cpp
hufo_tunnel_SOURCES = driver.cpp hufo_tunnel.cpp hufo_tunnel.h hufo_tunnel_textures.h hufo_tunnel_textures.cpp SVector.h SVector.cpp
colorfire_SOURCES = driver.cpp colorfire.cpp colorfire_textures.h colorfire_textures.cpp SVector.h SVector.cpp

if INSTALL_XSCREENSAVER_CONFIG_FILES
dist_config_DATA = hufo_smoke.xml hufo_tunnel.xml colorfire.xml
endif

if INSTALL_KDE_CONFIG_FILES
dist_kdessconfig_DATA = hufo_smoke.desktop hufo_tunnel.desktop colorfire.desktop
endif

man_MANS = hufo_smoke.1 hufo_tunnel.1 colorfire.1

EXTRA_DIST = $(man_MANS)

noinst_PROGRAMS = stringify
stringify_LDADD = @BZIP2@

colorfire_LDADD = @BZIP2@
colorfire_textures.cpp: stringify colorfire_textures/ripplemap colorfire_textures/smokemap
	./stringify colorfire_textures/ripplemap colorfire_textures/smokemap > colorfire_textures.cpp

hufo_tunnel_LDADD = @BZIP2@
hufo_tunnel_textures.cpp: stringify hufo_tunnel_textures/marblemap hufo_tunnel_textures/swirlmap
	./stringify hufo_tunnel_textures/marblemap hufo_tunnel_textures/swirlmap > hufo_tunnel_textures.cpp

CLEANFILES = colorfire_textures.cpp hufo_tunnel_textures.cpp