~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/images/special/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
 
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
 
# This Makefile.in is free software; the Free Software Foundation
5
 
# gives unlimited permission to copy and/or distribute it,
6
 
# with or without modifications, as long as this notice is preserved.
7
 
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
 
# PARTICULAR PURPOSE.
12
 
 
13
 
# autogenerated file, don't touch!
14
 
 
15
 
 
16
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
 
 
37
 
DESTDIR =
38
 
 
39
 
pkgdatadir = $(datadir)/@PACKAGE@
40
 
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkgincludedir = $(includedir)/@PACKAGE@
42
 
 
43
 
top_builddir = ../../..
44
 
 
45
 
ACLOCAL = @ACLOCAL@
46
 
AUTOCONF = @AUTOCONF@
47
 
AUTOMAKE = @AUTOMAKE@
48
 
AUTOHEADER = @AUTOHEADER@
49
 
 
50
 
INSTALL = @INSTALL@
51
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52
 
INSTALL_DATA = @INSTALL_DATA@
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
 
transform = @program_transform_name@
55
 
 
56
 
NORMAL_INSTALL = :
57
 
PRE_INSTALL = :
58
 
POST_INSTALL = :
59
 
NORMAL_UNINSTALL = :
60
 
PRE_UNINSTALL = :
61
 
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
63
 
host_triplet = @host@
64
 
AWK = @AWK@
65
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66
 
CATALOGS = @CATALOGS@
67
 
CATOBJEXT = @CATOBJEXT@
68
 
CC = @CC@
69
 
CXX = @CXX@
70
 
DATADIRNAME = @DATADIRNAME@
71
 
GENCAT = @GENCAT@
72
 
GLIBC21 = @GLIBC21@
73
 
GMOFILES = @GMOFILES@
74
 
GMSGFMT = @GMSGFMT@
75
 
INSTOBJEXT = @INSTOBJEXT@
76
 
INTLBISON = @INTLBISON@
77
 
INTLLIBS = @INTLLIBS@
78
 
INTLOBJS = @INTLOBJS@
79
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
80
 
LIBICONV = @LIBICONV@
81
 
LN_S = @LN_S@
82
 
MAKEINFO = @MAKEINFO@
83
 
MKINSTALLDIRS = @MKINSTALLDIRS@
84
 
MSGFMT = @MSGFMT@
85
 
PACKAGE = @PACKAGE@
86
 
POFILES = @POFILES@
87
 
POSUB = @POSUB@
88
 
RANLIB = @RANLIB@
89
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
90
 
USE_NLS = @USE_NLS@
91
 
VERSION = @VERSION@
92
 
XML_CONFIG = @XML_CONFIG@
93
 
extra_includes = @extra_includes@
94
 
extra_libraries = @extra_libraries@
95
 
 
96
 
SUBDIRS = pacman 
97
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98
 
CONFIG_HEADER = ../../../config.h
99
 
CONFIG_CLEAN_FILES = 
100
 
DIST_COMMON =  README Makefile.am Makefile.in
101
 
 
102
 
 
103
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
 
 
105
 
TAR = tar
106
 
GZIP_ENV = --best
107
 
all: all-redirect
108
 
.SUFFIXES:
109
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
110
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/images/special/Makefile
111
 
 
112
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
113
 
        cd $(top_builddir) \
114
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
 
 
116
 
 
117
 
# This directory's subdirectories are mostly independent; you can cd
118
 
# into them and run `make' without going through this Makefile.
119
 
# To change the values of `make' variables: instead of editing Makefiles,
120
 
# (1) if the variable is set in `config.status', edit `config.status'
121
 
#     (which will cause the Makefiles to be regenerated when you run `make');
122
 
# (2) otherwise, pass the desired values on the `make' command line.
123
 
 
124
 
@SET_MAKE@
125
 
 
126
 
all-recursive install-data-recursive install-exec-recursive \
127
 
installdirs-recursive install-recursive uninstall-recursive  \
128
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
129
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
130
 
        dot_seen=no; \
131
 
        target=`echo $@ | sed s/-recursive//`; \
132
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
133
 
          echo "Making $$target in $$subdir"; \
134
 
          if test "$$subdir" = "."; then \
135
 
            dot_seen=yes; \
136
 
            local_target="$$target-am"; \
137
 
          else \
138
 
            local_target="$$target"; \
139
 
          fi; \
140
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
141
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
142
 
        done; \
143
 
        if test "$$dot_seen" = "no"; then \
144
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
145
 
        fi; test -z "$$fail"
146
 
 
147
 
mostlyclean-recursive clean-recursive distclean-recursive \
148
 
maintainer-clean-recursive:
149
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
150
 
        dot_seen=no; \
151
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
152
 
          rev="$$subdir $$rev"; \
153
 
          test "$$subdir" = "." && dot_seen=yes; \
154
 
        done; \
155
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
156
 
        target=`echo $@ | sed s/-recursive//`; \
157
 
        for subdir in $$rev; do \
158
 
          echo "Making $$target in $$subdir"; \
159
 
          if test "$$subdir" = "."; then \
160
 
            local_target="$$target-am"; \
161
 
          else \
162
 
            local_target="$$target"; \
163
 
          fi; \
164
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166
 
        done && test -z "$$fail"
167
 
tags-recursive:
168
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
169
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
170
 
        done
171
 
 
172
 
tags: TAGS
173
 
 
174
 
ID: $(HEADERS) $(SOURCES) $(LISP)
175
 
        list='$(SOURCES) $(HEADERS)'; \
176
 
        unique=`for i in $$list; do echo $$i; done | \
177
 
          awk '    { files[$$0] = 1; } \
178
 
               END { for (i in files) print i; }'`; \
179
 
        here=`pwd` && cd $(srcdir) \
180
 
          && mkid -f$$here/ID $$unique $(LISP)
181
 
 
182
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183
 
        tags=; \
184
 
        here=`pwd`; \
185
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
186
 
   if test "$$subdir" = .; then :; else \
187
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
188
 
   fi; \
189
 
        done; \
190
 
        list='$(SOURCES) $(HEADERS)'; \
191
 
        unique=`for i in $$list; do echo $$i; done | \
192
 
          awk '    { files[$$0] = 1; } \
193
 
               END { for (i in files) print i; }'`; \
194
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
 
 
197
 
mostlyclean-tags:
198
 
 
199
 
clean-tags:
200
 
 
201
 
distclean-tags:
202
 
        -rm -f TAGS ID
203
 
 
204
 
maintainer-clean-tags:
205
 
 
206
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
207
 
 
208
 
subdir = data/images/special
209
 
 
210
 
distdir: $(DISTFILES)
211
 
        @for file in $(DISTFILES); do \
212
 
          d=$(srcdir); \
213
 
          if test -d $$d/$$file; then \
214
 
            cp -pr $$d/$$file $(distdir)/$$file; \
215
 
          else \
216
 
            test -f $(distdir)/$$file \
217
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
219
 
          fi; \
220
 
        done
221
 
        for subdir in $(SUBDIRS); do \
222
 
          if test "$$subdir" = .; then :; else \
223
 
            test -d $(distdir)/$$subdir \
224
 
            || mkdir $(distdir)/$$subdir \
225
 
            || exit 1; \
226
 
            chmod 777 $(distdir)/$$subdir; \
227
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
228
 
              || exit 1; \
229
 
          fi; \
230
 
        done
231
 
info-am:
232
 
info: info-recursive
233
 
dvi-am:
234
 
dvi: dvi-recursive
235
 
check-am: all-am
236
 
check: check-recursive
237
 
installcheck-am:
238
 
installcheck: installcheck-recursive
239
 
install-exec-am:
240
 
install-exec: install-exec-recursive
241
 
 
242
 
install-data-am:
243
 
install-data: install-data-recursive
244
 
 
245
 
install-am: all-am
246
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247
 
install: install-recursive
248
 
uninstall-am:
249
 
uninstall: uninstall-recursive
250
 
all-am: Makefile
251
 
all-redirect: all-recursive
252
 
install-strip:
253
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
254
 
installdirs: installdirs-recursive
255
 
installdirs-am:
256
 
 
257
 
 
258
 
mostlyclean-generic:
259
 
 
260
 
clean-generic:
261
 
 
262
 
distclean-generic:
263
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
264
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265
 
 
266
 
maintainer-clean-generic:
267
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
268
 
 
269
 
mostlyclean: mostlyclean-recursive
270
 
 
271
 
clean-am:  clean-tags clean-generic mostlyclean-am
272
 
 
273
 
clean: clean-recursive
274
 
 
275
 
distclean-am:  distclean-tags distclean-generic clean-am
276
 
 
277
 
distclean: distclean-recursive
278
 
 
279
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
280
 
                distclean-am
281
 
        @echo "This command is intended for maintainers to use;"
282
 
        @echo "it deletes files that may require special tools to rebuild."
283
 
 
284
 
maintainer-clean: maintainer-clean-recursive
285
 
 
286
 
.PHONY: install-data-recursive uninstall-data-recursive \
287
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
288
 
uninstalldirs-recursive all-recursive check-recursive \
289
 
installcheck-recursive info-recursive dvi-recursive \
290
 
mostlyclean-recursive distclean-recursive clean-recursive \
291
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
292
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
293
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
294
 
install-exec install-data-am install-data install-am install \
295
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
296
 
installdirs mostlyclean-generic distclean-generic clean-generic \
297
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
298
 
 
299
 
Makefile.am: . $(SUBDIRS)
300
 
        perl $(top_srcdir)/data/images/generate_makefile.pl -a .
301
 
# EOF #
302
 
 
303
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
304
 
# Otherwise a system limit (for SysV at least) may be exceeded.
305
 
.NOEXPORT: