OSDN Git Service

* config.guess, config.sub, install-sh: Removed.
[pf3gnuchains/gcc-fork.git] / libffi / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3 # Copyright (C) 1994, 1995-9, 2000 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 SHELL = @SHELL@
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 prefix = @prefix@
18 exec_prefix = @exec_prefix@
19
20 bindir = @bindir@
21 sbindir = @sbindir@
22 libexecdir = @libexecdir@
23 datadir = @datadir@
24 sysconfdir = @sysconfdir@
25 sharedstatedir = @sharedstatedir@
26 localstatedir = @localstatedir@
27 libdir = @libdir@
28 infodir = @infodir@
29 mandir = @mandir@
30 includedir = @includedir@
31 oldincludedir = /usr/include
32
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36
37 top_builddir = .
38
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
43
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 INSTALL_STRIP_FLAG =
49 transform = @program_transform_name@
50
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57
58 @SET_MAKE@
59 host_alias = @host_alias@
60 host_triplet = @host@
61 AS = @AS@
62 CC = @CC@
63 DLLTOOL = @DLLTOOL@
64 EXEEXT = @EXEEXT@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 OBJDUMP = @OBJDUMP@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 SHELL = @SHELL@
73 TARGET = @TARGET@
74 TARGETDIR = @TARGETDIR@
75 VERSION = @VERSION@
76 libffi_basedir = @libffi_basedir@
77
78
79 AUTOMAKE_OPTIONS = cygnus
80
81 SUBDIRS = include
82
83 EXTRA_DIST = LICENSE ChangeLog.v1 src/mips/ffi.c src/mips/n32.S \
84                 src/mips/n32.s src/mips/o32.S src/mips/o32.s \
85                 src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S \
86                 src/x86/ffi.c src/x86/sysv.S \
87                 src/alpha/ffi.c src/alpha/osf.S \
88                 src/m68k/ffi.c src/m68k/sysv.S \
89                 src/powerpc/ffi.c src/powerpc/sysv.S src/powerpc/asm.h \
90                 src/arm/ffi.c src/arm/sysv.S
91
92
93 VPATH = @srcdir@:@srcdir@/src:@srcdir@/src/@TARGETDIR@
94
95 # Work around what appears to be a GNU make bug handling MAKEFLAGS
96 # values defined in terms of make variables, as is the case for CC and
97 # friends when we are called from the top level Makefile.
98 AM_MAKEFLAGS = \
99         "AR_FLAGS=$(AR_FLAGS)" \
100         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
101         "CFLAGS=$(CFLAGS)" \
102         "CXXFLAGS=$(CXXFLAGS)" \
103         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
104         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
105         "INSTALL=$(INSTALL)" \
106         "INSTALL_DATA=$(INSTALL_DATA)" \
107         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
108         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
109         "JC1FLAGS=$(JC1FLAGS)" \
110         "LDFLAGS=$(LDFLAGS)" \
111         "LIBCFLAGS=$(LIBCFLAGS)" \
112         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
113         "MAKE=$(MAKE)" \
114         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
115         "PICFLAG=$(PICFLAG)" \
116         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
117         "SHELL=$(SHELL)" \
118         "exec_prefix=$(exec_prefix)" \
119         "infodir=$(infodir)" \
120         "libdir=$(libdir)" \
121         "prefix=$(prefix)" \
122         "AR=$(AR)" \
123         "AS=$(AS)" \
124         "CC=$(CC)" \
125         "CXX=$(CXX)" \
126         "LD=$(LD)" \
127         "LIBCFLAGS=$(LIBCFLAGS)" \
128         "NM=$(NM)" \
129         "PICFLAG=$(PICFLAG)" \
130         "RANLIB=$(RANLIB)" \
131         "DESTDIR=$(DESTDIR)"
132
133
134 MAKEOVERRIDES = 
135
136 # Multilib support variables.
137 MULTISRCTOP = 
138 MULTIBUILDTOP = 
139 MULTIDIRS = 
140 MULTISUBDIR = 
141 MULTIDO = true
142 MULTICLEAN = true
143 @USE_LIBDIR_TRUE@toolexeclibdir = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
144 @USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
145 @USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
146
147 toolexeclib_LTLIBRARIES = libffi.la
148
149 noinst_PROGRAMS = ffitest
150
151 ffitest_SOURCES = src/ffitest.c
152 ffitest_LDADD = libffi.la
153
154 TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
155 TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
156 TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S
157 TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S
158 TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S
159 TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S
160 TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
161 TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S
162 TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c
163
164 libffi_la_common_SOURCES = src/debug.c src/prep_cif.c src/types.c \
165                 src/raw_api.c src/java_raw_api.c
166
167 @MIPS_GCC_TRUE@libffi_la_SOURCES = @MIPS_GCC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_GCC)
168 @MIPS_SGI_TRUE@libffi_la_SOURCES = @MIPS_SGI_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_SGI)
169 @X86_TRUE@libffi_la_SOURCES = @X86_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86)
170 @SPARC_TRUE@libffi_la_SOURCES = @SPARC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_SPARC)
171 @ALPHA_TRUE@libffi_la_SOURCES = @ALPHA_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ALPHA)
172 @IA64_TRUE@libffi_la_SOURCES = @IA64_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_IA64)
173 @M68K_TRUE@libffi_la_SOURCES = @M68K_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_M68K)
174 @POWERPC_TRUE@libffi_la_SOURCES = @POWERPC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC)
175 @ARM_TRUE@libffi_la_SOURCES = @ARM_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ARM)
176
177 AM_CFLAGS = -fexceptions
178
179 libffi_la_LDFLAGS = -release $(VERSION) 
180
181 INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
182 subdir = .
183 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
184 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
185 CONFIG_HEADER = fficonfig.h
186 CONFIG_CLEAN_FILES = 
187 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
188
189
190 DEFS = @DEFS@ -I. -I$(srcdir) -I.
191 CPPFLAGS = @CPPFLAGS@
192 LDFLAGS = @LDFLAGS@
193 LIBS = @LIBS@
194 libffi_la_LIBADD = 
195 @ALPHA_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
196 @ALPHA_TRUE@raw_api.lo java_raw_api.lo ffi.lo osf.lo
197 @ARM_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
198 @ARM_TRUE@raw_api.lo java_raw_api.lo sysv.lo ffi.lo
199 @IA64_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
200 @IA64_TRUE@raw_api.lo java_raw_api.lo ffi.lo unix.lo
201 @M68K_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
202 @M68K_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
203 @MIPS_GCC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
204 @MIPS_GCC_TRUE@raw_api.lo java_raw_api.lo ffi.lo o32.lo n32.lo
205 @MIPS_SGI_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
206 @MIPS_SGI_TRUE@raw_api.lo java_raw_api.lo ffi.lo o32.lo n32.lo
207 @POWERPC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
208 @POWERPC_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
209 @SPARC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
210 @SPARC_TRUE@raw_api.lo java_raw_api.lo ffi.lo v8.lo v9.lo
211 @X86_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
212 @X86_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
213 libffi_la_OBJECTS =  $(am_libffi_la_OBJECTS)
214 noinst_PROGRAMS =  ffitest$(EXEEXT)
215 PROGRAMS =  $(noinst_PROGRAMS)
216
217 am_ffitest_OBJECTS =  ffitest.o
218 ffitest_OBJECTS =  $(am_ffitest_OBJECTS)
219 ffitest_DEPENDENCIES =  libffi.la
220 ffitest_LDFLAGS = 
221 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
222 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
223 CFLAGS = @CFLAGS@
224 CCLD = $(CC)
225 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
226 DIST_SOURCES =  $(libffi_la_SOURCES) $(ffitest_SOURCES)
227 depcomp = 
228 DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
229 acconfig.h acinclude.m4 aclocal.m4 configure configure.in fficonfig.h.in
230
231
232 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233
234 GZIP_ENV = --best
235 SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
236 OBJECTS = $(am_libffi_la_OBJECTS) $(am_ffitest_OBJECTS)
237
238 all: all-redirect
239 .SUFFIXES:
240 .SUFFIXES: .S .c .lo .o .s
241 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
242         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
243
244 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
245         cd $(top_builddir) \
246           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
247
248 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
249         cd $(srcdir) && $(ACLOCAL)
250
251 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         $(SHELL) ./config.status --recheck
253 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
254         cd $(srcdir) && $(AUTOCONF)
255
256 fficonfig.h: stamp-h
257         @if test ! -f $@; then \
258                 rm -f stamp-h; \
259                 $(MAKE) stamp-h; \
260         else :; fi
261 stamp-h: $(srcdir)/fficonfig.h.in $(top_builddir)/config.status
262         @rm -f stamp-h stamp-hT
263         @echo timestamp > stamp-hT 2> /dev/null
264         cd $(top_builddir) \
265           && CONFIG_FILES= CONFIG_HEADERS=fficonfig.h \
266              $(SHELL) ./config.status
267         @mv stamp-hT stamp-h
268 $(srcdir)/fficonfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/./stamp-h.in
269         @if test ! -f $@; then \
270                 rm -f $(srcdir)/./stamp-h.in; \
271                 $(MAKE) $(srcdir)/./stamp-h.in; \
272         else :; fi
273 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
274         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
275         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
276         cd $(top_srcdir) && $(AUTOHEADER)
277         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
278
279 mostlyclean-hdr:
280
281 clean-hdr:
282
283 distclean-hdr:
284         -rm -f fficonfig.h
285
286 maintainer-clean-hdr:
287
288 mostlyclean-toolexeclibLTLIBRARIES:
289
290 clean-toolexeclibLTLIBRARIES:
291         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
292
293 distclean-toolexeclibLTLIBRARIES:
294
295 maintainer-clean-toolexeclibLTLIBRARIES:
296
297 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
298         @$(NORMAL_INSTALL)
299         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
300         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
301           if test -f $$p; then \
302             echo " $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
303             $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
304           else :; fi; \
305         done
306
307 uninstall-toolexeclibLTLIBRARIES:
308         @$(NORMAL_UNINSTALL)
309         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
310           echo " $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p"; \
311           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
312         done
313
314 mostlyclean-compile:
315         -rm -f *.o core *.core
316
317 clean-compile:
318
319 distclean-compile:
320         -rm -f *.tab.c
321
322 maintainer-clean-compile:
323
324 mostlyclean-libtool:
325         -rm -f *.lo
326
327 clean-libtool:
328         -rm -rf .libs _libs
329
330 distclean-libtool:
331
332 maintainer-clean-libtool:
333 debug.lo: src/debug.c
334 prep_cif.lo: src/prep_cif.c
335 types.lo: src/types.c
336 raw_api.lo: src/raw_api.c
337 java_raw_api.lo: src/java_raw_api.c
338 ffi.lo: src/alpha/ffi.c
339 osf.lo: src/alpha/osf.S
340 sysv.lo: src/arm/sysv.S
341 unix.lo: src/ia64/unix.S
342 o32.lo: src/mips/o32.S
343 n32.lo: src/mips/n32.S
344 v8.lo: src/sparc/v8.S
345 v9.lo: src/sparc/v9.S
346
347 libffi.la: $(libffi_la_OBJECTS) $(libffi_la_DEPENDENCIES)
348         $(LINK) -rpath $(toolexeclibdir) $(libffi_la_LDFLAGS) $(libffi_la_OBJECTS) $(libffi_la_LIBADD) $(LIBS)
349
350 mostlyclean-noinstPROGRAMS:
351
352 clean-noinstPROGRAMS:
353         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
354
355 distclean-noinstPROGRAMS:
356
357 maintainer-clean-noinstPROGRAMS:
358 ffitest.o: src/ffitest.c
359
360 ffitest$(EXEEXT): $(ffitest_OBJECTS) $(ffitest_DEPENDENCIES)
361         @rm -f ffitest$(EXEEXT)
362         $(LINK) $(ffitest_LDFLAGS) $(ffitest_OBJECTS) $(ffitest_LDADD) $(LIBS)
363 .S.o:
364         $(COMPILE) -c $<
365 .S.lo:
366         $(LTCOMPILE) -c -o $@ $<
367 .c.o:
368         $(COMPILE) -c $<
369 .c.lo:
370         $(LTCOMPILE) -c -o $@ $<
371 .s.o:
372         $(COMPILE) -c $<
373 .s.lo:
374         $(LTCOMPILE) -c -o $@ $<
375
376 # This directory's subdirectories are mostly independent; you can cd
377 # into them and run `make' without going through this Makefile.
378 # To change the values of `make' variables: instead of editing Makefiles,
379 # (1) if the variable is set in `config.status', edit `config.status'
380 #     (which will cause the Makefiles to be regenerated when you run `make');
381 # (2) otherwise, pass the desired values on the `make' command line.
382
383 all-recursive install-data-recursive install-exec-recursive \
384 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
385 check-recursive installcheck-recursive info-recursive dvi-recursive:
386         @set fnord $(MAKEFLAGS); amf=$$2; \
387         dot_seen=no; \
388         target=`echo $@ | sed s/-recursive//`; \
389         list='$(SUBDIRS)'; for subdir in $$list; do \
390           echo "Making $$target in $$subdir"; \
391           if test "$$subdir" = "."; then \
392             dot_seen=yes; \
393             local_target="$$target-am"; \
394           else \
395             local_target="$$target"; \
396           fi; \
397           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
399         done; \
400         if test "$$dot_seen" = "no"; then \
401           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
402         fi; test -z "$$fail"
403
404 mostlyclean-recursive clean-recursive distclean-recursive \
405 maintainer-clean-recursive:
406         @set fnord $(MAKEFLAGS); amf=$$2; \
407         dot_seen=no; \
408         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
409           rev="$$subdir $$rev"; \
410           if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
411         done; \
412         test "$$dot_seen" = "no" && rev=". $$rev"; \
413         target=`echo $@ | sed s/-recursive//`; \
414         for subdir in $$rev; do \
415           echo "Making $$target in $$subdir"; \
416           if test "$$subdir" = "."; then \
417             local_target="$$target-am"; \
418           else \
419             local_target="$$target"; \
420           fi; \
421           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
423         done && test -z "$$fail"
424 tags-recursive:
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427         done
428
429 tags: TAGS
430
431 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
432         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '    { files[$$0] = 1; } \
437                END { for (i in files) print i; }'`; \
438         mkid -fID $$unique $(LISP)
439
440 TAGS: tags-recursive $(HEADERS) $(SOURCES) fficonfig.h.in $(TAGS_DEPENDENCIES) \
441                 $(TAGS_FILES) $(LISP)
442         tags=; \
443         here=`pwd`; \
444         list='$(SUBDIRS)'; for subdir in $$list; do \
445    if test "$$subdir" = .; then :; else \
446             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
447    fi; \
448         done; \
449         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
450         unique=`for i in $$list; do \
451             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452           done | \
453           $(AWK) '    { files[$$0] = 1; } \
454                END { for (i in files) print i; }'`; \
455         test -z "$(ETAGS_ARGS)fficonfig.h.in$$unique$(LISP)$$tags" \
456           || etags $(ETAGS_ARGS) $$tags fficonfig.h.in $$unique $(LISP)
457
458 mostlyclean-tags:
459
460 clean-tags:
461
462 distclean-tags:
463         -rm -f TAGS ID
464
465 maintainer-clean-tags:
466
467 distdir = $(PACKAGE)-$(VERSION)
468 top_distdir = $(distdir)
469
470
471 # This target untars the dist file and tries a VPATH configuration.  Then
472 # it guarantees that the distribution is self-contained by making another
473 # tarfile.
474 distcheck: dist
475         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
476         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
477         chmod -R a-w $(distdir); chmod a+w $(distdir)
478         mkdir $(distdir)/=build
479         mkdir $(distdir)/=inst
480         chmod a-w $(distdir)
481         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
482           && cd $(distdir)/=build \
483           && ../configure --srcdir=.. --prefix=$$dc_install_base \
484           && $(MAKE) $(AM_MAKEFLAGS) \
485           && $(MAKE) $(AM_MAKEFLAGS) dvi \
486           && $(MAKE) $(AM_MAKEFLAGS) check \
487           && $(MAKE) $(AM_MAKEFLAGS) install \
488           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
489           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
490           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
491           && $(MAKE) $(AM_MAKEFLAGS) dist \
492           && $(MAKE) $(AM_MAKEFLAGS) distclean \
493           && rm -f $(distdir).tar.gz \
494           && test `find . -type f -print | wc -l` -eq 0
495         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
496         @banner="$(distdir).tar.gz is ready for distribution"; \
497         dashes=`echo "$$banner" | sed s/./=/g`; \
498         echo "$$dashes"; \
499         echo "$$banner"; \
500         echo "$$dashes"
501 dist: distdir
502         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
503           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
504           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
505           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
506         || chmod -R a+r $(distdir)
507         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
508         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
509 dist-all: distdir
510         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
511           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
512           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
513           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
514         || chmod -R a+r $(distdir)
515         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
516         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
517 distdir: $(DISTFILES)
518         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
519         mkdir $(distdir)
520         $(mkinstalldirs) $(distdir)/src/alpha $(distdir)/src/arm \
521            $(distdir)/src/m68k $(distdir)/src/mips \
522            $(distdir)/src/powerpc $(distdir)/src/sparc \
523            $(distdir)/src/x86
524         @for file in $(DISTFILES); do \
525           if test -f $$file; then d=.; else d=$(srcdir); fi; \
526           if test -d $$d/$$file; then \
527             cp -pR $$d/$$file $(distdir) \
528             || exit 1; \
529           else \
530             test -f $(distdir)/$$file \
531             || cp -p $$d/$$file $(distdir)/$$file \
532             || exit 1; \
533           fi; \
534         done
535         for subdir in $(SUBDIRS); do \
536           if test "$$subdir" = .; then :; else \
537             test -d $(distdir)/$$subdir \
538             || mkdir $(distdir)/$$subdir \
539             || exit 1; \
540             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
541               || exit 1; \
542           fi; \
543         done
544 info-am:
545 info: info-recursive
546 dvi-am:
547 dvi: dvi-recursive
548 check-am:
549 check: check-recursive
550 installcheck-am:
551 installcheck: installcheck-recursive
552 install-info-am: 
553 install-info: install-info-recursive
554 all-recursive-am: fficonfig.h
555         $(MAKE) $(AM_MAKEFLAGS) all-recursive
556
557 install-exec-am: install-toolexeclibLTLIBRARIES
558 install-exec: install-exec-recursive
559
560 install-data-am:
561 install-data: install-data-recursive
562
563 install-am: all-am
564         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565 install: install-recursive
566 uninstall-am: uninstall-toolexeclibLTLIBRARIES
567 uninstall: uninstall-recursive
568 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) fficonfig.h
569 all-redirect: all-recursive-am
570 install-strip:
571         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
572 installdirs: installdirs-recursive
573 installdirs-am:
574         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
575
576
577 mostlyclean-generic:
578
579 clean-generic:
580
581 distclean-generic:
582         -rm -f Makefile $(CONFIG_CLEAN_FILES)
583         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
584
585 maintainer-clean-generic:
586         -rm -f Makefile.in
587 mostlyclean-am:  mostlyclean-hdr mostlyclean-toolexeclibLTLIBRARIES \
588                 mostlyclean-compile mostlyclean-libtool \
589                 mostlyclean-noinstPROGRAMS mostlyclean-tags \
590                 mostlyclean-generic
591
592 mostlyclean: mostlyclean-recursive
593
594 clean-am:  clean-hdr clean-toolexeclibLTLIBRARIES clean-compile \
595                 clean-libtool clean-noinstPROGRAMS clean-tags \
596                 clean-generic mostlyclean-am
597
598 clean: clean-recursive
599
600 distclean-am:  distclean-hdr distclean-toolexeclibLTLIBRARIES \
601                 distclean-compile distclean-libtool \
602                 distclean-noinstPROGRAMS distclean-tags \
603                 distclean-generic clean-am
604         -rm -f libtool
605
606 distclean: distclean-recursive
607         -rm -f config.status
608
609 maintainer-clean-am:  maintainer-clean-hdr \
610                 maintainer-clean-toolexeclibLTLIBRARIES \
611                 maintainer-clean-compile maintainer-clean-libtool \
612                 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
613                 maintainer-clean-generic distclean-am
614         @echo "This command is intended for maintainers to use;"
615         @echo "it deletes files that may require special tools to rebuild."
616
617 maintainer-clean: maintainer-clean-recursive
618         -rm -f config.status
619
620 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
621 mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
622 clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
623 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
624 mostlyclean-compile distclean-compile clean-compile \
625 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
626 clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
627 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
628 maintainer-clean-noinstPROGRAMS install-recursive uninstall-recursive \
629 install-data-recursive uninstall-data-recursive install-exec-recursive \
630 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
631 all-recursive check-recursive installcheck-recursive info-recursive \
632 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
633 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
634 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
635 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
636 install-info all-recursive-am install-exec-am install-exec \
637 install-data-am install-data install-am install uninstall-am uninstall \
638 all-redirect all-am all install-strip installdirs-am installdirs \
639 mostlyclean-generic distclean-generic clean-generic \
640 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
641
642
643 # Multilib support.
644 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
645         maintainer-clean-multi
646
647 all-recursive: all-multi
648 install-recursive: install-multi
649 mostlyclean-recursive: mostlyclean-multi
650 clean-recursive: clean-multi
651 distclean-recursive: distclean-multi
652 maintainer-clean-recursive: maintainer-clean-multi
653
654 all-multi:
655         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
656 install-multi:
657         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
658 mostlyclean-multi:
659         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
660 clean-multi:
661         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
662 distclean-multi:
663         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
664 maintainer-clean-multi:
665         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
666
667 # Tell versions [3.59,3.63) of GNU make to not export all variables.
668 # Otherwise a system limit (for SysV at least) may be exceeded.
669 .NOEXPORT: