]> git.donarmstrong.com Git - xournal.git/blob - src/Makefile.in
minor fixes, increase version to 0.4.5, remove install-binary, add configure
[xournal.git] / src / 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 bin_PROGRAMS = xournal$(EXEEXT)
36 subdir = src
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.in
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41         $(ACLOCAL_M4)
42 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 am__installdirs = "$(DESTDIR)$(bindir)"
47 PROGRAMS = $(bin_PROGRAMS)
48 am_xournal_OBJECTS = main.$(OBJEXT) xo-misc.$(OBJEXT) \
49         xo-file.$(OBJEXT) xo-paint.$(OBJEXT) xo-print.$(OBJEXT) \
50         xo-support.$(OBJEXT) xo-interface.$(OBJEXT) \
51         xo-callbacks.$(OBJEXT) xo-shapes.$(OBJEXT)
52 xournal_OBJECTS = $(am_xournal_OBJECTS)
53 am__DEPENDENCIES_1 =
54 xournal_DEPENDENCIES = ttsubset/libttsubset.a $(am__DEPENDENCIES_1)
55 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 am__mv = mv -f
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 CCLD = $(CC)
62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63 SOURCES = $(xournal_SOURCES)
64 DIST_SOURCES = $(xournal_SOURCES)
65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66         html-recursive info-recursive install-data-recursive \
67         install-dvi-recursive install-exec-recursive \
68         install-html-recursive install-info-recursive \
69         install-pdf-recursive install-ps-recursive install-recursive \
70         installcheck-recursive installdirs-recursive pdf-recursive \
71         ps-recursive uninstall-recursive
72 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73   distclean-recursive maintainer-clean-recursive
74 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
75         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
76         distdir
77 ETAGS = etags
78 CTAGS = ctags
79 DIST_SUBDIRS = $(SUBDIRS)
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 am__relativize = \
82   dir0=`pwd`; \
83   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
84   sed_rest='s,^[^/]*/*,,'; \
85   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
86   sed_butlast='s,/*[^/]*$$,,'; \
87   while test -n "$$dir1"; do \
88     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
89     if test "$$first" != "."; then \
90       if test "$$first" = ".."; then \
91         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
92         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
93       else \
94         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
95         if test "$$first2" = "$$first"; then \
96           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
97         else \
98           dir2="../$$dir2"; \
99         fi; \
100         dir0="$$dir0"/"$$first"; \
101       fi; \
102     fi; \
103     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
104   done; \
105   reldir="$$dir2"
106 ACLOCAL = @ACLOCAL@
107 AMTAR = @AMTAR@
108 AUTOCONF = @AUTOCONF@
109 AUTOHEADER = @AUTOHEADER@
110 AUTOMAKE = @AUTOMAKE@
111 AWK = @AWK@
112 CATALOGS = @CATALOGS@
113 CATOBJEXT = @CATOBJEXT@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DATADIRNAME = @DATADIRNAME@
121 DEFS = @DEFS@
122 DEPDIR = @DEPDIR@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
129 GMOFILES = @GMOFILES@
130 GMSGFMT = @GMSGFMT@
131 GREP = @GREP@
132 INSTALL = @INSTALL@
133 INSTALL_DATA = @INSTALL_DATA@
134 INSTALL_PROGRAM = @INSTALL_PROGRAM@
135 INSTALL_SCRIPT = @INSTALL_SCRIPT@
136 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137 INSTOBJEXT = @INSTOBJEXT@
138 INTLLIBS = @INTLLIBS@
139 LDFLAGS = @LDFLAGS@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAINT = @MAINT@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 MKINSTALLDIRS = @MKINSTALLDIRS@
147 MSGFMT = @MSGFMT@
148 MSGFMT_OPTS = @MSGFMT_OPTS@
149 OBJEXT = @OBJEXT@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
153 PACKAGE_LIBS = @PACKAGE_LIBS@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 PKG_CONFIG = @PKG_CONFIG@
160 POFILES = @POFILES@
161 POSUB = @POSUB@
162 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
163 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
164 RANLIB = @RANLIB@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 STRIP = @STRIP@
168 USE_NLS = @USE_NLS@
169 VERSION = @VERSION@
170 XGETTEXT = @XGETTEXT@
171 abs_builddir = @abs_builddir@
172 abs_srcdir = @abs_srcdir@
173 abs_top_builddir = @abs_top_builddir@
174 abs_top_srcdir = @abs_top_srcdir@
175 ac_ct_CC = @ac_ct_CC@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build_alias = @build_alias@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host_alias = @host_alias@
190 htmldir = @htmldir@
191 includedir = @includedir@
192 infodir = @infodir@
193 install_sh = @install_sh@
194 libdir = @libdir@
195 libexecdir = @libexecdir@
196 localedir = @localedir@
197 localstatedir = @localstatedir@
198 mandir = @mandir@
199 mkdir_p = @mkdir_p@
200 oldincludedir = @oldincludedir@
201 pdfdir = @pdfdir@
202 prefix = @prefix@
203 program_transform_name = @program_transform_name@
204 psdir = @psdir@
205 sbindir = @sbindir@
206 sharedstatedir = @sharedstatedir@
207 srcdir = @srcdir@
208 sysconfdir = @sysconfdir@
209 target_alias = @target_alias@
210 top_build_prefix = @top_build_prefix@
211 top_builddir = @top_builddir@
212 top_srcdir = @top_srcdir@
213 SUBDIRS = ttsubset
214 INCLUDES = \
215         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
216         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
217         @PACKAGE_CFLAGS@
218
219 xournal_SOURCES = \
220         main.c xournal.h \
221         xo-misc.c xo-misc.h \
222         xo-file.c xo-file.h \
223         xo-paint.c xo-paint.h \
224         xo-print.c xo-print.h \
225         xo-support.c xo-support.h \
226         xo-interface.c xo-interface.h \
227         xo-callbacks.c xo-callbacks.h \
228         xo-shapes.c xo-shapes.h
229
230 xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS)
231 all: all-recursive
232
233 .SUFFIXES:
234 .SUFFIXES: .c .o .obj
235 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
236         @for dep in $?; do \
237           case '$(am__configure_deps)' in \
238             *$$dep*) \
239               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240                 && { if test -f $@; then exit 0; else break; fi; }; \
241               exit 1;; \
242           esac; \
243         done; \
244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
245         $(am__cd) $(top_srcdir) && \
246           $(AUTOMAKE) --gnu src/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249         @case '$?' in \
250           *config.status*) \
251             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252           *) \
253             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255         esac;
256
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(am__aclocal_m4_deps):
265 install-binPROGRAMS: $(bin_PROGRAMS)
266         @$(NORMAL_INSTALL)
267         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
268         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
269         for p in $$list; do echo "$$p $$p"; done | \
270         sed 's/$(EXEEXT)$$//' | \
271         while read p p1; do if test -f $$p; \
272           then echo "$$p"; echo "$$p"; else :; fi; \
273         done | \
274         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
275             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
276         sed 'N;N;N;s,\n, ,g' | \
277         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
278           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
279             if ($$2 == $$4) files[d] = files[d] " " $$1; \
280             else { print "f", $$3 "/" $$4, $$1; } } \
281           END { for (d in files) print "f", d, files[d] }' | \
282         while read type dir files; do \
283             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
284             test -z "$$files" || { \
285               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
286               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
287             } \
288         ; done
289
290 uninstall-binPROGRAMS:
291         @$(NORMAL_UNINSTALL)
292         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
293         files=`for p in $$list; do echo "$$p"; done | \
294           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
295               -e 's/$$/$(EXEEXT)/' `; \
296         test -n "$$list" || exit 0; \
297         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
298         cd "$(DESTDIR)$(bindir)" && rm -f $$files
299
300 clean-binPROGRAMS:
301         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
302 xournal$(EXEEXT): $(xournal_OBJECTS) $(xournal_DEPENDENCIES) 
303         @rm -f xournal$(EXEEXT)
304         $(LINK) $(xournal_OBJECTS) $(xournal_LDADD) $(LIBS)
305
306 mostlyclean-compile:
307         -rm -f *.$(OBJEXT)
308
309 distclean-compile:
310         -rm -f *.tab.c
311
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-callbacks.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-file.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-interface.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-misc.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-paint.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-print.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-shapes.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xo-support.Po@am__quote@
321
322 .c.o:
323 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
328
329 .c.obj:
330 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
331 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
335
336 # This directory's subdirectories are mostly independent; you can cd
337 # into them and run `make' without going through this Makefile.
338 # To change the values of `make' variables: instead of editing Makefiles,
339 # (1) if the variable is set in `config.status', edit `config.status'
340 #     (which will cause the Makefiles to be regenerated when you run `make');
341 # (2) otherwise, pass the desired values on the `make' command line.
342 $(RECURSIVE_TARGETS):
343         @failcom='exit 1'; \
344         for f in x $$MAKEFLAGS; do \
345           case $$f in \
346             *=* | --[!k]*);; \
347             *k*) failcom='fail=yes';; \
348           esac; \
349         done; \
350         dot_seen=no; \
351         target=`echo $@ | sed s/-recursive//`; \
352         list='$(SUBDIRS)'; for subdir in $$list; do \
353           echo "Making $$target in $$subdir"; \
354           if test "$$subdir" = "."; then \
355             dot_seen=yes; \
356             local_target="$$target-am"; \
357           else \
358             local_target="$$target"; \
359           fi; \
360           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361           || eval $$failcom; \
362         done; \
363         if test "$$dot_seen" = "no"; then \
364           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365         fi; test -z "$$fail"
366
367 $(RECURSIVE_CLEAN_TARGETS):
368         @failcom='exit 1'; \
369         for f in x $$MAKEFLAGS; do \
370           case $$f in \
371             *=* | --[!k]*);; \
372             *k*) failcom='fail=yes';; \
373           esac; \
374         done; \
375         dot_seen=no; \
376         case "$@" in \
377           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378           *) list='$(SUBDIRS)' ;; \
379         esac; \
380         rev=''; for subdir in $$list; do \
381           if test "$$subdir" = "."; then :; else \
382             rev="$$subdir $$rev"; \
383           fi; \
384         done; \
385         rev="$$rev ."; \
386         target=`echo $@ | sed s/-recursive//`; \
387         for subdir in $$rev; do \
388           echo "Making $$target in $$subdir"; \
389           if test "$$subdir" = "."; then \
390             local_target="$$target-am"; \
391           else \
392             local_target="$$target"; \
393           fi; \
394           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395           || eval $$failcom; \
396         done && test -z "$$fail"
397 tags-recursive:
398         list='$(SUBDIRS)'; for subdir in $$list; do \
399           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400         done
401 ctags-recursive:
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404         done
405
406 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
407         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408         unique=`for i in $$list; do \
409             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410           done | \
411           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412               END { if (nonempty) { for (i in files) print i; }; }'`; \
413         mkid -fID $$unique
414 tags: TAGS
415
416 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417                 $(TAGS_FILES) $(LISP)
418         set x; \
419         here=`pwd`; \
420         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421           include_option=--etags-include; \
422           empty_fix=.; \
423         else \
424           include_option=--include; \
425           empty_fix=; \
426         fi; \
427         list='$(SUBDIRS)'; for subdir in $$list; do \
428           if test "$$subdir" = .; then :; else \
429             test ! -f $$subdir/TAGS || \
430               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
431           fi; \
432         done; \
433         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: CTAGS
451 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458               END { if (nonempty) { for (i in files) print i; }; }'`; \
459         test -z "$(CTAGS_ARGS)$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && $(am__cd) $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) "$$here"
467
468 distclean-tags:
469         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471 distdir: $(DISTFILES)
472         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         list='$(DISTFILES)'; \
475           dist_files=`for file in $$list; do echo $$file; done | \
476           sed -e "s|^$$srcdirstrip/||;t" \
477               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478         case $$dist_files in \
479           */*) $(MKDIR_P) `echo "$$dist_files" | \
480                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481                            sort -u` ;; \
482         esac; \
483         for file in $$dist_files; do \
484           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485           if test -d $$d/$$file; then \
486             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487             if test -d "$(distdir)/$$file"; then \
488               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489             fi; \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495           else \
496             test -f "$(distdir)/$$file" \
497             || cp -p $$d/$$file "$(distdir)/$$file" \
498             || exit 1; \
499           fi; \
500         done
501         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502           if test "$$subdir" = .; then :; else \
503             test -d "$(distdir)/$$subdir" \
504             || $(MKDIR_P) "$(distdir)/$$subdir" \
505             || exit 1; \
506           fi; \
507         done
508         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509           if test "$$subdir" = .; then :; else \
510             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
511             $(am__relativize); \
512             new_distdir=$$reldir; \
513             dir1=$$subdir; dir2="$(top_distdir)"; \
514             $(am__relativize); \
515             new_top_distdir=$$reldir; \
516             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
517             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
518             ($(am__cd) $$subdir && \
519               $(MAKE) $(AM_MAKEFLAGS) \
520                 top_distdir="$$new_top_distdir" \
521                 distdir="$$new_distdir" \
522                 am__remove_distdir=: \
523                 am__skip_length_check=: \
524                 am__skip_mode_fix=: \
525                 distdir) \
526               || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530 check: check-recursive
531 all-am: Makefile $(PROGRAMS)
532 installdirs: installdirs-recursive
533 installdirs-am:
534         for dir in "$(DESTDIR)$(bindir)"; do \
535           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
536         done
537 install: install-recursive
538 install-exec: install-exec-recursive
539 install-data: install-data-recursive
540 uninstall: uninstall-recursive
541
542 install-am: all-am
543         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
544
545 installcheck: installcheck-recursive
546 install-strip:
547         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549           `test -z '$(STRIP)' || \
550             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
551 mostlyclean-generic:
552
553 clean-generic:
554
555 distclean-generic:
556         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
558
559 maintainer-clean-generic:
560         @echo "This command is intended for maintainers to use"
561         @echo "it deletes files that may require special tools to rebuild."
562 clean: clean-recursive
563
564 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
565
566 distclean: distclean-recursive
567         -rm -rf ./$(DEPDIR)
568         -rm -f Makefile
569 distclean-am: clean-am distclean-compile distclean-generic \
570         distclean-tags
571
572 dvi: dvi-recursive
573
574 dvi-am:
575
576 html: html-recursive
577
578 html-am:
579
580 info: info-recursive
581
582 info-am:
583
584 install-data-am:
585
586 install-dvi: install-dvi-recursive
587
588 install-dvi-am:
589
590 install-exec-am: install-binPROGRAMS
591
592 install-html: install-html-recursive
593
594 install-html-am:
595
596 install-info: install-info-recursive
597
598 install-info-am:
599
600 install-man:
601
602 install-pdf: install-pdf-recursive
603
604 install-pdf-am:
605
606 install-ps: install-ps-recursive
607
608 install-ps-am:
609
610 installcheck-am:
611
612 maintainer-clean: maintainer-clean-recursive
613         -rm -rf ./$(DEPDIR)
614         -rm -f Makefile
615 maintainer-clean-am: distclean-am maintainer-clean-generic
616
617 mostlyclean: mostlyclean-recursive
618
619 mostlyclean-am: mostlyclean-compile mostlyclean-generic
620
621 pdf: pdf-recursive
622
623 pdf-am:
624
625 ps: ps-recursive
626
627 ps-am:
628
629 uninstall-am: uninstall-binPROGRAMS
630
631 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
632         install-am install-strip tags-recursive
633
634 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
635         all all-am check check-am clean clean-binPROGRAMS \
636         clean-generic ctags ctags-recursive distclean \
637         distclean-compile distclean-generic distclean-tags distdir dvi \
638         dvi-am html html-am info info-am install install-am \
639         install-binPROGRAMS install-data install-data-am install-dvi \
640         install-dvi-am install-exec install-exec-am install-html \
641         install-html-am install-info install-info-am install-man \
642         install-pdf install-pdf-am install-ps install-ps-am \
643         install-strip installcheck installcheck-am installdirs \
644         installdirs-am maintainer-clean maintainer-clean-generic \
645         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
646         ps ps-am tags tags-recursive uninstall uninstall-am \
647         uninstall-binPROGRAMS
648
649
650 # Tell versions [3.59,3.63) of GNU make to not export all variables.
651 # Otherwise a system limit (for SysV at least) may be exceeded.
652 .NOEXPORT: