~ubuntu-branches/ubuntu/wily/alsaplayer/wily

« back to all changes in this revision

Viewing changes to interface/gtk2/glade/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2007-10-10 15:33:10 UTC
  • mto: (9.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071010153310-h3holq75eu2cigb0
Tags: upstream-0.99.80~rc4
ImportĀ upstreamĀ versionĀ 0.99.80~rc4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
 
subdir = interface/gtk2/glade
35
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38
 
        $(top_srcdir)/configure.ac
39
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
 
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
 
CONFIG_HEADER = $(top_builddir)/config.h
43
 
CONFIG_CLEAN_FILES =
44
 
SOURCES =
45
 
DIST_SOURCES =
46
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
47
 
ACLOCAL = @ACLOCAL@
48
 
ADDON_DIR = @ADDON_DIR@
49
 
ALSAPLAYER_MAJOR_VERSION = @ALSAPLAYER_MAJOR_VERSION@
50
 
ALSAPLAYER_MICRO_VERSION = @ALSAPLAYER_MICRO_VERSION@
51
 
ALSAPLAYER_MINOR_VERSION = @ALSAPLAYER_MINOR_VERSION@
52
 
ALSAPLAYER_VERSION = @ALSAPLAYER_VERSION@
53
 
ALSA_LIB = @ALSA_LIB@
54
 
AMTAR = @AMTAR@
55
 
AR = @AR@
56
 
ARCH_CFLAGS = @ARCH_CFLAGS@
57
 
ARCH_TYPE = @ARCH_TYPE@
58
 
AS = @AS@
59
 
ASFLAGS = @ASFLAGS@
60
 
AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
61
 
AUDIOFILE_CONFIG = @AUDIOFILE_CONFIG@
62
 
AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
63
 
AUTOCONF = @AUTOCONF@
64
 
AUTOHEADER = @AUTOHEADER@
65
 
AUTOMAKE = @AUTOMAKE@
66
 
AWK = @AWK@
67
 
CC = @CC@
68
 
CCDEPMODE = @CCDEPMODE@
69
 
CFLAGS = @CFLAGS@
70
 
CPP = @CPP@
71
 
CPPFLAGS = @CPPFLAGS@
72
 
CXX = @CXX@
73
 
CXXCPP = @CXXCPP@
74
 
CXXDEPMODE = @CXXDEPMODE@
75
 
CXXFLAGS = @CXXFLAGS@
76
 
CYGPATH_W = @CYGPATH_W@
77
 
DEFS = @DEFS@
78
 
DEPDIR = @DEPDIR@
79
 
DFLAGS = @DFLAGS@
80
 
ECHO = @ECHO@
81
 
ECHO_C = @ECHO_C@
82
 
ECHO_N = @ECHO_N@
83
 
ECHO_T = @ECHO_T@
84
 
EGREP = @EGREP@
85
 
ESD_CFLAGS = @ESD_CFLAGS@
86
 
ESD_CONFIG = @ESD_CONFIG@
87
 
ESD_LIBS = @ESD_LIBS@
88
 
EXEEXT = @EXEEXT@
89
 
F77 = @F77@
90
 
FFLAGS = @FFLAGS@
91
 
FLC_LDADD = @FLC_LDADD@
92
 
GLIB_CFLAGS = @GLIB_CFLAGS@
93
 
GLIB_CONFIG = @GLIB_CONFIG@
94
 
GLIB_LIBS = @GLIB_LIBS@
95
 
GREP = @GREP@
96
 
GTK2_CFLAGS = @GTK2_CFLAGS@
97
 
GTK2_LIBS = @GTK2_LIBS@
98
 
GTK_CFLAGS = @GTK_CFLAGS@
99
 
GTK_CONFIG = @GTK_CONFIG@
100
 
GTK_LIBS = @GTK_LIBS@
101
 
HAVE_DOXYGEN = @HAVE_DOXYGEN@
102
 
INSTALL = @INSTALL@
103
 
INSTALL_DATA = @INSTALL_DATA@
104
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
 
JACK_CFLAGS = @JACK_CFLAGS@
108
 
JACK_LIBS = @JACK_LIBS@
109
 
LDFLAGS = @LDFLAGS@
110
 
LIBMIKMOD_CFLAGS = @LIBMIKMOD_CFLAGS@
111
 
LIBMIKMOD_CONFIG = @LIBMIKMOD_CONFIG@
112
 
LIBMIKMOD_LDADD = @LIBMIKMOD_LDADD@
113
 
LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
114
 
LIBOBJS = @LIBOBJS@
115
 
LIBS = @LIBS@
116
 
LIBTOOL = @LIBTOOL@
117
 
LN_S = @LN_S@
118
 
LTLIBOBJS = @LTLIBOBJS@
119
 
MAD_LDADD = @MAD_LDADD@
120
 
MAINT = @MAINT@
121
 
MAKEINFO = @MAKEINFO@
122
 
MKDIR_P = @MKDIR_P@
123
 
NAS_LIB = @NAS_LIB@
124
 
OBJEXT = @OBJEXT@
125
 
OGGFLC_LDADD = @OGGFLC_LDADD@
126
 
OGG_CFLAGS = @OGG_CFLAGS@
127
 
OGG_LIBS = @OGG_LIBS@
128
 
OPENGL_LIBS = @OPENGL_LIBS@
129
 
PACKAGE = @PACKAGE@
130
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131
 
PACKAGE_NAME = @PACKAGE_NAME@
132
 
PACKAGE_STRING = @PACKAGE_STRING@
133
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
134
 
PACKAGE_VERSION = @PACKAGE_VERSION@
135
 
PATH_SEPARATOR = @PATH_SEPARATOR@
136
 
PKG_CONFIG = @PKG_CONFIG@
137
 
RANLIB = @RANLIB@
138
 
SET_MAKE = @SET_MAKE@
139
 
SGI_LIBS = @SGI_LIBS@
140
 
SHELL = @SHELL@
141
 
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
142
 
SNDFILE_LIBS = @SNDFILE_LIBS@
143
 
STRIP = @STRIP@
144
 
VERSION = @VERSION@
145
 
VORBISENC_LIBS = @VORBISENC_LIBS@
146
 
VORBISFILE_LIBS = @VORBISFILE_LIBS@
147
 
VORBIS_CFLAGS = @VORBIS_CFLAGS@
148
 
VORBIS_LIBS = @VORBIS_LIBS@
149
 
abs_builddir = @abs_builddir@
150
 
abs_srcdir = @abs_srcdir@
151
 
abs_top_builddir = @abs_top_builddir@
152
 
abs_top_srcdir = @abs_top_srcdir@
153
 
ac_ct_CC = @ac_ct_CC@
154
 
ac_ct_CXX = @ac_ct_CXX@
155
 
ac_ct_F77 = @ac_ct_F77@
156
 
am__include = @am__include@
157
 
am__leading_dot = @am__leading_dot@
158
 
am__quote = @am__quote@
159
 
am__tar = @am__tar@
160
 
am__untar = @am__untar@
161
 
bindir = @bindir@
162
 
build = @build@
163
 
build_alias = @build_alias@
164
 
build_cpu = @build_cpu@
165
 
build_os = @build_os@
166
 
build_vendor = @build_vendor@
167
 
builddir = @builddir@
168
 
datadir = @datadir@
169
 
datarootdir = @datarootdir@
170
 
docdir = @docdir@
171
 
dvidir = @dvidir@
172
 
exec_prefix = @exec_prefix@
173
 
host = @host@
174
 
host_alias = @host_alias@
175
 
host_cpu = @host_cpu@
176
 
host_os = @host_os@
177
 
host_vendor = @host_vendor@
178
 
htmldir = @htmldir@
179
 
includedir = @includedir@
180
 
infodir = @infodir@
181
 
install_sh = @install_sh@
182
 
libdir = @libdir@
183
 
libexecdir = @libexecdir@
184
 
localedir = @localedir@
185
 
localstatedir = @localstatedir@
186
 
mandir = @mandir@
187
 
mkdir_p = @mkdir_p@
188
 
oldincludedir = @oldincludedir@
189
 
pdfdir = @pdfdir@
190
 
prefix = @prefix@
191
 
program_transform_name = @program_transform_name@
192
 
psdir = @psdir@
193
 
sbindir = @sbindir@
194
 
sharedstatedir = @sharedstatedir@
195
 
srcdir = @srcdir@
196
 
sysconfdir = @sysconfdir@
197
 
target_alias = @target_alias@
198
 
top_builddir = @top_builddir@
199
 
top_srcdir = @top_srcdir@
200
 
EXTRA_DIST = alsaplayer.glade fixup
201
 
all: all-am
202
 
 
203
 
.SUFFIXES:
204
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
205
 
        @for dep in $?; do \
206
 
          case '$(am__configure_deps)' in \
207
 
            *$$dep*) \
208
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
209
 
                && exit 0; \
210
 
              exit 1;; \
211
 
          esac; \
212
 
        done; \
213
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interface/gtk2/glade/Makefile'; \
214
 
        cd $(top_srcdir) && \
215
 
          $(AUTOMAKE) --gnu  interface/gtk2/glade/Makefile
216
 
.PRECIOUS: Makefile
217
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218
 
        @case '$?' in \
219
 
          *config.status*) \
220
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
221
 
          *) \
222
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
224
 
        esac;
225
 
 
226
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
227
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
 
 
229
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
230
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
232
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
 
 
234
 
mostlyclean-libtool:
235
 
        -rm -f *.lo
236
 
 
237
 
clean-libtool:
238
 
        -rm -rf .libs _libs
239
 
tags: TAGS
240
 
TAGS:
241
 
 
242
 
ctags: CTAGS
243
 
CTAGS:
244
 
 
245
 
 
246
 
distdir: $(DISTFILES)
247
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
248
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
249
 
        list='$(DISTFILES)'; \
250
 
          dist_files=`for file in $$list; do echo $$file; done | \
251
 
          sed -e "s|^$$srcdirstrip/||;t" \
252
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
253
 
        case $$dist_files in \
254
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
255
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
256
 
                           sort -u` ;; \
257
 
        esac; \
258
 
        for file in $$dist_files; do \
259
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
260
 
          if test -d $$d/$$file; then \
261
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
262
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
264
 
            fi; \
265
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
266
 
          else \
267
 
            test -f $(distdir)/$$file \
268
 
            || cp -p $$d/$$file $(distdir)/$$file \
269
 
            || exit 1; \
270
 
          fi; \
271
 
        done
272
 
check-am: all-am
273
 
check: check-am
274
 
all-am: Makefile
275
 
installdirs:
276
 
install: install-am
277
 
install-exec: install-exec-am
278
 
install-data: install-data-am
279
 
uninstall: uninstall-am
280
 
 
281
 
install-am: all-am
282
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
283
 
 
284
 
installcheck: installcheck-am
285
 
install-strip:
286
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
287
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
288
 
          `test -z '$(STRIP)' || \
289
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
290
 
mostlyclean-generic:
291
 
 
292
 
clean-generic:
293
 
 
294
 
distclean-generic:
295
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
296
 
 
297
 
maintainer-clean-generic:
298
 
        @echo "This command is intended for maintainers to use"
299
 
        @echo "it deletes files that may require special tools to rebuild."
300
 
clean: clean-am
301
 
 
302
 
clean-am: clean-generic clean-libtool mostlyclean-am
303
 
 
304
 
distclean: distclean-am
305
 
        -rm -f Makefile
306
 
distclean-am: clean-am distclean-generic
307
 
 
308
 
dvi: dvi-am
309
 
 
310
 
dvi-am:
311
 
 
312
 
html: html-am
313
 
 
314
 
info: info-am
315
 
 
316
 
info-am:
317
 
 
318
 
install-data-am:
319
 
 
320
 
install-dvi: install-dvi-am
321
 
 
322
 
install-exec-am:
323
 
 
324
 
install-html: install-html-am
325
 
 
326
 
install-info: install-info-am
327
 
 
328
 
install-man:
329
 
 
330
 
install-pdf: install-pdf-am
331
 
 
332
 
install-ps: install-ps-am
333
 
 
334
 
installcheck-am:
335
 
 
336
 
maintainer-clean: maintainer-clean-am
337
 
        -rm -f Makefile
338
 
maintainer-clean-am: distclean-am maintainer-clean-generic
339
 
 
340
 
mostlyclean: mostlyclean-am
341
 
 
342
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
343
 
 
344
 
pdf: pdf-am
345
 
 
346
 
pdf-am:
347
 
 
348
 
ps: ps-am
349
 
 
350
 
ps-am:
351
 
 
352
 
uninstall-am:
353
 
 
354
 
.MAKE: install-am install-strip
355
 
 
356
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
357
 
        distclean distclean-generic distclean-libtool distdir dvi \
358
 
        dvi-am html html-am info info-am install install-am \
359
 
        install-data install-data-am install-dvi install-dvi-am \
360
 
        install-exec install-exec-am install-html install-html-am \
361
 
        install-info install-info-am install-man install-pdf \
362
 
        install-pdf-am install-ps install-ps-am install-strip \
363
 
        installcheck installcheck-am installdirs maintainer-clean \
364
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
365
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
366
 
 
367
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
368
 
# Otherwise a system limit (for SysV at least) may be exceeded.
369
 
.NOEXPORT: