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