]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
Release 1.99.1
[gob-dx.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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_GENMARSHAL = @GLIB_GENMARSHAL@
68 GLIB_LIBS = @GLIB_LIBS@
69 GLIB_MKENUMS = @GLIB_MKENUMS@
70 GOBJECT_QUERY = @GOBJECT_QUERY@
71 LDFLAGS = @LDFLAGS@
72 LEX = @LEX@
73 MAINT = @MAINT@
74 MAKEINFO = @MAKEINFO@
75 MV = @MV@
76 NOINSTGOB = @NOINSTGOB@
77 PACKAGE = @PACKAGE@
78 PKG_CONFIG = @PKG_CONFIG@
79 RM = @RM@
80 TAR = @TAR@
81 VERSION = @VERSION@
82 YACC = @YACC@
83
84 YFLAGS =  -d -t
85 SUBDIRS = 
86
87 CFLAGS = @CFLAGS@ -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
88
89 INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
90
91 bin_PROGRAMS = @DOINSTGOB@
92 noinst_PROGRAMS = @NOINSTGOB@
93 EXTRA_PROGRAMS = gob2
94
95 BUILT_SOURCES = parse.h parse.c lexer.c
96
97 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
98
99
100 gob2_LDADD =    -lm     $(GLIB_LIBS)    @LEXLIB@
101
102
103 # we might want popt back in the future
104 #       @POPT_LIB@
105
106 CLEANFILES =  $(BUILT_SOURCES) test-object.* test-object-private.h
107
108 EXTRA_DIST = $(BUILT_SOURCES) test.gob generate_treefuncs.pl treefuncs.def
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../config.h
111 CONFIG_CLEAN_FILES = 
112 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
113
114
115 DEFS = @DEFS@ -I. -I$(srcdir) -I..
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
326 info-am:
327 info: info-recursive
328 dvi-am:
329 dvi: dvi-recursive
330 check-am: all-am
331 check: check-recursive
332 installcheck-am:
333 installcheck: installcheck-recursive
334 install-exec-am: install-binPROGRAMS
335 install-exec: install-exec-recursive
336
337 install-data-am:
338 install-data: install-data-recursive
339
340 install-am: all-am
341         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
342 install: install-recursive
343 uninstall-am: uninstall-binPROGRAMS
344 uninstall: uninstall-recursive
345 all-am: Makefile $(PROGRAMS)
346 all-redirect: all-recursive
347 install-strip:
348         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
349 installdirs: installdirs-recursive
350 installdirs-am:
351         $(mkinstalldirs)  $(DESTDIR)$(bindir)
352
353
354 mostlyclean-generic:
355
356 clean-generic:
357         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
358
359 distclean-generic:
360         -rm -f Makefile $(CONFIG_CLEAN_FILES)
361         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
362
363 maintainer-clean-generic:
364         -test -z "lexerlparsehparsec$(BUILT_SOURCES)" || rm -f lexerl parseh parsec $(BUILT_SOURCES)
365 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
366                 mostlyclean-compile mostlyclean-tags \
367                 mostlyclean-generic
368
369 mostlyclean: mostlyclean-recursive
370
371 clean-am:  clean-binPROGRAMS clean-noinstPROGRAMS clean-compile \
372                 clean-tags clean-generic mostlyclean-am
373
374 clean: clean-recursive
375
376 distclean-am:  distclean-binPROGRAMS distclean-noinstPROGRAMS \
377                 distclean-compile distclean-tags distclean-generic \
378                 clean-am
379
380 distclean: distclean-recursive
381
382 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
383                 maintainer-clean-noinstPROGRAMS \
384                 maintainer-clean-compile maintainer-clean-tags \
385                 maintainer-clean-generic distclean-am
386         @echo "This command is intended for maintainers to use;"
387         @echo "it deletes files that may require special tools to rebuild."
388
389 maintainer-clean: maintainer-clean-recursive
390
391 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
392 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
393 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
394 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
395 mostlyclean-compile distclean-compile clean-compile \
396 maintainer-clean-compile install-data-recursive \
397 uninstall-data-recursive install-exec-recursive \
398 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
399 all-recursive check-recursive installcheck-recursive info-recursive \
400 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
401 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
402 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
403 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
404 install-exec install-data-am install-data install-am install \
405 uninstall-am uninstall all-redirect all-am all installdirs-am \
406 installdirs mostlyclean-generic distclean-generic clean-generic \
407 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
408
409
410 parse.h parse.c: parse.y
411         $(YACC) $(YFLAGS) $<
412         test -f y.tab.c && mv -f y.tab.c parse.c
413         test -f y.tab.h && mv -f y.tab.h parse.h
414
415 test: test-object.c test-object.h
416         $(CC) -g -Wall `pkg-config --cflags gobject-2.0` -c test-object.c
417
418 test-object.c test-object.h: test.gob gob2
419         ./gob2 test.gob
420
421 # can't depend on the header file as that would break the above rule
422 # since it's just for testing, who cares
423 testcpp: test-object.cc
424         g++ -g -Wall `pkg-config --cflags gobject-2.0` -c test-object.cc
425
426 test-object.cc: test.gob gob2
427         ./gob2 --for-cpp test.gob
428
429 # Tell versions [3.59,3.63) of GNU make to not export all variables.
430 # Otherwise a system limit (for SysV at least) may be exceeded.
431 .NOEXPORT: