Setting up repository
[linux-libre-firmware.git] / as31 / as31 / 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 # Makefile for as31
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 GTK_CFLAGS = @GTK_CFLAGS@
65 GTK_CONFIG = @GTK_CONFIG@
66 GTK_LIBS = @GTK_LIBS@
67 GUI_CFLAGS = @GUI_CFLAGS@
68 GUI_LIBS = @GUI_LIBS@
69 LIBS = @LIBS@
70 MAKEINFO = @MAKEINFO@
71 PACKAGE = @PACKAGE@
72 VERSION = @VERSION@
73 YACC = @YACC@
74
75 INCLUDES = $(GUI_CFLAGS) $(CFLAGS)
76 @OPTION_GTK_TRUE@AS31GTK_BIN = as31gtk
77 @OPTION_GTK_FALSE@AS31GTK_BIN = 
78
79 bin_PROGRAMS =          as31    $(AS31GTK_BIN)
80
81
82 as31_SOURCES =          as31.h  run.c   lexer.c         parser.y        parser.h        symbol.c        emitter.c       as31.c
83
84
85 as31gtk_SOURCES =       as31.h  run.c   lexer.c         parser.y        parser.h        symbol.c        emitter.c       as31_gtk.c
86
87
88 as31gtk_LDADD = $(GUI_LIBS)
89
90 man_MANS = as31.1
91
92 EXTRA_DIST = as31.1
93 CLEANFILES = as31gtk
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_CLEAN_FILES = 
96 PROGRAMS =  $(bin_PROGRAMS)
97
98
99 DEFS = @DEFS@ -I. -I$(srcdir) 
100 CPPFLAGS = @CPPFLAGS@
101 LDFLAGS = @LDFLAGS@
102 as31_OBJECTS =  run.o lexer.o parser.o symbol.o emitter.o as31.o
103 as31_LDADD = $(LDADD)
104 as31_DEPENDENCIES = 
105 as31_LDFLAGS = 
106 as31gtk_OBJECTS =  run.o lexer.o parser.o symbol.o emitter.o as31_gtk.o
107 as31gtk_DEPENDENCIES = 
108 as31gtk_LDFLAGS = 
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 CCLD = $(CC)
111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
112 man1dir = $(mandir)/man1
113 MANS = $(man_MANS)
114
115 NROFF = nroff
116 DIST_COMMON =  Makefile.am Makefile.in parser.c
117
118
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121 TAR = tar
122 GZIP_ENV = --best
123 SOURCES = $(as31_SOURCES) $(as31gtk_SOURCES)
124 OBJECTS = $(as31_OBJECTS) $(as31gtk_OBJECTS)
125
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .o .s .y
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
130         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps as31/Makefile
131
132 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
133         cd $(top_builddir) \
134           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136
137 mostlyclean-binPROGRAMS:
138
139 clean-binPROGRAMS:
140         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
141
142 distclean-binPROGRAMS:
143
144 maintainer-clean-binPROGRAMS:
145
146 install-binPROGRAMS: $(bin_PROGRAMS)
147         @$(NORMAL_INSTALL)
148         $(mkinstalldirs) $(DESTDIR)$(bindir)
149         @list='$(bin_PROGRAMS)'; for p in $$list; do \
150           if test -f $$p; then \
151             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
152              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153           else :; fi; \
154         done
155
156 uninstall-binPROGRAMS:
157         @$(NORMAL_UNINSTALL)
158         list='$(bin_PROGRAMS)'; for p in $$list; do \
159           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160         done
161
162 .c.o:
163         $(COMPILE) -c $<
164
165 .s.o:
166         $(COMPILE) -c $<
167
168 .S.o:
169         $(COMPILE) -c $<
170
171 mostlyclean-compile:
172         -rm -f *.o core *.core
173
174 clean-compile:
175
176 distclean-compile:
177         -rm -f *.tab.c
178
179 maintainer-clean-compile:
180
181 as31: $(as31_OBJECTS) $(as31_DEPENDENCIES)
182         @rm -f as31
183         $(LINK) $(as31_LDFLAGS) $(as31_OBJECTS) $(as31_LDADD) $(LIBS)
184
185 as31gtk: $(as31gtk_OBJECTS) $(as31gtk_DEPENDENCIES)
186         @rm -f as31gtk
187         $(LINK) $(as31gtk_LDFLAGS) $(as31gtk_OBJECTS) $(as31gtk_LDADD) $(LIBS)
188 .y.c:
189         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
190         if test -f y.tab.h; then \
191         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
192         else :; fi
193 parser.h: parser.c
194
195
196 install-man1:
197         $(mkinstalldirs) $(DESTDIR)$(man1dir)
198         @list='$(man1_MANS)'; \
199         l2='$(man_MANS)'; for i in $$l2; do \
200           case "$$i" in \
201             *.1*) list="$$list $$i" ;; \
202           esac; \
203         done; \
204         for i in $$list; do \
205           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
206           else file=$$i; fi; \
207           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
208           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
209           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
210           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
211           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
212         done
213
214 uninstall-man1:
215         @list='$(man1_MANS)'; \
216         l2='$(man_MANS)'; for i in $$l2; do \
217           case "$$i" in \
218             *.1*) list="$$list $$i" ;; \
219           esac; \
220         done; \
221         for i in $$list; do \
222           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
223           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
224           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
225           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
226           rm -f $(DESTDIR)$(man1dir)/$$inst; \
227         done
228 install-man: $(MANS)
229         @$(NORMAL_INSTALL)
230         $(MAKE) $(AM_MAKEFLAGS) install-man1
231 uninstall-man:
232         @$(NORMAL_UNINSTALL)
233         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
234
235 tags: TAGS
236
237 ID: $(HEADERS) $(SOURCES) $(LISP)
238         list='$(SOURCES) $(HEADERS)'; \
239         unique=`for i in $$list; do echo $$i; done | \
240           awk '    { files[$$0] = 1; } \
241                END { for (i in files) print i; }'`; \
242         here=`pwd` && cd $(srcdir) \
243           && mkid -f$$here/ID $$unique $(LISP)
244
245 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
246         tags=; \
247         here=`pwd`; \
248         list='$(SOURCES) $(HEADERS)'; \
249         unique=`for i in $$list; do echo $$i; done | \
250           awk '    { files[$$0] = 1; } \
251                END { for (i in files) print i; }'`; \
252         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
253           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
254
255 mostlyclean-tags:
256
257 clean-tags:
258
259 distclean-tags:
260         -rm -f TAGS ID
261
262 maintainer-clean-tags:
263
264 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
265
266 subdir = as31
267
268 distdir: $(DISTFILES)
269         @for file in $(DISTFILES); do \
270           d=$(srcdir); \
271           if test -d $$d/$$file; then \
272             cp -pr $$d/$$file $(distdir)/$$file; \
273           else \
274             test -f $(distdir)/$$file \
275             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276             || cp -p $$d/$$file $(distdir)/$$file || :; \
277           fi; \
278         done
279 as31.o: as31.c as31.h
280 as31_gtk.o: as31_gtk.c as31.h
281 emitter.o: emitter.c as31.h
282 lexer.o: lexer.c as31.h parser.h
283 parser.o: parser.c as31.h
284 run.o: run.c as31.h
285 symbol.o: symbol.c as31.h parser.h
286
287 info-am:
288 info: info-am
289 dvi-am:
290 dvi: dvi-am
291 check-am: all-am
292 check: check-am
293 installcheck-am:
294 installcheck: installcheck-am
295 install-exec-am: install-binPROGRAMS
296 install-exec: install-exec-am
297
298 install-data-am: install-man
299 install-data: install-data-am
300
301 install-am: all-am
302         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303 install: install-am
304 uninstall-am: uninstall-binPROGRAMS uninstall-man
305 uninstall: uninstall-am
306 all-am: Makefile $(PROGRAMS) $(MANS)
307 all-redirect: all-am
308 install-strip:
309         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310 installdirs:
311         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
312
313
314 mostlyclean-generic:
315
316 clean-generic:
317         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
318
319 distclean-generic:
320         -rm -f Makefile $(CONFIG_CLEAN_FILES)
321         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
322
323 maintainer-clean-generic:
324         -test -z "parserhparserc" || rm -f parserh parserc
325 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
326                 mostlyclean-tags mostlyclean-generic
327
328 mostlyclean: mostlyclean-am
329
330 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
331                 mostlyclean-am
332
333 clean: clean-am
334
335 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
336                 distclean-generic clean-am
337
338 distclean: distclean-am
339
340 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
341                 maintainer-clean-compile maintainer-clean-tags \
342                 maintainer-clean-generic distclean-am
343         @echo "This command is intended for maintainers to use;"
344         @echo "it deletes files that may require special tools to rebuild."
345
346 maintainer-clean: maintainer-clean-am
347
348 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
349 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
350 mostlyclean-compile distclean-compile clean-compile \
351 maintainer-clean-compile install-man1 uninstall-man1 install-man \
352 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
353 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
354 installcheck-am installcheck install-exec-am install-exec \
355 install-data-am install-data install-am install uninstall-am uninstall \
356 all-redirect all-am all installdirs mostlyclean-generic \
357 distclean-generic clean-generic maintainer-clean-generic clean \
358 mostlyclean distclean maintainer-clean
359
360
361 # Tell versions [3.59,3.63) of GNU make to not export all variables.
362 # Otherwise a system limit (for SysV at least) may be exceeded.
363 .NOEXPORT: