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