~ubuntu-branches/debian/jessie/ardesia/jessie

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2012-11-05 19:55:18 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121105195518-ird6x2us0tui2q92
Tags: 1.1-1
* debian/watch: no longer use googlecode.d.n
* Imported Upstream version 1.1 (Closes: #620319, #692256)
* debian/control: add GTK+3 to B-D instead of GTK+2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
51
51
CONFIG_HEADER = config.h
52
52
CONFIG_CLEAN_FILES = win32/ardesia.iss win32/build_installer
53
53
CONFIG_CLEAN_VPATH_FILES =
54
 
AM_V_GEN = $(am__v_GEN_$(V))
55
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
56
 
am__v_GEN_0 = @echo "  GEN   " $@;
57
 
AM_V_at = $(am__v_at_$(V))
58
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
59
 
am__v_at_0 = @
60
54
SOURCES =
61
55
DIST_SOURCES =
62
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87
81
am__base_list = \
88
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
84
am__uninstall_files_from_dir = { \
 
85
  test -z "$$files" \
 
86
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
87
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
88
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
89
  }
90
90
am__installdirs = "$(DESTDIR)$(ardesiadocdir)"
91
91
DATA = $(ardesiadoc_DATA)
92
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
101
101
distdir = $(PACKAGE)-$(VERSION)
102
102
top_distdir = $(distdir)
103
103
am__remove_distdir = \
104
 
  { test ! -d "$(distdir)" \
105
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
106
 
         && rm -fr "$(distdir)"; }; }
 
104
  if test -d "$(distdir)"; then \
 
105
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
106
      && rm -rf "$(distdir)" \
 
107
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
108
  else :; fi
107
109
am__relativize = \
108
110
  dir0=`pwd`; \
109
111
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
129
131
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
130
132
  done; \
131
133
  reldir="$$dir2"
132
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
134
DIST_ARCHIVES = $(distdir).tar.gz
133
135
GZIP_ENV = --best
134
136
distuninstallcheck_listfiles = find . -type f -print
 
137
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
138
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
135
139
distcleancheck_listfiles = find . -type f -print
136
140
ACLOCAL = @ACLOCAL@
137
141
ALL_LINGUAS = @ALL_LINGUAS@
145
149
AUTOHEADER = @AUTOHEADER@
146
150
AUTOMAKE = @AUTOMAKE@
147
151
AWK = @AWK@
148
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
149
 
CAIRO_LIBS = @CAIRO_LIBS@
150
152
CATALOGS = @CATALOGS@
151
153
CATOBJEXT = @CATOBJEXT@
152
154
CC = @CC@
170
172
EGREP = @EGREP@
171
173
EXEEXT = @EXEEXT@
172
174
FGREP = @FGREP@
173
 
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
174
 
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
175
 
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
176
175
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
177
 
GLIB_CFLAGS = @GLIB_CFLAGS@
178
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
179
 
GLIB_LIBS = @GLIB_LIBS@
180
 
GLIB_MKENUMS = @GLIB_MKENUMS@
181
176
GMOFILES = @GMOFILES@
182
177
GMSGFMT = @GMSGFMT@
183
 
GOBJECT_QUERY = @GOBJECT_QUERY@
184
178
GREP = @GREP@
 
179
GTK3_CFLAGS = @GTK3_CFLAGS@
 
180
GTK3_LIBS = @GTK3_LIBS@
185
181
GTK_CFLAGS = @GTK_CFLAGS@
186
182
GTK_LIBS = @GTK_LIBS@
187
183
INSTALL = @INSTALL@
195
191
INTLTOOL_MERGE = @INTLTOOL_MERGE@
196
192
INTLTOOL_PERL = @INTLTOOL_PERL@
197
193
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
194
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
195
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
196
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
197
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
198
198
LD = @LD@
199
199
LDFLAGS = @LDFLAGS@
200
200
LIBOBJS = @LIBOBJS@
205
205
LTLIBOBJS = @LTLIBOBJS@
206
206
MAINT = @MAINT@
207
207
MAKEINFO = @MAKEINFO@
 
208
MANIFEST_TOOL = @MANIFEST_TOOL@
208
209
MKDIR_P = @MKDIR_P@
209
210
MKINSTALLDIRS = @MKINSTALLDIRS@
210
211
MSGFMT = @MSGFMT@
244
245
abs_srcdir = @abs_srcdir@
245
246
abs_top_builddir = @abs_top_builddir@
246
247
abs_top_srcdir = @abs_top_srcdir@
 
248
ac_ct_AR = @ac_ct_AR@
247
249
ac_ct_CC = @ac_ct_CC@
248
250
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249
251
am__include = @am__include@
272
274
includedir = @includedir@
273
275
infodir = @infodir@
274
276
install_sh = @install_sh@
 
277
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
278
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
275
279
libdir = @libdir@
276
280
libexecdir = @libexecdir@
277
281
localedir = @localedir@
278
282
localstatedir = @localstatedir@
279
 
lt_ECHO = @lt_ECHO@
280
283
mandir = @mandir@
281
284
mkdir_p = @mkdir_p@
282
285
oldincludedir = @oldincludedir@
324
327
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
325
328
 
326
329
.SUFFIXES:
327
 
am--refresh:
 
330
am--refresh: Makefile
328
331
        @:
329
332
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
330
333
        @for dep in $?; do \
360
363
$(am__aclocal_m4_deps):
361
364
 
362
365
config.h: stamp-h1
363
 
        @if test ! -f $@; then \
364
 
          rm -f stamp-h1; \
365
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
366
 
        else :; fi
 
366
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
367
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
367
368
 
368
369
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
369
370
        @rm -f stamp-h1
405
406
        @$(NORMAL_UNINSTALL)
406
407
        @list='$(ardesiadoc_DATA)'; test -n "$(ardesiadocdir)" || list=; \
407
408
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
408
 
        test -n "$$files" || exit 0; \
409
 
        echo " ( cd '$(DESTDIR)$(ardesiadocdir)' && rm -f" $$files ")"; \
410
 
        cd "$(DESTDIR)$(ardesiadocdir)" && rm -f $$files
 
409
        dir='$(DESTDIR)$(ardesiadocdir)'; $(am__uninstall_files_from_dir)
411
410
 
412
411
# This directory's subdirectories are mostly independent; you can cd
413
412
# into them and run `make' without going through this Makefile.
614
613
dist-gzip: distdir
615
614
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
616
615
        $(am__remove_distdir)
 
616
 
617
617
dist-bzip2: distdir
618
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
618
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
619
        $(am__remove_distdir)
 
620
 
 
621
dist-lzip: distdir
 
622
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
619
623
        $(am__remove_distdir)
620
624
 
621
625
dist-lzma: distdir
623
627
        $(am__remove_distdir)
624
628
 
625
629
dist-xz: distdir
626
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
630
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
627
631
        $(am__remove_distdir)
628
632
 
629
633
dist-tarZ: distdir
641
645
 
642
646
dist dist-all: distdir
643
647
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
644
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
645
648
        $(am__remove_distdir)
646
649
 
647
650
# This target untars the dist file and tries a VPATH configuration.  Then
655
658
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
656
659
        *.tar.lzma*) \
657
660
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
661
        *.tar.lz*) \
 
662
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
658
663
        *.tar.xz*) \
659
664
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
660
665
        *.tar.Z*) \
674
679
          && am__cwd=`pwd` \
675
680
          && $(am__cd) $(distdir)/_build \
676
681
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
682
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
677
683
            $(DISTCHECK_CONFIGURE_FLAGS) \
678
684
          && $(MAKE) $(AM_MAKEFLAGS) \
679
685
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
702
708
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
703
709
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
704
710
distuninstallcheck:
705
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
706
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
711
        @test -n '$(distuninstallcheck_dir)' || { \
 
712
          echo 'ERROR: trying to run $@ with an empty' \
 
713
               '$$(distuninstallcheck_dir)' >&2; \
 
714
          exit 1; \
 
715
        }; \
 
716
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
717
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
718
          exit 1; \
 
719
        }; \
 
720
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
707
721
           || { echo "ERROR: files left after uninstall:" ; \
708
722
                if test -n "$(DESTDIR)"; then \
709
723
                  echo "  (check DESTDIR support)"; \
737
751
 
738
752
installcheck: installcheck-recursive
739
753
install-strip:
740
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
741
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
742
 
          `test -z '$(STRIP)' || \
743
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
754
        if test -z '$(STRIP)'; then \
 
755
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
756
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
757
              install; \
 
758
        else \
 
759
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
760
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
761
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
762
        fi
744
763
mostlyclean-generic:
745
764
 
746
765
clean-generic:
827
846
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
828
847
        all all-am am--refresh check check-am clean clean-generic \
829
848
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
830
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
831
 
        distcheck distclean distclean-generic distclean-hdr \
 
849
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
850
        dist-zip distcheck distclean distclean-generic distclean-hdr \
832
851
        distclean-libtool distclean-tags distcleancheck distdir \
833
852
        distuninstallcheck dvi dvi-am html html-am info info-am \
834
853
        install install-am install-ardesiadocDATA install-data \