OSDN Git Service

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