]> git.draconx.ca Git - gob-dx.git/blob - src/Makefile.in
Release 0.90.0
[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 CFLAGS = @CFLAGS@
64 CPP = @CPP@
65 CPPFLAGS = @CPPFLAGS@
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 PACKAGE = @PACKAGE@
75 RM = @RM@
76 TAR = @TAR@
77 VERSION = @VERSION@
78 YACC = @YACC@
79
80 YFLAGS =  -d -t
81
82 INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
83
84 bin_PROGRAMS = gob
85
86 gob_SOURCES =   main.c                  main.h                  tree.c                  tree.h                  out.c                   out.h                   parse.y                 lexer.l
87
88
89 gob_LDADD =     -lm     -lpopt  $(GLIB_LIBS)    @LEXLIB@
90
91
92 BUILT_SOURCES = parse.h parse.c lexer.c
93
94 CLEANFILES =  $(BUILT_SOURCES) gtk-weird-button.*
95
96 EXTRA_DIST = test.gob
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 PROGRAMS =  $(bin_PROGRAMS)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir) -I..
104 LIBS = @LIBS@
105 gob_OBJECTS =  main.o tree.o out.o parse.o lexer.o
106 gob_DEPENDENCIES = 
107 gob_LDFLAGS = 
108 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
109 LEXLIB = @LEXLIB@
110 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON =  Makefile.am Makefile.in lexer.c parse.c
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 GZIP_ENV = --best
119 SOURCES = $(gob_SOURCES)
120 OBJECTS = $(gob_OBJECTS)
121
122 all: all-redirect
123 .SUFFIXES:
124 .SUFFIXES: .S .c .l .o .s .y
125 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
126         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
127
128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
129         cd $(top_builddir) \
130           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132
133 mostlyclean-binPROGRAMS:
134
135 clean-binPROGRAMS:
136         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
137
138 distclean-binPROGRAMS:
139
140 maintainer-clean-binPROGRAMS:
141
142 install-binPROGRAMS: $(bin_PROGRAMS)
143         @$(NORMAL_INSTALL)
144         $(mkinstalldirs) $(DESTDIR)$(bindir)
145         @list='$(bin_PROGRAMS)'; for p in $$list; do \
146           if test -f $$p; then \
147             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
148              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
149           else :; fi; \
150         done
151
152 uninstall-binPROGRAMS:
153         @$(NORMAL_UNINSTALL)
154         list='$(bin_PROGRAMS)'; for p in $$list; do \
155           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
156         done
157
158 .c.o:
159         $(COMPILE) -c $<
160
161 .s.o:
162         $(COMPILE) -c $<
163
164 .S.o:
165         $(COMPILE) -c $<
166
167 mostlyclean-compile:
168         -rm -f *.o core *.core
169
170 clean-compile:
171
172 distclean-compile:
173         -rm -f *.tab.c
174
175 maintainer-clean-compile:
176
177 gob: $(gob_OBJECTS) $(gob_DEPENDENCIES)
178         @rm -f gob
179         $(LINK) $(gob_LDFLAGS) $(gob_OBJECTS) $(gob_LDADD) $(LIBS)
180 .l.c:
181         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
182 .y.c:
183         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
184         if test -f y.tab.h; then \
185         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
186         else :; fi
187 parse.h: parse.c
188
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193         list='$(SOURCES) $(HEADERS)'; \
194         unique=`for i in $$list; do echo $$i; done | \
195           awk '    { files[$$0] = 1; } \
196                END { for (i in files) print i; }'`; \
197         here=`pwd` && cd $(srcdir) \
198           && mkid -f$$here/ID $$unique $(LISP)
199
200 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
201         tags=; \
202         here=`pwd`; \
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215         -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220
221 subdir = src
222
223 distdir: $(DISTFILES)
224         @for file in $(DISTFILES); do \
225           d=$(srcdir); \
226           if test -d $$d/$$file; then \
227             cp -pr $$/$$file $(distdir)/$$file; \
228           else \
229             test -f $(distdir)/$$file \
230             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
231             || cp -p $$d/$$file $(distdir)/$$file || :; \
232           fi; \
233         done
234 lexer.o: lexer.c ../config.h parse.h
235 main.o: main.c ../config.h tree.h parse.h out.h main.h
236 out.o: out.c out.h
237 parse.o: parse.c ../config.h tree.h main.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) AM_INSTALL_PROGRAM_FLAGS=-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         $(CC) -g -Wall `gtk-config --cflags` -c gtk-weird-button.c
320
321 gtk-weird-button.c gtk-weird-button.h: test.gob gob
322         ./gob test.gob
323
324 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325 # Otherwise a system limit (for SysV at least) may be exceeded.
326 .NOEXPORT: