OSDN Git Service

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