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