source: trunk/third/audiofile/Makefile.in @ 18227

Revision 18227, 16.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18226, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AS = @AS@
62AUDIOFILE_MAJOR_VERSION = @AUDIOFILE_MAJOR_VERSION@
63AUDIOFILE_MICRO_VERSION = @AUDIOFILE_MICRO_VERSION@
64AUDIOFILE_MINOR_VERSION = @AUDIOFILE_MINOR_VERSION@
65AUDIOFILE_VERSION = @AUDIOFILE_VERSION@
66AUDIOFILE_VERSION_INFO = @AUDIOFILE_VERSION_INFO@
67AUDIO_LIB = @AUDIO_LIB@
68AWK = @AWK@
69CC = @CC@
70DEPDIR = @DEPDIR@
71DLLTOOL = @DLLTOOL@
72ECHO = @ECHO@
73EXEEXT = @EXEEXT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75LIBTOOL = @LIBTOOL@
76LN_S = @LN_S@
77OBJDUMP = @OBJDUMP@
78OBJEXT = @OBJEXT@
79PACKAGE = @PACKAGE@
80RANLIB = @RANLIB@
81STRIP = @STRIP@
82TEST_BIN = @TEST_BIN@
83VERSION = @VERSION@
84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
87
88bin_SCRIPTS = \
89         audiofile-config
90
91
92SRC_SUBDIRS = libaudiofile sfcommands test
93SUBDIRS = $(SRC_SUBDIRS) docs
94
95EXTRA_DIST = \
96        ACKNOWLEDGEMENTS \
97        NOTES \
98        README \
99        TODO \
100        COPYING.GPL \
101        configure configure.in\
102        audiofile.m4 \
103        audiofile.spec.in \
104        audiofile.pc.in
105
106
107m4datadir = $(datadir)/aclocal
108m4data_DATA = audiofile.m4
109
110pkgconfigdir = $(libdir)/pkgconfig
111pkgconfig_DATA = audiofile.pc
112subdir = .
113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115CONFIG_HEADER = config.h
116CONFIG_CLEAN_FILES = audiofile.spec audiofile.pc audiofile-config
117SCRIPTS = $(bin_SCRIPTS)
118
119DIST_SOURCES =
120DATA = $(m4data_DATA) $(pkgconfig_DATA)
121
122
123RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
124        uninstall-info-recursive all-recursive install-data-recursive \
125        install-exec-recursive installdirs-recursive install-recursive \
126        uninstall-recursive check-recursive installcheck-recursive
127DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
128        Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \
129        audiofile-config.in audiofile.pc.in audiofile.spec.in \
130        config.guess config.h.in config.sub configure configure.in \
131        depcomp install-sh ltmain.sh missing mkinstalldirs
132DIST_SUBDIRS = $(SUBDIRS)
133all: config.h
134        $(MAKE) $(AM_MAKEFLAGS) all-recursive
135
136.SUFFIXES:
137
138mostlyclean-libtool:
139        -rm -f *.lo
140
141clean-libtool:
142        -rm -rf .libs _libs
143
144distclean-libtool:
145        -rm -f libtool
146$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
147        cd $(top_srcdir) && \
148          $(AUTOMAKE) --gnu  Makefile
149Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
150        cd $(top_builddir) && \
151          CONFIG_HEADERS= CONFIG_LINKS= \
152          CONFIG_FILES=$@ $(SHELL) ./config.status
153
154$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155        $(SHELL) ./config.status --recheck
156$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
157        cd $(srcdir) && $(AUTOCONF)
158
159$(ACLOCAL_M4):  configure.in
160        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
161config.h: stamp-h
162        @if test ! -f $@; then \
163                rm -f stamp-h; \
164                $(MAKE) stamp-h; \
165        else :; fi
166stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
167        @rm -f stamp-h stamp-hT
168        @echo timestamp > stamp-hT 2> /dev/null
169        cd $(top_builddir) \
170          && CONFIG_FILES= CONFIG_HEADERS=config.h \
171             $(SHELL) ./config.status
172        @mv stamp-hT stamp-h
173$(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
174        @if test ! -f $@; then \
175                rm -f $(srcdir)/./stamp-h.in; \
176                $(MAKE) $(srcdir)/./stamp-h.in; \
177        else :; fi
178$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
179        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
180        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
181        cd $(top_srcdir) && $(AUTOHEADER)
182        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
183
184distclean-hdr:
185        -rm -f config.h
186audiofile.spec: $(top_builddir)/config.status audiofile.spec.in
187        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
188audiofile.pc: $(top_builddir)/config.status audiofile.pc.in
189        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
190audiofile-config: $(top_builddir)/config.status audiofile-config.in
191        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
192install-binSCRIPTS: $(bin_SCRIPTS)
193        @$(NORMAL_INSTALL)
194        $(mkinstalldirs) $(DESTDIR)$(bindir)
195        @list='$(bin_SCRIPTS)'; for p in $$list; do \
196          f="`echo $$p|sed '$(transform)'`"; \
197          if test -f $$p; then \
198            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
199            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
200          elif test -f $(srcdir)/$$p; then \
201            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
202            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
203          else :; fi; \
204        done
205
206uninstall-binSCRIPTS:
207        @$(NORMAL_UNINSTALL)
208        @list='$(bin_SCRIPTS)'; for p in $$list; do \
209          f="`echo $$p|sed '$(transform)'`"; \
210          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
211          rm -f $(DESTDIR)$(bindir)/$$f; \
212        done
213uninstall-info-am:
214install-m4dataDATA: $(m4data_DATA)
215        @$(NORMAL_INSTALL)
216        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
217        @list='$(m4data_DATA)'; for p in $$list; do \
218          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
219          f="`echo $$p | sed -e 's|^.*/||'`"; \
220          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
221          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \
222        done
223
224uninstall-m4dataDATA:
225        @$(NORMAL_UNINSTALL)
226        @list='$(m4data_DATA)'; for p in $$list; do \
227          f="`echo $$p | sed -e 's|^.*/||'`"; \
228          echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
229          rm -f $(DESTDIR)$(m4datadir)/$$f; \
230        done
231install-pkgconfigDATA: $(pkgconfig_DATA)
232        @$(NORMAL_INSTALL)
233        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
234        @list='$(pkgconfig_DATA)'; for p in $$list; do \
235          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
236          f="`echo $$p | sed -e 's|^.*/||'`"; \
237          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
238          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
239        done
240
241uninstall-pkgconfigDATA:
242        @$(NORMAL_UNINSTALL)
243        @list='$(pkgconfig_DATA)'; for p in $$list; do \
244          f="`echo $$p | sed -e 's|^.*/||'`"; \
245          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
246          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
247        done
248
249# This directory's subdirectories are mostly independent; you can cd
250# into them and run `make' without going through this Makefile.
251# To change the values of `make' variables: instead of editing Makefiles,
252# (1) if the variable is set in `config.status', edit `config.status'
253#     (which will cause the Makefiles to be regenerated when you run `make');
254# (2) otherwise, pass the desired values on the `make' command line.
255$(RECURSIVE_TARGETS):
256        @set fnord $(MAKEFLAGS); amf=$$2; \
257        dot_seen=no; \
258        target=`echo $@ | sed s/-recursive//`; \
259        list='$(SUBDIRS)'; for subdir in $$list; do \
260          echo "Making $$target in $$subdir"; \
261          if test "$$subdir" = "."; then \
262            dot_seen=yes; \
263            local_target="$$target-am"; \
264          else \
265            local_target="$$target"; \
266          fi; \
267          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269        done; \
270        if test "$$dot_seen" = "no"; then \
271          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
272        fi; test -z "$$fail"
273
274mostlyclean-recursive clean-recursive distclean-recursive \
275maintainer-clean-recursive:
276        @set fnord $(MAKEFLAGS); amf=$$2; \
277        dot_seen=no; \
278        case "$@" in \
279          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
280          *) list='$(SUBDIRS)' ;; \
281        esac; \
282        rev=''; for subdir in $$list; do \
283          if test "$$subdir" = "."; then :; else \
284            rev="$$subdir $$rev"; \
285          fi; \
286        done; \
287        rev="$$rev ."; \
288        target=`echo $@ | sed s/-recursive//`; \
289        for subdir in $$rev; do \
290          echo "Making $$target in $$subdir"; \
291          if test "$$subdir" = "."; then \
292            local_target="$$target-am"; \
293          else \
294            local_target="$$target"; \
295          fi; \
296          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
298        done && test -z "$$fail"
299tags-recursive:
300        list='$(SUBDIRS)'; for subdir in $$list; do \
301          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302        done
303
304tags: TAGS
305
306ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
308        unique=`for i in $$list; do \
309            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310          done | \
311          $(AWK) '    { files[$$0] = 1; } \
312               END { for (i in files) print i; }'`; \
313        mkid -fID $$unique $(LISP)
314
315TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
316                $(TAGS_FILES) $(LISP)
317        tags=; \
318        here=`pwd`; \
319        list='$(SUBDIRS)'; for subdir in $$list; do \
320          if test "$$subdir" = .; then :; else \
321            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
322          fi; \
323        done; \
324        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
325        unique=`for i in $$list; do \
326            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327          done | \
328          $(AWK) '    { files[$$0] = 1; } \
329               END { for (i in files) print i; }'`; \
330        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
331          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
332
333GTAGS:
334        here=`CDPATH=: && cd $(top_builddir) && pwd` \
335          && cd $(top_srcdir) \
336          && gtags -i $(GTAGS_ARGS) $$here
337
338distclean-tags:
339        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
340
341DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
342
343top_distdir = .
344# Avoid unsightly `./'.
345distdir = $(PACKAGE)-$(VERSION)
346
347GZIP_ENV = --best
348
349distdir: $(DISTFILES)
350        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
351        mkdir $(distdir)
352        $(mkinstalldirs) $(distdir)/.
353        @for file in $(DISTFILES); do \
354          if test -f $$file; then d=.; else d=$(srcdir); fi; \
355          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357            $(mkinstalldirs) "$(distdir)/$$dir"; \
358          fi; \
359          if test -d $$d/$$file; then \
360            cp -pR $$d/$$file $(distdir) \
361            || exit 1; \
362          else \
363            test -f $(distdir)/$$file \
364            || cp -p $$d/$$file $(distdir)/$$file \
365            || exit 1; \
366          fi; \
367        done
368        for subdir in $(SUBDIRS); do \
369          if test "$$subdir" = .; then :; else \
370            test -d $(distdir)/$$subdir \
371            || mkdir $(distdir)/$$subdir \
372            || exit 1; \
373            (cd $$subdir && \
374              $(MAKE) $(AM_MAKEFLAGS) \
375                top_distdir="$(top_distdir)" \
376                distdir=../$(distdir)/$$subdir \
377                distdir) \
378              || exit 1; \
379          fi; \
380        done
381        $(MAKE) $(AM_MAKEFLAGS) \
382          top_distdir="${top_distdir}" distdir="$(distdir)" \
383          dist-hook
384        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
385          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
386          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
387          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
388        || chmod -R a+r $(distdir)
389dist: distdir
390        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
391        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
392
393# This target untars the dist file and tries a VPATH configuration.  Then
394# it guarantees that the distribution is self-contained by making another
395# tarfile.
396distcheck: dist
397        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
398        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
399        chmod -R a-w $(distdir); chmod a+w $(distdir)
400        mkdir $(distdir)/=build
401        mkdir $(distdir)/=inst
402        chmod a-w $(distdir)
403        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
404          && cd $(distdir)/=build \
405          && ../configure --srcdir=.. --prefix=$$dc_install_base \
406          && $(MAKE) $(AM_MAKEFLAGS) \
407          && $(MAKE) $(AM_MAKEFLAGS) dvi \
408          && $(MAKE) $(AM_MAKEFLAGS) check \
409          && $(MAKE) $(AM_MAKEFLAGS) install \
410          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
411          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
412          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
413             || (echo "Error: files left after uninstall" 1>&2; \
414                 exit 1) ) \
415          && $(MAKE) $(AM_MAKEFLAGS) dist \
416          && $(MAKE) $(AM_MAKEFLAGS) distclean \
417          && rm -f $(distdir).tar.gz \
418          && (test `find . -type f -print | wc -l` -eq 0 \
419             || (echo "Error: files left after distclean" 1>&2; \
420                 exit 1) )
421        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
422        @echo "$(distdir).tar.gz is ready for distribution" | \
423          sed 'h;s/./=/g;p;x;p;x'
424check-am: all-am
425check: check-recursive
426all-am: Makefile $(SCRIPTS) $(DATA) config.h
427installdirs: installdirs-recursive
428installdirs-am:
429        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
430
431install: install-recursive
432install-exec: install-exec-recursive
433install-data: install-data-recursive
434uninstall: uninstall-recursive
435
436install-am: all-am
437        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438
439installcheck: installcheck-recursive
440install-strip:
441        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442          `test -z '$(STRIP)' || \
443            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444mostlyclean-generic:
445
446clean-generic:
447
448distclean-generic:
449        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
450
451maintainer-clean-generic:
452        @echo "This command is intended for maintainers to use"
453        @echo "it deletes files that may require special tools to rebuild."
454clean: clean-recursive
455
456clean-am: clean-generic clean-libtool mostlyclean-am
457
458dist-all: distdir
459        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
460        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
461distclean: distclean-recursive
462        -rm -f config.status config.cache config.log
463distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
464        distclean-tags
465
466dvi: dvi-recursive
467
468dvi-am:
469
470info: info-recursive
471
472info-am:
473
474install-data-am: install-m4dataDATA install-pkgconfigDATA
475
476install-exec-am: install-binSCRIPTS
477
478install-info: install-info-recursive
479
480install-man:
481
482installcheck-am:
483
484maintainer-clean: maintainer-clean-recursive
485
486maintainer-clean-am: distclean-am maintainer-clean-generic
487
488mostlyclean: mostlyclean-recursive
489
490mostlyclean-am: mostlyclean-generic mostlyclean-libtool
491
492uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
493        uninstall-m4dataDATA uninstall-pkgconfigDATA
494
495uninstall-info: uninstall-info-recursive
496
497.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
498        clean-generic clean-libtool clean-recursive dist dist-all \
499        distcheck distclean distclean-generic distclean-hdr \
500        distclean-libtool distclean-recursive distclean-tags distdir \
501        dvi dvi-am dvi-recursive info info-am info-recursive install \
502        install-am install-binSCRIPTS install-data install-data-am \
503        install-data-recursive install-exec install-exec-am \
504        install-exec-recursive install-info install-info-am \
505        install-info-recursive install-m4dataDATA install-man \
506        install-pkgconfigDATA install-recursive install-strip \
507        installcheck installcheck-am installdirs installdirs-am \
508        installdirs-recursive maintainer-clean maintainer-clean-generic \
509        maintainer-clean-recursive mostlyclean mostlyclean-generic \
510        mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
511        uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
512        uninstall-info-recursive uninstall-m4dataDATA \
513        uninstall-pkgconfigDATA uninstall-recursive
514
515
516dist-hook: audiofile.spec
517        cp audiofile.spec $(distdir)
518# Tell versions [3.59,3.63) of GNU make to not export all variables.
519# Otherwise a system limit (for SysV at least) may be exceeded.
520.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.