]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
5635fb323a8d81cd0c97475bcfdc2543140c9532
[gob-dx.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 @NOINSTGOB_TRUE@noinst_PROGRAMS = gob2$(EXEEXT)
36 @NOINSTGOB_FALSE@bin_PROGRAMS = gob2$(EXEEXT)
37 EXTRA_PROGRAMS = gob2$(EXEEXT)
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in lexer.c \
40         parse.c parse.h
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__installdirs = "$(DESTDIR)$(bindir)"
50 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
51 am_gob2_OBJECTS = main.$(OBJEXT) treefuncs.$(OBJEXT) out.$(OBJEXT) \
52         util.$(OBJEXT) checks.$(OBJEXT) parse.$(OBJEXT) \
53         lexer.$(OBJEXT)
54 gob2_OBJECTS = $(am_gob2_OBJECTS)
55 am__DEPENDENCIES_1 =
56 gob2_DEPENDENCIES = $(am__DEPENDENCIES_1)
57 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58 depcomp = $(SHELL) $(top_srcdir)/depcomp
59 am__depfiles_maybe = depfiles
60 am__mv = mv -f
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 CCLD = $(CC)
64 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
66 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
67 YLWRAP = $(top_srcdir)/ylwrap
68 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
69 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
70 SOURCES = $(gob2_SOURCES)
71 DIST_SOURCES = $(gob2_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 = $(SUBDIRS)
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 CC = @CC@
120 CCDEPMODE = @CCDEPMODE@
121 CFLAGS = @CFLAGS@
122 CPP = @CPP@
123 CPPFLAGS = @CPPFLAGS@
124 CYGPATH_W = @CYGPATH_W@
125
126 #GCC specific, should not be in distributed files
127 #AM_CFLAGS = \
128 #       -Wall                   \
129 #       -Wpointer-arith         \
130 #       -Wmissing-prototypes    \
131 #       -Wmissing-declarations
132 DEFS = @DEFS@ \
133         -DPKGDATADIR=\"$(pkgdatadir)\"
134
135 DEPDIR = @DEPDIR@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 GLIB_CFLAGS = @GLIB_CFLAGS@
142 GLIB_LIBS = @GLIB_LIBS@
143 GREP = @GREP@
144 INSTALL = @INSTALL@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 LDFLAGS = @LDFLAGS@
150 LEX = @LEX@
151 LEXLIB = @LEXLIB@
152 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MKDIR_P = @MKDIR_P@
159 MV = @MV@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_URL = @PACKAGE_URL@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PKG_CONFIG = @PKG_CONFIG@
170 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
171 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
172 RM = @RM@
173 SET_MAKE = @SET_MAKE@
174 SHELL = @SHELL@
175 STRIP = @STRIP@
176 SUBDIRS = .
177 TAR = @TAR@
178 VERSION = @VERSION@
179 YACC = @YACC@
180 YFLAGS = @YFLAGS@
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_alias = @build_alias@
193 builddir = @builddir@
194 datadir = @datadir@
195 datarootdir = @datarootdir@
196 docdir = @docdir@
197 dvidir = @dvidir@
198 exec_prefix = @exec_prefix@
199 host_alias = @host_alias@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 sysconfdir = @sysconfdir@
219 target_alias = @target_alias@
220 top_build_prefix = @top_build_prefix@
221 top_builddir = @top_builddir@
222 top_srcdir = @top_srcdir@
223
224 #YACCFLAGS += -d -t
225 AM_YFLAGS = -d -t
226 INCLUDES = \
227         $(GLIB_CFLAGS)          \
228         -I$(top_builddir)       \
229         -I$(top_builddir)/src   \
230         -I$(top_srcdir)         \
231         -I$(top_srcdir)/src     \
232         -I$(includedir)
233
234 BUILT_SOURCES = parse.h parse.c lexer.c
235 gob2_SOURCES = \
236         main.c          \
237         main.h          \
238         treefuncs.c     \
239         treefuncs.h     \
240         out.c           \
241         out.h           \
242         util.c          \
243         util.h          \
244         checks.c        \
245         checks.h        \
246         parse.y         \
247         lexer.l
248
249 gob2_LDADD = \
250         -lm \
251         $(GLIB_LIBS) \
252         @LEXLIB@
253
254
255 # we might want popt back in the future
256 #       @POPT_LIB@
257 CLEANFILES = @CLEANFILES@ $(BUILT_SOURCES) test-object.* test-object-private.h
258 EXTRA_DIST = $(BUILT_SOURCES) test.gob generate_treefuncs.pl treefuncs.def str.gob str_test.c Makefile.str
259 all: $(BUILT_SOURCES)
260         $(MAKE) $(AM_MAKEFLAGS) all-recursive
261
262 .SUFFIXES:
263 .SUFFIXES: .c .l .o .obj .y
264 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
265         @for dep in $?; do \
266           case '$(am__configure_deps)' in \
267             *$$dep*) \
268               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269                 && { if test -f $@; then exit 0; else break; fi; }; \
270               exit 1;; \
271           esac; \
272         done; \
273         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
274         $(am__cd) $(top_srcdir) && \
275           $(AUTOMAKE) --gnu src/Makefile
276 .PRECIOUS: Makefile
277 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278         @case '$?' in \
279           *config.status*) \
280             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281           *) \
282             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284         esac;
285
286 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
289 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293 $(am__aclocal_m4_deps):
294 install-binPROGRAMS: $(bin_PROGRAMS)
295         @$(NORMAL_INSTALL)
296         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
297         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
298         for p in $$list; do echo "$$p $$p"; done | \
299         sed 's/$(EXEEXT)$$//' | \
300         while read p p1; do if test -f $$p; \
301           then echo "$$p"; echo "$$p"; else :; fi; \
302         done | \
303         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
304             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
305         sed 'N;N;N;s,\n, ,g' | \
306         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
307           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
308             if ($$2 == $$4) files[d] = files[d] " " $$1; \
309             else { print "f", $$3 "/" $$4, $$1; } } \
310           END { for (d in files) print "f", d, files[d] }' | \
311         while read type dir files; do \
312             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
313             test -z "$$files" || { \
314               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
315               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
316             } \
317         ; done
318
319 uninstall-binPROGRAMS:
320         @$(NORMAL_UNINSTALL)
321         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
322         files=`for p in $$list; do echo "$$p"; done | \
323           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
324               -e 's/$$/$(EXEEXT)/' `; \
325         test -n "$$list" || exit 0; \
326         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
327         cd "$(DESTDIR)$(bindir)" && rm -f $$files
328
329 clean-binPROGRAMS:
330         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
331
332 clean-noinstPROGRAMS:
333         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
334 parse.h: parse.c
335         @if test ! -f $@; then \
336           rm -f parse.c; \
337           $(MAKE) $(AM_MAKEFLAGS) parse.c; \
338         else :; fi
339 gob2$(EXEEXT): $(gob2_OBJECTS) $(gob2_DEPENDENCIES) 
340         @rm -f gob2$(EXEEXT)
341         $(LINK) $(gob2_OBJECTS) $(gob2_LDADD) $(LIBS)
342
343 mostlyclean-compile:
344         -rm -f *.$(OBJEXT)
345
346 distclean-compile:
347         -rm -f *.tab.c
348
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checks.Po@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out.Po@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treefuncs.Po@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
356
357 .c.o:
358 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
363
364 .c.obj:
365 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
366 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
370
371 .l.c:
372         $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
373
374 .y.c:
375         $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
376
377 # This directory's subdirectories are mostly independent; you can cd
378 # into them and run `make' without going through this Makefile.
379 # To change the values of `make' variables: instead of editing Makefiles,
380 # (1) if the variable is set in `config.status', edit `config.status'
381 #     (which will cause the Makefiles to be regenerated when you run `make');
382 # (2) otherwise, pass the desired values on the `make' command line.
383 $(RECURSIVE_TARGETS):
384         @fail= failcom='exit 1'; \
385         for f in x $$MAKEFLAGS; do \
386           case $$f in \
387             *=* | --[!k]*);; \
388             *k*) failcom='fail=yes';; \
389           esac; \
390         done; \
391         dot_seen=no; \
392         target=`echo $@ | sed s/-recursive//`; \
393         list='$(SUBDIRS)'; for subdir in $$list; do \
394           echo "Making $$target in $$subdir"; \
395           if test "$$subdir" = "."; then \
396             dot_seen=yes; \
397             local_target="$$target-am"; \
398           else \
399             local_target="$$target"; \
400           fi; \
401           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402           || eval $$failcom; \
403         done; \
404         if test "$$dot_seen" = "no"; then \
405           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
406         fi; test -z "$$fail"
407
408 $(RECURSIVE_CLEAN_TARGETS):
409         @fail= failcom='exit 1'; \
410         for f in x $$MAKEFLAGS; do \
411           case $$f in \
412             *=* | --[!k]*);; \
413             *k*) failcom='fail=yes';; \
414           esac; \
415         done; \
416         dot_seen=no; \
417         case "$@" in \
418           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
419           *) list='$(SUBDIRS)' ;; \
420         esac; \
421         rev=''; for subdir in $$list; do \
422           if test "$$subdir" = "."; then :; else \
423             rev="$$subdir $$rev"; \
424           fi; \
425         done; \
426         rev="$$rev ."; \
427         target=`echo $@ | sed s/-recursive//`; \
428         for subdir in $$rev; do \
429           echo "Making $$target in $$subdir"; \
430           if test "$$subdir" = "."; then \
431             local_target="$$target-am"; \
432           else \
433             local_target="$$target"; \
434           fi; \
435           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436           || eval $$failcom; \
437         done && test -z "$$fail"
438 tags-recursive:
439         list='$(SUBDIRS)'; for subdir in $$list; do \
440           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
441         done
442 ctags-recursive:
443         list='$(SUBDIRS)'; for subdir in $$list; do \
444           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
445         done
446
447 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449         unique=`for i in $$list; do \
450             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451           done | \
452           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453               END { if (nonempty) { for (i in files) print i; }; }'`; \
454         mkid -fID $$unique
455 tags: TAGS
456
457 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458                 $(TAGS_FILES) $(LISP)
459         set x; \
460         here=`pwd`; \
461         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462           include_option=--etags-include; \
463           empty_fix=.; \
464         else \
465           include_option=--include; \
466           empty_fix=; \
467         fi; \
468         list='$(SUBDIRS)'; for subdir in $$list; do \
469           if test "$$subdir" = .; then :; else \
470             test ! -f $$subdir/TAGS || \
471               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472           fi; \
473         done; \
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         shift; \
481         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482           test -n "$$unique" || unique=$$empty_fix; \
483           if test $$# -gt 0; then \
484             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485               "$$@" $$unique; \
486           else \
487             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488               $$unique; \
489           fi; \
490         fi
491 ctags: CTAGS
492 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
493                 $(TAGS_FILES) $(LISP)
494         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
495         unique=`for i in $$list; do \
496             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497           done | \
498           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499               END { if (nonempty) { for (i in files) print i; }; }'`; \
500         test -z "$(CTAGS_ARGS)$$unique" \
501           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502              $$unique
503
504 GTAGS:
505         here=`$(am__cd) $(top_builddir) && pwd` \
506           && $(am__cd) $(top_srcdir) \
507           && gtags -i $(GTAGS_ARGS) "$$here"
508
509 distclean-tags:
510         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512 distdir: $(DISTFILES)
513         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515         list='$(DISTFILES)'; \
516           dist_files=`for file in $$list; do echo $$file; done | \
517           sed -e "s|^$$srcdirstrip/||;t" \
518               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519         case $$dist_files in \
520           */*) $(MKDIR_P) `echo "$$dist_files" | \
521                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522                            sort -u` ;; \
523         esac; \
524         for file in $$dist_files; do \
525           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526           if test -d $$d/$$file; then \
527             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528             if test -d "$(distdir)/$$file"; then \
529               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530             fi; \
531             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534             fi; \
535             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536           else \
537             test -f "$(distdir)/$$file" \
538             || cp -p $$d/$$file "$(distdir)/$$file" \
539             || exit 1; \
540           fi; \
541         done
542         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543           if test "$$subdir" = .; then :; else \
544             test -d "$(distdir)/$$subdir" \
545             || $(MKDIR_P) "$(distdir)/$$subdir" \
546             || exit 1; \
547           fi; \
548         done
549         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
550           if test "$$subdir" = .; then :; else \
551             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552             $(am__relativize); \
553             new_distdir=$$reldir; \
554             dir1=$$subdir; dir2="$(top_distdir)"; \
555             $(am__relativize); \
556             new_top_distdir=$$reldir; \
557             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559             ($(am__cd) $$subdir && \
560               $(MAKE) $(AM_MAKEFLAGS) \
561                 top_distdir="$$new_top_distdir" \
562                 distdir="$$new_distdir" \
563                 am__remove_distdir=: \
564                 am__skip_length_check=: \
565                 am__skip_mode_fix=: \
566                 distdir) \
567               || exit 1; \
568           fi; \
569         done
570 check-am: all-am
571 check: $(BUILT_SOURCES)
572         $(MAKE) $(AM_MAKEFLAGS) check-recursive
573 all-am: Makefile $(PROGRAMS)
574 installdirs: installdirs-recursive
575 installdirs-am:
576         for dir in "$(DESTDIR)$(bindir)"; do \
577           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
578         done
579 install: $(BUILT_SOURCES)
580         $(MAKE) $(AM_MAKEFLAGS) install-recursive
581 install-exec: install-exec-recursive
582 install-data: install-data-recursive
583 uninstall: uninstall-recursive
584
585 install-am: all-am
586         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588 installcheck: installcheck-recursive
589 install-strip:
590         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592           `test -z '$(STRIP)' || \
593             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
594 mostlyclean-generic:
595
596 clean-generic:
597         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
598
599 distclean-generic:
600         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
601         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
602
603 maintainer-clean-generic:
604         @echo "This command is intended for maintainers to use"
605         @echo "it deletes files that may require special tools to rebuild."
606         -rm -f lexer.c
607         -rm -f parse.c
608         -rm -f parse.h
609         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
610 clean: clean-recursive
611
612 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
613         mostlyclean-am
614
615 distclean: distclean-recursive
616         -rm -rf ./$(DEPDIR)
617         -rm -f Makefile
618 distclean-am: clean-am distclean-compile distclean-generic \
619         distclean-tags
620
621 dvi: dvi-recursive
622
623 dvi-am:
624
625 html: html-recursive
626
627 html-am:
628
629 info: info-recursive
630
631 info-am:
632
633 install-data-am:
634
635 install-dvi: install-dvi-recursive
636
637 install-dvi-am:
638
639 install-exec-am: install-binPROGRAMS
640
641 install-html: install-html-recursive
642
643 install-html-am:
644
645 install-info: install-info-recursive
646
647 install-info-am:
648
649 install-man:
650
651 install-pdf: install-pdf-recursive
652
653 install-pdf-am:
654
655 install-ps: install-ps-recursive
656
657 install-ps-am:
658
659 installcheck-am:
660
661 maintainer-clean: maintainer-clean-recursive
662         -rm -rf ./$(DEPDIR)
663         -rm -f Makefile
664 maintainer-clean-am: distclean-am maintainer-clean-generic
665
666 mostlyclean: mostlyclean-recursive
667
668 mostlyclean-am: mostlyclean-compile mostlyclean-generic
669
670 pdf: pdf-recursive
671
672 pdf-am:
673
674 ps: ps-recursive
675
676 ps-am:
677
678 uninstall-am: uninstall-binPROGRAMS
679
680 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
681         ctags-recursive install install-am install-strip \
682         tags-recursive
683
684 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
685         all all-am check check-am clean clean-binPROGRAMS \
686         clean-generic clean-noinstPROGRAMS ctags ctags-recursive \
687         distclean distclean-compile distclean-generic distclean-tags \
688         distdir dvi dvi-am html html-am info info-am install \
689         install-am install-binPROGRAMS install-data install-data-am \
690         install-dvi install-dvi-am install-exec install-exec-am \
691         install-html install-html-am install-info install-info-am \
692         install-man install-pdf install-pdf-am install-ps \
693         install-ps-am install-strip installcheck installcheck-am \
694         installdirs installdirs-am maintainer-clean \
695         maintainer-clean-generic mostlyclean mostlyclean-compile \
696         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
697         uninstall uninstall-am uninstall-binPROGRAMS
698
699
700 # parse.h parse.c: parse.y
701 #       $(YACC) $(YFLAGS) $<
702 #       test -f y.tab.c && mv -f y.tab.c parse.c
703 #       test -f y.tab.h && mv -f y.tab.h parse.h
704
705 test: test-object.c test-object.h
706         $(CC) -g -O -W -Wall -Wunused -Wuninitialized -Wdeclaration-after-statement -Wshadow -Wwrite-strings -Wunreachable-code -Wbad-function-cast -pedantic `pkg-config --cflags gobject-2.0 gtk+-2.0` -c test-object.c
707
708 test-object.c test-object.h: test.gob gob2
709         ./gob2 test.gob
710
711 # can't depend on the header file as that would break the above rule
712 # since it's just for testing, who cares
713 testcpp: test-object.cc
714         g++ -g -O -W -Wall -Wunused -Wuninitialized  -Wwrite-strings -Wunreachable-code -pedantic `pkg-config --cflags gobject-2.0 gtk+-2.0` -c test-object.cc
715
716 test-object.cc: test.gob gob2
717         ./gob2 --for-cpp test.gob
718
719 # Tell versions [3.59,3.63) of GNU make to not export all variables.
720 # Otherwise a system limit (for SysV at least) may be exceeded.
721 .NOEXPORT: