]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
Release 1.0.2
[gob-dx.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 #YACCFLAGS += -d -t
14
15
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
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CPP = @CPP@
64 CPPFLAGS = @CPPFLAGS@
65 DOINSTGOB = @DOINSTGOB@
66 GLIB_CFLAGS = @GLIB_CFLAGS@
67 GLIB_CONFIG = @GLIB_CONFIG@
68 GLIB_LIBS = @GLIB_LIBS@
69 LDFLAGS = @LDFLAGS@
70 LEX = @LEX@
71 MAINT = @MAINT@
72 MAKEINFO = @MAKEINFO@
73 MV = @MV@
74 NOINSTGOB = @NOINSTGOB@
75 PACKAGE = @PACKAGE@
76 RM = @RM@
77 TAR = @TAR@
78 VERSION = @VERSION@
79 YACC = @YACC@
80
81 YFLAGS =  -d -t
82 SUBDIRS = 
83
84 CFLAGS = @CFLAGS@ -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
85
86 INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
87
88 bin_PROGRAMS = @DOINSTGOB@
89 noinst_PROGRAMS = @NOINSTGOB@
90 EXTRA_PROGRAMS = gob
91
92 gob_SOURCES =   main.c                  main.h                  treefuncs.c             treefuncs.h             out.c                   out.h                   util.c                  util.h                  checks.c                checks.h                parse.y                 lexer.l
93
94
95 gob_LDADD =     -lm     $(GLIB_LIBS)    @LEXLIB@
96
97
98 # we might want popt back in the future
99 #       @POPT_LIB@
100
101 BUILT_SOURCES = parse.h parse.c lexer.c
102
103 CLEANFILES =  $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h
104
105 EXTRA_DIST = test.gob generate_treefuncs.pl treefuncs.def
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../config.h
108 CONFIG_CLEAN_FILES = 
109 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I..
113 LIBS = @LIBS@
114 gob_OBJECTS =  main.o treefuncs.o out.o util.o checks.o parse.o lexer.o
115 gob_DEPENDENCIES = 
116 gob_LDFLAGS = 
117 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
118 LEXLIB = @LEXLIB@
119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 CCLD = $(CC)
121 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON =  ChangeLog Makefile.am Makefile.in lexer.c parse.c
123
124
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127 GZIP_ENV = --best
128 SOURCES = $(gob_SOURCES)
129 OBJECTS = $(gob_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .l .o .s .y
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-binPROGRAMS:
143
144 clean-binPROGRAMS:
145         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
146
147 distclean-binPROGRAMS:
148
149 maintainer-clean-binPROGRAMS:
150
151 install-binPROGRAMS: $(bin_PROGRAMS)
152         @$(NORMAL_INSTALL)
153         $(mkinstalldirs) $(DESTDIR)$(bindir)
154         @list='$(bin_PROGRAMS)'; for p in $$list; do \
155           if test -f $$p; then \
156             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
157              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158           else :; fi; \
159         done
160
161 uninstall-binPROGRAMS:
162         @$(NORMAL_UNINSTALL)
163         list='$(bin_PROGRAMS)'; for p in $$list; do \
164           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
165         done
166
167 mostlyclean-noinstPROGRAMS:
168
169 clean-noinstPROGRAMS:
170         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
171
172 distclean-noinstPROGRAMS:
173
174 maintainer-clean-noinstPROGRAMS:
175
176 .c.o:
177         $(COMPILE) -c $<
178
179 .s.o:
180         $(COMPILE) -c $<
181
182 .S.o:
183         $(COMPILE) -c $<
184
185 mostlyclean-compile:
186         -rm -f *.o core *.core
187
188 clean-compile:
189
190 distclean-compile:
191         -rm -f *.tab.c
192
193 maintainer-clean-compile:
194
195 gob: $(gob_OBJECTS) $(gob_DEPENDENCIES)
196         @rm -f gob
197         $(LINK) $(gob_LDFLAGS) $(gob_OBJECTS) $(gob_LDADD) $(LIBS)
198 .l.c:
199         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
200 .y.c:
201         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
202         if test -f y.tab.h; then \
203         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
204         else :; fi
205 parse.h: parse.c
206
207
208 # This directory's subdirectories are mostly independent; you can cd
209 # into them and run `make' without going through this Makefile.
210 # To change the values of `make' variables: instead of editing Makefiles,
211 # (1) if the variable is set in `config.status', edit `config.status'
212 #     (which will cause the Makefiles to be regenerated when you run `make');
213 # (2) otherwise, pass the desired values on the `make' command line.
214
215 @SET_MAKE@
216
217 all-recursive install-data-recursive install-exec-recursive \
218 installdirs-recursive install-recursive uninstall-recursive  \
219 check-recursive installcheck-recursive info-recursive dvi-recursive:
220         @set fnord $(MAKEFLAGS); amf=$$2; \
221         dot_seen=no; \
222         target=`echo $@ | sed s/-recursive//`; \
223         list='$(SUBDIRS)'; for subdir in $$list; do \
224           echo "Making $$target in $$subdir"; \
225           if test "$$subdir" = "."; then \
226             dot_seen=yes; \
227             local_target="$$target-am"; \
228           else \
229             local_target="$$target"; \
230           fi; \
231           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233         done; \
234         if test "$$dot_seen" = "no"; then \
235           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
236         fi; test -z "$$fail"
237
238 mostlyclean-recursive clean-recursive distclean-recursive \
239 maintainer-clean-recursive:
240         @set fnord $(MAKEFLAGS); amf=$$2; \
241         dot_seen=no; \
242         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
243           rev="$$subdir $$rev"; \
244           test "$$subdir" = "." && dot_seen=yes; \
245         done; \
246         test "$$dot_seen" = "no" && rev=". $$rev"; \
247         target=`echo $@ | sed s/-recursive//`; \
248         for subdir in $$rev; do \
249           echo "Making $$target in $$subdir"; \
250           if test "$$subdir" = "."; then \
251             local_target="$$target-am"; \
252           else \
253             local_target="$$target"; \
254           fi; \
255           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
256            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
257         done && test -z "$$fail"
258 tags-recursive:
259         list='$(SUBDIRS)'; for subdir in $$list; do \
260           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
261         done
262
263 tags: TAGS
264
265 ID: $(HEADERS) $(SOURCES) $(LISP)
266         list='$(SOURCES) $(HEADERS)'; \
267         unique=`for i in $$list; do echo $$i; done | \
268           awk '    { files[$$0] = 1; } \
269                END { for (i in files) print i; }'`; \
270         here=`pwd` && cd $(srcdir) \
271           && mkid -f$$here/ID $$unique $(LISP)
272
273 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
274         tags=; \
275         here=`pwd`; \
276         list='$(SUBDIRS)'; for subdir in $$list; do \
277    if test "$$subdir" = .; then :; else \
278             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
279    fi; \
280         done; \
281         list='$(SOURCES) $(HEADERS)'; \
282         unique=`for i in $$list; do echo $$i; done | \
283           awk '    { files[$$0] = 1; } \
284                END { for (i in files) print i; }'`; \
285         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
286           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
287
288 mostlyclean-tags:
289
290 clean-tags:
291
292 distclean-tags:
293         -rm -f TAGS ID
294
295 maintainer-clean-tags:
296
297 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
298
299 subdir = src
300
301 distdir: $(DISTFILES)
302         @for file in $(DISTFILES); do \
303           d=$(srcdir); \
304           if test -d $$d/$$file; then \
305             cp -pr $$/$$file $(distdir)/$$file; \
306           else \
307             test -f $(distdir)/$$file \
308             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
309             || cp -p $$d/$$file $(distdir)/$$file || :; \
310           fi; \
311         done
312         for subdir in $(SUBDIRS); do \
313           if test "$$subdir" = .; then :; else \
314             test -d $(distdir)/$$subdir \
315             || mkdir $(distdir)/$$subdir \
316             || exit 1; \
317             chmod 777 $(distdir)/$$subdir; \
318             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
319               || exit 1; \
320           fi; \
321         done
322 checks.o: checks.c ../config.h treefuncs.h main.h util.h checks.h
323 lexer.o: lexer.c ../config.h treefuncs.h parse.h main.h util.h
324 main.o: main.c ../config.h treefuncs.h parse.h out.h util.h checks.h \
325         main.h
326 out.o: out.c main.h out.h
327 parse.o: parse.c ../config.h treefuncs.h main.h util.h
328 treefuncs.o: treefuncs.c treefuncs.h
329 tree.o: tree.c ../config.h tree.h
330 util.o: util.c ../config.h treefuncs.h main.h util.h
331
332 info-am:
333 info: info-recursive
334 dvi-am:
335 dvi: dvi-recursive
336 check-am: all-am
337 check: check-recursive
338 installcheck-am:
339 installcheck: installcheck-recursive
340 install-exec-am: install-binPROGRAMS
341 install-exec: install-exec-recursive
342
343 install-data-am:
344 install-data: install-data-recursive
345
346 install-am: all-am
347         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
348 install: install-recursive
349 uninstall-am: uninstall-binPROGRAMS
350 uninstall: uninstall-recursive
351 all-am: Makefile $(PROGRAMS)
352 all-redirect: all-recursive
353 install-strip:
354         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
355 installdirs: installdirs-recursive
356 installdirs-am:
357         $(mkinstalldirs)  $(DESTDIR)$(bindir)
358
359
360 mostlyclean-generic:
361
362 clean-generic:
363         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
364
365 distclean-generic:
366         -rm -f Makefile $(CONFIG_CLEAN_FILES)
367         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
368
369 maintainer-clean-generic:
370         -test -z "lexerlparsehparsec$(BUILT_SOURCES)" || rm -f lexerl parseh parsec $(BUILT_SOURCES)
371 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
372                 mostlyclean-compile mostlyclean-tags \
373                 mostlyclean-generic
374
375 mostlyclean: mostlyclean-recursive
376
377 clean-am:  clean-binPROGRAMS clean-noinstPROGRAMS clean-compile \
378                 clean-tags clean-generic mostlyclean-am
379
380 clean: clean-recursive
381
382 distclean-am:  distclean-binPROGRAMS distclean-noinstPROGRAMS \
383                 distclean-compile distclean-tags distclean-generic \
384                 clean-am
385
386 distclean: distclean-recursive
387
388 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
389                 maintainer-clean-noinstPROGRAMS \
390                 maintainer-clean-compile maintainer-clean-tags \
391                 maintainer-clean-generic distclean-am
392         @echo "This command is intended for maintainers to use;"
393         @echo "it deletes files that may require special tools to rebuild."
394
395 maintainer-clean: maintainer-clean-recursive
396
397 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
398 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
399 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
400 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
401 mostlyclean-compile distclean-compile clean-compile \
402 maintainer-clean-compile install-data-recursive \
403 uninstall-data-recursive install-exec-recursive \
404 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
405 all-recursive check-recursive installcheck-recursive info-recursive \
406 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
407 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
408 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
409 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
410 install-exec install-data-am install-data install-am install \
411 uninstall-am uninstall all-redirect all-am all installdirs-am \
412 installdirs mostlyclean-generic distclean-generic clean-generic \
413 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
414
415
416 parse.h: parse.y
417         $(YACC) $(YFLAGS) $<
418         test -f y.tab.c && mv -f y.tab.c parse.c
419         test -f y.tab.h && mv -f y.tab.h parse.h
420
421 test: gtk-weird-button.c gtk-weird-button.h
422         $(CC) -g -Wall `gtk-config --cflags` -c gtk-weird-button.c
423
424 gtk-weird-button.c gtk-weird-button.h: test.gob gob
425         ./gob test.gob
426
427 # can't depend on the header file as that would break the above rule
428 # since it's just for testing, who cares
429 testcpp: gtk-weird-button.cc
430         g++ -g -Wall `gtk-config --cflags` -c gtk-weird-button.cc
431
432 gtk-weird-button.cc: test.gob gob
433         ./gob --for-cpp test.gob
434
435 # Tell versions [3.59,3.63) of GNU make to not export all variables.
436 # Otherwise a system limit (for SysV at least) may be exceeded.
437 .NOEXPORT: