OSDN Git Service

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