~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to tuxtype/data/images/hands/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-06-23 16:04:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080623160401-0mn14a5fp7fbwreh
Tags: 1.5.17.dfsg1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - add X-Ubuntu-Gettext-Domain=tuxtype and
    Categories=GNOME;Application;Game; to .desktop file
  - add XSBC-Original-Maintainer field  
  - merge conflicting greek and malayalam translations

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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkglibdir = $(libdir)/@PACKAGE@
33
34
host_triplet = @host@
34
35
target_triplet = @target@
35
36
subdir = tuxtype/data/images/hands
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(dist_images_hands_DATA) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
41
        $(top_srcdir)/configure.ac
44
46
CONFIG_CLEAN_FILES =
45
47
SOURCES =
46
48
DIST_SOURCES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
55
am__installdirs = "$(DESTDIR)$(images_handsdir)"
 
56
dist_images_handsDATA_INSTALL = $(INSTALL_DATA)
 
57
DATA = $(dist_images_hands_DATA)
47
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
59
ACLOCAL = @ACLOCAL@
49
60
AMTAR = @AMTAR@
149
160
target_vendor = @target_vendor@
150
161
top_builddir = @top_builddir@
151
162
top_srcdir = @top_srcdir@
152
 
EXTRA_DIST = hands.png\
153
 
0.png\
154
 
1.png\
155
 
2.png\
156
 
3.png\
157
 
4.png\
158
 
5.png\
159
 
6.png\
160
 
7.png\
161
 
8.png\
162
 
9.png
 
163
images_handsdir = $(pkgdatadir)/data/images/hands
 
164
dist_images_hands_DATA = hands.png \
 
165
  0.png \
 
166
  1.png \
 
167
  2.png \
 
168
  3.png \
 
169
  4.png \
 
170
  5.png \
 
171
  6.png \
 
172
  7.png \
 
173
  8.png \
 
174
  9.png
163
175
 
164
176
all: all-am
165
177
 
193
205
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194
206
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
195
207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
208
install-dist_images_handsDATA: $(dist_images_hands_DATA)
 
209
        @$(NORMAL_INSTALL)
 
210
        test -z "$(images_handsdir)" || $(MKDIR_P) "$(DESTDIR)$(images_handsdir)"
 
211
        @list='$(dist_images_hands_DATA)'; for p in $$list; do \
 
212
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
213
          f=$(am__strip_dir) \
 
214
          echo " $(dist_images_handsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(images_handsdir)/$$f'"; \
 
215
          $(dist_images_handsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(images_handsdir)/$$f"; \
 
216
        done
 
217
 
 
218
uninstall-dist_images_handsDATA:
 
219
        @$(NORMAL_UNINSTALL)
 
220
        @list='$(dist_images_hands_DATA)'; for p in $$list; do \
 
221
          f=$(am__strip_dir) \
 
222
          echo " rm -f '$(DESTDIR)$(images_handsdir)/$$f'"; \
 
223
          rm -f "$(DESTDIR)$(images_handsdir)/$$f"; \
 
224
        done
196
225
tags: TAGS
197
226
TAGS:
198
227
 
228
257
        done
229
258
check-am: all-am
230
259
check: check-am
231
 
all-am: Makefile
 
260
all-am: Makefile $(DATA)
232
261
installdirs:
 
262
        for dir in "$(DESTDIR)$(images_handsdir)"; do \
 
263
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
264
        done
233
265
install: install-am
234
266
install-exec: install-exec-am
235
267
install-data: install-data-am
272
304
 
273
305
info-am:
274
306
 
275
 
install-data-am: install-data-local
 
307
install-data-am: install-dist_images_handsDATA
276
308
 
277
309
install-dvi: install-dvi-am
278
310
 
306
338
 
307
339
ps-am:
308
340
 
309
 
uninstall-am: uninstall-local
 
341
uninstall-am: uninstall-dist_images_handsDATA
310
342
 
311
343
.MAKE: install-am install-strip
312
344
 
313
345
.PHONY: all all-am check check-am clean clean-generic distclean \
314
346
        distclean-generic distdir dvi dvi-am html html-am info info-am \
315
347
        install install-am install-data install-data-am \
316
 
        install-data-local install-dvi install-dvi-am install-exec \
317
 
        install-exec-am install-html install-html-am install-info \
318
 
        install-info-am install-man install-pdf install-pdf-am \
319
 
        install-ps install-ps-am install-strip installcheck \
320
 
        installcheck-am installdirs maintainer-clean \
 
348
        install-dist_images_handsDATA install-dvi install-dvi-am \
 
349
        install-exec install-exec-am install-html install-html-am \
 
350
        install-info install-info-am install-man install-pdf \
 
351
        install-pdf-am install-ps install-ps-am install-strip \
 
352
        installcheck installcheck-am installdirs maintainer-clean \
321
353
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
322
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-local
323
 
 
324
 
 
325
 
install-data-local:
326
 
        $(MKDIR_P) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands
327
 
        $(INSTALL_DATA) $(srcdir)/0.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/0.png
328
 
        $(INSTALL_DATA) $(srcdir)/1.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/1.png
329
 
        $(INSTALL_DATA) $(srcdir)/hands.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/hands.png
330
 
        $(INSTALL_DATA) $(srcdir)/2.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/2.png
331
 
        $(INSTALL_DATA) $(srcdir)/3.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/3.png
332
 
        $(INSTALL_DATA) $(srcdir)/4.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/4.png
333
 
        $(INSTALL_DATA) $(srcdir)/5.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/5.png
334
 
        $(INSTALL_DATA) $(srcdir)/6.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/6.png
335
 
        $(INSTALL_DATA) $(srcdir)/7.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/7.png
336
 
        $(INSTALL_DATA) $(srcdir)/8.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/8.png
337
 
        $(INSTALL_DATA) $(srcdir)/9.png $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/9.png
338
 
 
339
 
uninstall-local:
340
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/0.png
341
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/1.png
342
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/hands.png
343
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/2.png
344
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/3.png
345
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/4.png
346
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/5.png
347
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/6.png
348
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/7.png
349
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/8.png
350
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/images/hands/9.png
 
354
        pdf-am ps ps-am uninstall uninstall-am \
 
355
        uninstall-dist_images_handsDATA
 
356
 
351
357
# Tell versions [3.59,3.63) of GNU make to not export all variables.
352
358
# Otherwise a system limit (for SysV at least) may be exceeded.
353
359
.NOEXPORT: