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