]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
Release 0.0.2
[gob-dx.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a 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@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_STRIP_FLAG =
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 CC = @CC@
64 CFLAGS = @CFLAGS@
65 CPP = @CPP@
66 CPPFLAGS = @CPPFLAGS@
67 GLIB_CFLAGS = @GLIB_CFLAGS@
68 GLIB_CONFIG = @GLIB_CONFIG@
69 GLIB_LIBS = @GLIB_LIBS@
70 LDFLAGS = @LDFLAGS@
71 LEX = @LEX@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 MV = @MV@
75 PACKAGE = @PACKAGE@
76 RM = @RM@
77 TAR = @TAR@
78 VERSION = @VERSION@
79 YACC = @YACC@
80
81 YFLAGS =  -d -t
82
83 INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
84
85 bin_PROGRAMS = gob
86
87 gob_SOURCES =   main.c                  tree.c                  tree.h                  parse.y                 lexer.l
88
89
90 gob_LDADD =     -lm     -lpopt  $(GLIB_LIBS)    @LEXLIB@
91
92
93 BUILT_SOURCES = parse.h parse.c lexer.c
94
95 CLEANFILES =  $(BUILT_SOURCES)
96
97 EXTRA_DIST = test.gob
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../config.h
100 CONFIG_CLEAN_FILES = 
101 PROGRAMS =  $(bin_PROGRAMS)
102
103
104 DEFS = @DEFS@ -I. -I$(srcdir) -I..
105 LIBS = @LIBS@
106 gob_OBJECTS =  main.o tree.o parse.o lexer.o
107 gob_DEPENDENCIES = 
108 gob_LDFLAGS = 
109 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
110 LEXLIB = @LEXLIB@
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112 CCLD = $(CC)
113 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
114 DIST_COMMON =  Makefile.am Makefile.in lexer.c parse.c
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 GZIP_ENV = --best
120 SOURCES = $(gob_SOURCES)
121 OBJECTS = $(gob_OBJECTS)
122
123 all: all-redirect
124 .SUFFIXES:
125 .SUFFIXES: .S .c .l .o .s .y
126 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
127         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
128
129 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
130         cd $(top_builddir) \
131           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133
134 mostlyclean-binPROGRAMS:
135
136 clean-binPROGRAMS:
137         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
138
139 distclean-binPROGRAMS:
140
141 maintainer-clean-binPROGRAMS:
142
143 install-binPROGRAMS: $(bin_PROGRAMS)
144         @$(NORMAL_INSTALL)
145         $(mkinstalldirs) $(DESTDIR)$(bindir)
146         @list='$(bin_PROGRAMS)'; for p in $$list; do \
147           if test -f $$p; then \
148             echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
149              $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150           else :; fi; \
151         done
152
153 uninstall-binPROGRAMS:
154         @$(NORMAL_UNINSTALL)
155         list='$(bin_PROGRAMS)'; for p in $$list; do \
156           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
157         done
158
159 .c.o:
160         $(COMPILE) -c $<
161
162 .s.o:
163         $(COMPILE) -c $<
164
165 .S.o:
166         $(COMPILE) -c $<
167
168 mostlyclean-compile:
169         -rm -f *.o core *.core
170
171 clean-compile:
172
173 distclean-compile:
174         -rm -f *.tab.c
175
176 maintainer-clean-compile:
177
178 gob: $(gob_OBJECTS) $(gob_DEPENDENCIES)
179         @rm -f gob
180         $(LINK) $(gob_LDFLAGS) $(gob_OBJECTS) $(gob_LDADD) $(LIBS)
181 .l.c:
182         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
183 .y.c:
184         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
185         if test -f y.tab.h; then \
186         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
187         else :; fi
188 parse.h: parse.c
189
190
191 tags: TAGS
192
193 ID: $(HEADERS) $(SOURCES) $(LISP)
194         list='$(SOURCES) $(HEADERS)'; \
195         unique=`for i in $$list; do echo $$i; done | \
196           awk '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         here=`pwd` && cd $(srcdir) \
199           && mkid -f$$here/ID $$unique $(LISP)
200
201 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
202         tags=; \
203         here=`pwd`; \
204         list='$(SOURCES) $(HEADERS)'; \
205         unique=`for i in $$list; do echo $$i; done | \
206           awk '    { files[$$0] = 1; } \
207                END { for (i in files) print i; }'`; \
208         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
209           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
210
211 mostlyclean-tags:
212
213 clean-tags:
214
215 distclean-tags:
216         -rm -f TAGS ID
217
218 maintainer-clean-tags:
219
220 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
221
222 subdir = src
223
224 distdir: $(DISTFILES)
225         @for file in $(DISTFILES); do \
226           d=$(srcdir); \
227           if test -d $$d/$$file; then \
228             cp -pr $$d/$$file $(distdir)/$$file; \
229           else \
230             test -f $(distdir)/$$file \
231             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232             || cp -p $$d/$$file $(distdir)/$$file || :; \
233           fi; \
234         done
235 lexer.o: lexer.c ../config.h parse.h
236 main.o: main.c ../config.h tree.h parse.h
237 parse.o: parse.c ../config.h tree.h
238 tree.o: tree.c ../config.h tree.h
239
240 info-am:
241 info: info-am
242 dvi-am:
243 dvi: dvi-am
244 check-am: all-am
245 check: check-am
246 installcheck-am:
247 installcheck: installcheck-am
248 install-exec-am: install-binPROGRAMS
249 install-exec: install-exec-am
250
251 install-data-am:
252 install-data: install-data-am
253
254 install-am: all-am
255         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256 install: install-am
257 uninstall-am: uninstall-binPROGRAMS
258 uninstall: uninstall-am
259 all-am: Makefile $(PROGRAMS)
260 all-redirect: all-am
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
263 installdirs:
264         $(mkinstalldirs)  $(DESTDIR)$(bindir)
265
266
267 mostlyclean-generic:
268
269 clean-generic:
270         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
271
272 distclean-generic:
273         -rm -f Makefile $(CONFIG_CLEAN_FILES)
274         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
275
276 maintainer-clean-generic:
277         -test -z "lexerlparsehparsec$(BUILT_SOURCES)" || rm -f lexerl parseh parsec $(BUILT_SOURCES)
278 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
279                 mostlyclean-tags mostlyclean-generic
280
281 mostlyclean: mostlyclean-am
282
283 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
284                 mostlyclean-am
285
286 clean: clean-am
287
288 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
289                 distclean-generic clean-am
290
291 distclean: distclean-am
292
293 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
294                 maintainer-clean-compile maintainer-clean-tags \
295                 maintainer-clean-generic distclean-am
296         @echo "This command is intended for maintainers to use;"
297         @echo "it deletes files that may require special tools to rebuild."
298
299 maintainer-clean: maintainer-clean-am
300
301 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
302 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
303 mostlyclean-compile distclean-compile clean-compile \
304 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
305 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
306 check-am installcheck-am installcheck install-exec-am install-exec \
307 install-data-am install-data install-am install uninstall-am uninstall \
308 all-redirect all-am all installdirs mostlyclean-generic \
309 distclean-generic clean-generic maintainer-clean-generic clean \
310 mostlyclean distclean maintainer-clean
311
312
313 parse.h: parse.y
314         $(YACC) $(YFLAGS) $<
315         test -f y.tab.c && mv -f y.tab.c parse.c
316         test -f y.tab.h && mv -f y.tab.h parse.h
317
318 test: gtk-weird-button.c gtk-weird-button.h
319 gtk-weird-button.c gtk-weird-button.h: test.gob gob
320         ./gob test.gob
321
322 # Tell versions [3.59,3.63) of GNU make to not export all variables.
323 # Otherwise a system limit (for SysV at least) may be exceeded.
324 .NOEXPORT: