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