]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
2d447260eb33487c662f999d51ae75a12e753f8e
[gob-dx.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 SOURCES = $(gob2_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 @NOINSTGOB_TRUE@noinst_PROGRAMS = gob2$(EXEEXT)
40 @NOINSTGOB_FALSE@bin_PROGRAMS = gob2$(EXEEXT)
41 subdir = src
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in lexer.c \
43         parse.c parse.h
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 am__installdirs = "$(DESTDIR)$(bindir)"
52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
54 am_gob2_OBJECTS = main.$(OBJEXT) treefuncs.$(OBJEXT) out.$(OBJEXT) \
55         util.$(OBJEXT) checks.$(OBJEXT) parse.$(OBJEXT) \
56         lexer.$(OBJEXT)
57 gob2_OBJECTS = $(am_gob2_OBJECTS)
58 am__DEPENDENCIES_1 =
59 gob2_DEPENDENCIES = $(am__DEPENDENCIES_1)
60 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/checks.Po ./$(DEPDIR)/lexer.Po \
64 @AMDEP_TRUE@    ./$(DEPDIR)/main.Po ./$(DEPDIR)/out.Po \
65 @AMDEP_TRUE@    ./$(DEPDIR)/parse.Po ./$(DEPDIR)/treefuncs.Po \
66 @AMDEP_TRUE@    ./$(DEPDIR)/util.Po
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
72 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
73 SOURCES = $(gob2_SOURCES)
74 DIST_SOURCES = $(gob2_SOURCES)
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76         html-recursive info-recursive install-data-recursive \
77         install-exec-recursive install-info-recursive \
78         install-recursive installcheck-recursive installdirs-recursive \
79         pdf-recursive ps-recursive uninstall-info-recursive \
80         uninstall-recursive
81 ETAGS = etags
82 CTAGS = ctags
83 DIST_SUBDIRS = $(SUBDIRS)
84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85 ACLOCAL = @ACLOCAL@
86 AMDEP_FALSE = @AMDEP_FALSE@
87 AMDEP_TRUE = @AMDEP_TRUE@
88 AMTAR = @AMTAR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99
100 #GCC specific, should not be in distributed files
101 #AM_CFLAGS = \
102 #       -Wall                   \
103 #       -Wpointer-arith         \
104 #       -Wmissing-prototypes    \
105 #       -Wmissing-declarations
106 DEFS = @DEFS@ \
107         -DPKGDATADIR=\"$(pkgdatadir)\"
108
109 DEPDIR = @DEPDIR@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 GLIB_CFLAGS = @GLIB_CFLAGS@
116 GLIB_LIBS = @GLIB_LIBS@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LDFLAGS = @LDFLAGS@
122 LEX = @LEX@
123 LEXLIB = @LEXLIB@
124 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LTLIBOBJS = @LTLIBOBJS@
128 MAINT = @MAINT@
129 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
130 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
131 MAKEINFO = @MAKEINFO@
132 MV = @MV@
133 NOINSTGOB_FALSE = @NOINSTGOB_FALSE@
134 NOINSTGOB_TRUE = @NOINSTGOB_TRUE@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 PKG_CONFIG = @PKG_CONFIG@
144 RM = @RM@
145 SET_MAKE = @SET_MAKE@
146 SHELL = @SHELL@
147 STRIP = @STRIP@
148 SUBDIRS = .
149 TAR = @TAR@
150 VERSION = @VERSION@
151 YACC = @YACC@
152 YFLAGS = @YFLAGS@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_STRIP = @ac_ct_STRIP@
155 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157 am__include = @am__include@
158 am__leading_dot = @am__leading_dot@
159 am__quote = @am__quote@
160 bindir = @bindir@
161 build_alias = @build_alias@
162 datadir = @datadir@
163 exec_prefix = @exec_prefix@
164 host_alias = @host_alias@
165 includedir = @includedir@
166 infodir = @infodir@
167 install_sh = @install_sh@
168 libdir = @libdir@
169 libexecdir = @libexecdir@
170 localstatedir = @localstatedir@
171 mandir = @mandir@
172 mkdir_p = @mkdir_p@
173 oldincludedir = @oldincludedir@
174 prefix = @prefix@
175 program_transform_name = @program_transform_name@
176 sbindir = @sbindir@
177 sharedstatedir = @sharedstatedir@
178 sysconfdir = @sysconfdir@
179 target_alias = @target_alias@
180
181 #YACCFLAGS += -d -t
182 AM_YFLAGS = -d -t
183 INCLUDES = \
184         $(GLIB_CFLAGS)          \
185         -I$(top_builddir)       \
186         -I$(top_builddir)/src   \
187         -I$(top_srcdir)         \
188         -I$(top_srcdir)/src     \
189         -I$(includedir)
190
191 BUILT_SOURCES = parse.h parse.c lexer.c
192 gob2_SOURCES = \
193         main.c          \
194         main.h          \
195         treefuncs.c     \
196         treefuncs.h     \
197         out.c           \
198         out.h           \
199         util.c          \
200         util.h          \
201         checks.c        \
202         checks.h        \
203         parse.y         \
204         lexer.l
205
206 gob2_LDADD = \
207         -lm \
208         $(GLIB_LIBS) \
209         @LEXLIB@
210
211
212 # we might want popt back in the future
213 #       @POPT_LIB@
214 CLEANFILES = @CLEANFILES@ $(BUILT_SOURCES) test-object.* test-object-private.h
215 EXTRA_DIST = $(BUILT_SOURCES) test.gob generate_treefuncs.pl treefuncs.def
216 all: $(BUILT_SOURCES)
217         $(MAKE) $(AM_MAKEFLAGS) all-recursive
218
219 .SUFFIXES:
220 .SUFFIXES: .c .l .o .obj .y
221 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
222         @for dep in $?; do \
223           case '$(am__configure_deps)' in \
224             *$$dep*) \
225               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
226                 && exit 0; \
227               exit 1;; \
228           esac; \
229         done; \
230         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
231         cd $(top_srcdir) && \
232           $(AUTOMAKE) --gnu  src/Makefile
233 .PRECIOUS: Makefile
234 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235         @case '$?' in \
236           *config.status*) \
237             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238           *) \
239             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241         esac;
242
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 install-binPROGRAMS: $(bin_PROGRAMS)
251         @$(NORMAL_INSTALL)
252         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
253         @list='$(bin_PROGRAMS)'; for p in $$list; do \
254           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
255           if test -f $$p \
256           ; then \
257             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
258            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
259            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
260           else :; fi; \
261         done
262
263 uninstall-binPROGRAMS:
264         @$(NORMAL_UNINSTALL)
265         @list='$(bin_PROGRAMS)'; for p in $$list; do \
266           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
267           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
268           rm -f "$(DESTDIR)$(bindir)/$$f"; \
269         done
270
271 clean-binPROGRAMS:
272         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
273
274 clean-noinstPROGRAMS:
275         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
276 parse.h: parse.c
277         @if test ! -f $@; then \
278           rm -f parse.c; \
279           $(MAKE) parse.c; \
280         else :; fi
281 gob2$(EXEEXT): $(gob2_OBJECTS) $(gob2_DEPENDENCIES) 
282         @rm -f gob2$(EXEEXT)
283         $(LINK) $(gob2_LDFLAGS) $(gob2_OBJECTS) $(gob2_LDADD) $(LIBS)
284
285 mostlyclean-compile:
286         -rm -f *.$(OBJEXT)
287
288 distclean-compile:
289         -rm -f *.tab.c
290
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checks.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treefuncs.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
298
299 .c.o:
300 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
301 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
306
307 .c.obj:
308 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
309 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
314
315 .l.c:
316         $(LEXCOMPILE) $<
317         sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
318         rm -f $(LEX_OUTPUT_ROOT).c
319
320 .y.c:
321         $(YACCCOMPILE) $<
322         if test -f y.tab.h; then \
323           to=`echo "$*_H" | sed \
324                 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
325                 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
326           sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
327           rm -f y.tab.h; \
328           if cmp -s $*.ht $*.h; then \
329             rm -f $*.ht ;\
330           else \
331             mv $*.ht $*.h; \
332           fi; \
333         fi
334         if test -f y.output; then \
335           mv y.output $*.output; \
336         fi
337         sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
338         rm -f y.tab.c
339 uninstall-info-am:
340
341 # This directory's subdirectories are mostly independent; you can cd
342 # into them and run `make' without going through this Makefile.
343 # To change the values of `make' variables: instead of editing Makefiles,
344 # (1) if the variable is set in `config.status', edit `config.status'
345 #     (which will cause the Makefiles to be regenerated when you run `make');
346 # (2) otherwise, pass the desired values on the `make' command line.
347 $(RECURSIVE_TARGETS):
348         @set fnord $$MAKEFLAGS; amf=$$2; \
349         dot_seen=no; \
350         target=`echo $@ | sed s/-recursive//`; \
351         list='$(SUBDIRS)'; for subdir in $$list; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             dot_seen=yes; \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
361         done; \
362         if test "$$dot_seen" = "no"; then \
363           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364         fi; test -z "$$fail"
365
366 mostlyclean-recursive clean-recursive distclean-recursive \
367 maintainer-clean-recursive:
368         @set fnord $$MAKEFLAGS; amf=$$2; \
369         dot_seen=no; \
370         case "$@" in \
371           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372           *) list='$(SUBDIRS)' ;; \
373         esac; \
374         rev=''; for subdir in $$list; do \
375           if test "$$subdir" = "."; then :; else \
376             rev="$$subdir $$rev"; \
377           fi; \
378         done; \
379         rev="$$rev ."; \
380         target=`echo $@ | sed s/-recursive//`; \
381         for subdir in $$rev; do \
382           echo "Making $$target in $$subdir"; \
383           if test "$$subdir" = "."; then \
384             local_target="$$target-am"; \
385           else \
386             local_target="$$target"; \
387           fi; \
388           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
390         done && test -z "$$fail"
391 tags-recursive:
392         list='$(SUBDIRS)'; for subdir in $$list; do \
393           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394         done
395 ctags-recursive:
396         list='$(SUBDIRS)'; for subdir in $$list; do \
397           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398         done
399
400 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402         unique=`for i in $$list; do \
403             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404           done | \
405           $(AWK) '    { files[$$0] = 1; } \
406                END { for (i in files) print i; }'`; \
407         mkid -fID $$unique
408 tags: TAGS
409
410 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411                 $(TAGS_FILES) $(LISP)
412         tags=; \
413         here=`pwd`; \
414         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
415           include_option=--etags-include; \
416           empty_fix=.; \
417         else \
418           include_option=--include; \
419           empty_fix=; \
420         fi; \
421         list='$(SUBDIRS)'; for subdir in $$list; do \
422           if test "$$subdir" = .; then :; else \
423             test ! -f $$subdir/TAGS || \
424               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
425           fi; \
426         done; \
427         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428         unique=`for i in $$list; do \
429             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430           done | \
431           $(AWK) '    { files[$$0] = 1; } \
432                END { for (i in files) print i; }'`; \
433         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
434           test -n "$$unique" || unique=$$empty_fix; \
435           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436             $$tags $$unique; \
437         fi
438 ctags: CTAGS
439 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         tags=; \
442         here=`pwd`; \
443         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444         unique=`for i in $$list; do \
445             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446           done | \
447           $(AWK) '    { files[$$0] = 1; } \
448                END { for (i in files) print i; }'`; \
449         test -z "$(CTAGS_ARGS)$$tags$$unique" \
450           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451              $$tags $$unique
452
453 GTAGS:
454         here=`$(am__cd) $(top_builddir) && pwd` \
455           && cd $(top_srcdir) \
456           && gtags -i $(GTAGS_ARGS) $$here
457
458 distclean-tags:
459         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
461 distdir: $(DISTFILES)
462         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
463         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
464         list='$(DISTFILES)'; for file in $$list; do \
465           case $$file in \
466             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
467             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
468           esac; \
469           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
471           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
472             dir="/$$dir"; \
473             $(mkdir_p) "$(distdir)$$dir"; \
474           else \
475             dir=''; \
476           fi; \
477           if test -d $$d/$$file; then \
478             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
480             fi; \
481             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
482           else \
483             test -f $(distdir)/$$file \
484             || cp -p $$d/$$file $(distdir)/$$file \
485             || exit 1; \
486           fi; \
487         done
488         list='$(SUBDIRS)'; for subdir in $$list; do \
489           if test "$$subdir" = .; then :; else \
490             test -d "$(distdir)/$$subdir" \
491             || mkdir "$(distdir)/$$subdir" \
492             || exit 1; \
493             (cd $$subdir && \
494               $(MAKE) $(AM_MAKEFLAGS) \
495                 top_distdir="../$(top_distdir)" \
496                 distdir="../$(distdir)/$$subdir" \
497                 distdir) \
498               || exit 1; \
499           fi; \
500         done
501 check-am: all-am
502 check: $(BUILT_SOURCES)
503         $(MAKE) $(AM_MAKEFLAGS) check-recursive
504 all-am: Makefile $(PROGRAMS)
505 installdirs: installdirs-recursive
506 installdirs-am:
507         for dir in "$(DESTDIR)$(bindir)"; do \
508           test -z "$$dir" || $(mkdir_p) "$$dir"; \
509         done
510 install: $(BUILT_SOURCES)
511         $(MAKE) $(AM_MAKEFLAGS) install-recursive
512 install-exec: install-exec-recursive
513 install-data: install-data-recursive
514 uninstall: uninstall-recursive
515
516 install-am: all-am
517         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
518
519 installcheck: installcheck-recursive
520 install-strip:
521         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523           `test -z '$(STRIP)' || \
524             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
525 mostlyclean-generic:
526
527 clean-generic:
528         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
529
530 distclean-generic:
531         -rm -f $(CONFIG_CLEAN_FILES)
532
533 maintainer-clean-generic:
534         @echo "This command is intended for maintainers to use"
535         @echo "it deletes files that may require special tools to rebuild."
536         -rm -f parse.h
537         -rm -f lexer.c
538         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
539         -rm -f parse.c
540 clean: clean-recursive
541
542 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
543         mostlyclean-am
544
545 distclean: distclean-recursive
546         -rm -rf ./$(DEPDIR)
547         -rm -f Makefile
548 distclean-am: clean-am distclean-compile distclean-generic \
549         distclean-tags
550
551 dvi: dvi-recursive
552
553 dvi-am:
554
555 html: html-recursive
556
557 info: info-recursive
558
559 info-am:
560
561 install-data-am:
562
563 install-exec-am: install-binPROGRAMS
564
565 install-info: install-info-recursive
566
567 install-man:
568
569 installcheck-am:
570
571 maintainer-clean: maintainer-clean-recursive
572         -rm -rf ./$(DEPDIR)
573         -rm -f Makefile
574 maintainer-clean-am: distclean-am maintainer-clean-generic
575
576 mostlyclean: mostlyclean-recursive
577
578 mostlyclean-am: mostlyclean-compile mostlyclean-generic
579
580 pdf: pdf-recursive
581
582 pdf-am:
583
584 ps: ps-recursive
585
586 ps-am:
587
588 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
589
590 uninstall-info: uninstall-info-recursive
591
592 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
593         clean clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
594         clean-recursive ctags ctags-recursive distclean \
595         distclean-compile distclean-generic distclean-recursive \
596         distclean-tags distdir dvi dvi-am html html-am info info-am \
597         install install-am install-binPROGRAMS install-data \
598         install-data-am install-exec install-exec-am install-info \
599         install-info-am install-man install-strip installcheck \
600         installcheck-am installdirs installdirs-am maintainer-clean \
601         maintainer-clean-generic maintainer-clean-recursive \
602         mostlyclean mostlyclean-compile mostlyclean-generic \
603         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
604         uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am
605
606
607 # parse.h parse.c: parse.y
608 #       $(YACC) $(YFLAGS) $<
609 #       test -f y.tab.c && mv -f y.tab.c parse.c
610 #       test -f y.tab.h && mv -f y.tab.h parse.h
611
612 test: test-object.c test-object.h
613         $(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
614
615 test-object.c test-object.h: test.gob gob2
616         ./gob2 test.gob
617
618 # can't depend on the header file as that would break the above rule
619 # since it's just for testing, who cares
620 testcpp: test-object.cc
621         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
622
623 test-object.cc: test.gob gob2
624         ./gob2 --for-cpp test.gob
625 # Tell versions [3.59,3.63) of GNU make to not export all variables.
626 # Otherwise a system limit (for SysV at least) may be exceeded.
627 .NOEXPORT: