~ubuntu-branches/ubuntu/hoary/dbmix/hoary

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2003-06-09 21:54:06 UTC
  • Revision ID: james.westby@ubuntu.com-20030609215406-qaoxw1dm0i3e245y
Tags: 0.9.8-4
* Placate gcc 3.3 (closes: #196526):
+ */about.c: Fix multi-line strings. Patch thanks to Joshua Kwan.
+ dbmixer/save_prefs.c: Add proper expression to switch defaults.
* debian/rules: Support noopt build option, drop debug.
* debian/rules: Do not configure for cross-compiling unconditionally.
* debian/control: Remove full stop in short description. Typo fix.
* debian/control: Update standards version to 3.5.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
59
59
POST_UNINSTALL = :
60
60
host_alias = @host_alias@
61
61
host_triplet = @host@
 
62
AMTAR = @AMTAR@
62
63
AS = @AS@
63
64
AWK = @AWK@
64
65
CC = @CC@
65
66
DBMIX_DEBUG = @DBMIX_DEBUG@
 
67
DEPDIR = @DEPDIR@
 
68
DGA_LIBS = @DGA_LIBS@
66
69
DLLTOOL = @DLLTOOL@
 
70
ECHO = @ECHO@
 
71
EXEEXT = @EXEEXT@
67
72
EXMIXER_FLAGS = @EXMIXER_FLAGS@
68
73
GENERAL_PLUGIN_DIR = @GENERAL_PLUGIN_DIR@
69
74
GLIB_CFLAGS = @GLIB_CFLAGS@
72
77
GTK_CFLAGS = @GTK_CFLAGS@
73
78
GTK_CONFIG = @GTK_CONFIG@
74
79
GTK_LIBS = @GTK_LIBS@
 
80
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75
81
LIBTOOL = @LIBTOOL@
76
82
LN_S = @LN_S@
 
83
MAINT = @MAINT@
77
84
MAKEINFO = @MAKEINFO@
78
85
OBJDUMP = @OBJDUMP@
 
86
OBJEXT = @OBJEXT@
79
87
PACKAGE = @PACKAGE@
 
88
POSIX_LIBS = @POSIX_LIBS@
 
89
PTHREAD_LIBS = @PTHREAD_LIBS@
80
90
RANLIB = @RANLIB@
 
91
STRIP = @STRIP@
81
92
VERSION = @VERSION@
82
93
VISUALIZATION_PLUGIN_DIR = @VISUALIZATION_PLUGIN_DIR@
 
94
VM_LIBS = @VM_LIBS@
83
95
XMMS_CFLAGS = @XMMS_CFLAGS@
84
96
XMMS_CONFIG = @XMMS_CONFIG@
85
97
XMMS_DATA_DIR = @XMMS_DATA_DIR@
91
103
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
92
104
XMMS_VERSION = @XMMS_VERSION@
93
105
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
106
am__include = @am__include@
 
107
am__quote = @am__quote@
 
108
install_sh = @install_sh@
94
109
 
95
110
SUBDIRS = include dbaudiolib dbfsd_src xmms_plugin dbmixer dbplaylist
96
111
 
107
122
 
108
123
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
124
 
110
 
TAR = gtar
 
125
TAR = tar
111
126
GZIP_ENV = --best
112
127
all: all-redirect
113
128
.SUFFIXES:
114
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
115
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
129
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
130
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
116
131
 
117
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
132
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
118
133
        cd $(top_builddir) \
119
134
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
135
 
121
 
$(ACLOCAL_M4):  configure.in 
 
136
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
122
137
        cd $(srcdir) && $(ACLOCAL)
123
138
 
124
139
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
125
140
        $(SHELL) ./config.status --recheck
126
 
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
141
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127
142
        cd $(srcdir) && $(AUTOCONF)
128
143
 
129
144
config.h: stamp-h
136
151
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
137
152
             $(SHELL) ./config.status
138
153
        @echo timestamp > stamp-h 2> /dev/null
139
 
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
154
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
140
155
        @if test ! -f $@; then \
141
156
                rm -f $(srcdir)/stamp-h.in; \
142
157
                $(MAKE) $(srcdir)/stamp-h.in; \
190
205
        dot_seen=no; \
191
206
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
192
207
          rev="$$subdir $$rev"; \
193
 
          test "$$subdir" = "." && dot_seen=yes; \
 
208
          test "$$subdir" != "." || dot_seen=yes; \
194
209
        done; \
195
210
        test "$$dot_seen" = "no" && rev=". $$rev"; \
196
211
        target=`echo $@ | sed s/-recursive//`; \
232
247
          awk '    { files[$$0] = 1; } \
233
248
               END { for (i in files) print i; }'`; \
234
249
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
235
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
 
250
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
236
251
 
237
252
mostlyclean-tags:
238
253
 
281
296
        -rm -rf $(distdir)
282
297
        mkdir $(distdir)
283
298
        -chmod 777 $(distdir)
 
299
        here=`cd $(top_builddir) && pwd`; \
 
300
        top_distdir=`cd $(distdir) && pwd`; \
 
301
        distdir=`cd $(distdir) && pwd`; \
 
302
        cd $(top_srcdir) \
 
303
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
284
304
        @for file in $(DISTFILES); do \
285
305
          d=$(srcdir); \
286
306
          if test -d $$d/$$file; then \