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