~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.11pre0+cvs.2003.11.02-2/sounds/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-28 11:25:02 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110228112502-e9aah248wxelm7ao
Tags: 0.11pre0+cvs.2003.11.02-2
autotools tweaks, most notably -lSDL to supplement -lSDL_mixer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
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
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
 
55
transform = @program_transform_name@
 
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
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
 
68
AMTAR = @AMTAR@
 
69
AWK = @AWK@
 
70
CC = @CC@
 
71
DEPDIR = @DEPDIR@
 
72
GNOME_CFLAGS = @GNOME_CFLAGS@
 
73
GNOME_LIBS = @GNOME_LIBS@
 
74
GTK_CFLAGS = @GTK_CFLAGS@
 
75
GTK_CONFIG = @GTK_CONFIG@
 
76
GTK_LIBS = @GTK_LIBS@
 
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
78
PACKAGE = @PACKAGE@
 
79
PKG_CONFIG = @PKG_CONFIG@
 
80
STRIP = @STRIP@
 
81
VERSION = @VERSION@
 
82
am__include = @am__include@
 
83
am__quote = @am__quote@
 
84
install_sh = @install_sh@
 
85
gtkboard_SOUNDS = highscore.ogg illegal_move.ogg machine_move.ogg user_move.ogg won.ogg lost.ogg
 
86
 
 
87
EXTRA_DIST = $(gtkboard_SOUNDS)
 
88
 
 
89
gtkboardsoundsdir = $(datadir)/sounds/gtkboard
 
90
gtkboardsounds_DATA = $(gtkboard_SOUNDS)
 
91
subdir = sounds
 
92
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
93
CONFIG_HEADER = $(top_builddir)/config.h
 
94
CONFIG_CLEAN_FILES =
 
95
DIST_SOURCES =
 
96
DATA = $(gtkboardsounds_DATA)
 
97
 
 
98
DIST_COMMON = Makefile.am Makefile.in
 
99
all: all-am
 
100
 
 
101
.SUFFIXES:
 
102
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
103
        cd $(top_srcdir) && \
 
104
          $(AUTOMAKE) --gnu  sounds/Makefile
 
105
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
106
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
107
uninstall-info-am:
 
108
gtkboardsoundsDATA_INSTALL = $(INSTALL_DATA)
 
109
install-gtkboardsoundsDATA: $(gtkboardsounds_DATA)
 
110
        @$(NORMAL_INSTALL)
 
111
        $(mkinstalldirs) $(DESTDIR)$(gtkboardsoundsdir)
 
112
        @list='$(gtkboardsounds_DATA)'; for p in $$list; do \
 
113
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
114
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
115
          echo " $(gtkboardsoundsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardsoundsdir)/$$f"; \
 
116
          $(gtkboardsoundsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardsoundsdir)/$$f; \
 
117
        done
 
118
 
 
119
uninstall-gtkboardsoundsDATA:
 
120
        @$(NORMAL_UNINSTALL)
 
121
        @list='$(gtkboardsounds_DATA)'; for p in $$list; do \
 
122
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
123
          echo " rm -f $(DESTDIR)$(gtkboardsoundsdir)/$$f"; \
 
124
          rm -f $(DESTDIR)$(gtkboardsoundsdir)/$$f; \
 
125
        done
 
126
tags: TAGS
 
127
TAGS:
 
128
 
 
129
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
130
 
 
131
top_distdir = ..
 
132
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
133
 
 
134
distdir: $(DISTFILES)
 
135
        @list='$(DISTFILES)'; for file in $$list; do \
 
136
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
137
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
138
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
139
            dir="/$$dir"; \
 
140
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
141
          else \
 
142
            dir=''; \
 
143
          fi; \
 
144
          if test -d $$d/$$file; then \
 
145
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
146
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
147
            fi; \
 
148
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
149
          else \
 
150
            test -f $(distdir)/$$file \
 
151
            || cp -p $$d/$$file $(distdir)/$$file \
 
152
            || exit 1; \
 
153
          fi; \
 
154
        done
 
155
check-am: all-am
 
156
check: check-am
 
157
all-am: Makefile $(DATA)
 
158
 
 
159
installdirs:
 
160
        $(mkinstalldirs) $(DESTDIR)$(gtkboardsoundsdir)
 
161
 
 
162
install: install-am
 
163
install-exec: install-exec-am
 
164
install-data: install-data-am
 
165
uninstall: uninstall-am
 
166
 
 
167
install-am: all-am
 
168
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
169
 
 
170
installcheck: installcheck-am
 
171
install-strip:
 
172
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
173
          INSTALL_STRIP_FLAG=-s \
 
174
          `test -z '$(STRIP)' || \
 
175
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
176
mostlyclean-generic:
 
177
 
 
178
clean-generic:
 
179
 
 
180
distclean-generic:
 
181
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
182
 
 
183
maintainer-clean-generic:
 
184
        @echo "This command is intended for maintainers to use"
 
185
        @echo "it deletes files that may require special tools to rebuild."
 
186
clean: clean-am
 
187
 
 
188
clean-am: clean-generic mostlyclean-am
 
189
 
 
190
distclean: distclean-am
 
191
 
 
192
distclean-am: clean-am distclean-generic
 
193
 
 
194
dvi: dvi-am
 
195
 
 
196
dvi-am:
 
197
 
 
198
info: info-am
 
199
 
 
200
info-am:
 
201
 
 
202
install-data-am: install-gtkboardsoundsDATA
 
203
 
 
204
install-exec-am:
 
205
 
 
206
install-info: install-info-am
 
207
 
 
208
install-man:
 
209
 
 
210
installcheck-am:
 
211
 
 
212
maintainer-clean: maintainer-clean-am
 
213
 
 
214
maintainer-clean-am: distclean-am maintainer-clean-generic
 
215
 
 
216
mostlyclean: mostlyclean-am
 
217
 
 
218
mostlyclean-am: mostlyclean-generic
 
219
 
 
220
uninstall-am: uninstall-gtkboardsoundsDATA uninstall-info-am
 
221
 
 
222
.PHONY: all all-am check check-am clean clean-generic distclean \
 
223
        distclean-generic distdir dvi dvi-am info info-am install \
 
224
        install-am install-data install-data-am install-exec \
 
225
        install-exec-am install-gtkboardsoundsDATA install-info \
 
226
        install-info-am install-man install-strip installcheck \
 
227
        installcheck-am installdirs maintainer-clean \
 
228
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
229
        uninstall uninstall-am uninstall-gtkboardsoundsDATA \
 
230
        uninstall-info-am
 
231
 
 
232
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
233
# Otherwise a system limit (for SysV at least) may be exceeded.
 
234
.NOEXPORT: