~ubuntu-branches/ubuntu/wily/dopewars/wily

« back to all changes in this revision

Viewing changes to sounds/19.5degs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2006-01-19 00:30:22 UTC
  • mfrom: (3.1.3 dapper)
  • Revision ID: james.westby@ubuntu.com-20060119003022-ouj13ca9jdqeb2ok
Tags: 1.5.12-2
* Set the default web browser to sensible-browser
* Remove the misc:depends dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
34
34
NORMAL_UNINSTALL = :
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
37
38
host_triplet = @host@
 
39
target_triplet = @target@
38
40
subdir = sounds/19.5degs
39
41
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
49
CONFIG_CLEAN_FILES =
48
50
SOURCES =
49
51
DIST_SOURCES =
 
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
53
am__vpath_adj = case $$p in \
 
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
55
    *) f=$$p;; \
 
56
  esac;
 
57
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50
58
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
51
59
pkgdataDATA_INSTALL = $(INSTALL_DATA)
52
60
DATA = $(pkgdata_DATA)
180
188
am__include = @am__include@
181
189
am__leading_dot = @am__leading_dot@
182
190
am__quote = @am__quote@
 
191
am__tar = @am__tar@
 
192
am__untar = @am__untar@
183
193
bindir = @bindir@
184
194
build = @build@
185
195
build_alias = @build_alias@
267
277
        test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
268
278
        @list='$(pkgdata_DATA)'; for p in $$list; do \
269
279
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
280
          f=$(am__strip_dir) \
271
281
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
272
282
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
273
283
        done
275
285
uninstall-pkgdataDATA:
276
286
        @$(NORMAL_UNINSTALL)
277
287
        @list='$(pkgdata_DATA)'; for p in $$list; do \
278
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
288
          f=$(am__strip_dir) \
279
289
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
280
290
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
281
291
        done
339
349
clean-generic:
340
350
 
341
351
distclean-generic:
342
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
352
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
343
353
 
344
354
maintainer-clean-generic:
345
355
        @echo "This command is intended for maintainers to use"