~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Bjälevik
  • Date: 2007-05-02 11:13:41 UTC
  • mfrom: (1.1.17 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070502111341-3dvr6jrl231tghml
Tags: 2.16.4-1ubuntu1
* Merge with Debian:
  * debian/control.in:
    - Build-Depends on liblaunchpad-integration-dev.
  * debian/patches/01_lpi.patch:
    - LaunchpadIntegration.
  * debian/patches/02_autoconf.patch:
    - Configure update.
  * debian/patches/80_fix_gstreamer_warning.patch:
    - Dropped. Applied upstream.
  * debian/rules:
    - Build translations template for the documentation directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
ACLOCAL = @ACLOCAL@
77
77
ACLOCAL_AMFLAGS = -I m4
78
78
ALL_LINGUAS = @ALL_LINGUAS@
79
 
AMCMDECHO = @AMCMDECHO@
80
 
AMDEPSHOWCMDSAT = @AMDEPSHOWCMDSAT@
81
79
AMDEP_FALSE = @AMDEP_FALSE@
82
80
AMDEP_TRUE = @AMDEP_TRUE@
83
 
AMPRETTYECHO = @AMPRETTYECHO@
84
 
AMSHOWCMDSAT = @AMSHOWCMDSAT@
85
81
AMTAR = @AMTAR@
86
82
AM_CFLAGS = @AM_CFLAGS@
87
83
AM_CPPFLAGS = @AM_CPPFLAGS@
128
124
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
129
125
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
130
126
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
131
 
GDU_MODULE_VERSION_CHECK_CFLAGS = @GDU_MODULE_VERSION_CHECK_CFLAGS@
132
 
GDU_MODULE_VERSION_CHECK_LIBS = @GDU_MODULE_VERSION_CHECK_LIBS@
133
127
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
134
128
GLIB_CFLAGS = @GLIB_CFLAGS@
135
129
GLIB_LIBS = @GLIB_LIBS@
141
135
GST_INSPECT = @GST_INSPECT@
142
136
HAVE_CDIO_FALSE = @HAVE_CDIO_FALSE@
143
137
HAVE_CDIO_TRUE = @HAVE_CDIO_TRUE@
 
138
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
 
139
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
144
140
HAVE_TAGLIB_FALSE = @HAVE_TAGLIB_FALSE@
145
141
HAVE_TAGLIB_TRUE = @HAVE_TAGLIB_TRUE@
146
142
HELP_DIR = @HELP_DIR@
182
178
LIBTOOL = @LIBTOOL@
183
179
LN_S = @LN_S@
184
180
LTLIBOBJS = @LTLIBOBJS@
185
 
LT_QUIET = @LT_QUIET@
186
181
MAINT = @MAINT@
187
182
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
188
183
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
191
186
MEDIA_PROFILES_LIBS = @MEDIA_PROFILES_LIBS@
192
187
MKINSTALLDIRS = @MKINSTALLDIRS@
193
188
MSGFMT = @MSGFMT@
 
189
MSGFMT_OPTS = @MSGFMT_OPTS@
194
190
MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
195
191
MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
196
192
OBJEXT = @OBJEXT@
278
274
        autogen.sh \
279
275
        sound-juicer.spec \
280
276
        gnome-doc-utils.make \
281
 
        doap.rdf doap.rdf.in \
282
277
        $(INTLTOOL_BUILT:=.in)
283
278
 
284
 
CLEANFILES = doap.rdf
285
279
DISTCLEANFILES = po/.intltool-merge-cache \
286
280
        gnome-doc-utils.make \
287
281
        $(INTLTOOL_BUILT)
298
292
        @for dep in $?; do \
299
293
          case '$(am__configure_deps)' in \
300
294
            *$$dep*) \
301
 
              @AMPRETTYECHO@ '  [AUTOMAKE  ]  rebuild all'; \
302
 
              @AMCMDECHO@ ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
295
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
303
296
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
304
297
                && exit 0; \
305
298
              exit 1;; \
306
299
          esac; \
307
300
        done; \
308
 
        @AMPRETTYECHO@ '  [AUTOMAKE  ]  Makefile'; \
309
 
        @AMCMDECHO@ ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
310
302
        cd $(top_srcdir) && \
311
303
          $(AUTOMAKE) --gnu  Makefile
312
304
.PRECIOUS: Makefile
313
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314
306
        @case '$?' in \
315
307
          *config.status*) \
316
 
            @AMPRETTYECHO@ '  [SH        ]  config.status'; \
317
 
            @AMCMDECHO@ ' $(SHELL) ./config.status'; \
 
308
            echo ' $(SHELL) ./config.status'; \
318
309
            $(SHELL) ./config.status;; \
319
310
          *) \
320
 
            @AMPRETTYECHO@ '  [SH        ]  config.status $@'; \
321
 
            @AMCMDECHO@ ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
311
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
322
312
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
323
313
        esac;
324
314
 
325
315
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326
 
        @@AMPRETTYECHO@ '  [SH        ]  config.status'
327
 
        @AMSHOWCMDSAT@$(SHELL) ./config.status --recheck
 
316
        $(SHELL) ./config.status --recheck
328
317
 
329
318
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330
 
        @@AMPRETTYECHO@ '  [AUTOCONF  ]  Regenerate'
331
 
        @AMSHOWCMDSAT@cd $(srcdir) && $(AUTOCONF)
 
319
        cd $(srcdir) && $(AUTOCONF)
332
320
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333
 
        @@AMPRETTYECHO@ '  [ACLOCAL   ]  Regenerate'
334
 
        @AMSHOWCMDSAT@cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
321
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
335
322
 
336
323
config.h: stamp-h1
337
324
        @if test ! -f $@; then \
341
328
 
342
329
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
343
330
        @rm -f stamp-h1
344
 
        @@AMPRETTYECHO@ '  [SH        ]  Regenerate config.h'
345
 
        @AMSHOWCMDSAT@cd $(top_builddir) && $(SHELL) ./config.status config.h
 
331
        cd $(top_builddir) && $(SHELL) ./config.status config.h
346
332
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
347
 
        @@AMPRETTYECHO@ '  [AUTOHEADER]  Regenerate'
348
 
        @AMSHOWCMDSAT@cd $(top_srcdir) && $(AUTOHEADER)
349
 
        @AMSHOWCMDSAT@rm -f stamp-h1
350
 
        @AMSHOWCMDSAT@touch $@
 
333
        cd $(top_srcdir) && $(AUTOHEADER)
 
334
        rm -f stamp-h1
 
335
        touch $@
351
336
 
352
337
distclean-hdr:
353
 
        @@AMPRETTYECHO@ '  [RM        ]  config.h stamp-h1'
354
 
        @AMSHOWCMDSAT@-rm -f config.h stamp-h1
 
338
        -rm -f config.h stamp-h1
355
339
sound-juicer.spec: $(top_builddir)/config.status $(srcdir)/sound-juicer.spec.in
356
340
        cd $(top_builddir) && $(SHELL) ./config.status $@
357
341
 
358
342
mostlyclean-libtool:
359
 
        @@AMPRETTYECHO@ '  [RM        ]  *.lo'
360
 
        @AMSHOWCMDSAT@-rm -f *.lo
 
343
        -rm -f *.lo
361
344
 
362
345
clean-libtool:
363
 
        @@AMPRETTYECHO@ '  [RM        ]  .libs _libs'
364
 
        @AMSHOWCMDSAT@-rm -rf .libs _libs
 
346
        -rm -rf .libs _libs
365
347
 
366
348
distclean-libtool:
367
 
        @@AMPRETTYECHO@ '  [RM        ]  libtool'
368
 
        @AMSHOWCMDSAT@-rm -f libtool
 
349
        -rm -f libtool
369
350
uninstall-info-am:
370
351
 
371
352
# This directory's subdirectories are mostly independent; you can cd
440
421
        done
441
422
 
442
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443
 
        @AMSHOWCMDSAT@list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
424
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444
425
        unique=`for i in $$list; do \
445
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
427
          done | \
447
428
          $(AWK) '    { files[$$0] = 1; } \
448
429
               END { for (i in files) print i; }'`; \
449
 
        @AMPRETTYECHO@ '  [MKID      ]  $$unique'; \
450
430
        mkid -fID $$unique
451
431
tags: TAGS
452
432
 
453
433
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
454
434
                $(TAGS_FILES) $(LISP)
455
 
        @AMSHOWCMDSAT@tags=; \
 
435
        tags=; \
456
436
        here=`pwd`; \
457
437
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
458
438
          include_option=--etags-include; \
475
455
               END { for (i in files) print i; }'`; \
476
456
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
477
457
          test -n "$$unique" || unique=$$empty_fix; \
478
 
          @AMPRETTYECHO@ "  [ETAGS     ]  $$tags"; \
479
458
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480
459
            $$tags $$unique; \
481
460
        fi
482
461
ctags: CTAGS
483
462
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
484
463
                $(TAGS_FILES) $(LISP)
485
 
        @AMSHOWCMDSAT@tags=; \
 
464
        tags=; \
486
465
        here=`pwd`; \
487
466
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
488
467
        unique=`for i in $$list; do \
491
470
          $(AWK) '    { files[$$0] = 1; } \
492
471
               END { for (i in files) print i; }'`; \
493
472
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
494
 
          || ( \
495
 
             @AMPRETTYECHO@ "  [CTAGS     ]  $$tags"; \
496
 
             $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497
 
             $$tags $$unique )
 
473
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
474
             $$tags $$unique
498
475
 
499
476
GTAGS:
500
 
        @@AMPRETTYECHO@ '  [GTAGS     ]'
501
 
        @AMSHOWCMDSAT@here=`$(am__cd) $(top_builddir) && pwd` \
 
477
        here=`$(am__cd) $(top_builddir) && pwd` \
502
478
          && cd $(top_srcdir) \
503
479
          && gtags -i $(GTAGS_ARGS) $$here
504
480
 
505
481
distclean-tags:
506
 
        @@AMPRETTYECHO@ '  [RM        ]  TAGS ID GTAGS GRTAGS GSYMS GPATH tags'
507
 
        @AMSHOWCMDSAT@-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
482
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
483
 
509
484
distdir: $(DISTFILES)
510
485
        @case `sed 15q $(srcdir)/NEWS` in \
513
488
          echo "NEWS not updated; not releasing" 1>&2; \
514
489
          exit 1;; \
515
490
        esac
516
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
517
 
        @@AMPRETTYECHO@ '  [MKDIR     ]  $(distdir)'
518
 
        @AMSHOWCMDSAT@mkdir $(distdir)
519
 
        @@AMPRETTYECHO@ '  [MKDIR     ]  $(distdir)/. $(distdir)/data $(distdir)/m4 $(distdir)/po'
520
 
        @AMSHOWCMDSAT@$(mkdir_p) $(distdir)/. $(distdir)/data $(distdir)/m4 $(distdir)/po
 
491
        $(am__remove_distdir)
 
492
        mkdir $(distdir)
 
493
        $(mkdir_p) $(distdir)/. $(distdir)/data $(distdir)/m4 $(distdir)/po
521
494
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
522
495
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
523
496
        list='$(DISTFILES)'; for file in $$list; do \
544
517
            || exit 1; \
545
518
          fi; \
546
519
        done
547
 
        @AMSHOWCMDSAT@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548
521
          if test "$$subdir" = .; then :; else \
549
522
            test -d "$(distdir)/$$subdir" \
550
523
            || $(mkdir_p) "$(distdir)/$$subdir" \
559
532
              || exit 1; \
560
533
          fi; \
561
534
        done
562
 
        @AMSHOWCMDSAT@-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
535
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
563
536
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
564
537
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
565
538
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
566
 
        || ( @AMPRETTYECHO@ '  [CHMOD     ]  a+r $(distdir)'; chmod -R a+r $(distdir) )
 
539
        || chmod -R a+r $(distdir)
567
540
dist-gzip: distdir
568
 
        @@AMPRETTYECHO@ '  [TAR.GZ    ]  $(distdir).tar.gz'
569
 
        @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
570
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
541
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
542
        $(am__remove_distdir)
571
543
dist-bzip2: distdir
572
 
        @@AMPRETTYECHO@ '  [TAR.BZ2   ]  $(distdir).tar.bz2'
573
 
        @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
574
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
544
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
545
        $(am__remove_distdir)
575
546
 
576
547
dist-tarZ: distdir
577
 
        @@AMPRETTYECHO@ '  [TAR.Z     ]  $(distdir).tar.Z'
578
 
        @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
579
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
548
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
549
        $(am__remove_distdir)
580
550
 
581
551
dist-shar: distdir
582
 
        @@AMPRETTYECHO@ '  [SHAR.GZ   ]  $(distdir).shar.gz'
583
 
        @AMSHOWCMDSAT@shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
584
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
552
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
553
        $(am__remove_distdir)
585
554
 
586
555
dist-zip: distdir
587
 
        @@AMPRETTYECHO@ '  [ZIP       ]  $(distdir).zip'
588
 
        @AMSHOWCMDSAT@-rm -f $(distdir).zip
589
 
        @AMSHOWCMDSAT@zip -rq $(distdir).zip $(distdir)
590
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
556
        -rm -f $(distdir).zip
 
557
        zip -rq $(distdir).zip $(distdir)
 
558
        $(am__remove_distdir)
591
559
 
592
560
dist dist-all: distdir
593
 
        @@AMPRETTYECHO@ '  [TAR.BZ2   ]  $(distdir).tar.bz2'
594
 
        @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
595
 
        @AMSHOWCMDSAT@$(am__remove_distdir)
 
561
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
562
        $(am__remove_distdir)
596
563
 
597
564
# This target untars the dist file and tries a VPATH configuration.  Then
598
565
# it guarantees that the distribution is self-contained by making another
599
566
# tarfile.
600
567
distcheck: dist
601
 
        @AMSHOWCMDSAT@case '$(DIST_ARCHIVES)' in \
 
568
        case '$(DIST_ARCHIVES)' in \
602
569
        *.tar.gz*) \
603
 
          @AMPRETTYECHO@ '  [UNTAR.GZ  ]  $(distdir).tar.gz'; \
604
570
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
605
571
        *.tar.bz2*) \
606
 
          @AMPRETTYECHO@ '  [UNTAR.BZ2 ]  $(distdir).tar.bz2'; \
607
572
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
608
573
        *.tar.Z*) \
609
 
          @AMPRETTYECHO@ '  [UNTAR.Z   ]  $(distdir).tar.Z'; \
610
574
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
611
575
        *.shar.gz*) \
612
 
          @AMPRETTYECHO@ '  [UNSHAR.GZ ]  $(distdir).shar.gz'; \
613
576
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
614
577
        *.zip*) \
615
 
          @AMPRETTYECHO@ '  [UNZIP     ]  $(distdir).zip'; \
616
578
          unzip $(distdir).zip ;;\
617
579
        esac
618
 
        @AMSHOWCMDSAT@chmod -R a-w $(distdir); chmod a+w $(distdir)
619
 
        @AMSHOWCMDSAT@mkdir $(distdir)/_build
620
 
        @AMSHOWCMDSAT@mkdir $(distdir)/_inst
621
 
        @AMSHOWCMDSAT@chmod a-w $(distdir)
 
580
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
581
        mkdir $(distdir)/_build
 
582
        mkdir $(distdir)/_inst
 
583
        chmod a-w $(distdir)
622
584
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
623
585
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
624
586
          && cd $(distdir)/_build \
681
643
 
682
644
installcheck: installcheck-recursive
683
645
install-strip:
684
 
        @AMSHOWCMDSAT@$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
646
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685
647
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686
648
          `test -z '$(STRIP)' || \
687
649
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
688
650
mostlyclean-generic:
689
651
 
690
652
clean-generic:
691
 
        @@AMPRETTYECHO@ '  [RM        ]  $(CLEANFILES)'
692
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
693
653
 
694
654
distclean-generic:
695
 
        @@AMPRETTYECHO@ '  [RM        ]  $(CONFIG_CLEAN_FILES)'
696
 
        @AMSHOWCMDSAT@-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697
 
        @@AMPRETTYECHO@ '  [RM        ]  $(DISTCLEANFILES)'
 
655
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698
656
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
699
657
 
700
658
maintainer-clean-generic:
705
663
clean-am: clean-generic clean-libtool mostlyclean-am
706
664
 
707
665
distclean: distclean-recursive
708
 
        @@AMPRETTYECHO@ '  [RM        ]  $(am__CONFIG_DISTCLEAN_FILES)'
709
 
        @AMSHOWCMDSAT@-rm -f $(am__CONFIG_DISTCLEAN_FILES)
710
 
        @@AMPRETTYECHO@ '  [RM        ]  Makefile'
711
 
        @AMSHOWCMDSAT@-rm -f Makefile
 
666
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
667
        -rm -f Makefile
712
668
distclean-am: clean-am distclean-generic distclean-hdr \
713
669
        distclean-libtool distclean-tags
714
670
 
733
689
installcheck-am:
734
690
 
735
691
maintainer-clean: maintainer-clean-recursive
736
 
        @@AMPRETTYECHO@ '  [RM        ]  $(am__CONFIG_DISTCLEAN_FILES)'
737
 
        @AMSHOWCMDSAT@-rm -f $(am__CONFIG_DISTCLEAN_FILES)
738
 
        @@AMPRETTYECHO@ '  [RM        ]  autom4te.cache/'
739
 
        @AMSHOWCMDSAT@-rm -rf $(top_srcdir)/autom4te.cache
740
 
        @@AMPRETTYECHO@ '  [RM        ]  Makefile'
741
 
        @AMSHOWCMDSAT@-rm -f Makefile
 
692
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
693
        -rm -rf $(top_srcdir)/autom4te.cache
 
694
        -rm -f Makefile
742
695
maintainer-clean-am: distclean-am maintainer-clean-generic
743
696
 
744
697
mostlyclean: mostlyclean-recursive
772
725
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
773
726
        tags tags-recursive uninstall uninstall-am uninstall-info-am
774
727
 
775
 
 
776
 
doap.rdf: doap.rdf.in Makefile.am
777
 
        sed -e s/\@VERSION\@/$(VERSION)/g \
778
 
            -e s/\@MAJMIN\@/`echo $(VERSION) | sed "s|\([[:digit:]]\+\.[[:digit:]]\+\).*|\1|"`/g \
779
 
            -e s/\@DATE\@/`date +%F`/g \
780
 
        < $< > $@
781
 
release: dist doap.rdf
782
 
        cvs tag SOUND_JUICER_$(subst .,_,$(VERSION))
783
 
        cp -f doap.rdf $(WEBROOT)/blosxom/computers/sound-juicer
 
728
release: dist
784
729
        cp -f $(PACKAGE)-$(VERSION).tar.bz2 $(WEBROOT)/computing
785
730
        scp $(PACKAGE)-$(VERSION).tar.bz2 master.gnome.org:
786
731
        ssh master.gnome.org install-module $(PACKAGE)-$(VERSION).tar.bz2
787
732
        gcq $(WEBROOT)/blosxom/computers/sound-juicer/sj-$(VERSION).txt
788
733
 
789
734
dev-release: dist
790
 
        cvs tag SOUND_JUICER_$(subst .,_,$(VERSION))
791
735
        cp -f $(PACKAGE)-$(VERSION).tar.bz2 $(WEBROOT)/computing
792
736
        scp $(PACKAGE)-$(VERSION).tar.bz2 master.gnome.org:
793
737
        ssh master.gnome.org install-module $(PACKAGE)-$(VERSION).tar.bz2