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 acinclude.m4 aclocal.m4 configure configure.in fficonfig.h.in
232 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
235 SOURCES
= $(libffi_la_SOURCES
) $(ffitest_SOURCES
)
236 OBJECTS
= $(am_libffi_la_OBJECTS
) $(am_ffitest_OBJECTS
)
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
244 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
246 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
248 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in
249 cd
$(srcdir) && $(ACLOCAL
)
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
)
257 @if
test ! -f
$@
; then \
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
265 && CONFIG_FILES
= CONFIG_HEADERS
=fficonfig.h \
266 $(SHELL
) .
/config.status
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
; \
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
286 maintainer-clean-hdr
:
288 mostlyclean-toolexeclibLTLIBRARIES
:
290 clean-toolexeclibLTLIBRARIES
:
291 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
293 distclean-toolexeclibLTLIBRARIES
:
295 maintainer-clean-toolexeclibLTLIBRARIES
:
297 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
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; \
307 uninstall-toolexeclibLTLIBRARIES
:
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; \
315 -rm -f
*.o core
*.core
322 maintainer-clean-compile
:
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
347 libffi.la
: $(libffi_la_OBJECTS
) $(libffi_la_DEPENDENCIES
)
348 $(LINK
) -rpath
$(toolexeclibdir
) $(libffi_la_LDFLAGS
) $(libffi_la_OBJECTS
) $(libffi_la_LIBADD
) $(LIBS
)
350 mostlyclean-noinstPROGRAMS
:
352 clean-noinstPROGRAMS
:
353 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
355 distclean-noinstPROGRAMS
:
357 maintainer-clean-noinstPROGRAMS
:
358 ffitest.o
: src
/ffitest.c
360 ffitest
$(EXEEXT
): $(ffitest_OBJECTS
) $(ffitest_DEPENDENCIES
)
361 @
rm -f ffitest
$(EXEEXT
)
362 $(LINK
) $(ffitest_LDFLAGS
) $(ffitest_OBJECTS
) $(ffitest_LDADD
) $(LIBS
)
366 $(LTCOMPILE
) -c
-o
$@
$<
370 $(LTCOMPILE
) -c
-o
$@
$<
374 $(LTCOMPILE
) -c
-o
$@
$<
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.
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; \
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 \
393 local_target
="$$target-am"; \
395 local_target
="$$target"; \
397 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
398 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
400 if
test "$$dot_seen" = "no"; then \
401 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
404 mostlyclean-recursive clean-recursive distclean-recursive \
405 maintainer-clean-recursive
:
406 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
408 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
409 rev
="$$subdir $$rev"; \
410 if
test "$$subdir" = "."; then dot_seen
=yes
; else :; fi
; \
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"; \
419 local_target
="$$target"; \
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"
425 list
='$(SUBDIRS)'; for subdir in
$$list; do \
426 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
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; \
436 $(AWK) ' { files[$$0] = 1; } \
437 END { for (i in files) print i; }'`; \
438 mkid
-fID
$$unique $(LISP
)
440 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) fficonfig.h.in
$(TAGS_DEPENDENCIES
) \
441 $(TAGS_FILES
) $(LISP
)
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"; \
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; \
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
)
465 maintainer-clean-tags
:
467 distdir
= $(PACKAGE
)-$(VERSION
)
468 top_distdir
= $(distdir
)
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
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
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`; \
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
)
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
)
520 $(mkinstalldirs
) $(distdir
)/src
/alpha
$(distdir
)/src
/arm \
521 $(distdir
)/src
/m68k
$(distdir
)/src
/mips \
522 $(distdir
)/src
/powerpc
$(distdir
)/src
/sparc \
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
) \
530 test -f
$(distdir
)/$$file \
531 || cp
-p
$$d/$$file $(distdir
)/$$file \
535 for subdir in
$(SUBDIRS
); do \
536 if
test "$$subdir" = .
; then
:; else \
537 test -d
$(distdir
)/$$subdir \
538 || mkdir
$(distdir
)/$$subdir \
540 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
549 check: check-recursive
551 installcheck: installcheck-recursive
553 install-info
: install-info-recursive
554 all-recursive-am
: fficonfig.h
555 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
557 install-exec-am
: install-toolexeclibLTLIBRARIES
558 install-exec
: install-exec-recursive
561 install-data
: install-data-recursive
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
571 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
572 installdirs: installdirs-recursive
574 $(mkinstalldirs
) $(DESTDIR
)$(toolexeclibdir
)
582 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
583 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
585 maintainer-clean-generic
:
587 mostlyclean-am
: mostlyclean-hdr mostlyclean-toolexeclibLTLIBRARIES \
588 mostlyclean-compile mostlyclean-libtool \
589 mostlyclean-noinstPROGRAMS mostlyclean-tags \
592 mostlyclean: mostlyclean-recursive
594 clean-am
: clean-hdr clean-toolexeclibLTLIBRARIES clean-compile \
595 clean-libtool clean-noinstPROGRAMS clean-tags \
596 clean-generic mostlyclean-am
598 clean: clean-recursive
600 distclean-am
: distclean-hdr distclean-toolexeclibLTLIBRARIES \
601 distclean-compile distclean-libtool \
602 distclean-noinstPROGRAMS distclean-tags \
603 distclean-generic clean-am
606 distclean: distclean-recursive
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."
617 maintainer-clean
: maintainer-clean-recursive
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
644 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
645 maintainer-clean-multi
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
655 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
657 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
659 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
661 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
663 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
664 maintainer-clean-multi
:
665 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
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.