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 (35 lines) | stat: -rw-r--r-- 1,096 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
33
34
35
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src

bin_PROGRAMS = biof busyspheres matrixview spirographx sundancer2

biof_SOURCES = driver.c biof.c
busyspheres_SOURCES = driver.c busyspheres.c
matrixview_SOURCES = driver.c matrixview.c matrixview_textures.c
spirographx_SOURCES = driver.c spirographx.c
sundancer2_SOURCES = driver.c sundancer2.c

if INSTALL_XSCREENSAVER_CONFIG_FILES
dist_config_DATA = biof.xml busyspheres.xml matrixview.xml spirographx.xml sundancer2.xml 
endif

if INSTALL_KDE_CONFIG_FILES
dist_kdessconfig_DATA = biof.desktop busyspheres.desktop matrixview.desktop spirographx.desktop sundancer2.desktop
endif

man_MANS = biof.1 busyspheres.1 matrixview.1 spirographx.1 sundancer2.1

EXTRA_DIST = $(man_MANS)

noinst_PROGRAMS = stringify
stringify_LDADD = @BZIP2@

matrixview_LDADD = @BZIP2@ @Wand_LIBS@
matrixview_textures.c: stringify matrixview_textures/cfont matrixview_textures/cpics
	./stringify matrixview_textures/cfont matrixview_textures/cpics > matrixview_textures.c

if WITHPTHREADS
matrixview_LDADD += @PTHREADS@
endif

CLEANFILES = matrixview_textures.c