Line 814... |
Line 814... |
814 |
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
814 |
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
815 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
815 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
816 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
816 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
817 |
.NOEXPORT:
|
817 |
.NOEXPORT:
|
818 |
|
818 |
|
- |
|
819 |
clean-bcheck:
|
- |
|
820 |
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
|
- |
|
821 |
|
- |
|
822 |
bcheck: bcheck-recursive
|
- |
|
823 |
|
- |
|
824 |
bcheck-am:
|
- |
|
825 |
@for i in ; do \
|
- |
|
826 |
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
|
- |
|
827 |
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
|
- |
|
828 |
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
|
- |
|
829 |
echo "$$i"; \
|
- |
|
830 |
if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
|
- |
|
831 |
rm -f $$i.bchecktest.cc; exit 1; \
|
- |
|
832 |
fi ; \
|
- |
|
833 |
echo "" >> $$i.bchecktest.cc.class; \
|
- |
|
834 |
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
|
- |
|
835 |
rm -f a.out; \
|
- |
|
836 |
fi ; \
|
- |
|
837 |
done
|
- |
|
838 |
|
- |
|
839 |
|
- |
|
840 |
|
819 |
#>+ 2
|
841 |
#>+ 2
|
820 |
KDE_DIST=stamp-h.in subdirs Makefile.in sportwatcher-0.1.tar.gz sportwatcher.kdevelop.pcs sportwatcher.kdevelop configure.files config.h.in sportwatcher.kdevses sportwatcher-0.2.tar.gz sportwatcher.png configure.in Makefile.cvs aclocal.m4 Doxyfile Makefile.am acinclude.m4 configure
|
842 |
KDE_DIST=stamp-h.in subdirs Makefile.in sportwatcher-0.1.tar.gz sportwatcher.kdevelop.pcs sportwatcher.kdevelop configure.files config.h.in sportwatcher.kdevses sportwatcher-0.2.tar.gz sportwatcher.png configure.in Makefile.cvs aclocal.m4 Doxyfile Makefile.am acinclude.m4 configure
|
821 |
|
843 |
|
822 |
#>+ 2
|
844 |
#>+ 2
|
823 |
docs-am:
|
845 |
docs-am:
|