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