~ubuntu-branches/ubuntu/precise/libpeas/precise

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-23 10:22:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223102201-qh09oft2ngs48kpd
Tags: 0.7.2-0ubuntu1
* New upstream release
* debian/control:
  - Use new GTK3 package naming
  - Bump build-depends on gobject-introspection
  - Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
FGREP = @FGREP@
132
132
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
133
133
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
134
GLADE_CATALOG_DIR = @GLADE_CATALOG_DIR@
134
135
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
135
136
GLIB_MKENUMS = @GLIB_MKENUMS@
136
137
GLIB_REQUIRED = @GLIB_REQUIRED@
538
539
          fi; \
539
540
        done
540
541
check-am: all-am
 
542
        $(MAKE) $(AM_MAKEFLAGS) check-local
541
543
check: check-recursive
542
544
all-am: Makefile
543
545
installdirs: installdirs-recursive
634
636
 
635
637
uninstall-am:
636
638
 
637
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
638
 
        install-am install-strip tags-recursive
 
639
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
 
640
        ctags-recursive install-am install-strip tags-recursive
639
641
 
640
642
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
641
 
        all all-am check check-am clean clean-generic clean-libtool \
642
 
        ctags ctags-recursive distclean distclean-generic \
643
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
644
 
        html-am info info-am install install-am install-data \
645
 
        install-data-am install-dvi install-dvi-am install-exec \
646
 
        install-exec-am install-html install-html-am install-info \
647
 
        install-info-am install-man install-pdf install-pdf-am \
648
 
        install-ps install-ps-am install-strip installcheck \
649
 
        installcheck-am installdirs installdirs-am maintainer-clean \
650
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
651
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
652
 
        uninstall uninstall-am
653
 
 
654
 
 
655
 
test test-gdb test-valgrind:
 
643
        all all-am check check-am check-local clean clean-generic \
 
644
        clean-libtool ctags ctags-recursive distclean \
 
645
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
646
        dvi-am html html-am info info-am install install-am \
 
647
        install-data install-data-am install-dvi install-dvi-am \
 
648
        install-exec install-exec-am install-html install-html-am \
 
649
        install-info install-info-am install-man install-pdf \
 
650
        install-pdf-am install-ps install-ps-am install-strip \
 
651
        installcheck installcheck-am installdirs installdirs-am \
 
652
        maintainer-clean maintainer-clean-generic mostlyclean \
 
653
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
654
        tags tags-recursive uninstall uninstall-am
 
655
 
 
656
 
 
657
test test-gdb test-valgrind test-callgrind:
656
658
        @for subdir in $(SUBDIRS) ; do \
657
659
           test "$$subdir" = "plugins" || \
658
660
           ( cd $$subdir && \
713
715
 
714
716
.PHONY: test test-gdb test-valgrind test-report perf-report full-report
715
717
 
 
718
check-local: test
 
719
 
716
720
# Tell versions [3.59,3.63) of GNU make to not export all variables.
717
721
# Otherwise a system limit (for SysV at least) may be exceeded.
718
722
.NOEXPORT: