~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kenny Duffus
  • Date: 2006-08-08 20:07:57 UTC
  • Revision ID: james.westby@ubuntu.com-20060808200757-jlmqzwdmty6fqk64
Tags: 4:3.5.4+kopete0.12.1-0ubuntu4
* added kubuntu_04_hostname_for_freenode.diff as irc.debian.org is no longer
  on freenode
* versions bumped to 3.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
981
981
# Otherwise a system limit (for SysV at least) may be exceeded.
982
982
.NOEXPORT:
983
983
 
 
984
clean-bcheck: 
 
985
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
 
986
 
 
987
bcheck: bcheck-recursive
 
988
 
 
989
bcheck-am:
 
990
        @for i in ; do \
 
991
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
 
992
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
 
993
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
 
994
                echo "$$i"; \
 
995
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
996
                    rm -f $$i.bchecktest.cc; exit 1; \
 
997
                fi ; \
 
998
                echo "" >> $$i.bchecktest.cc.class; \
 
999
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
 
1000
                rm -f a.out; \
 
1001
            fi ; \
 
1002
        done
 
1003
 
 
1004
 
 
1005
 
984
1006
#>+ 2
985
1007
KDE_DIST=stamp-h.in Mainpage.dox subdirs Makefile.in configure.in.bot configure.files config.h.in kdenetwork.lsm configure.in Makefile.cvs aclocal.m4 configure.in.in acinclude.m4 Makefile.am configure Makefile.am.in 
986
1008