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