~ubuntu-branches/ubuntu/trusty/a52dec/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-08-06 14:01:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20020806140133-92hthettsty01kue
Tags: 0.7.4-1
* New upstream version.
* Conflict/Provide/Replace liba52-dev, used since 0.7.3-2, does not
  allow the new -dev package to replace the one from version 0.7.3.
  Please enlighten me!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p5 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.
84
84
CONFIG_HEADER = ./include/config.h
85
85
CONFIG_CLEAN_FILES = 
86
86
DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
87
 
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 configure configure.in \
88
 
include/config.h.in include/stamp-h.in
 
87
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 configure configure.in
89
88
 
90
89
 
91
90
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
94
all: all-redirect
96
95
.SUFFIXES:
97
96
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
98
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
97
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
99
98
 
100
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
99
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
101
100
        cd $(top_builddir) \
102
101
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
103
102
 
104
103
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
105
104
        cd $(srcdir) && $(ACLOCAL)
106
105
 
107
 
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
 
106
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
108
107
        $(SHELL) ./config.status --recheck
109
108
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110
109
        cd $(srcdir) && $(AUTOCONF)
111
110
 
112
 
include/config.h: include/stamp-h
113
 
        @if test ! -f $@; then \
114
 
                rm -f include/stamp-h; \
115
 
                $(MAKE) include/stamp-h; \
116
 
        else :; fi
117
 
include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status
118
 
        cd $(top_builddir) \
119
 
          && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
120
 
             $(SHELL) ./config.status
121
 
        @echo timestamp > include/stamp-h 2> /dev/null
122
 
$(srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/include/stamp-h.in
123
 
        @if test ! -f $@; then \
124
 
                rm -f $(srcdir)/include/stamp-h.in; \
125
 
                $(MAKE) $(srcdir)/include/stamp-h.in; \
126
 
        else :; fi
127
 
$(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
128
 
        cd $(top_srcdir) && $(AUTOHEADER)
129
 
        @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
130
 
 
131
 
mostlyclean-hdr:
132
 
 
133
 
clean-hdr:
134
 
 
135
 
distclean-hdr:
136
 
        -rm -f include/config.h
137
 
 
138
 
maintainer-clean-hdr:
139
 
 
140
111
# This directory's subdirectories are mostly independent; you can cd
141
112
# into them and run `make' without going through this Makefile.
142
113
# To change the values of `make' variables: instead of editing Makefiles,
173
144
        dot_seen=no; \
174
145
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175
146
          rev="$$subdir $$rev"; \
176
 
          test "$$subdir" = "." && dot_seen=yes; \
 
147
          test "$$subdir" != "." || dot_seen=yes; \
177
148
        done; \
178
149
        test "$$dot_seen" = "no" && rev=". $$rev"; \
179
150
        target=`echo $@ | sed s/-recursive//`; \
215
186
          awk '    { files[$$0] = 1; } \
216
187
               END { for (i in files) print i; }'`; \
217
188
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
189
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
219
190
 
220
191
mostlyclean-tags:
221
192
 
264
235
        -rm -rf $(distdir)
265
236
        mkdir $(distdir)
266
237
        -chmod 777 $(distdir)
 
238
        here=`cd $(top_builddir) && pwd`; \
 
239
        top_distdir=`cd $(distdir) && pwd`; \
 
240
        distdir=`cd $(distdir) && pwd`; \
 
241
        cd $(top_srcdir) \
 
242
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
267
243
        @for file in $(DISTFILES); do \
268
244
          d=$(srcdir); \
269
245
          if test -d $$d/$$file; then \
320
296
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
321
297
 
322
298
maintainer-clean-generic:
323
 
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
299
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
324
300
 
325
301
mostlyclean: mostlyclean-recursive
326
302
 
327
 
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
303
clean-am:  clean-tags clean-generic mostlyclean-am
328
304
 
329
305
clean: clean-recursive
330
306
 
331
 
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
307
distclean-am:  distclean-tags distclean-generic clean-am
332
308
        -rm -f libtool
333
309
 
334
310
distclean: distclean-recursive
335
311
        -rm -f config.status
336
312
 
337
 
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
338
 
                maintainer-clean-generic distclean-am
 
313
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
314
                distclean-am
339
315
        @echo "This command is intended for maintainers to use;"
340
316
        @echo "it deletes files that may require special tools to rebuild."
341
317
 
342
318
maintainer-clean: maintainer-clean-recursive
343
319
        -rm -f config.status
344
320
 
345
 
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
346
 
install-data-recursive uninstall-data-recursive install-exec-recursive \
347
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
348
 
all-recursive check-recursive installcheck-recursive info-recursive \
349
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
321
.PHONY: install-data-recursive uninstall-data-recursive \
 
322
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
323
uninstalldirs-recursive all-recursive check-recursive \
 
324
installcheck-recursive info-recursive dvi-recursive \
 
325
mostlyclean-recursive distclean-recursive clean-recursive \
350
326
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
351
327
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
352
328
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \