~lwh/pana/development

« back to all changes in this revision

Viewing changes to po/ko/Makefile.in

  • Committer: lwh
  • Date: 2010-05-15 21:33:33 UTC
  • Revision ID: lwh@lwhx4e-20100515213333-y220dilvw43fuqch
More build cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        install-html-recursive install-info-recursive \
60
60
        install-pdf-recursive install-ps-recursive install-recursive \
61
61
        installcheck-recursive installdirs-recursive pdf-recursive \
62
 
        ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
 
62
        ps-recursive uninstall-recursive nmcheck-recursive
63
63
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
64
  distclean-recursive maintainer-clean-recursive
65
65
ETAGS = etags
635
635
#>+ 1
636
636
clean: kde-rpo-clean  clean-recursive
637
637
 
638
 
#>- clean-am: clean-generic clean-libtool mostlyclean-am
639
 
#>+ 1
640
 
clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
 
638
clean-am: clean-generic clean-libtool mostlyclean-am
641
639
 
642
640
distclean: distclean-recursive
643
641
        -rm -f Makefile
726
724
 
727
725
 
728
726
 
 
727
 
729
728
#>+ 2
730
 
KDE_DIST=Makefile.in pana.gmo pana.po Makefile.am 
 
729
KDE_DIST=Makefile.in pana.po Makefile.am 
731
730
 
732
731
#>+ 4
733
732
pana.gmo: pana.po
784
783
        cd $(top_srcdir) && perl admin/am_edit po/ko/Makefile.in
785
784
 
786
785
 
787
 
#>+ 21
788
 
clean-bcheck: 
789
 
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
790
 
 
791
 
bcheck: bcheck-recursive
792
 
 
793
 
bcheck-am:
794
 
        @for i in ; do \
795
 
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
796
 
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
797
 
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
798
 
                echo "$$i"; \
799
 
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
800
 
                    rm -f $$i.bchecktest.cc; exit 1; \
801
 
                fi ; \
802
 
                echo "" >> $$i.bchecktest.cc.class; \
803
 
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
804
 
                rm -f a.out; \
805
 
            fi ; \
806
 
        done
807
 
 
808
 
 
809
786
#>+ 3
810
787
final:
811
788
        $(MAKE) all-am