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