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