1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
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.
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
16 top_srcdir
= @top_srcdir@
18 exec_prefix = @
exec_prefix@
22 libexecdir
= @libexecdir@
24 sysconfdir
= @sysconfdir@
25 sharedstatedir
= @sharedstatedir@
26 localstatedir
= @localstatedir@
30 includedir = @
includedir@
31 oldincludedir = /usr
/include
33 pkgdatadir
= $(datadir)/@PACKAGE@
34 pkglibdir
= $(libdir)/@PACKAGE@
35 pkgincludedir
= $(includedir)/@PACKAGE@
42 AUTOHEADER
= @AUTOHEADER@
45 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
46 INSTALL_DATA
= @INSTALL_DATA@
47 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
49 transform
= @program_transform_name@
59 host_alias
= @host_alias@
74 TARGETDIR
= @TARGETDIR@
76 libffi_basedir
= @libffi_basedir@
79 AUTOMAKE_OPTIONS
= cygnus
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
93 VPATH
= @
srcdir@
:@
srcdir@
/src
:@
srcdir@
/src
/@TARGETDIR@
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.
99 "AR_FLAGS=$(AR_FLAGS)" \
100 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
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)" \
114 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
115 "PICFLAG=$(PICFLAG)" \
116 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
118 "exec_prefix=$(exec_prefix)" \
119 "infodir=$(infodir)" \
127 "LIBCFLAGS=$(LIBCFLAGS)" \
129 "PICFLAG=$(PICFLAG)" \
136 # Multilib support variables.
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
)
147 toolexeclib_LTLIBRARIES
= libffi.la
149 noinst_PROGRAMS
= ffitest
151 ffitest_SOURCES
= src
/ffitest.c
152 ffitest_LDADD
= libffi.la
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
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
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
)
177 AM_CFLAGS
= -fexceptions
179 libffi_la_LDFLAGS
= -release
$(VERSION
)
181 INCLUDES
= -I
$(top_srcdir
)/include -Iinclude
-I
$(top_srcdir
)/src
183 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
184 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
185 CONFIG_HEADER
= fficonfig.h
187 LTLIBRARIES
= $(toolexeclib_LTLIBRARIES
)
190 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
191 CPPFLAGS
= @CPPFLAGS@
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
)
217 am_ffitest_OBJECTS
= ffitest.o
218 ffitest_OBJECTS
= $(am_ffitest_OBJECTS
)
219 ffitest_DEPENDENCIES
= libffi.la
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
)
225 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
226 DIST_SOURCES
= $(libffi_la_SOURCES
) $(ffitest_SOURCES
)
228 DIST_COMMON
= README .
/stamp-h.in ChangeLog Makefile.am Makefile.in \
229 acconfig.h aclocal.m4 config.guess config.sub configure configure.in \
230 fficonfig.h.in install-sh ltconfig ltmain.sh missing mkinstalldirs
233 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
236 SOURCES
= $(libffi_la_SOURCES
) $(ffitest_SOURCES
)
237 OBJECTS
= $(am_libffi_la_OBJECTS
) $(am_ffitest_OBJECTS
)
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
245 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
247 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
249 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in
250 cd
$(srcdir) && $(ACLOCAL
)
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
)
258 @if
test ! -f
$@
; then \
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
266 && CONFIG_FILES
= CONFIG_HEADERS
=fficonfig.h \
267 $(SHELL
) .
/config.status
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
; \
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
287 maintainer-clean-hdr
:
289 mostlyclean-toolexeclibLTLIBRARIES
:
291 clean-toolexeclibLTLIBRARIES
:
292 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
294 distclean-toolexeclibLTLIBRARIES
:
296 maintainer-clean-toolexeclibLTLIBRARIES
:
298 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
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; \
308 uninstall-toolexeclibLTLIBRARIES
:
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; \
316 -rm -f
*.o core
*.core
323 maintainer-clean-compile
:
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
348 libffi.la
: $(libffi_la_OBJECTS
) $(libffi_la_DEPENDENCIES
)
349 $(LINK
) -rpath
$(toolexeclibdir
) $(libffi_la_LDFLAGS
) $(libffi_la_OBJECTS
) $(libffi_la_LIBADD
) $(LIBS
)
351 mostlyclean-noinstPROGRAMS
:
353 clean-noinstPROGRAMS
:
354 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
356 distclean-noinstPROGRAMS
:
358 maintainer-clean-noinstPROGRAMS
:
359 ffitest.o
: src
/ffitest.c
361 ffitest
$(EXEEXT
): $(ffitest_OBJECTS
) $(ffitest_DEPENDENCIES
)
362 @
rm -f ffitest
$(EXEEXT
)
363 $(LINK
) $(ffitest_LDFLAGS
) $(ffitest_OBJECTS
) $(ffitest_LDADD
) $(LIBS
)
367 $(LTCOMPILE
) -c
-o
$@
$<
371 $(LTCOMPILE
) -c
-o
$@
$<
375 $(LTCOMPILE
) -c
-o
$@
$<
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.
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; \
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 \
394 local_target
="$$target-am"; \
396 local_target
="$$target"; \
398 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
399 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
401 if
test "$$dot_seen" = "no"; then \
402 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
405 mostlyclean-recursive clean-recursive distclean-recursive \
406 maintainer-clean-recursive
:
407 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
409 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
410 rev
="$$subdir $$rev"; \
411 if
test "$$subdir" = "."; then dot_seen
=yes
; else :; fi
; \
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"; \
420 local_target
="$$target"; \
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"
426 list
='$(SUBDIRS)'; for subdir in
$$list; do \
427 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
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; \
437 $(AWK) ' { files[$$0] = 1; } \
438 END { for (i in files) print i; }'`; \
439 mkid
-fID
$$unique $(LISP
)
441 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) fficonfig.h.in
$(TAGS_DEPENDENCIES
) \
442 $(TAGS_FILES
) $(LISP
)
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"; \
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; \
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
)
466 maintainer-clean-tags
:
468 distdir
= $(PACKAGE
)-$(VERSION
)
469 top_distdir
= $(distdir
)
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
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
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`; \
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
)
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
)
521 $(mkinstalldirs
) $(distdir
)/src
/alpha
$(distdir
)/src
/arm \
522 $(distdir
)/src
/m68k
$(distdir
)/src
/mips \
523 $(distdir
)/src
/powerpc
$(distdir
)/src
/sparc \
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
) \
531 test -f
$(distdir
)/$$file \
532 || cp
-p
$$d/$$file $(distdir
)/$$file \
536 for subdir in
$(SUBDIRS
); do \
537 if
test "$$subdir" = .
; then
:; else \
538 test -d
$(distdir
)/$$subdir \
539 || mkdir
$(distdir
)/$$subdir \
541 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
550 check: check-recursive
552 installcheck: installcheck-recursive
554 install-info
: install-info-recursive
555 all-recursive-am
: fficonfig.h
556 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
558 install-exec-am
: install-toolexeclibLTLIBRARIES
559 install-exec
: install-exec-recursive
562 install-data
: install-data-recursive
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
572 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
573 installdirs: installdirs-recursive
575 $(mkinstalldirs
) $(DESTDIR
)$(toolexeclibdir
)
583 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
584 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
586 maintainer-clean-generic
:
588 mostlyclean-am
: mostlyclean-hdr mostlyclean-toolexeclibLTLIBRARIES \
589 mostlyclean-compile mostlyclean-libtool \
590 mostlyclean-noinstPROGRAMS mostlyclean-tags \
593 mostlyclean: mostlyclean-recursive
595 clean-am
: clean-hdr clean-toolexeclibLTLIBRARIES clean-compile \
596 clean-libtool clean-noinstPROGRAMS clean-tags \
597 clean-generic mostlyclean-am
599 clean: clean-recursive
601 distclean-am
: distclean-hdr distclean-toolexeclibLTLIBRARIES \
602 distclean-compile distclean-libtool \
603 distclean-noinstPROGRAMS distclean-tags \
604 distclean-generic clean-am
607 distclean: distclean-recursive
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."
618 maintainer-clean
: maintainer-clean-recursive
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
645 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
646 maintainer-clean-multi
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
656 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
658 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
660 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
662 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
664 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
665 maintainer-clean-multi
:
666 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
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.