~andrewsomething/imagination/debian

« back to all changes in this revision

Viewing changes to icons/scalable/Makefile.in

  • Committer: Andrew Starr-Bochicchio
  • Date: 2009-09-29 23:38:39 UTC
  • mfrom: (1.1.2)
  • Revision ID: a.starr.b@gmail.com-20090929233839-ucjnl2f35kw5fbx8
Tags: 2.0-1
* New upstream release. (Closes: #543218).
* debian/control: Build-depend on xsltproc, docbook-xsl, quilt,
  and doc-base.
* debian/imagination.doc-base: Register docs.
* debian/patches/10_link_math_lib.patch:
 - Add '-lm' to link to the math lib.
* debian/README.source: Explain quilt.
* debian/rules: Add quilt magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
42
        $(ACLOCAL_M4)
43
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
44
CONFIG_CLEAN_FILES =
46
45
SOURCES =
47
46
DIST_SOURCES =
144
143
USE_NLS = @USE_NLS@
145
144
VERSION = @VERSION@
146
145
XGETTEXT = @XGETTEXT@
 
146
XSLTPROC = @XSLTPROC@
147
147
abs_builddir = @abs_builddir@
148
148
abs_srcdir = @abs_srcdir@
149
149
abs_top_builddir = @abs_top_builddir@
167
167
docdir = @docdir@
168
168
dvidir = @dvidir@
169
169
exec_prefix = @exec_prefix@
170
 
have_ffmpeg = @have_ffmpeg@
171
170
host = @host@
172
171
host_alias = @host_alias@
173
172
host_cpu = @host_cpu@