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