~ubuntu-branches/ubuntu/natty/rss-glx/natty

« back to all changes in this revision

Viewing changes to other_src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-01 05:30:24 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20090501053024-eo6umwjsksox3uaf
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
1
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/reallyslick/include
2
2
AM_LDFLAGS=@GLEW@
3
3
 
4
 
bin_PROGRAMS = biof busyspheres matrixview spirographx sundancer2
 
4
bin_PROGRAMS = biof busyspheres lorenz matrixview spirographx sundancer2
5
5
 
6
6
biof_SOURCES = driver.c biof.c
7
7
busyspheres_SOURCES = driver.c busyspheres.c
8
8
matrixview_SOURCES = driver.c matrixview.c matrixview_textures.c
9
9
spirographx_SOURCES = driver.c spirographx.c
10
10
sundancer2_SOURCES = driver.c sundancer2.c
 
11
lorenz_SOURCES = driver++.cpp lorenz.cpp
 
12
lorenz_LDADD = -L$(top_srcdir)/reallyslick/rsMath -lrsMath
11
13
 
12
14
if INSTALL_XSCREENSAVER_CONFIG_FILES
13
 
dist_config_DATA = biof.xml busyspheres.xml matrixview.xml spirographx.xml sundancer2.xml 
 
15
dist_config_DATA = biof.xml busyspheres.xml lorenz.xml matrixview.xml spirographx.xml sundancer2.xml 
14
16
endif
15
17
 
16
18
if INSTALL_KDE_CONFIG_FILES
17
 
dist_kdessconfig_DATA = biof.desktop busyspheres.desktop matrixview.desktop spirographx.desktop sundancer2.desktop
 
19
dist_kdessconfig_DATA = biof.desktop busyspheres.desktop lorenz.desktop matrixview.desktop spirographx.desktop sundancer2.desktop
18
20
endif
19
21
 
20
 
man_MANS = biof.1 busyspheres.1 matrixview.1 spirographx.1 sundancer2.1
 
22
man_MANS = biof.1 busyspheres.1 lorenz.1 matrixview.1 spirographx.1 sundancer2.1
21
23
 
22
24
EXTRA_DIST = $(man_MANS)
23
25