~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Ken VanDine
  • Date: 2010-10-26 15:23:44 UTC
  • mfrom: (1.3.14 upstream)
  • Revision ID: ken.vandine@canonical.com-20101026152344-mudczoehgwjp9wun
Tags: 1.2.2-0ubuntu1
releasing version 1.2.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
39
        $(srcdir)/pot-update.in $(srcdir)/tomboy.spec.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS \
41
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
42
 
        mkinstalldirs
 
40
        $(top_srcdir)/configure AUTHORS COPYING NEWS config.guess \
 
41
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
45
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
179
178
MAINT = @MAINT@
180
179
MAKEINFO = @MAKEINFO@
181
180
MKDIR_P = @MKDIR_P@
 
181
MKINSTALLDIRS = @MKINSTALLDIRS@
182
182
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
183
183
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
184
184
MONO_CFLAGS = @MONO_CFLAGS@
201
201
PACKAGE_NAME = @PACKAGE_NAME@
202
202
PACKAGE_STRING = @PACKAGE_STRING@
203
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
204
205
PACKAGE_VERSION = @PACKAGE_VERSION@
205
206
PANELAPPLET_SERVER_DIR = @PANELAPPLET_SERVER_DIR@
206
207
PATH_SEPARATOR = @PATH_SEPARATOR@
379
380
#     (which will cause the Makefiles to be regenerated when you run `make');
380
381
# (2) otherwise, pass the desired values on the `make' command line.
381
382
$(RECURSIVE_TARGETS):
382
 
        @failcom='exit 1'; \
 
383
        @fail= failcom='exit 1'; \
383
384
        for f in x $$MAKEFLAGS; do \
384
385
          case $$f in \
385
386
            *=* | --[!k]*);; \
404
405
        fi; test -z "$$fail"
405
406
 
406
407
$(RECURSIVE_CLEAN_TARGETS):
407
 
        @failcom='exit 1'; \
 
408
        @fail= failcom='exit 1'; \
408
409
        for f in x $$MAKEFLAGS; do \
409
410
          case $$f in \
410
411
            *=* | --[!k]*);; \
571
572
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
572
573
          dist-hook
573
574
        -test -n "$(am__skip_mode_fix)" \
574
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
575
        || find "$(distdir)" -type d ! -perm -755 \
 
576
                -exec chmod u+rwx,go+rx {} \; -o \
575
577
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
576
578
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
577
579
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
615
617
distcheck: dist
616
618
        case '$(DIST_ARCHIVES)' in \
617
619
        *.tar.gz*) \
618
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
620
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
619
621
        *.tar.bz2*) \
620
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
622
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
621
623
        *.tar.lzma*) \
622
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
624
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
623
625
        *.tar.xz*) \
624
626
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
625
627
        *.tar.Z*) \
626
628
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
627
629
        *.shar.gz*) \
628
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
630
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
629
631
        *.zip*) \
630
632
          unzip $(distdir).zip ;;\
631
633
        esac