]> git.donarmstrong.com Git - xournal.git/blob - Makefile.in
add Dutch translation
[xournal.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
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.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40         config.guess config.sub depcomp install-sh missing \
41         mkinstalldirs
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47  configure.lineno config.status.lineno
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 SOURCES =
53 DIST_SOURCES =
54 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55         html-recursive info-recursive install-data-recursive \
56         install-dvi-recursive install-exec-recursive \
57         install-html-recursive install-info-recursive \
58         install-pdf-recursive install-ps-recursive install-recursive \
59         installcheck-recursive installdirs-recursive pdf-recursive \
60         ps-recursive uninstall-recursive
61 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62   distclean-recursive maintainer-clean-recursive
63 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65         distdir dist dist-all distcheck
66 ETAGS = etags
67 CTAGS = ctags
68 DIST_SUBDIRS = $(SUBDIRS)
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 distdir = $(PACKAGE)-$(VERSION)
71 top_distdir = $(distdir)
72 am__remove_distdir = \
73   { test ! -d "$(distdir)" \
74     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
75          && rm -fr "$(distdir)"; }; }
76 am__relativize = \
77   dir0=`pwd`; \
78   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
79   sed_rest='s,^[^/]*/*,,'; \
80   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
81   sed_butlast='s,/*[^/]*$$,,'; \
82   while test -n "$$dir1"; do \
83     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
84     if test "$$first" != "."; then \
85       if test "$$first" = ".."; then \
86         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
87         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
88       else \
89         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
90         if test "$$first2" = "$$first"; then \
91           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
92         else \
93           dir2="../$$dir2"; \
94         fi; \
95         dir0="$$dir0"/"$$first"; \
96       fi; \
97     fi; \
98     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99   done; \
100   reldir="$$dir2"
101 DIST_ARCHIVES = $(distdir).tar.gz
102 GZIP_ENV = --best
103 distuninstallcheck_listfiles = find . -type f -print
104 distcleancheck_listfiles = find . -type f -print
105 ACLOCAL = @ACLOCAL@
106 AMTAR = @AMTAR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CATALOGS = @CATALOGS@
112 CATOBJEXT = @CATOBJEXT@
113 CC = @CC@
114 CCDEPMODE = @CCDEPMODE@
115 CFLAGS = @CFLAGS@
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DATADIRNAME = @DATADIRNAME@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
128 GMOFILES = @GMOFILES@
129 GMSGFMT = @GMSGFMT@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 INSTOBJEXT = @INSTOBJEXT@
137 INTLLIBS = @INTLLIBS@
138 LDFLAGS = @LDFLAGS@
139 LIBOBJS = @LIBOBJS@
140 LIBS = @LIBS@
141 LTLIBOBJS = @LTLIBOBJS@
142 MAINT = @MAINT@
143 MAKEINFO = @MAKEINFO@
144 MKDIR_P = @MKDIR_P@
145 MKINSTALLDIRS = @MKINSTALLDIRS@
146 MSGFMT = @MSGFMT@
147 MSGFMT_OPTS = @MSGFMT_OPTS@
148 OBJEXT = @OBJEXT@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
152 PACKAGE_LIBS = @PACKAGE_LIBS@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PKG_CONFIG = @PKG_CONFIG@
159 POFILES = @POFILES@
160 POSUB = @POSUB@
161 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
162 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
163 RANLIB = @RANLIB@
164 SET_MAKE = @SET_MAKE@
165 SHELL = @SHELL@
166 STRIP = @STRIP@
167 USE_NLS = @USE_NLS@
168 VERSION = @VERSION@
169 XGETTEXT = @XGETTEXT@
170 abs_builddir = @abs_builddir@
171 abs_srcdir = @abs_srcdir@
172 abs_top_builddir = @abs_top_builddir@
173 abs_top_srcdir = @abs_top_srcdir@
174 ac_ct_CC = @ac_ct_CC@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target_alias = @target_alias@
217 top_build_prefix = @top_build_prefix@
218 top_builddir = @top_builddir@
219 top_srcdir = @top_srcdir@
220 SUBDIRS = src po
221 EXTRA_DIST = \
222         autogen.sh \
223         xournal.glade xournal.gladep \
224         xournal.xml x-xoj.desktop xournal.desktop
225
226 all: config.h
227         $(MAKE) $(AM_MAKEFLAGS) all-recursive
228
229 .SUFFIXES:
230 am--refresh:
231         @:
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
233         @for dep in $?; do \
234           case '$(am__configure_deps)' in \
235             *$$dep*) \
236               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
237               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
238                 && exit 0; \
239               exit 1;; \
240           esac; \
241         done; \
242         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
243         $(am__cd) $(top_srcdir) && \
244           $(AUTOMAKE) --gnu Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247         @case '$?' in \
248           *config.status*) \
249             echo ' $(SHELL) ./config.status'; \
250             $(SHELL) ./config.status;; \
251           *) \
252             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
253             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
254         esac;
255
256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257         $(SHELL) ./config.status --recheck
258
259 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260         $(am__cd) $(srcdir) && $(AUTOCONF)
261 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263 $(am__aclocal_m4_deps):
264
265 config.h: stamp-h1
266         @if test ! -f $@; then \
267           rm -f stamp-h1; \
268           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
269         else :; fi
270
271 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
272         @rm -f stamp-h1
273         cd $(top_builddir) && $(SHELL) ./config.status config.h
274 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
275         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
276         rm -f stamp-h1
277         touch $@
278
279 distclean-hdr:
280         -rm -f config.h stamp-h1
281
282 # This directory's subdirectories are mostly independent; you can cd
283 # into them and run `make' without going through this Makefile.
284 # To change the values of `make' variables: instead of editing Makefiles,
285 # (1) if the variable is set in `config.status', edit `config.status'
286 #     (which will cause the Makefiles to be regenerated when you run `make');
287 # (2) otherwise, pass the desired values on the `make' command line.
288 $(RECURSIVE_TARGETS):
289         @failcom='exit 1'; \
290         for f in x $$MAKEFLAGS; do \
291           case $$f in \
292             *=* | --[!k]*);; \
293             *k*) failcom='fail=yes';; \
294           esac; \
295         done; \
296         dot_seen=no; \
297         target=`echo $@ | sed s/-recursive//`; \
298         list='$(SUBDIRS)'; for subdir in $$list; do \
299           echo "Making $$target in $$subdir"; \
300           if test "$$subdir" = "."; then \
301             dot_seen=yes; \
302             local_target="$$target-am"; \
303           else \
304             local_target="$$target"; \
305           fi; \
306           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307           || eval $$failcom; \
308         done; \
309         if test "$$dot_seen" = "no"; then \
310           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311         fi; test -z "$$fail"
312
313 $(RECURSIVE_CLEAN_TARGETS):
314         @failcom='exit 1'; \
315         for f in x $$MAKEFLAGS; do \
316           case $$f in \
317             *=* | --[!k]*);; \
318             *k*) failcom='fail=yes';; \
319           esac; \
320         done; \
321         dot_seen=no; \
322         case "$@" in \
323           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
324           *) list='$(SUBDIRS)' ;; \
325         esac; \
326         rev=''; for subdir in $$list; do \
327           if test "$$subdir" = "."; then :; else \
328             rev="$$subdir $$rev"; \
329           fi; \
330         done; \
331         rev="$$rev ."; \
332         target=`echo $@ | sed s/-recursive//`; \
333         for subdir in $$rev; do \
334           echo "Making $$target in $$subdir"; \
335           if test "$$subdir" = "."; then \
336             local_target="$$target-am"; \
337           else \
338             local_target="$$target"; \
339           fi; \
340           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341           || eval $$failcom; \
342         done && test -z "$$fail"
343 tags-recursive:
344         list='$(SUBDIRS)'; for subdir in $$list; do \
345           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346         done
347 ctags-recursive:
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350         done
351
352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358               END { if (nonempty) { for (i in files) print i; }; }'`; \
359         mkid -fID $$unique
360 tags: TAGS
361
362 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         set x; \
365         here=`pwd`; \
366         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367           include_option=--etags-include; \
368           empty_fix=.; \
369         else \
370           include_option=--include; \
371           empty_fix=; \
372         fi; \
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           if test "$$subdir" = .; then :; else \
375             test ! -f $$subdir/TAGS || \
376               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
377           fi; \
378         done; \
379         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
380         unique=`for i in $$list; do \
381             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382           done | \
383           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384               END { if (nonempty) { for (i in files) print i; }; }'`; \
385         shift; \
386         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387           test -n "$$unique" || unique=$$empty_fix; \
388           if test $$# -gt 0; then \
389             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390               "$$@" $$unique; \
391           else \
392             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393               $$unique; \
394           fi; \
395         fi
396 ctags: CTAGS
397 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
398                 $(TAGS_FILES) $(LISP)
399         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
400         unique=`for i in $$list; do \
401             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402           done | \
403           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404               END { if (nonempty) { for (i in files) print i; }; }'`; \
405         test -z "$(CTAGS_ARGS)$$unique" \
406           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407              $$unique
408
409 GTAGS:
410         here=`$(am__cd) $(top_builddir) && pwd` \
411           && $(am__cd) $(top_srcdir) \
412           && gtags -i $(GTAGS_ARGS) "$$here"
413
414 distclean-tags:
415         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417 distdir: $(DISTFILES)
418         $(am__remove_distdir)
419         test -d "$(distdir)" || mkdir "$(distdir)"
420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         list='$(DISTFILES)'; \
423           dist_files=`for file in $$list; do echo $$file; done | \
424           sed -e "s|^$$srcdirstrip/||;t" \
425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426         case $$dist_files in \
427           */*) $(MKDIR_P) `echo "$$dist_files" | \
428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429                            sort -u` ;; \
430         esac; \
431         for file in $$dist_files; do \
432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433           if test -d $$d/$$file; then \
434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435             if test -d "$(distdir)/$$file"; then \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441             fi; \
442             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443           else \
444             test -f "$(distdir)/$$file" \
445             || cp -p $$d/$$file "$(distdir)/$$file" \
446             || exit 1; \
447           fi; \
448         done
449         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450           if test "$$subdir" = .; then :; else \
451             test -d "$(distdir)/$$subdir" \
452             || $(MKDIR_P) "$(distdir)/$$subdir" \
453             || exit 1; \
454           fi; \
455         done
456         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457           if test "$$subdir" = .; then :; else \
458             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
459             $(am__relativize); \
460             new_distdir=$$reldir; \
461             dir1=$$subdir; dir2="$(top_distdir)"; \
462             $(am__relativize); \
463             new_top_distdir=$$reldir; \
464             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
465             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
466             ($(am__cd) $$subdir && \
467               $(MAKE) $(AM_MAKEFLAGS) \
468                 top_distdir="$$new_top_distdir" \
469                 distdir="$$new_distdir" \
470                 am__remove_distdir=: \
471                 am__skip_length_check=: \
472                 am__skip_mode_fix=: \
473                 distdir) \
474               || exit 1; \
475           fi; \
476         done
477         $(MAKE) $(AM_MAKEFLAGS) \
478           top_distdir="$(top_distdir)" distdir="$(distdir)" \
479           dist-hook
480         -test -n "$(am__skip_mode_fix)" \
481         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
482           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
483           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
484           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
485         || chmod -R a+r "$(distdir)"
486 dist-gzip: distdir
487         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
488         $(am__remove_distdir)
489
490 dist-bzip2: distdir
491         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
492         $(am__remove_distdir)
493
494 dist-lzma: distdir
495         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
496         $(am__remove_distdir)
497
498 dist-xz: distdir
499         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
500         $(am__remove_distdir)
501
502 dist-tarZ: distdir
503         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
504         $(am__remove_distdir)
505
506 dist-shar: distdir
507         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
508         $(am__remove_distdir)
509
510 dist-zip: distdir
511         -rm -f $(distdir).zip
512         zip -rq $(distdir).zip $(distdir)
513         $(am__remove_distdir)
514
515 dist dist-all: distdir
516         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
517         $(am__remove_distdir)
518
519 # This target untars the dist file and tries a VPATH configuration.  Then
520 # it guarantees that the distribution is self-contained by making another
521 # tarfile.
522 distcheck: dist
523         case '$(DIST_ARCHIVES)' in \
524         *.tar.gz*) \
525           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
526         *.tar.bz2*) \
527           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
528         *.tar.lzma*) \
529           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
530         *.tar.xz*) \
531           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
532         *.tar.Z*) \
533           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
534         *.shar.gz*) \
535           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
536         *.zip*) \
537           unzip $(distdir).zip ;;\
538         esac
539         chmod -R a-w $(distdir); chmod a+w $(distdir)
540         mkdir $(distdir)/_build
541         mkdir $(distdir)/_inst
542         chmod a-w $(distdir)
543         test -d $(distdir)/_build || exit 0; \
544         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
545           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
546           && am__cwd=`pwd` \
547           && $(am__cd) $(distdir)/_build \
548           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
549             $(DISTCHECK_CONFIGURE_FLAGS) \
550           && $(MAKE) $(AM_MAKEFLAGS) \
551           && $(MAKE) $(AM_MAKEFLAGS) dvi \
552           && $(MAKE) $(AM_MAKEFLAGS) check \
553           && $(MAKE) $(AM_MAKEFLAGS) install \
554           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
555           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
556           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
557                 distuninstallcheck \
558           && chmod -R a-w "$$dc_install_base" \
559           && ({ \
560                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
561                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
562                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
563                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
564                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
565               } || { rm -rf "$$dc_destdir"; exit 1; }) \
566           && rm -rf "$$dc_destdir" \
567           && $(MAKE) $(AM_MAKEFLAGS) dist \
568           && rm -rf $(DIST_ARCHIVES) \
569           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
570           && cd "$$am__cwd" \
571           || exit 1
572         $(am__remove_distdir)
573         @(echo "$(distdir) archives ready for distribution: "; \
574           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
575           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
576 distuninstallcheck:
577         @$(am__cd) '$(distuninstallcheck_dir)' \
578         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
579            || { echo "ERROR: files left after uninstall:" ; \
580                 if test -n "$(DESTDIR)"; then \
581                   echo "  (check DESTDIR support)"; \
582                 fi ; \
583                 $(distuninstallcheck_listfiles) ; \
584                 exit 1; } >&2
585 distcleancheck: distclean
586         @if test '$(srcdir)' = . ; then \
587           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
588           exit 1 ; \
589         fi
590         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
591           || { echo "ERROR: files left in build directory after distclean:" ; \
592                $(distcleancheck_listfiles) ; \
593                exit 1; } >&2
594 check-am: all-am
595 check: check-recursive
596 all-am: Makefile config.h
597 installdirs: installdirs-recursive
598 installdirs-am:
599 install: install-recursive
600 install-exec: install-exec-recursive
601 install-data: install-data-recursive
602 uninstall: uninstall-recursive
603
604 install-am: all-am
605         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607 installcheck: installcheck-recursive
608 install-strip:
609         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611           `test -z '$(STRIP)' || \
612             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
613 mostlyclean-generic:
614
615 clean-generic:
616
617 distclean-generic:
618         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620
621 maintainer-clean-generic:
622         @echo "This command is intended for maintainers to use"
623         @echo "it deletes files that may require special tools to rebuild."
624 clean: clean-recursive
625
626 clean-am: clean-generic mostlyclean-am
627
628 distclean: distclean-recursive
629         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
630         -rm -f Makefile
631 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
632
633 dvi: dvi-recursive
634
635 dvi-am:
636
637 html: html-recursive
638
639 html-am:
640
641 info: info-recursive
642
643 info-am:
644
645 install-data-am: install-data-local
646
647 install-dvi: install-dvi-recursive
648
649 install-dvi-am:
650
651 install-exec-am:
652
653 install-html: install-html-recursive
654
655 install-html-am:
656
657 install-info: install-info-recursive
658
659 install-info-am:
660
661 install-man:
662
663 install-pdf: install-pdf-recursive
664
665 install-pdf-am:
666
667 install-ps: install-ps-recursive
668
669 install-ps-am:
670
671 installcheck-am:
672
673 maintainer-clean: maintainer-clean-recursive
674         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
675         -rm -rf $(top_srcdir)/autom4te.cache
676         -rm -f Makefile
677 maintainer-clean-am: distclean-am maintainer-clean-generic
678
679 mostlyclean: mostlyclean-recursive
680
681 mostlyclean-am: mostlyclean-generic
682
683 pdf: pdf-recursive
684
685 pdf-am:
686
687 ps: ps-recursive
688
689 ps-am:
690
691 uninstall-am:
692
693 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
694         ctags-recursive install-am install-strip tags-recursive
695
696 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
697         all all-am am--refresh check check-am clean clean-generic \
698         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
699         dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
700         distcheck distclean distclean-generic distclean-hdr \
701         distclean-tags distcleancheck distdir distuninstallcheck dvi \
702         dvi-am html html-am info info-am install install-am \
703         install-data install-data-am install-data-local install-dvi \
704         install-dvi-am install-exec install-exec-am install-html \
705         install-html-am install-info install-info-am install-man \
706         install-pdf install-pdf-am install-ps install-ps-am \
707         install-strip installcheck installcheck-am installdirs \
708         installdirs-am maintainer-clean maintainer-clean-generic \
709         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
710         tags-recursive uninstall uninstall-am
711
712
713 install-data-local:
714         @$(NORMAL_INSTALL)
715         if test -d $(srcdir)/pixmaps; then \
716           $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
717           for pixmap in $(srcdir)/pixmaps/*; do \
718             if test -f $$pixmap; then \
719               $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
720             fi \
721           done \
722         fi; \
723         if test -d $(srcdir)/html-doc; then \
724           $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html-doc; \
725           for docfile in $(srcdir)/html-doc/*; do \
726             if test -f $$docfile; then \
727               $(INSTALL_DATA) $$docfile $(DESTDIR)$(pkgdatadir)/html-doc; \
728             fi \
729           done; \
730           if test ! -e $(DESTDIR)$(pkgdatadir)/html-doc/pixmaps; then \
731             ln -s ../pixmaps $(DESTDIR)$(pkgdatadir)/html-doc/pixmaps; \
732           fi \
733         fi; \
734         echo "*** Desktop files, icons, MIME types not installed. Run 'make desktop-install'"; \
735         echo "*** (or 'make home-desktop-install' for installation in a home directory)."
736
737 desktop-install:
738         if test "$(datadir)" = "/usr/share"; then \
739           desktopdir=/usr/share; \
740         else \
741           desktopdir=/usr/local/share; \
742         fi; \
743         $(mkinstalldirs) $(DESTDIR)$$desktopdir/icons/hicolor/scalable/apps; \
744         $(mkinstalldirs) $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes; \
745         $(mkinstalldirs) $(DESTDIR)$$desktopdir/mime/packages; \
746         $(mkinstalldirs) $(DESTDIR)$$desktopdir/applications; \
747         $(mkinstalldirs) $(DESTDIR)/usr/share/mimelnk/application; \
748         $(INSTALL_DATA) $(srcdir)/pixmaps/xournal.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/apps; \
749         $(INSTALL_DATA) $(srcdir)/pixmaps/xoj.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes; \
750         if test ! -e $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xoj.svg; then \
751           ln -s xoj.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xoj.svg; \
752         fi; \
753         $(INSTALL_DATA) $(srcdir)/xournal.xml $(DESTDIR)$$desktopdir/mime/packages; \
754         $(INSTALL_DATA) $(srcdir)/xournal.desktop $(DESTDIR)$$desktopdir/applications; \
755         $(INSTALL_DATA) $(srcdir)/x-xoj.desktop $(DESTDIR)/usr/share/mimelnk/application; \
756         if test -z "$(DESTDIR)"; then \
757           echo "Updating desktop, mime, and icon databases."; \
758           update-desktop-database; \
759           update-mime-database $$desktopdir/mime; \
760           gtk-update-icon-cache -f -t $$desktopdir/icons/hicolor; \
761         else \
762           echo "*** Not updating desktop, mime, and icon databases. After install, run:"; \
763           echo "***   update-desktop-database"; \
764           echo "***   update-mime-database $$desktopdir/mime"; \
765           echo "***   gtk-update-icon-cache -f -t $$desktopdir/icons/hicolor"; \
766         fi
767
768 home-desktop-install:
769         desktopdir=$(HOME)/.local/share; \
770         $(mkinstalldirs) $(DESTDIR)$$desktopdir/icons/hicolor/scalable/apps; \
771         $(mkinstalldirs) $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes; \
772         $(mkinstalldirs) $(DESTDIR)$$desktopdir/mime/packages; \
773         $(mkinstalldirs) $(DESTDIR)$$desktopdir/applications; \
774         $(mkinstalldirs) $(DESTDIR)$(HOME)/.kde/share/mimelnk/application; \
775         $(INSTALL_DATA) $(srcdir)/pixmaps/xournal.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/apps; \
776         $(INSTALL_DATA) $(srcdir)/pixmaps/xoj.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes; \
777         if test ! -e $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xoj.svg; then \
778           ln -s xoj.svg $(DESTDIR)$$desktopdir/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xoj.svg; \
779         fi; \
780         $(INSTALL_DATA) $(srcdir)/xournal.xml $(DESTDIR)$$desktopdir/mime/packages; \
781         $(INSTALL_DATA) $(srcdir)/xournal.desktop $(DESTDIR)$$desktopdir/applications; \
782         $(INSTALL_DATA) $(srcdir)/x-xoj.desktop $(DESTDIR)$(HOME)/.kde/share/mimelnk/application; \
783         if test -z "$(DESTDIR)"; then \
784           echo "Updating desktop, mime, and icon databases."; \
785           XDG_DATA_DIRS=$(HOME)/.local/share update-desktop-database; \
786           update-mime-database $$desktopdir/mime; \
787           gtk-update-icon-cache -f -t $$desktopdir/icons/hicolor; \
788         else \
789           echo "*** Not updating desktop, mime, and icon databases. After install, run:"; \
790           echo "***   update-desktop-database"; \
791           echo "***   update-mime-database $$desktopdir/mime"; \
792           echo "***   gtk-update-icon-cache -f -t $$desktopdir/icons/hicolor"; \
793         fi
794
795 dist-hook:
796         if test -d pixmaps; then \
797           mkdir $(distdir)/pixmaps; \
798           for pixmap in pixmaps/*; do \
799             if test -f $$pixmap; then \
800               cp -p $$pixmap $(distdir)/pixmaps; \
801             fi \
802           done \
803         fi; \
804         if test -d html-doc; then \
805           mkdir $(distdir)/html-doc; \
806           for docfile in html-doc/*; do \
807             if test -f $$docfile; then \
808               cp -p $$docfile $(distdir)/html-doc; \
809             fi \
810           done; \
811           if test ! -e $(distdir)/html-doc/pixmaps; then \
812             ln -s ../pixmaps $(distdir)/html-doc/pixmaps; \
813           fi \
814         fi
815
816 # Tell versions [3.59,3.63) of GNU make to not export all variables.
817 # Otherwise a system limit (for SysV at least) may be exceeded.
818 .NOEXPORT: