~ubuntu-branches/ubuntu/karmic/ktranslator/karmic

« back to all changes in this revision

Viewing changes to ktranslator/uiplugins/ocr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-07-20 23:02:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060720230258-18ijr919ancujnuz
Tags: 0.4-0ubuntu1
* New upstream release
* Added kubuntu_01_kdepot.patch for pot file extraction 
  to rosetta
* Added kubuntu_02_fix_desktop_file.patch to prepare desktop
  file for XDG directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
AUTODIRS = @AUTODIRS@
78
78
AWK = @AWK@
79
79
CC = @CC@
 
80
COMPILE_PLUGINS = @COMPILE_PLUGINS@
80
81
CONF_FILES = @CONF_FILES@
81
82
CPP = @CPP@
82
83
CXX = @CXX@
297
298
am_ktranslator_ocr_la_OBJECTS = ktranslator_ocr.lo ocrwatchdog.lo \
298
299
        qocrprogress.lo findRec.lo
299
300
#>- ktranslator_ocr_la_OBJECTS = $(am_ktranslator_ocr_la_OBJECTS)
300
 
#>+ 6
 
301
#>+ 5
301
302
ktranslator_ocr_la_final_OBJECTS = ktranslator_ocr_la.all_cpp.lo 
302
303
ktranslator_ocr_la_nofinal_OBJECTS = ktranslator_ocr.lo ocrwatchdog.lo \
303
 
        qocrprogress.lo findRec.lo\
304
 
ktranslator_ocr.moc.lo qocrprogress.moc.lo ocrwatchdog.moc.lo 
 
304
        qocrprogress.lo findRec.lo
305
305
@KDE_USE_FINAL_FALSE@ktranslator_ocr_la_OBJECTS = $(ktranslator_ocr_la_nofinal_OBJECTS)
306
306
@KDE_USE_FINAL_TRUE@ktranslator_ocr_la_OBJECTS = $(ktranslator_ocr_la_final_OBJECTS)
307
307
 
317
317
#>- @AMDEP_TRUE@        ./$(DEPDIR)/ocrwatchdog.Plo \
318
318
#>- @AMDEP_TRUE@        ./$(DEPDIR)/qocrprogress.Plo
319
319
#>+ 8
320
 
@AMDEP_TRUE@@KDE_USE_FINAL_TRUE@DEP_FILES =  $(DEPDIR)/ktranslator_ocr.moc.P $(DEPDIR)/qocrprogress.moc.P $(DEPDIR)/ocrwatchdog.moc.P  $(DEPDIR)/ktranslator_ocr_la.all_cpp.P ./$(DEPDIR)/findRec.Plo \
 
320
@AMDEP_TRUE@@KDE_USE_FINAL_TRUE@DEP_FILES =   $(DEPDIR)/ktranslator_ocr_la.all_cpp.P ./$(DEPDIR)/findRec.Plo \
321
321
@AMDEP_TRUE@@KDE_USE_FINAL_TRUE@        @AMDEP_TRUE@    ./$(DEPDIR)/ktranslator_ocr.Plo \
322
322
@AMDEP_TRUE@@KDE_USE_FINAL_TRUE@        @AMDEP_TRUE@    ./$(DEPDIR)/ocrwatchdog.Plo \
323
323
@AMDEP_TRUE@@KDE_USE_FINAL_TRUE@        @AMDEP_TRUE@    ./$(DEPDIR)/qocrprogress.Plo
324
 
@AMDEP_TRUE@@KDE_USE_FINAL_FALSE@DEP_FILES =  $(DEPDIR)/ktranslator_ocr.moc.P $(DEPDIR)/qocrprogress.moc.P $(DEPDIR)/ocrwatchdog.moc.P ./$(DEPDIR)/findRec.Plo \
 
324
@AMDEP_TRUE@@KDE_USE_FINAL_FALSE@DEP_FILES =  ./$(DEPDIR)/findRec.Plo \
325
325
@AMDEP_TRUE@@KDE_USE_FINAL_FALSE@       @AMDEP_TRUE@    ./$(DEPDIR)/ktranslator_ocr.Plo \
326
326
@AMDEP_TRUE@@KDE_USE_FINAL_FALSE@       @AMDEP_TRUE@    ./$(DEPDIR)/ocrwatchdog.Plo \
327
327
@AMDEP_TRUE@@KDE_USE_FINAL_FALSE@       @AMDEP_TRUE@    ./$(DEPDIR)/qocrprogress.Plo
651
651
 
652
652
 
653
653
#>+ 3
654
 
ktranslator_ocr.moc.cpp: $(srcdir)/ktranslator_ocr.h
655
 
        $(MOC) $(srcdir)/ktranslator_ocr.h -o ktranslator_ocr.moc.cpp
656
 
 
657
 
#>+ 2
658
 
mocs: ktranslator_ocr.moc.cpp
659
 
 
660
 
#>+ 3
661
 
qocrprogress.moc.cpp: $(srcdir)/qocrprogress.h
662
 
        $(MOC) $(srcdir)/qocrprogress.h -o qocrprogress.moc.cpp
663
 
 
664
 
#>+ 2
665
 
mocs: qocrprogress.moc.cpp
666
 
 
667
 
#>+ 3
668
 
ocrwatchdog.moc.cpp: $(srcdir)/ocrwatchdog.h
669
 
        $(MOC) $(srcdir)/ocrwatchdog.h -o ocrwatchdog.moc.cpp
670
 
 
671
 
#>+ 2
672
 
mocs: ocrwatchdog.moc.cpp
 
654
ktranslator_ocr.moc: $(srcdir)/ktranslator_ocr.h
 
655
        $(MOC) $(srcdir)/ktranslator_ocr.h -o ktranslator_ocr.moc
 
656
 
 
657
#>+ 2
 
658
mocs: ktranslator_ocr.moc
 
659
 
 
660
#>+ 3
 
661
qocrprogress.moc: $(srcdir)/qocrprogress.h
 
662
        $(MOC) $(srcdir)/qocrprogress.h -o qocrprogress.moc
 
663
 
 
664
#>+ 2
 
665
mocs: qocrprogress.moc
 
666
 
 
667
#>+ 3
 
668
ocrwatchdog.moc: $(srcdir)/ocrwatchdog.h
 
669
        $(MOC) $(srcdir)/ocrwatchdog.h -o ocrwatchdog.moc
 
670
 
 
671
#>+ 2
 
672
mocs: ocrwatchdog.moc
673
673
 
674
674
#>+ 3
675
675
clean-metasources:
676
 
        -rm -f  ktranslator_ocr.moc.cpp qocrprogress.moc.cpp ocrwatchdog.moc.cpp
 
676
        -rm -f  ktranslator_ocr.moc qocrprogress.moc ocrwatchdog.moc
677
677
 
678
678
#>+ 2
679
 
KDE_DIST=ktranslator_ocr.desktop ocrwatchdog.h qocrprogress.h ktranslator_ocr.h ktranslator_ocrui.rc findRec.h 
 
679
KDE_DIST=ktranslator_ocr.desktop qocrprogress.h ktranslator_ocr.h ocrwatchdog.h ktranslator_ocrui.rc findRec.h 
680
680
 
681
681
#>+ 3
682
682
clean-closures:
715
715
 
716
716
 
717
717
#>+ 11
718
 
ktranslator_ocr_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ktranslator_ocr.cpp $(srcdir)/ocrwatchdog.cpp $(srcdir)/qocrprogress.cpp $(srcdir)/findRec.cpp ktranslator_ocr.moc.cpp qocrprogress.moc.cpp ocrwatchdog.moc.cpp 
 
718
ktranslator_ocr_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ktranslator_ocr.cpp $(srcdir)/ocrwatchdog.cpp $(srcdir)/qocrprogress.cpp $(srcdir)/findRec.cpp  ktranslator_ocr.moc qocrprogress.moc ocrwatchdog.moc
719
719
        @echo 'creating ktranslator_ocr_la.all_cpp.cpp ...'; \
720
720
        rm -f ktranslator_ocr_la.all_cpp.files ktranslator_ocr_la.all_cpp.final; \
721
721
        echo "#define KDE_USE_FINAL 1" >> ktranslator_ocr_la.all_cpp.final; \
722
 
        for file in ktranslator_ocr.cpp ocrwatchdog.cpp qocrprogress.cpp findRec.cpp ktranslator_ocr.moc.cpp qocrprogress.moc.cpp ocrwatchdog.moc.cpp ; do \
 
722
        for file in ktranslator_ocr.cpp ocrwatchdog.cpp qocrprogress.cpp findRec.cpp ; do \
723
723
          echo "#include \"$$file\"" >> ktranslator_ocr_la.all_cpp.files; \
724
724
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> ktranslator_ocr_la.all_cpp.final; \
725
725
        done; \
750
750
kde-rpo-clean:
751
751
        -rm -f *.rpo
752
752
 
753
 
#>+ 3
 
753
#>+ 9
754
754
nmcheck: 
755
755
nmcheck-am: nmcheck
 
756
ocrwatchdog.lo: ocrwatchdog.moc 
 
757
qocrprogress.lo: qocrprogress.moc 
 
758
ktranslator_ocr.lo: ktranslator_ocr.moc 
 
759
ocrwatchdog.o: ocrwatchdog.moc 
 
760
ktranslator_ocr.o: ktranslator_ocr.moc 
 
761
qocrprogress.o: qocrprogress.moc