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