~ubuntu-branches/ubuntu/trusty/nautilus-sendto/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-18 18:38:05 UTC
  • mfrom: (1.1.26 upstream) (2.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110518183805-4g48ef5fs6wyzkor
Tags: 3.0.0-1ubuntu1
* Resynchronize on Debian based on ricotz's ppa work
* debian/control.in:
  - Rename icedove to thunderbird
  - Updated nautilus version to include the Ubuntu epoch

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
DEFS = @DEFS@
161
161
DEPDIR = @DEPDIR@
162
162
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
163
DLLTOOL = @DLLTOOL@
163
164
DSYMUTIL = @DSYMUTIL@
164
165
DUMPBIN = @DUMPBIN@
165
166
EBOOK_REQUIRED = @EBOOK_REQUIRED@
207
208
LTLIBOBJS = @LTLIBOBJS@
208
209
MAINT = @MAINT@
209
210
MAKEINFO = @MAKEINFO@
 
211
MANIFEST_TOOL = @MANIFEST_TOOL@
210
212
MKDIR_P = @MKDIR_P@
211
213
MKINSTALLDIRS = @MKINSTALLDIRS@
212
214
MSGFMT = @MSGFMT@
260
262
abs_srcdir = @abs_srcdir@
261
263
abs_top_builddir = @abs_top_builddir@
262
264
abs_top_srcdir = @abs_top_srcdir@
 
265
ac_ct_AR = @ac_ct_AR@
263
266
ac_ct_CC = @ac_ct_CC@
264
267
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265
268
am__include = @am__include@
820
823
 
821
824
info-am:
822
825
 
823
 
install-data-am: install-man
 
826
install-data-am: install-data-local install-man
824
827
 
825
828
install-dvi: install-dvi-recursive
826
829
 
880
883
        distcheck distclean distclean-generic distclean-hdr \
881
884
        distclean-libtool distclean-tags distcleancheck distdir \
882
885
        distuninstallcheck dvi dvi-am html html-am info info-am \
883
 
        install install-am install-data install-data-am install-dvi \
884
 
        install-dvi-am install-exec install-exec-am install-html \
885
 
        install-html-am install-info install-info-am install-man \
886
 
        install-man1 install-pdf install-pdf-am install-ps \
887
 
        install-ps-am install-strip installcheck installcheck-am \
888
 
        installdirs installdirs-am maintainer-clean \
889
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
890
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
891
 
        uninstall uninstall-am uninstall-man uninstall-man1
 
886
        install install-am install-data install-data-am \
 
887
        install-data-local install-dvi install-dvi-am install-exec \
 
888
        install-exec-am install-html install-html-am install-info \
 
889
        install-info-am install-man install-man1 install-pdf \
 
890
        install-pdf-am install-ps install-ps-am install-strip \
 
891
        installcheck installcheck-am installdirs installdirs-am \
 
892
        maintainer-clean maintainer-clean-generic mostlyclean \
 
893
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
894
        tags tags-recursive uninstall uninstall-am uninstall-man \
 
895
        uninstall-man1
892
896
 
893
897
 
894
898
# Build ChangeLog from GIT history
897
901
                git log --stat --after="Fri Apr 17 16:36:52 2009" > $@; \
898
902
        fi
899
903
 
 
904
install-data-local:
 
905
        -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
 
906
 
900
907
# Tell versions [3.59,3.63) of GNU make to not export all variables.
901
908
# Otherwise a system limit (for SysV at least) may be exceeded.
902
909
.NOEXPORT: