OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / timers / 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 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 DLLTOOL = @DLLTOOL@
68 EXEEXT = @EXEEXT@
69 LD = @LD@
70 LIBTOOL = @LIBTOOL@
71 LN_S = @LN_S@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 NM = @NM@
75 OBJDUMP = @OBJDUMP@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 VERSION = @VERSION@
79 cpu_incl = @cpu_incl@
80 cpu_libs = @cpu_libs@
81 cpu_subdirs = @cpu_subdirs@
82 sidtarget_arm = @sidtarget_arm@
83 sidtarget_m32r = @sidtarget_m32r@
84 sidtarget_m68k = @sidtarget_m68k@
85 sidtarget_mips = @sidtarget_mips@
86 sidtarget_ppc = @sidtarget_ppc@
87
88 AUTOMAKE_OPTIONS = foreign
89 SUBDIRS = @cpu_subdirs@ .
90 ACLOCAL_AMFLAGS = -I ../../config
91
92 pkglib_LTLIBRARIES = libtimers.la
93
94 INCLUDES = -I. -I.. @cpu_incl@ -I../../include -I$(srcdir)/../../include
95
96 libtimers_la_SOURCES = compTIMERS.cxx
97 libtimers_la_LDFLAGS = -module -no-undefined
98 libtimers_la_LIBADD = @cpu_libs@
99 libtimers_la_DEPENDENCIES = @cpu_libs@
100
101 DEJAGNUTESTS = timerbase.exp timersched.exp timermonkey.exp
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 mkinstalldirs = $(SHELL) $(top_srcdir)/../../config/mkinstalldirs
104 CONFIG_HEADER = config.h
105 CONFIG_CLEAN_FILES = 
106 LTLIBRARIES =  $(pkglib_LTLIBRARIES)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I.
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 libtimers_la_OBJECTS =  compTIMERS.lo
114 CXXFLAGS = @CXXFLAGS@
115 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
116 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117 CXXLD = $(CXX)
118 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
119 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in aclocal.m4 \
120 config.in configure configure.in
121
122
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
125 TAR = gtar
126 GZIP_ENV = --best
127 DEP_FILES =  .deps/compTIMERS.P
128 SOURCES = $(libtimers_la_SOURCES)
129 OBJECTS = $(libtimers_la_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .cxx .lo .o .s
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
142                 ../../config/am_rpm_init.m4 ../../config/libstdc++.m4 \
143                 ../../config/libtool.m4 ../../config/ltdl.m4 \
144                 ../../config/sidtargets.m4
145         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
146
147 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
148         $(SHELL) ./config.status --recheck
149 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
150         cd $(srcdir) && $(AUTOCONF)
151
152 config.h: stamp-h
153         @if test ! -f $@; then \
154                 rm -f stamp-h; \
155                 $(MAKE) stamp-h; \
156         else :; fi
157 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
158         cd $(top_builddir) \
159           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
160              $(SHELL) ./config.status
161         @echo timestamp > stamp-h 2> /dev/null
162 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
163         @if test ! -f $@; then \
164                 rm -f $(srcdir)/stamp-h.in; \
165                 $(MAKE) $(srcdir)/stamp-h.in; \
166         else :; fi
167 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
168         cd $(top_srcdir) && $(AUTOHEADER)
169         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
170
171 mostlyclean-hdr:
172
173 clean-hdr:
174
175 distclean-hdr:
176         -rm -f config.h
177
178 maintainer-clean-hdr:
179
180 mostlyclean-pkglibLTLIBRARIES:
181
182 clean-pkglibLTLIBRARIES:
183         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
184
185 distclean-pkglibLTLIBRARIES:
186
187 maintainer-clean-pkglibLTLIBRARIES:
188
189 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
190         @$(NORMAL_INSTALL)
191         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
192         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
193           if test -f $$p; then \
194             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
195             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
196           else :; fi; \
197         done
198
199 uninstall-pkglibLTLIBRARIES:
200         @$(NORMAL_UNINSTALL)
201         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
202           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
203         done
204
205 .s.o:
206         $(COMPILE) -c $<
207
208 .S.o:
209         $(COMPILE) -c $<
210
211 mostlyclean-compile:
212         -rm -f *.o core *.core
213
214 clean-compile:
215
216 distclean-compile:
217         -rm -f *.tab.c
218
219 maintainer-clean-compile:
220
221 .s.lo:
222         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
224 .S.lo:
225         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
226
227 mostlyclean-libtool:
228         -rm -f *.lo
229
230 clean-libtool:
231         -rm -rf .libs _libs
232
233 distclean-libtool:
234
235 maintainer-clean-libtool:
236
237 libtimers.la: $(libtimers_la_OBJECTS) $(libtimers_la_DEPENDENCIES)
238         $(CXXLINK) -rpath $(pkglibdir) $(libtimers_la_LDFLAGS) $(libtimers_la_OBJECTS) $(libtimers_la_LIBADD) $(LIBS)
239 .cxx.o:
240         $(CXXCOMPILE) -c $<
241 .cxx.lo:
242         $(LTCXXCOMPILE) -c $<
243
244 # This directory's subdirectories are mostly independent; you can cd
245 # into them and run `make' without going through this Makefile.
246 # To change the values of `make' variables: instead of editing Makefiles,
247 # (1) if the variable is set in `config.status', edit `config.status'
248 #     (which will cause the Makefiles to be regenerated when you run `make');
249 # (2) otherwise, pass the desired values on the `make' command line.
250
251 @SET_MAKE@
252
253 all-recursive install-data-recursive install-exec-recursive \
254 installdirs-recursive install-recursive uninstall-recursive  \
255 check-recursive installcheck-recursive info-recursive dvi-recursive:
256         @set fnord $(MAKEFLAGS); amf=$$2; \
257         dot_seen=no; \
258         target=`echo $@ | sed s/-recursive//`; \
259         list='$(SUBDIRS)'; for subdir in $$list; do \
260           echo "Making $$target in $$subdir"; \
261           if test "$$subdir" = "."; then \
262             dot_seen=yes; \
263             local_target="$$target-am"; \
264           else \
265             local_target="$$target"; \
266           fi; \
267           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269         done; \
270         if test "$$dot_seen" = "no"; then \
271           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
272         fi; test -z "$$fail"
273
274 mostlyclean-recursive clean-recursive distclean-recursive \
275 maintainer-clean-recursive:
276         @set fnord $(MAKEFLAGS); amf=$$2; \
277         dot_seen=no; \
278         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
279           rev="$$subdir $$rev"; \
280           test "$$subdir" = "." && dot_seen=yes; \
281         done; \
282         test "$$dot_seen" = "no" && rev=". $$rev"; \
283         target=`echo $@ | sed s/-recursive//`; \
284         for subdir in $$rev; do \
285           echo "Making $$target in $$subdir"; \
286           if test "$$subdir" = "."; then \
287             local_target="$$target-am"; \
288           else \
289             local_target="$$target"; \
290           fi; \
291           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
292            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
293         done && test -z "$$fail"
294 tags-recursive:
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
297         done
298
299 tags: TAGS
300
301 ID: $(HEADERS) $(SOURCES) $(LISP)
302         list='$(SOURCES) $(HEADERS)'; \
303         unique=`for i in $$list; do echo $$i; done | \
304           awk '    { files[$$0] = 1; } \
305                END { for (i in files) print i; }'`; \
306         here=`pwd` && cd $(srcdir) \
307           && mkid -f$$here/ID $$unique $(LISP)
308
309 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
310         tags=; \
311         here=`pwd`; \
312         list='$(SUBDIRS)'; for subdir in $$list; do \
313    if test "$$subdir" = .; then :; else \
314             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
315    fi; \
316         done; \
317         list='$(SOURCES) $(HEADERS)'; \
318         unique=`for i in $$list; do echo $$i; done | \
319           awk '    { files[$$0] = 1; } \
320                END { for (i in files) print i; }'`; \
321         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
322           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
323
324 mostlyclean-tags:
325
326 clean-tags:
327
328 distclean-tags:
329         -rm -f TAGS ID
330
331 maintainer-clean-tags:
332
333 distdir = $(PACKAGE)-$(VERSION)
334 top_distdir = $(distdir)
335
336 # This target untars the dist file and tries a VPATH configuration.  Then
337 # it guarantees that the distribution is self-contained by making another
338 # tarfile.
339 distcheck: dist
340         -rm -rf $(distdir)
341         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
342         mkdir $(distdir)/=build
343         mkdir $(distdir)/=inst
344         dc_install_base=`cd $(distdir)/=inst && pwd`; \
345         cd $(distdir)/=build \
346           && ../configure --srcdir=.. --prefix=$$dc_install_base \
347           && $(MAKE) $(AM_MAKEFLAGS) \
348           && $(MAKE) $(AM_MAKEFLAGS) dvi \
349           && $(MAKE) $(AM_MAKEFLAGS) check \
350           && $(MAKE) $(AM_MAKEFLAGS) install \
351           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
352           && $(MAKE) $(AM_MAKEFLAGS) dist
353         -rm -rf $(distdir)
354         @banner="$(distdir).tar.gz is ready for distribution"; \
355         dashes=`echo "$$banner" | sed s/./=/g`; \
356         echo "$$dashes"; \
357         echo "$$banner"; \
358         echo "$$dashes"
359 dist: distdir
360         -chmod -R a+r $(distdir)
361         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
362         -rm -rf $(distdir)
363 dist-all: distdir
364         -chmod -R a+r $(distdir)
365         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
366         -rm -rf $(distdir)
367 distdir: $(DISTFILES)
368         -rm -rf $(distdir)
369         mkdir $(distdir)
370         -chmod 777 $(distdir)
371         here=`cd $(top_builddir) && pwd`; \
372         top_distdir=`cd $(distdir) && pwd`; \
373         distdir=`cd $(distdir) && pwd`; \
374         cd $(top_srcdir) \
375           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
376         @for file in $(DISTFILES); do \
377           d=$(srcdir); \
378           if test -d $$d/$$file; then \
379             cp -pr $$d/$$file $(distdir)/$$file; \
380           else \
381             test -f $(distdir)/$$file \
382             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
383             || cp -p $$d/$$file $(distdir)/$$file || :; \
384           fi; \
385         done
386         for subdir in $(SUBDIRS); do \
387           if test "$$subdir" = .; then :; else \
388             test -d $(distdir)/$$subdir \
389             || mkdir $(distdir)/$$subdir \
390             || exit 1; \
391             chmod 777 $(distdir)/$$subdir; \
392             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
393               || exit 1; \
394           fi; \
395         done
396
397 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
398
399 -include $(DEP_FILES)
400
401 mostlyclean-depend:
402
403 clean-depend:
404
405 distclean-depend:
406         -rm -rf .deps
407
408 maintainer-clean-depend:
409
410 %.o: %.c
411         @echo '$(COMPILE) -c $<'; \
412         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
413         @-cp .deps/$(*F).pp .deps/$(*F).P; \
414         tr ' ' '\012' < .deps/$(*F).pp \
415           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
416             >> .deps/$(*F).P; \
417         rm .deps/$(*F).pp
418
419 %.lo: %.c
420         @echo '$(LTCOMPILE) -c $<'; \
421         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
422         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
423           < .deps/$(*F).pp > .deps/$(*F).P; \
424         tr ' ' '\012' < .deps/$(*F).pp \
425           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
426             >> .deps/$(*F).P; \
427         rm -f .deps/$(*F).pp
428
429 %.o: %.cxx
430         @echo '$(CXXCOMPILE) -c $<'; \
431         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
432         @-cp .deps/$(*F).pp .deps/$(*F).P; \
433         tr ' ' '\012' < .deps/$(*F).pp \
434           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
435             >> .deps/$(*F).P; \
436         rm .deps/$(*F).pp
437
438 %.lo: %.cxx
439         @echo '$(LTCXXCOMPILE) -c $<'; \
440         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
441         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
442           < .deps/$(*F).pp > .deps/$(*F).P; \
443         tr ' ' '\012' < .deps/$(*F).pp \
444           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
445             >> .deps/$(*F).P; \
446         rm -f .deps/$(*F).pp
447 info-am:
448 info: info-recursive
449 dvi-am:
450 dvi: dvi-recursive
451 check-am: all-am
452 check: check-recursive
453 installcheck-am:
454 installcheck: installcheck-recursive
455 all-recursive-am: config.h
456         $(MAKE) $(AM_MAKEFLAGS) all-recursive
457
458 install-exec-am: install-pkglibLTLIBRARIES
459 install-exec: install-exec-recursive
460
461 install-data-am:
462 install-data: install-data-recursive
463
464 install-am: all-am
465         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466 install: install-recursive
467 uninstall-am: uninstall-pkglibLTLIBRARIES
468 uninstall: uninstall-recursive
469 all-am: Makefile $(LTLIBRARIES) config.h
470 all-redirect: all-recursive-am
471 install-strip:
472         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
473 installdirs: installdirs-recursive
474 installdirs-am:
475         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
476
477
478 mostlyclean-generic:
479
480 clean-generic:
481
482 distclean-generic:
483         -rm -f Makefile $(CONFIG_CLEAN_FILES)
484         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
485
486 maintainer-clean-generic:
487 mostlyclean-am:  mostlyclean-hdr mostlyclean-pkglibLTLIBRARIES \
488                 mostlyclean-compile mostlyclean-libtool \
489                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
490
491 mostlyclean: mostlyclean-recursive
492
493 clean-am:  clean-hdr clean-pkglibLTLIBRARIES clean-compile clean-libtool \
494                 clean-tags clean-depend clean-generic mostlyclean-am
495
496 clean: clean-recursive
497
498 distclean-am:  distclean-hdr distclean-pkglibLTLIBRARIES \
499                 distclean-compile distclean-libtool distclean-tags \
500                 distclean-depend distclean-generic clean-am
501         -rm -f libtool
502
503 distclean: distclean-recursive
504         -rm -f config.status
505
506 maintainer-clean-am:  maintainer-clean-hdr \
507                 maintainer-clean-pkglibLTLIBRARIES \
508                 maintainer-clean-compile maintainer-clean-libtool \
509                 maintainer-clean-tags maintainer-clean-depend \
510                 maintainer-clean-generic distclean-am
511         @echo "This command is intended for maintainers to use;"
512         @echo "it deletes files that may require special tools to rebuild."
513
514 maintainer-clean: maintainer-clean-recursive
515         -rm -f config.status
516
517 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
518 mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
519 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
520 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
521 mostlyclean-compile distclean-compile clean-compile \
522 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
523 clean-libtool maintainer-clean-libtool install-data-recursive \
524 uninstall-data-recursive install-exec-recursive \
525 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
526 all-recursive check-recursive installcheck-recursive info-recursive \
527 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
528 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
529 distclean-tags clean-tags maintainer-clean-tags distdir \
530 mostlyclean-depend distclean-depend clean-depend \
531 maintainer-clean-depend info-am info dvi-am dvi check check-am \
532 installcheck-am installcheck all-recursive-am install-exec-am \
533 install-exec install-data-am install-data install-am install \
534 uninstall-am uninstall all-redirect all-am all installdirs-am \
535 installdirs mostlyclean-generic distclean-generic clean-generic \
536 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
537
538
539 .PHONY: checkme
540 checkme:
541         -(cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
542
543 # Tell versions [3.59,3.63) of GNU make to not export all variables.
544 # Otherwise a system limit (for SysV at least) may be exceeded.
545 .NOEXPORT: