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