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