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