OSDN Git Service

078daf4d058a5f448b8dd2e525ec149592eee5f4
[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-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 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 DESTDIR =
34
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_STRIP_FLAG =
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 AMTAR = @AMTAR@
62 AMTARFLAGS = @AMTARFLAGS@
63 AS = @AS@
64 CC = @CC@
65 DLLTOOL = @DLLTOOL@
66 EXEEXT = @EXEEXT@
67 LD = @LD@
68 LIBTOOL = @LIBTOOL@
69 LN_S = @LN_S@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 NM = @NM@
73 OBJDUMP = @OBJDUMP@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 SHELL = @SHELL@
77 TARGET = @TARGET@
78 TARGETDIR = @TARGETDIR@
79 VERSION = @VERSION@
80 install_sh = @install_sh@
81
82
83 AUTOMAKE_OPTIONS = cygnus
84
85 EXTRA_DIST = LICENSE ChangeLog.v1 src/mips/ffi.c src/mips/n32.S \
86                 src/mips/n32.s src/mips/o32.S src/mips/o32.s \
87                 src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S \
88                 src/x86/ffi.c src/x86/sysv.S \
89                 src/alpha/ffi.c src/alpha/osf.S \
90                 src/m68k/ffi.c src/m68k/sysv.S \
91                 src/powerpc/ffi.c src/powerpc/sysv.S src/powerpc/asm.h \
92                 src/arm/ffi.c src/arm/sysv.S
93
94
95 VPATH = @srcdir@:@srcdir@/src:@srcdir@/src/@TARGETDIR@
96
97 # Multilib support variables.
98 MULTISRCTOP = 
99 MULTIBUILDTOP = 
100 MULTIDIRS = 
101 MULTISUBDIR = 
102 MULTIDO = true
103 MULTICLEAN = true
104 @USE_LIBDIR_TRUE@toolexeclibdir = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
105 @USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
106 @USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
107
108 toolexeclib_LTLIBRARIES = libffi.la
109
110 noinst_PROGRAMS = ffitest
111
112 ffitest_SOURCES = src/ffitest.c
113 ffitest_LDADD = libffi.la
114
115 TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
116 TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
117 TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S
118 TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S 
119 TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S
120 TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S
121 TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
122 TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S
123 TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c
124
125 libffi_la_common_SOURCES = src/debug.c src/prep_cif.c src/types.c src/raw_api.c src/java_raw_api.c
126 @MIPS_GCC_TRUE@libffi_la_SOURCES = @MIPS_GCC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_GCC)
127 @MIPS_SGI_TRUE@libffi_la_SOURCES = @MIPS_SGI_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_SGI)
128 @X86_TRUE@libffi_la_SOURCES = @X86_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86)
129 @SPARC_TRUE@libffi_la_SOURCES = @SPARC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_SPARC)
130 @ALPHA_TRUE@libffi_la_SOURCES = @ALPHA_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ALPHA)
131 @IA64_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_IA64)
132 @M68K_TRUE@libffi_la_SOURCES = @M68K_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_M68K)
133 @POWERPC_TRUE@libffi_la_SOURCES = @POWERPC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC)
134 @ARM_TRUE@libffi_la_SOURCES = @ARM_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ARM)
135
136 AM_CFLAGS = -fexceptions
137
138 libffi_la_LDFLAGS = -release $(VERSION) 
139
140 INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
141 subdir = .
142 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144 CONFIG_HEADER = fficonfig.h
145 CONFIG_CLEAN_FILES = 
146 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
147
148
149 DEFS = @DEFS@ -I. -I$(srcdir) -I.
150 CPPFLAGS = @CPPFLAGS@
151 LDFLAGS = @LDFLAGS@
152 LIBS = @LIBS@
153 libffi_la_LIBADD = 
154 @ALPHA_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
155 @ALPHA_TRUE@raw_api.lo java_raw_api.lo ffi.lo osf.lo
156 @ARM_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
157 @ARM_TRUE@raw_api.lo java_raw_api.lo sysv.lo ffi.lo
158 @M68K_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
159 @M68K_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
160 @MIPS_GCC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
161 @MIPS_GCC_TRUE@raw_api.lo java_raw_api.lo ffi.lo o32.lo n32.lo
162 @MIPS_SGI_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
163 @MIPS_SGI_TRUE@raw_api.lo java_raw_api.lo ffi.lo o32.lo n32.lo
164 @POWERPC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
165 @POWERPC_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
166 @SPARC_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
167 @SPARC_TRUE@raw_api.lo java_raw_api.lo ffi.lo v8.lo v9.lo
168 @X86_TRUE@am_libffi_la_OBJECTS =  debug.lo prep_cif.lo types.lo \
169 @X86_TRUE@raw_api.lo java_raw_api.lo ffi.lo sysv.lo
170 libffi_la_OBJECTS =  $(am_libffi_la_OBJECTS)
171 noinst_PROGRAMS =  ffitest$(EXEEXT)
172 PROGRAMS =  $(noinst_PROGRAMS)
173
174 am_ffitest_OBJECTS =  ffitest.o
175 ffitest_OBJECTS =  $(am_ffitest_OBJECTS)
176 ffitest_DEPENDENCIES =  libffi.la
177 ffitest_LDFLAGS = 
178 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180 CFLAGS = @CFLAGS@
181 CCLD = $(CC)
182 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
183 DIST_SOURCES =  $(libffi_la_SOURCES) $(ffitest_SOURCES)
184 DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
185 acconfig.h aclocal.m4 config.guess config.sub configure configure.in \
186 fficonfig.h.in install-sh ltconfig ltmain.sh missing mkinstalldirs
187
188
189 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190
191 GZIP_ENV = --best
192 depcomp = 
193 SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
194 OBJECTS = $(am_libffi_la_OBJECTS) $(am_ffitest_OBJECTS)
195
196 all: all-redirect
197 .SUFFIXES:
198 .SUFFIXES: .S .c .lo .o .s
199 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
200         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
201
202 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
203         cd $(top_builddir) \
204           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
205
206 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
207         cd $(srcdir) && $(ACLOCAL)
208
209 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210         $(SHELL) ./config.status --recheck
211 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
212         cd $(srcdir) && $(AUTOCONF)
213
214 fficonfig.h: stamp-h
215         @if test ! -f $@; then \
216                 rm -f stamp-h; \
217                 $(MAKE) stamp-h; \
218         else :; fi
219 stamp-h: $(srcdir)/fficonfig.h.in $(top_builddir)/config.status
220         @rm -f stamp-h stamp-hT
221         @echo timestamp > stamp-hT 2> /dev/null
222         cd $(top_builddir) \
223           && CONFIG_FILES= CONFIG_HEADERS=fficonfig.h \
224              $(SHELL) ./config.status
225         @mv stamp-hT stamp-h
226 $(srcdir)/fficonfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/./stamp-h.in
227         @if test ! -f $@; then \
228                 rm -f $(srcdir)/./stamp-h.in; \
229                 $(MAKE) $(srcdir)/./stamp-h.in; \
230         else :; fi
231 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
232         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
233         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
234         cd $(top_srcdir) && $(AUTOHEADER)
235         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
236
237 mostlyclean-hdr:
238
239 clean-hdr:
240
241 distclean-hdr:
242         -rm -f fficonfig.h
243
244 maintainer-clean-hdr:
245
246 mostlyclean-toolexeclibLTLIBRARIES:
247
248 clean-toolexeclibLTLIBRARIES:
249         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
250
251 distclean-toolexeclibLTLIBRARIES:
252
253 maintainer-clean-toolexeclibLTLIBRARIES:
254
255 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
256         @$(NORMAL_INSTALL)
257         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
258         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
259           if test -f $$p; then \
260             echo " $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
261             $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
262           else :; fi; \
263         done
264
265 uninstall-toolexeclibLTLIBRARIES:
266         @$(NORMAL_UNINSTALL)
267         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
268           echo " $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p"; \
269           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
270         done
271
272 mostlyclean-compile:
273         -rm -f *.o core *.core
274
275 clean-compile:
276
277 distclean-compile:
278         -rm -f *.tab.c
279
280 maintainer-clean-compile:
281
282 mostlyclean-libtool:
283         -rm -f *.lo
284
285 clean-libtool:
286         -rm -rf .libs _libs
287
288 distclean-libtool:
289
290 maintainer-clean-libtool:
291 debug.lo: src/debug.c
292 prep_cif.lo: src/prep_cif.c
293 types.lo: src/types.c
294 raw_api.lo: src/raw_api.c
295 java_raw_api.lo: src/java_raw_api.c
296 ffi.lo: src/alpha/ffi.c
297 osf.lo: src/alpha/osf.S
298 sysv.lo: src/arm/sysv.S
299 o32.lo: src/mips/o32.S
300 n32.lo: src/mips/n32.S
301 v8.lo: src/sparc/v8.S
302 v9.lo: src/sparc/v9.S
303
304 libffi.la: $(libffi_la_OBJECTS) $(libffi_la_DEPENDENCIES)
305         $(LINK) -rpath $(toolexeclibdir) $(libffi_la_LDFLAGS) $(libffi_la_OBJECTS) $(libffi_la_LIBADD) $(LIBS)
306
307 mostlyclean-noinstPROGRAMS:
308
309 clean-noinstPROGRAMS:
310         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
311
312 distclean-noinstPROGRAMS:
313
314 maintainer-clean-noinstPROGRAMS:
315 ffitest.o: src/ffitest.c
316
317 ffitest$(EXEEXT): $(ffitest_OBJECTS) $(ffitest_DEPENDENCIES)
318         @rm -f ffitest$(EXEEXT)
319         $(LINK) $(ffitest_LDFLAGS) $(ffitest_OBJECTS) $(ffitest_LDADD) $(LIBS)
320 .S.o:
321         $(COMPILE) -c $<
322 .S.lo:
323         $(LTCOMPILE) -c -o $@ $<
324 .c.o:
325         $(COMPILE) -c $<
326 .c.lo:
327         $(LTCOMPILE) -c -o $@ $<
328 .s.o:
329         $(COMPILE) -c $<
330 .s.lo:
331         $(LTCOMPILE) -c -o $@ $<
332
333 tags: TAGS
334
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         mkid -f$$here/ID $$unique $(LISP)
343
344 TAGS:  $(HEADERS) $(SOURCES) fficonfig.h.in $(TAGS_DEPENDENCIES) \
345                 $(TAGS_FILES) $(LISP)
346         tags=; \
347         here=`pwd`; \
348         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
349         unique=`for i in $$list; do \
350             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351           done | \
352           $(AWK) '    { files[$$0] = 1; } \
353                END { for (i in files) print i; }'`; \
354         test -z "$(ETAGS_ARGS)fficonfig.h.in$$unique$(LISP)$$tags" \
355           || etags $(ETAGS_ARGS) $$tags fficonfig.h.in $$unique $(LISP)
356
357 mostlyclean-tags:
358
359 clean-tags:
360
361 distclean-tags:
362         -rm -f TAGS ID
363
364 maintainer-clean-tags:
365
366 distdir = $(PACKAGE)-$(VERSION)
367 top_distdir = $(distdir)
368
369
370 # This target untars the dist file and tries a VPATH configuration.  Then
371 # it guarantees that the distribution is self-contained by making another
372 # tarfile.
373 distcheck: dist
374         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
375         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
376         chmod -R a-w $(distdir); chmod a+w $(distdir)
377         mkdir $(distdir)/=build
378         mkdir $(distdir)/=inst
379         chmod a-w $(distdir)
380         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
381           && cd $(distdir)/=build \
382           && ../configure --srcdir=.. --prefix=$$dc_install_base \
383           && $(MAKE) $(AM_MAKEFLAGS) \
384           && $(MAKE) $(AM_MAKEFLAGS) dvi \
385           && $(MAKE) $(AM_MAKEFLAGS) check \
386           && $(MAKE) $(AM_MAKEFLAGS) install \
387           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
388           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
389           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
390           && $(MAKE) $(AM_MAKEFLAGS) dist \
391           && $(MAKE) $(AM_MAKEFLAGS) distclean \
392           && rm -f $(distdir).tar.gz \
393           && test `find . -type f -print | wc -l` -eq 0
394         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
395         @banner="$(distdir).tar.gz is ready for distribution"; \
396         dashes=`echo "$$banner" | sed s/./=/g`; \
397         echo "$$dashes"; \
398         echo "$$banner"; \
399         echo "$$dashes"
400 dist: distdir
401         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
402           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
403           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
404           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
405         || chmod -R a+r $(distdir)
406         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
407         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
408 dist-all: distdir
409         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
410           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
411           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
412           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
413         || chmod -R a+r $(distdir)
414         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
415         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
416 distdir: $(DISTFILES)
417         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
418         mkdir $(distdir)
419         $(mkinstalldirs) $(distdir)/src/alpha $(distdir)/src/arm \
420            $(distdir)/src/m68k $(distdir)/src/mips \
421            $(distdir)/src/powerpc $(distdir)/src/sparc \
422            $(distdir)/src/x86
423         @for file in $(DISTFILES); do \
424           if test -f $$file; then d=.; else d=$(srcdir); fi; \
425           if test -d $$d/$$file; then \
426             cp -pR $$d/$$file $(distdir); \
427           else \
428             test -f $(distdir)/$$file \
429             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
430             || cp -p $$d/$$file $(distdir)/$$file || :; \
431           fi; \
432         done
433 info-am:
434 info: info-am
435 dvi-am:
436 dvi: dvi-am
437 check-am:
438 check: check-am
439 installcheck-am:
440 installcheck: installcheck-am
441 install-info-am: 
442 install-info: install-info-am
443 all-recursive-am: fficonfig.h
444         $(MAKE) $(AM_MAKEFLAGS) all-recursive
445
446 install-exec-am: install-toolexeclibLTLIBRARIES
447 install-exec: install-exec-am
448
449 install-data-am:
450 install-data: install-data-am
451
452 install-am: all-am
453         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
454 install: install-am
455 uninstall-am: uninstall-toolexeclibLTLIBRARIES
456 uninstall: uninstall-am
457 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) fficonfig.h
458 all-redirect: all-am
459 install-strip:
460         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
461 installdirs:
462         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
463
464
465 mostlyclean-generic:
466
467 clean-generic:
468
469 distclean-generic:
470         -rm -f Makefile $(CONFIG_CLEAN_FILES)
471         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
472
473 maintainer-clean-generic:
474         -rm -f Makefile.in
475 mostlyclean-am:  mostlyclean-hdr mostlyclean-toolexeclibLTLIBRARIES \
476                 mostlyclean-compile mostlyclean-libtool \
477                 mostlyclean-noinstPROGRAMS mostlyclean-tags \
478                 mostlyclean-generic
479
480 mostlyclean: mostlyclean-am
481
482 clean-am:  clean-hdr clean-toolexeclibLTLIBRARIES clean-compile \
483                 clean-libtool clean-noinstPROGRAMS clean-tags \
484                 clean-generic mostlyclean-am
485
486 clean: clean-am
487
488 distclean-am:  distclean-hdr distclean-toolexeclibLTLIBRARIES \
489                 distclean-compile distclean-libtool \
490                 distclean-noinstPROGRAMS distclean-tags \
491                 distclean-generic clean-am
492         -rm -f libtool
493
494 distclean: distclean-am
495         -rm -f config.status
496
497 maintainer-clean-am:  maintainer-clean-hdr \
498                 maintainer-clean-toolexeclibLTLIBRARIES \
499                 maintainer-clean-compile maintainer-clean-libtool \
500                 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
501                 maintainer-clean-generic distclean-am
502         @echo "This command is intended for maintainers to use;"
503         @echo "it deletes files that may require special tools to rebuild."
504
505 maintainer-clean: maintainer-clean-am
506         -rm -f config.status
507
508 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
509 mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
510 clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
511 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
512 mostlyclean-compile distclean-compile clean-compile \
513 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
514 clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
515 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
516 maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
517 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
518 check-am installcheck-am installcheck install-info-am install-info \
519 all-recursive-am install-exec-am install-exec install-data-am \
520 install-data install-am install uninstall-am uninstall all-redirect \
521 all-am all install-strip installdirs mostlyclean-generic \
522 distclean-generic clean-generic maintainer-clean-generic clean \
523 mostlyclean distclean maintainer-clean
524
525
526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
527 # Otherwise a system limit (for SysV at least) may be exceeded.
528 .NOEXPORT: