~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-12-12 16:11:49 UTC
  • mfrom: (1.1.27 upstream) (3.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101212161149-0tsniecmy8o1f6yc
Tags: 3.3.5.1-1ubuntu1
* Merge from Debian unstable. Remaining changes:
   - 02_use-decimal-si-by-default.patch: by default, display file sizes using
     decimal base and SI units instead of just bytes; complies with Ubuntu
     UnitsPolicy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
DIST_COMMON = $(dist_noinst_DATA) $(noinst_HEADERS) \
46
46
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
 
am__aclocal_m4_deps = $(top_srcdir)/cppunit.m4 \
49
 
        $(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/libgnutls.m4 \
50
 
        $(top_srcdir)/pkg.m4 $(top_srcdir)/wxwin.m4 \
51
 
        $(top_srcdir)/configure.in
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/cppunit.m4 \
 
49
        $(top_srcdir)/m4/fz_check_tinyxml.m4 \
 
50
        $(top_srcdir)/m4/fz_checkversion.m4 \
 
51
        $(top_srcdir)/m4/libgnutls.m4 $(top_srcdir)/m4/pkg.m4 \
 
52
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/configure.in
52
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
54
        $(ACLOCAL_M4)
54
55
mkinstalldirs = $(install_sh) -d
2551
2552
        mkdir -p $(top_builddir)/FileZilla.app/Contents/Resources
2552
2553
        $(MAKE) -C resources mac-copy-resources
2553
2554
        cp -f filezilla $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla
 
2555
        cp -f $(top_srcdir)/COPYING $(top_builddir)/FileZilla.app/COPYING
 
2556
        mkdir -p $(top_builddir)/FileZilla.app/docs
 
2557
        cp -f $(top_srcdir)/docs/fzdefaults.xml.example $(top_builddir)/FileZilla.app/docs/fzdefaults.xml.example
 
2558
        cp -f $(top_srcdir)/docs/*.man $(top_builddir)/FileZilla.app/docs
2554
2559
 
2555
2560
@ENABLE_PRECOMP_TRUE@include ./$(DEPDIR)/filezilla.Po
2556
2561