~ubuntu-branches/ubuntu/karmic/eva/karmic

« back to all changes in this revision

Viewing changes to src/libeva/libuh/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Zhengpeng Hou
  • Date: 2008-05-25 13:03:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080525130336-vr38nisrbmf1ptez
Tags: 0.4.921+svn42-2ubuntu1
* Add missed copyright information of
  src/libeva/md5.*
* Fix the documents installed dir. (LP: 86264)

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
#>-           exit 1;; \
346
346
#>-       esac; \
347
347
#>-     done; \
348
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile'; \
 
348
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile'; \
349
349
#>-     cd $(top_srcdir) && \
350
 
#>-       $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile
 
350
#>-       $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile
351
351
#>+ 12
352
352
        @for dep in $?; do \
353
353
          case '$(am__configure_deps)' in \
357
357
              exit 1;; \
358
358
          esac; \
359
359
        done; \
360
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile'; \
 
360
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile'; \
361
361
        cd $(top_srcdir) && \
362
 
          $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile
 
362
          $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile
363
363
        cd $(top_srcdir) && perl admin/am_edit src/libeva/libuh/Makefile.in
364
364
.PRECIOUS: Makefile
365
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
626
626
              exit 1;; \
627
627
          esac; \
628
628
        done; \
629
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile'; \
 
629
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile'; \
630
630
        cd $(top_srcdir) && \
631
 
          $(AUTOMAKE) --foreign  src/libeva/libuh/Makefile
 
631
          $(AUTOMAKE) --gnu  src/libeva/libuh/Makefile
632
632
        cd $(top_srcdir) && perl admin/am_edit src/libeva/libuh/Makefile.in
633
633
 
634
634