Setting up repository
[linux-libre-firmware.git] / as31 / Makefile
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
14 SHELL = /bin/sh
15
16 srcdir = .
17 top_srcdir = .
18
19 prefix = /usr/local
20 exec_prefix = ${prefix}
21
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/share/info
31 mandir = ${prefix}/share/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/as31
38 pkglibdir = $(libdir)/as31
39 pkgincludedir = $(includedir)/as31
40
41 top_builddir = .
42
43 ACLOCAL = /home/jason/old-linux-libre-firmware/as31/missing aclocal-1.4
44 AUTOCONF = /home/jason/old-linux-libre-firmware/as31/missing autoconf
45 AUTOMAKE = /home/jason/old-linux-libre-firmware/as31/missing automake-1.4
46 AUTOHEADER = /home/jason/old-linux-libre-firmware/as31/missing autoheader
47
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL}
52 transform = s,x,x,
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = gcc
61 CFLAGS = -g -O2
62 GTK_CFLAGS = 
63 GTK_CONFIG = 
64 GTK_LIBS = 
65 GUI_CFLAGS = 
66 GUI_LIBS = 
67 LIBS = 
68 MAKEINFO = makeinfo
69 PACKAGE = as31
70 VERSION = 2.3.1
71 YACC = bison -y
72
73 SUBDIRS = as31
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_CLEAN_FILES = 
77 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
78 Makefile.in NEWS aclocal.m4 configure configure.in install-sh missing \
79 mkinstalldirs
80
81
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84 TAR = tar
85 GZIP_ENV = --best
86 all: all-redirect
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
89         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
90
91 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
92         cd $(top_builddir) \
93           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 $(ACLOCAL_M4):  configure.in 
96         cd $(srcdir) && $(ACLOCAL)
97
98 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
99         $(SHELL) ./config.status --recheck
100 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
101         cd $(srcdir) && $(AUTOCONF)
102
103 # This directory's subdirectories are mostly independent; you can cd
104 # into them and run `make' without going through this Makefile.
105 # To change the values of `make' variables: instead of editing Makefiles,
106 # (1) if the variable is set in `config.status', edit `config.status'
107 #     (which will cause the Makefiles to be regenerated when you run `make');
108 # (2) otherwise, pass the desired values on the `make' command line.
109
110
111
112 all-recursive install-data-recursive install-exec-recursive \
113 installdirs-recursive install-recursive uninstall-recursive  \
114 check-recursive installcheck-recursive info-recursive dvi-recursive:
115         @set fnord $(MAKEFLAGS); amf=$$2; \
116         dot_seen=no; \
117         target=`echo $@ | sed s/-recursive//`; \
118         list='$(SUBDIRS)'; for subdir in $$list; do \
119           echo "Making $$target in $$subdir"; \
120           if test "$$subdir" = "."; then \
121             dot_seen=yes; \
122             local_target="$$target-am"; \
123           else \
124             local_target="$$target"; \
125           fi; \
126           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
127            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
128         done; \
129         if test "$$dot_seen" = "no"; then \
130           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
131         fi; test -z "$$fail"
132
133 mostlyclean-recursive clean-recursive distclean-recursive \
134 maintainer-clean-recursive:
135         @set fnord $(MAKEFLAGS); amf=$$2; \
136         dot_seen=no; \
137         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
138           rev="$$subdir $$rev"; \
139           test "$$subdir" != "." || dot_seen=yes; \
140         done; \
141         test "$$dot_seen" = "no" && rev=". $$rev"; \
142         target=`echo $@ | sed s/-recursive//`; \
143         for subdir in $$rev; do \
144           echo "Making $$target in $$subdir"; \
145           if test "$$subdir" = "."; then \
146             local_target="$$target-am"; \
147           else \
148             local_target="$$target"; \
149           fi; \
150           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152         done && test -z "$$fail"
153 tags-recursive:
154         list='$(SUBDIRS)'; for subdir in $$list; do \
155           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
156         done
157
158 tags: TAGS
159
160 ID: $(HEADERS) $(SOURCES) $(LISP)
161         list='$(SOURCES) $(HEADERS)'; \
162         unique=`for i in $$list; do echo $$i; done | \
163           awk '    { files[$$0] = 1; } \
164                END { for (i in files) print i; }'`; \
165         here=`pwd` && cd $(srcdir) \
166           && mkid -f$$here/ID $$unique $(LISP)
167
168 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
169         tags=; \
170         here=`pwd`; \
171         list='$(SUBDIRS)'; for subdir in $$list; do \
172    if test "$$subdir" = .; then :; else \
173             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
174    fi; \
175         done; \
176         list='$(SOURCES) $(HEADERS)'; \
177         unique=`for i in $$list; do echo $$i; done | \
178           awk '    { files[$$0] = 1; } \
179                END { for (i in files) print i; }'`; \
180         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
182
183 mostlyclean-tags:
184
185 clean-tags:
186
187 distclean-tags:
188         -rm -f TAGS ID
189
190 maintainer-clean-tags:
191
192 distdir = $(PACKAGE)-$(VERSION)
193 top_distdir = $(distdir)
194
195 # This target untars the dist file and tries a VPATH configuration.  Then
196 # it guarantees that the distribution is self-contained by making another
197 # tarfile.
198 distcheck: dist
199         -rm -rf $(distdir)
200         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
201         mkdir $(distdir)/=build
202         mkdir $(distdir)/=inst
203         dc_install_base=`cd $(distdir)/=inst && pwd`; \
204         cd $(distdir)/=build \
205           && ../configure --srcdir=.. --prefix=$$dc_install_base \
206           && $(MAKE) $(AM_MAKEFLAGS) \
207           && $(MAKE) $(AM_MAKEFLAGS) dvi \
208           && $(MAKE) $(AM_MAKEFLAGS) check \
209           && $(MAKE) $(AM_MAKEFLAGS) install \
210           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
211           && $(MAKE) $(AM_MAKEFLAGS) dist
212         -rm -rf $(distdir)
213         @banner="$(distdir).tar.gz is ready for distribution"; \
214         dashes=`echo "$$banner" | sed s/./=/g`; \
215         echo "$$dashes"; \
216         echo "$$banner"; \
217         echo "$$dashes"
218 dist: distdir
219         -chmod -R a+r $(distdir)
220         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
221         -rm -rf $(distdir)
222 dist-all: distdir
223         -chmod -R a+r $(distdir)
224         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
225         -rm -rf $(distdir)
226 distdir: $(DISTFILES)
227         -rm -rf $(distdir)
228         mkdir $(distdir)
229         -chmod 777 $(distdir)
230         @for file in $(DISTFILES); do \
231           d=$(srcdir); \
232           if test -d $$d/$$file; then \
233             cp -pr $$d/$$file $(distdir)/$$file; \
234           else \
235             test -f $(distdir)/$$file \
236             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237             || cp -p $$d/$$file $(distdir)/$$file || :; \
238           fi; \
239         done
240         for subdir in $(SUBDIRS); do \
241           if test "$$subdir" = .; then :; else \
242             test -d $(distdir)/$$subdir \
243             || mkdir $(distdir)/$$subdir \
244             || exit 1; \
245             chmod 777 $(distdir)/$$subdir; \
246             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
247               || exit 1; \
248           fi; \
249         done
250 info-am:
251 info: info-recursive
252 dvi-am:
253 dvi: dvi-recursive
254 check-am: all-am
255 check: check-recursive
256 installcheck-am:
257 installcheck: installcheck-recursive
258 install-exec-am:
259 install-exec: install-exec-recursive
260
261 install-data-am:
262 install-data: install-data-recursive
263
264 install-am: all-am
265         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 install: install-recursive
267 uninstall-am:
268 uninstall: uninstall-recursive
269 all-am: Makefile
270 all-redirect: all-recursive
271 install-strip:
272         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273 installdirs: installdirs-recursive
274 installdirs-am:
275
276
277 mostlyclean-generic:
278
279 clean-generic:
280
281 distclean-generic:
282         -rm -f Makefile $(CONFIG_CLEAN_FILES)
283         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
285 maintainer-clean-generic:
286 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
287
288 mostlyclean: mostlyclean-recursive
289
290 clean-am:  clean-tags clean-generic mostlyclean-am
291
292 clean: clean-recursive
293
294 distclean-am:  distclean-tags distclean-generic clean-am
295
296 distclean: distclean-recursive
297         -rm -f config.status
298
299 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
300                 distclean-am
301         @echo "This command is intended for maintainers to use;"
302         @echo "it deletes files that may require special tools to rebuild."
303
304 maintainer-clean: maintainer-clean-recursive
305         -rm -f config.status
306
307 .PHONY: install-data-recursive uninstall-data-recursive \
308 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
309 uninstalldirs-recursive all-recursive check-recursive \
310 installcheck-recursive info-recursive dvi-recursive \
311 mostlyclean-recursive distclean-recursive clean-recursive \
312 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
313 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
314 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
315 install-exec install-data-am install-data install-am install \
316 uninstall-am uninstall all-redirect all-am all installdirs-am \
317 installdirs mostlyclean-generic distclean-generic clean-generic \
318 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
319
320
321 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322 # Otherwise a system limit (for SysV at least) may be exceeded.
323 .NOEXPORT: