~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-09-29 10:24:11 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080929102411-vv4quqpp2m0ppl3q
Tags: 0.14-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
29
29
NORMAL_UNINSTALL = :
30
30
PRE_UNINSTALL = :
31
31
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
32
subdir = data/icons
35
33
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
34
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127
125
MKINSTALLDIRS = @MKINSTALLDIRS@
128
126
MSGFMT = @MSGFMT@
129
127
MSGFMT_OPTS = @MSGFMT_OPTS@
 
128
MSGMERGE = @MSGMERGE@
130
129
OBJEXT = @OBJEXT@
131
130
OMOKO_CFLAGS = @OMOKO_CFLAGS@
132
131
OMOKO_LIBS = @OMOKO_LIBS@
 
132
OWL_CFLAGS = @OWL_CFLAGS@
 
133
OWL_LIBS = @OWL_LIBS@
133
134
PACKAGE = @PACKAGE@
134
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135
136
PACKAGE_NAME = @PACKAGE_NAME@
148
149
SEXY_LIBS = @SEXY_LIBS@
149
150
SHELL = @SHELL@
150
151
STRIP = @STRIP@
 
152
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
153
UNIQUE_LIBS = @UNIQUE_LIBS@
151
154
USE_NLS = @USE_NLS@
152
155
VERSION = @VERSION@
153
156
WARN_CFLAGS = @WARN_CFLAGS@
163
166
am__tar = @am__tar@
164
167
am__untar = @am__untar@
165
168
bindir = @bindir@
166
 
build = @build@
167
169
build_alias = @build_alias@
168
 
build_cpu = @build_cpu@
169
 
build_os = @build_os@
170
 
build_vendor = @build_vendor@
171
170
builddir = @builddir@
172
171
datadir = @datadir@
173
172
datarootdir = @datarootdir@
174
173
docdir = @docdir@
175
174
dvidir = @dvidir@
176
175
exec_prefix = @exec_prefix@
177
 
host = @host@
178
176
host_alias = @host_alias@
179
 
host_cpu = @host_cpu@
180
 
host_os = @host_os@
181
 
host_vendor = @host_vendor@
182
177
htmldir = @htmldir@
183
178
includedir = @includedir@
184
179
infodir = @infodir@
310
305
        unique=`for i in $$list; do \
311
306
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
307
          done | \
313
 
          $(AWK) '    { files[$$0] = 1; } \
314
 
               END { for (i in files) print i; }'`; \
 
308
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
309
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
310
        mkid -fID $$unique
316
311
tags: TAGS
317
312
 
336
331
        unique=`for i in $$list; do \
337
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338
333
          done | \
339
 
          $(AWK) '    { files[$$0] = 1; } \
340
 
               END { for (i in files) print i; }'`; \
 
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
341
336
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
342
337
          test -n "$$unique" || unique=$$empty_fix; \
343
338
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347
342
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348
343
                $(TAGS_FILES) $(LISP)
349
344
        tags=; \
350
 
        here=`pwd`; \
351
345
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352
346
        unique=`for i in $$list; do \
353
347
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
348
          done | \
355
 
          $(AWK) '    { files[$$0] = 1; } \
356
 
               END { for (i in files) print i; }'`; \
 
349
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
350
              END { if (nonempty) { for (i in files) print i; }; }'`; \
357
351
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
358
352
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359
353
             $$tags $$unique