OSDN Git Service

* build tweaks
[pf3gnuchains/pf3gnuchains4x.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 $(srcdir)/../../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         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
143
144 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
145         $(SHELL) ./config.status --recheck
146 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
147         cd $(srcdir) && $(AUTOCONF)
148
149 config.h: stamp-h
150         @if test ! -f $@; then \
151                 rm -f stamp-h; \
152                 $(MAKE) stamp-h; \
153         else :; fi
154 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
155         cd $(top_builddir) \
156           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
157              $(SHELL) ./config.status
158         @echo timestamp > stamp-h 2> /dev/null
159 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
160         @if test ! -f $@; then \
161                 rm -f $(srcdir)/stamp-h.in; \
162                 $(MAKE) $(srcdir)/stamp-h.in; \
163         else :; fi
164 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
165         cd $(top_srcdir) && $(AUTOHEADER)
166         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
167
168 mostlyclean-hdr:
169
170 clean-hdr:
171
172 distclean-hdr:
173         -rm -f config.h
174
175 maintainer-clean-hdr:
176
177 mostlyclean-pkglibLTLIBRARIES:
178
179 clean-pkglibLTLIBRARIES:
180         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
181
182 distclean-pkglibLTLIBRARIES:
183
184 maintainer-clean-pkglibLTLIBRARIES:
185
186 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
187         @$(NORMAL_INSTALL)
188         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
189         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
190           if test -f $$p; then \
191             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
192             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
193           else :; fi; \
194         done
195
196 uninstall-pkglibLTLIBRARIES:
197         @$(NORMAL_UNINSTALL)
198         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
199           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
200         done
201
202 .s.o:
203         $(COMPILE) -c $<
204
205 .S.o:
206         $(COMPILE) -c $<
207
208 mostlyclean-compile:
209         -rm -f *.o core *.core
210
211 clean-compile:
212
213 distclean-compile:
214         -rm -f *.tab.c
215
216 maintainer-clean-compile:
217
218 .s.lo:
219         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220
221 .S.lo:
222         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
224 mostlyclean-libtool:
225         -rm -f *.lo
226
227 clean-libtool:
228         -rm -rf .libs _libs
229
230 distclean-libtool:
231
232 maintainer-clean-libtool:
233
234 libtimers.la: $(libtimers_la_OBJECTS) $(libtimers_la_DEPENDENCIES)
235         $(CXXLINK) -rpath $(pkglibdir) $(libtimers_la_LDFLAGS) $(libtimers_la_OBJECTS) $(libtimers_la_LIBADD) $(LIBS)
236 .cxx.o:
237         $(CXXCOMPILE) -c $<
238 .cxx.lo:
239         $(LTCXXCOMPILE) -c $<
240
241 # This directory's subdirectories are mostly independent; you can cd
242 # into them and run `make' without going through this Makefile.
243 # To change the values of `make' variables: instead of editing Makefiles,
244 # (1) if the variable is set in `config.status', edit `config.status'
245 #     (which will cause the Makefiles to be regenerated when you run `make');
246 # (2) otherwise, pass the desired values on the `make' command line.
247
248 @SET_MAKE@
249
250 all-recursive install-data-recursive install-exec-recursive \
251 installdirs-recursive install-recursive uninstall-recursive  \
252 check-recursive installcheck-recursive info-recursive dvi-recursive:
253         @set fnord $(MAKEFLAGS); amf=$$2; \
254         dot_seen=no; \
255         target=`echo $@ | sed s/-recursive//`; \
256         list='$(SUBDIRS)'; for subdir in $$list; do \
257           echo "Making $$target in $$subdir"; \
258           if test "$$subdir" = "."; then \
259             dot_seen=yes; \
260             local_target="$$target-am"; \
261           else \
262             local_target="$$target"; \
263           fi; \
264           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
265            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
266         done; \
267         if test "$$dot_seen" = "no"; then \
268           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
269         fi; test -z "$$fail"
270
271 mostlyclean-recursive clean-recursive distclean-recursive \
272 maintainer-clean-recursive:
273         @set fnord $(MAKEFLAGS); amf=$$2; \
274         dot_seen=no; \
275         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
276           rev="$$subdir $$rev"; \
277           test "$$subdir" = "." && dot_seen=yes; \
278         done; \
279         test "$$dot_seen" = "no" && rev=". $$rev"; \
280         target=`echo $@ | sed s/-recursive//`; \
281         for subdir in $$rev; do \
282           echo "Making $$target in $$subdir"; \
283           if test "$$subdir" = "."; then \
284             local_target="$$target-am"; \
285           else \
286             local_target="$$target"; \
287           fi; \
288           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
290         done && test -z "$$fail"
291 tags-recursive:
292         list='$(SUBDIRS)'; for subdir in $$list; do \
293           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
294         done
295
296 tags: TAGS
297
298 ID: $(HEADERS) $(SOURCES) $(LISP)
299         list='$(SOURCES) $(HEADERS)'; \
300         unique=`for i in $$list; do echo $$i; done | \
301           awk '    { files[$$0] = 1; } \
302                END { for (i in files) print i; }'`; \
303         here=`pwd` && cd $(srcdir) \
304           && mkid -f$$here/ID $$unique $(LISP)
305
306 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
307         tags=; \
308         here=`pwd`; \
309         list='$(SUBDIRS)'; for subdir in $$list; do \
310    if test "$$subdir" = .; then :; else \
311             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
312    fi; \
313         done; \
314         list='$(SOURCES) $(HEADERS)'; \
315         unique=`for i in $$list; do echo $$i; done | \
316           awk '    { files[$$0] = 1; } \
317                END { for (i in files) print i; }'`; \
318         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
319           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
320
321 mostlyclean-tags:
322
323 clean-tags:
324
325 distclean-tags:
326         -rm -f TAGS ID
327
328 maintainer-clean-tags:
329
330 distdir = $(PACKAGE)-$(VERSION)
331 top_distdir = $(distdir)
332
333 # This target untars the dist file and tries a VPATH configuration.  Then
334 # it guarantees that the distribution is self-contained by making another
335 # tarfile.
336 distcheck: dist
337         -rm -rf $(distdir)
338         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
339         mkdir $(distdir)/=build
340         mkdir $(distdir)/=inst
341         dc_install_base=`cd $(distdir)/=inst && pwd`; \
342         cd $(distdir)/=build \
343           && ../configure --srcdir=.. --prefix=$$dc_install_base \
344           && $(MAKE) $(AM_MAKEFLAGS) \
345           && $(MAKE) $(AM_MAKEFLAGS) dvi \
346           && $(MAKE) $(AM_MAKEFLAGS) check \
347           && $(MAKE) $(AM_MAKEFLAGS) install \
348           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
349           && $(MAKE) $(AM_MAKEFLAGS) dist
350         -rm -rf $(distdir)
351         @banner="$(distdir).tar.gz is ready for distribution"; \
352         dashes=`echo "$$banner" | sed s/./=/g`; \
353         echo "$$dashes"; \
354         echo "$$banner"; \
355         echo "$$dashes"
356 dist: distdir
357         -chmod -R a+r $(distdir)
358         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
359         -rm -rf $(distdir)
360 dist-all: distdir
361         -chmod -R a+r $(distdir)
362         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
363         -rm -rf $(distdir)
364 distdir: $(DISTFILES)
365         -rm -rf $(distdir)
366         mkdir $(distdir)
367         -chmod 777 $(distdir)
368         here=`cd $(top_builddir) && pwd`; \
369         top_distdir=`cd $(distdir) && pwd`; \
370         distdir=`cd $(distdir) && pwd`; \
371         cd $(top_srcdir) \
372           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
373         @for file in $(DISTFILES); do \
374           d=$(srcdir); \
375           if test -d $$d/$$file; then \
376             cp -pr $$d/$$file $(distdir)/$$file; \
377           else \
378             test -f $(distdir)/$$file \
379             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
380             || cp -p $$d/$$file $(distdir)/$$file || :; \
381           fi; \
382         done
383         for subdir in $(SUBDIRS); do \
384           if test "$$subdir" = .; then :; else \
385             test -d $(distdir)/$$subdir \
386             || mkdir $(distdir)/$$subdir \
387             || exit 1; \
388             chmod 777 $(distdir)/$$subdir; \
389             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
390               || exit 1; \
391           fi; \
392         done
393
394 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
395
396 -include $(DEP_FILES)
397
398 mostlyclean-depend:
399
400 clean-depend:
401
402 distclean-depend:
403         -rm -rf .deps
404
405 maintainer-clean-depend:
406
407 %.o: %.c
408         @echo '$(COMPILE) -c $<'; \
409         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
410         @-cp .deps/$(*F).pp .deps/$(*F).P; \
411         tr ' ' '\012' < .deps/$(*F).pp \
412           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
413             >> .deps/$(*F).P; \
414         rm .deps/$(*F).pp
415
416 %.lo: %.c
417         @echo '$(LTCOMPILE) -c $<'; \
418         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
419         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
420           < .deps/$(*F).pp > .deps/$(*F).P; \
421         tr ' ' '\012' < .deps/$(*F).pp \
422           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
423             >> .deps/$(*F).P; \
424         rm -f .deps/$(*F).pp
425
426 %.o: %.cxx
427         @echo '$(CXXCOMPILE) -c $<'; \
428         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
429         @-cp .deps/$(*F).pp .deps/$(*F).P; \
430         tr ' ' '\012' < .deps/$(*F).pp \
431           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
432             >> .deps/$(*F).P; \
433         rm .deps/$(*F).pp
434
435 %.lo: %.cxx
436         @echo '$(LTCXXCOMPILE) -c $<'; \
437         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
438         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
439           < .deps/$(*F).pp > .deps/$(*F).P; \
440         tr ' ' '\012' < .deps/$(*F).pp \
441           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
442             >> .deps/$(*F).P; \
443         rm -f .deps/$(*F).pp
444 info-am:
445 info: info-recursive
446 dvi-am:
447 dvi: dvi-recursive
448 check-am: all-am
449 check: check-recursive
450 installcheck-am:
451 installcheck: installcheck-recursive
452 all-recursive-am: config.h
453         $(MAKE) $(AM_MAKEFLAGS) all-recursive
454
455 install-exec-am: install-pkglibLTLIBRARIES
456 install-exec: install-exec-recursive
457
458 install-data-am:
459 install-data: install-data-recursive
460
461 install-am: all-am
462         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463 install: install-recursive
464 uninstall-am: uninstall-pkglibLTLIBRARIES
465 uninstall: uninstall-recursive
466 all-am: Makefile $(LTLIBRARIES) config.h
467 all-redirect: all-recursive-am
468 install-strip:
469         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
470 installdirs: installdirs-recursive
471 installdirs-am:
472         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
473
474
475 mostlyclean-generic:
476
477 clean-generic:
478
479 distclean-generic:
480         -rm -f Makefile $(CONFIG_CLEAN_FILES)
481         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
482
483 maintainer-clean-generic:
484 mostlyclean-am:  mostlyclean-hdr mostlyclean-pkglibLTLIBRARIES \
485                 mostlyclean-compile mostlyclean-libtool \
486                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
487
488 mostlyclean: mostlyclean-recursive
489
490 clean-am:  clean-hdr clean-pkglibLTLIBRARIES clean-compile clean-libtool \
491                 clean-tags clean-depend clean-generic mostlyclean-am
492
493 clean: clean-recursive
494
495 distclean-am:  distclean-hdr distclean-pkglibLTLIBRARIES \
496                 distclean-compile distclean-libtool distclean-tags \
497                 distclean-depend distclean-generic clean-am
498         -rm -f libtool
499
500 distclean: distclean-recursive
501         -rm -f config.status
502
503 maintainer-clean-am:  maintainer-clean-hdr \
504                 maintainer-clean-pkglibLTLIBRARIES \
505                 maintainer-clean-compile maintainer-clean-libtool \
506                 maintainer-clean-tags maintainer-clean-depend \
507                 maintainer-clean-generic distclean-am
508         @echo "This command is intended for maintainers to use;"
509         @echo "it deletes files that may require special tools to rebuild."
510
511 maintainer-clean: maintainer-clean-recursive
512         -rm -f config.status
513
514 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
515 mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
516 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
517 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
518 mostlyclean-compile distclean-compile clean-compile \
519 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
520 clean-libtool maintainer-clean-libtool install-data-recursive \
521 uninstall-data-recursive install-exec-recursive \
522 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
523 all-recursive check-recursive installcheck-recursive info-recursive \
524 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
525 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
526 distclean-tags clean-tags maintainer-clean-tags distdir \
527 mostlyclean-depend distclean-depend clean-depend \
528 maintainer-clean-depend info-am info dvi-am dvi check check-am \
529 installcheck-am installcheck all-recursive-am install-exec-am \
530 install-exec install-data-am install-data install-am install \
531 uninstall-am uninstall all-redirect all-am all installdirs-am \
532 installdirs mostlyclean-generic distclean-generic clean-generic \
533 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
534
535
536 .PHONY: checkme
537 checkme:
538         -(cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
539
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
542 .NOEXPORT: