]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
Release 2.0.17
[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 EXTRA_PROGRAMS = gob2$(EXEEXT)
36 subdir = src
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in lexer.c \
38         parse.c parse.h
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 am__installdirs = "$(DESTDIR)$(bindir)"
48 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
49 am_gob2_OBJECTS = main.$(OBJEXT) treefuncs.$(OBJEXT) out.$(OBJEXT) \
50         util.$(OBJEXT) checks.$(OBJEXT) parse.$(OBJEXT) \
51         lexer.$(OBJEXT)
52 gob2_OBJECTS = $(am_gob2_OBJECTS)
53 am__DEPENDENCIES_1 =
54 gob2_DEPENDENCIES = $(am__DEPENDENCIES_1)
55 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 am__mv = mv -f
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 CCLD = $(CC)
62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
64 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
65 YLWRAP = $(top_srcdir)/ylwrap
66 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
67 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
68 SOURCES = $(gob2_SOURCES)
69 DIST_SOURCES = $(gob2_SOURCES)
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78   distclean-recursive maintainer-clean-recursive
79 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81         distdir
82 ETAGS = etags
83 CTAGS = ctags
84 DIST_SUBDIRS = $(SUBDIRS)
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 am__relativize = \
87   dir0=`pwd`; \
88   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89   sed_rest='s,^[^/]*/*,,'; \
90   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91   sed_butlast='s,/*[^/]*$$,,'; \
92   while test -n "$$dir1"; do \
93     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94     if test "$$first" != "."; then \
95       if test "$$first" = ".."; then \
96         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98       else \
99         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100         if test "$$first2" = "$$first"; then \
101           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102         else \
103           dir2="../$$dir2"; \
104         fi; \
105         dir0="$$dir0"/"$$first"; \
106       fi; \
107     fi; \
108     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109   done; \
110   reldir="$$dir2"
111 ACLOCAL = @ACLOCAL@
112 AMTAR = @AMTAR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CYGPATH_W = @CYGPATH_W@
123
124 #GCC specific, should not be in distributed files
125 #AM_CFLAGS = \
126 #       -Wall                   \
127 #       -Wpointer-arith         \
128 #       -Wmissing-prototypes    \
129 #       -Wmissing-declarations
130 DEFS = @DEFS@ \
131         -DPKGDATADIR=\"$(pkgdatadir)\"
132
133 DEPDIR = @DEPDIR@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 GLIB_CFLAGS = @GLIB_CFLAGS@
140 GLIB_LIBS = @GLIB_LIBS@
141 GREP = @GREP@
142 INSTALL = @INSTALL@
143 INSTALL_DATA = @INSTALL_DATA@
144 INSTALL_PROGRAM = @INSTALL_PROGRAM@
145 INSTALL_SCRIPT = @INSTALL_SCRIPT@
146 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147 INSTGOB = @INSTGOB@
148 LDFLAGS = @LDFLAGS@
149 LEX = @LEX@
150 LEXLIB = @LEXLIB@
151 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LTLIBOBJS = @LTLIBOBJS@
155 MAINT = @MAINT@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 MV = @MV@
159 NOINSTGOB = @NOINSTGOB@
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 RM = @RM@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRIP = @STRIP@
174 SUBDIRS = .
175 TAR = @TAR@
176 VERSION = @VERSION@
177 YACC = @YACC@
178 YFLAGS = @YFLAGS@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_ct_CC = @ac_ct_CC@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build_alias = @build_alias@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host_alias = @host_alias@
198 htmldir = @htmldir@
199 includedir = @includedir@
200 infodir = @infodir@
201 install_sh = @install_sh@
202 libdir = @libdir@
203 libexecdir = @libexecdir@
204 localedir = @localedir@
205 localstatedir = @localstatedir@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 srcdir = @srcdir@
216 sysconfdir = @sysconfdir@
217 target_alias = @target_alias@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221
222 #YACCFLAGS += -d -t
223 AM_YFLAGS = -d -t
224 INCLUDES = \
225         $(GLIB_CFLAGS)          \
226         -I$(top_builddir)       \
227         -I$(top_builddir)/src   \
228         -I$(top_srcdir)         \
229         -I$(top_srcdir)/src     \
230         -I$(includedir)
231
232 @NOINSTGOB_TRUE@noinst_PROGRAMS = @NOINSTGOB@
233 @NOINSTGOB_FALSE@bin_PROGRAMS = @INSTGOB@
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: