Accept topic changes from servers that do not send topic-set timestamps (fixes SF...
[ircu2.10.12-pk.git] / libs / dbprim / tests / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 AS = @AS@
63 AWK = @AWK@
64 CC = @CC@
65 COM_ERR = @COM_ERR@
66 DLLTOOL = @DLLTOOL@
67 ECHO = @ECHO@
68 EXEEXT = @EXEEXT@
69 LIBTOOL = @LIBTOOL@
70 LN_S = @LN_S@
71 MAKEINFO = @MAKEINFO@
72 OBJDUMP = @OBJDUMP@
73 OBJEXT = @OBJEXT@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
78
79 AUTOMAKE_OPTIONS = foreign
80
81 INCLUDES = -I.. -I$(srcdir)/..
82
83 EXTRA_PROGRAMS = test-harness \
84                  \
85                  t_ll_init t_ll_add t_ll_move t_ll_remove t_ll_find \
86                  t_ll_iter t_ll_flush t_le_init \
87                  \
88                  t_ht_init t_ht_addfind t_ht_move t_ht_remove t_ht_iter \
89                  t_ht_flush t_ht_resize t_ht_free t_he_init \
90                  \
91                  t_st_init
92
93
94 test_harness_SOURCES = test-harness.c
95 TEST_OPTIONS = 
96
97 t_ll_init_SOURCES = t_ll_init.c
98 t_ll_init_LDADD = ../libdbprim.la
99 t_ll_init_LDFLAGS = -static
100
101 t_ll_add_SOURCES = t_ll_add.c
102 t_ll_add_LDADD = ../libdbprim.la
103 t_ll_add_LDFLAGS = -static
104
105 t_ll_move_SOURCES = t_ll_move.c
106 t_ll_move_LDADD = ../libdbprim.la
107 t_ll_move_LDFLAGS = -static
108
109 t_ll_remove_SOURCES = t_ll_remove.c
110 t_ll_remove_LDADD = ../libdbprim.la
111 t_ll_remove_LDFLAGS = -static
112
113 t_ll_find_SOURCES = t_ll_find.c
114 t_ll_find_LDADD = ../libdbprim.la
115 t_ll_find_LDFLAGS = -static
116
117 t_ll_iter_SOURCES = t_ll_iter.c
118 t_ll_iter_LDADD = ../libdbprim.la
119 t_ll_iter_LDFLAGS = -static
120
121 t_ll_flush_SOURCES = t_ll_flush.c
122 t_ll_flush_LDADD = ../libdbprim.la
123 t_ll_flush_LDFLAGS = -static
124
125 t_le_init_SOURCES = t_le_init.c
126 t_le_init_LDADD = ../libdbprim.la
127 t_le_init_LDFLAGS = -static
128
129 t_ht_init_SOURCES = t_ht_init.c
130 t_ht_init_LDADD = ../libdbprim.la
131 t_ht_init_LDFLAGS = -static
132
133 t_ht_addfind_SOURCES = t_ht_addfind.c
134 t_ht_addfind_LDADD = ../libdbprim.la
135 t_ht_addfind_LDFLAGS = -static
136
137 t_ht_move_SOURCES = t_ht_move.c
138 t_ht_move_LDADD = ../libdbprim.la
139 t_ht_move_LDFLAGS = -static
140
141 t_ht_remove_SOURCES = t_ht_remove.c
142 t_ht_remove_LDADD = ../libdbprim.la
143 t_ht_remove_LDFLAGS = -static
144
145 t_ht_iter_SOURCES = t_ht_iter.c
146 t_ht_iter_LDADD = ../libdbprim.la
147 t_ht_iter_LDFLAGS = -static
148
149 t_ht_flush_SOURCES = t_ht_flush.c
150 t_ht_flush_LDADD = ../libdbprim.la
151 t_ht_flush_LDFLAGS = -static
152
153 t_ht_resize_SOURCES = t_ht_resize.c
154 t_ht_resize_LDADD = ../libdbprim.la
155 t_ht_resize_LDFLAGS = -static
156
157 t_ht_free_SOURCES = t_ht_free.c
158 t_ht_free_LDADD = ../libdbprim.la
159 t_ht_free_LDFLAGS = -static
160
161 t_he_init_SOURCES = t_he_init.c
162 t_he_init_LDADD = ../libdbprim.la
163 t_he_init_LDFLAGS = -static
164
165 t_st_init_SOURCES = t_st_init.c
166 t_st_init_LDADD = ../libdbprim.la
167 t_st_init_LDFLAGS = -static
168
169 EXTRA_DIST = test-harness.dat
170 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
171 CONFIG_CLEAN_FILES = 
172
173 DEFS = @DEFS@ -I. -I$(srcdir) 
174 CPPFLAGS = @CPPFLAGS@
175 LDFLAGS = @LDFLAGS@
176 LIBS = @LIBS@
177 test_harness_OBJECTS =  test-harness.$(OBJEXT)
178 test_harness_LDADD = $(LDADD)
179 test_harness_DEPENDENCIES = 
180 test_harness_LDFLAGS = 
181 t_ll_init_OBJECTS =  t_ll_init.$(OBJEXT)
182 t_ll_init_DEPENDENCIES =  ../libdbprim.la
183 t_ll_add_OBJECTS =  t_ll_add.$(OBJEXT)
184 t_ll_add_DEPENDENCIES =  ../libdbprim.la
185 t_ll_move_OBJECTS =  t_ll_move.$(OBJEXT)
186 t_ll_move_DEPENDENCIES =  ../libdbprim.la
187 t_ll_remove_OBJECTS =  t_ll_remove.$(OBJEXT)
188 t_ll_remove_DEPENDENCIES =  ../libdbprim.la
189 t_ll_find_OBJECTS =  t_ll_find.$(OBJEXT)
190 t_ll_find_DEPENDENCIES =  ../libdbprim.la
191 t_ll_iter_OBJECTS =  t_ll_iter.$(OBJEXT)
192 t_ll_iter_DEPENDENCIES =  ../libdbprim.la
193 t_ll_flush_OBJECTS =  t_ll_flush.$(OBJEXT)
194 t_ll_flush_DEPENDENCIES =  ../libdbprim.la
195 t_le_init_OBJECTS =  t_le_init.$(OBJEXT)
196 t_le_init_DEPENDENCIES =  ../libdbprim.la
197 t_ht_init_OBJECTS =  t_ht_init.$(OBJEXT)
198 t_ht_init_DEPENDENCIES =  ../libdbprim.la
199 t_ht_addfind_OBJECTS =  t_ht_addfind.$(OBJEXT)
200 t_ht_addfind_DEPENDENCIES =  ../libdbprim.la
201 t_ht_move_OBJECTS =  t_ht_move.$(OBJEXT)
202 t_ht_move_DEPENDENCIES =  ../libdbprim.la
203 t_ht_remove_OBJECTS =  t_ht_remove.$(OBJEXT)
204 t_ht_remove_DEPENDENCIES =  ../libdbprim.la
205 t_ht_iter_OBJECTS =  t_ht_iter.$(OBJEXT)
206 t_ht_iter_DEPENDENCIES =  ../libdbprim.la
207 t_ht_flush_OBJECTS =  t_ht_flush.$(OBJEXT)
208 t_ht_flush_DEPENDENCIES =  ../libdbprim.la
209 t_ht_resize_OBJECTS =  t_ht_resize.$(OBJEXT)
210 t_ht_resize_DEPENDENCIES =  ../libdbprim.la
211 t_ht_free_OBJECTS =  t_ht_free.$(OBJEXT)
212 t_ht_free_DEPENDENCIES =  ../libdbprim.la
213 t_he_init_OBJECTS =  t_he_init.$(OBJEXT)
214 t_he_init_DEPENDENCIES =  ../libdbprim.la
215 t_st_init_OBJECTS =  t_st_init.$(OBJEXT)
216 t_st_init_DEPENDENCIES =  ../libdbprim.la
217 CFLAGS = @CFLAGS@
218 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
219 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
220 CCLD = $(CC)
221 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
222 DIST_COMMON =  Makefile.am Makefile.in
223
224
225 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
226
227 TAR = gtar
228 GZIP_ENV = --best
229 SOURCES = $(test_harness_SOURCES) $(t_ll_init_SOURCES) $(t_ll_add_SOURCES) $(t_ll_move_SOURCES) $(t_ll_remove_SOURCES) $(t_ll_find_SOURCES) $(t_ll_iter_SOURCES) $(t_ll_flush_SOURCES) $(t_le_init_SOURCES) $(t_ht_init_SOURCES) $(t_ht_addfind_SOURCES) $(t_ht_move_SOURCES) $(t_ht_remove_SOURCES) $(t_ht_iter_SOURCES) $(t_ht_flush_SOURCES) $(t_ht_resize_SOURCES) $(t_ht_free_SOURCES) $(t_he_init_SOURCES) $(t_st_init_SOURCES)
230 OBJECTS = $(test_harness_OBJECTS) $(t_ll_init_OBJECTS) $(t_ll_add_OBJECTS) $(t_ll_move_OBJECTS) $(t_ll_remove_OBJECTS) $(t_ll_find_OBJECTS) $(t_ll_iter_OBJECTS) $(t_ll_flush_OBJECTS) $(t_le_init_OBJECTS) $(t_ht_init_OBJECTS) $(t_ht_addfind_OBJECTS) $(t_ht_move_OBJECTS) $(t_ht_remove_OBJECTS) $(t_ht_iter_OBJECTS) $(t_ht_flush_OBJECTS) $(t_ht_resize_OBJECTS) $(t_ht_free_OBJECTS) $(t_he_init_OBJECTS) $(t_st_init_OBJECTS)
231
232 all: all-redirect
233 .SUFFIXES:
234 .SUFFIXES: .S .c .lo .o .obj .s
235 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
236         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps tests/Makefile
237
238 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
239         cd $(top_builddir) \
240           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
241
242
243 .c.o:
244         $(COMPILE) -c $<
245
246 # FIXME: We should only use cygpath when building on Windows,
247 # and only if it is available.
248 .c.obj:
249         $(COMPILE) -c `cygpath -w $<`
250
251 .s.o:
252         $(COMPILE) -c $<
253
254 .S.o:
255         $(COMPILE) -c $<
256
257 mostlyclean-compile:
258         -rm -f *.o core *.core
259         -rm -f *.$(OBJEXT)
260
261 clean-compile:
262
263 distclean-compile:
264         -rm -f *.tab.c
265
266 maintainer-clean-compile:
267
268 .c.lo:
269         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
270
271 .s.lo:
272         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
273
274 .S.lo:
275         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
276
277 mostlyclean-libtool:
278         -rm -f *.lo
279
280 clean-libtool:
281         -rm -rf .libs _libs
282
283 distclean-libtool:
284
285 maintainer-clean-libtool:
286
287 test-harness$(EXEEXT): $(test_harness_OBJECTS) $(test_harness_DEPENDENCIES)
288         @rm -f test-harness$(EXEEXT)
289         $(LINK) $(test_harness_LDFLAGS) $(test_harness_OBJECTS) $(test_harness_LDADD) $(LIBS)
290
291 t_ll_init$(EXEEXT): $(t_ll_init_OBJECTS) $(t_ll_init_DEPENDENCIES)
292         @rm -f t_ll_init$(EXEEXT)
293         $(LINK) $(t_ll_init_LDFLAGS) $(t_ll_init_OBJECTS) $(t_ll_init_LDADD) $(LIBS)
294
295 t_ll_add$(EXEEXT): $(t_ll_add_OBJECTS) $(t_ll_add_DEPENDENCIES)
296         @rm -f t_ll_add$(EXEEXT)
297         $(LINK) $(t_ll_add_LDFLAGS) $(t_ll_add_OBJECTS) $(t_ll_add_LDADD) $(LIBS)
298
299 t_ll_move$(EXEEXT): $(t_ll_move_OBJECTS) $(t_ll_move_DEPENDENCIES)
300         @rm -f t_ll_move$(EXEEXT)
301         $(LINK) $(t_ll_move_LDFLAGS) $(t_ll_move_OBJECTS) $(t_ll_move_LDADD) $(LIBS)
302
303 t_ll_remove$(EXEEXT): $(t_ll_remove_OBJECTS) $(t_ll_remove_DEPENDENCIES)
304         @rm -f t_ll_remove$(EXEEXT)
305         $(LINK) $(t_ll_remove_LDFLAGS) $(t_ll_remove_OBJECTS) $(t_ll_remove_LDADD) $(LIBS)
306
307 t_ll_find$(EXEEXT): $(t_ll_find_OBJECTS) $(t_ll_find_DEPENDENCIES)
308         @rm -f t_ll_find$(EXEEXT)
309         $(LINK) $(t_ll_find_LDFLAGS) $(t_ll_find_OBJECTS) $(t_ll_find_LDADD) $(LIBS)
310
311 t_ll_iter$(EXEEXT): $(t_ll_iter_OBJECTS) $(t_ll_iter_DEPENDENCIES)
312         @rm -f t_ll_iter$(EXEEXT)
313         $(LINK) $(t_ll_iter_LDFLAGS) $(t_ll_iter_OBJECTS) $(t_ll_iter_LDADD) $(LIBS)
314
315 t_ll_flush$(EXEEXT): $(t_ll_flush_OBJECTS) $(t_ll_flush_DEPENDENCIES)
316         @rm -f t_ll_flush$(EXEEXT)
317         $(LINK) $(t_ll_flush_LDFLAGS) $(t_ll_flush_OBJECTS) $(t_ll_flush_LDADD) $(LIBS)
318
319 t_le_init$(EXEEXT): $(t_le_init_OBJECTS) $(t_le_init_DEPENDENCIES)
320         @rm -f t_le_init$(EXEEXT)
321         $(LINK) $(t_le_init_LDFLAGS) $(t_le_init_OBJECTS) $(t_le_init_LDADD) $(LIBS)
322
323 t_ht_init$(EXEEXT): $(t_ht_init_OBJECTS) $(t_ht_init_DEPENDENCIES)
324         @rm -f t_ht_init$(EXEEXT)
325         $(LINK) $(t_ht_init_LDFLAGS) $(t_ht_init_OBJECTS) $(t_ht_init_LDADD) $(LIBS)
326
327 t_ht_addfind$(EXEEXT): $(t_ht_addfind_OBJECTS) $(t_ht_addfind_DEPENDENCIES)
328         @rm -f t_ht_addfind$(EXEEXT)
329         $(LINK) $(t_ht_addfind_LDFLAGS) $(t_ht_addfind_OBJECTS) $(t_ht_addfind_LDADD) $(LIBS)
330
331 t_ht_move$(EXEEXT): $(t_ht_move_OBJECTS) $(t_ht_move_DEPENDENCIES)
332         @rm -f t_ht_move$(EXEEXT)
333         $(LINK) $(t_ht_move_LDFLAGS) $(t_ht_move_OBJECTS) $(t_ht_move_LDADD) $(LIBS)
334
335 t_ht_remove$(EXEEXT): $(t_ht_remove_OBJECTS) $(t_ht_remove_DEPENDENCIES)
336         @rm -f t_ht_remove$(EXEEXT)
337         $(LINK) $(t_ht_remove_LDFLAGS) $(t_ht_remove_OBJECTS) $(t_ht_remove_LDADD) $(LIBS)
338
339 t_ht_iter$(EXEEXT): $(t_ht_iter_OBJECTS) $(t_ht_iter_DEPENDENCIES)
340         @rm -f t_ht_iter$(EXEEXT)
341         $(LINK) $(t_ht_iter_LDFLAGS) $(t_ht_iter_OBJECTS) $(t_ht_iter_LDADD) $(LIBS)
342
343 t_ht_flush$(EXEEXT): $(t_ht_flush_OBJECTS) $(t_ht_flush_DEPENDENCIES)
344         @rm -f t_ht_flush$(EXEEXT)
345         $(LINK) $(t_ht_flush_LDFLAGS) $(t_ht_flush_OBJECTS) $(t_ht_flush_LDADD) $(LIBS)
346
347 t_ht_resize$(EXEEXT): $(t_ht_resize_OBJECTS) $(t_ht_resize_DEPENDENCIES)
348         @rm -f t_ht_resize$(EXEEXT)
349         $(LINK) $(t_ht_resize_LDFLAGS) $(t_ht_resize_OBJECTS) $(t_ht_resize_LDADD) $(LIBS)
350
351 t_ht_free$(EXEEXT): $(t_ht_free_OBJECTS) $(t_ht_free_DEPENDENCIES)
352         @rm -f t_ht_free$(EXEEXT)
353         $(LINK) $(t_ht_free_LDFLAGS) $(t_ht_free_OBJECTS) $(t_ht_free_LDADD) $(LIBS)
354
355 t_he_init$(EXEEXT): $(t_he_init_OBJECTS) $(t_he_init_DEPENDENCIES)
356         @rm -f t_he_init$(EXEEXT)
357         $(LINK) $(t_he_init_LDFLAGS) $(t_he_init_OBJECTS) $(t_he_init_LDADD) $(LIBS)
358
359 t_st_init$(EXEEXT): $(t_st_init_OBJECTS) $(t_st_init_DEPENDENCIES)
360         @rm -f t_st_init$(EXEEXT)
361         $(LINK) $(t_st_init_LDFLAGS) $(t_st_init_OBJECTS) $(t_st_init_LDADD) $(LIBS)
362
363 tags: TAGS
364
365 ID: $(HEADERS) $(SOURCES) $(LISP)
366         list='$(SOURCES) $(HEADERS)'; \
367         unique=`for i in $$list; do echo $$i; done | \
368           awk '    { files[$$0] = 1; } \
369                END { for (i in files) print i; }'`; \
370         here=`pwd` && cd $(srcdir) \
371           && mkid -f$$here/ID $$unique $(LISP)
372
373 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
374         tags=; \
375         here=`pwd`; \
376         list='$(SOURCES) $(HEADERS)'; \
377         unique=`for i in $$list; do echo $$i; done | \
378           awk '    { files[$$0] = 1; } \
379                END { for (i in files) print i; }'`; \
380         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
381           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
382
383 mostlyclean-tags:
384
385 clean-tags:
386
387 distclean-tags:
388         -rm -f TAGS ID
389
390 maintainer-clean-tags:
391
392 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
393
394 subdir = tests
395
396 distdir: $(DISTFILES)
397         @for file in $(DISTFILES); do \
398           d=$(srcdir); \
399           if test -d $$d/$$file; then \
400             cp -pr $$d/$$file $(distdir)/$$file; \
401           else \
402             test -f $(distdir)/$$file \
403             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
404             || cp -p $$d/$$file $(distdir)/$$file || :; \
405           fi; \
406         done
407 t_he_init.o: t_he_init.c ../dbprim.h
408 t_ht_addfind.o: t_ht_addfind.c ../dbprim.h ../dbprim_int.h
409 t_ht_flush.o: t_ht_flush.c ../dbprim.h ../dbprim_int.h
410 t_ht_free.o: t_ht_free.c ../dbprim.h ../dbprim_int.h
411 t_ht_init.o: t_ht_init.c ../dbprim.h
412 t_ht_iter.o: t_ht_iter.c ../dbprim.h ../dbprim_int.h
413 t_ht_move.o: t_ht_move.c ../dbprim.h ../dbprim_int.h
414 t_ht_remove.o: t_ht_remove.c ../dbprim.h ../dbprim_int.h
415 t_ht_resize.o: t_ht_resize.c ../dbprim.h ../dbprim_int.h
416 t_le_init.o: t_le_init.c ../dbprim.h
417 t_ll_add.o: t_ll_add.c ../dbprim.h
418 t_ll_find.o: t_ll_find.c ../dbprim.h
419 t_ll_flush.o: t_ll_flush.c ../dbprim.h
420 t_ll_init.o: t_ll_init.c ../dbprim.h
421 t_ll_iter.o: t_ll_iter.c ../dbprim.h
422 t_ll_move.o: t_ll_move.c ../dbprim.h
423 t_ll_remove.o: t_ll_remove.c ../dbprim.h
424 t_st_init.o: t_st_init.c ../dbprim.h
425 test-harness.o: test-harness.c
426
427 info-am:
428 info: info-am
429 dvi-am:
430 dvi: dvi-am
431 check-am: all-am
432 check: check-am
433 installcheck-am:
434 installcheck: installcheck-am
435 install-exec-am:
436 install-exec: install-exec-am
437
438 install-data-am:
439 install-data: install-data-am
440
441 install-am: all-am
442         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443 install: install-am
444 uninstall-am:
445 uninstall: uninstall-am
446 all-am: Makefile
447 all-redirect: all-am
448 install-strip:
449         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
450 installdirs:
451
452
453 mostlyclean-generic:
454
455 clean-generic:
456
457 distclean-generic:
458         -rm -f Makefile $(CONFIG_CLEAN_FILES)
459         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
460
461 maintainer-clean-generic:
462 mostlyclean-am:  mostlyclean-compile mostlyclean-libtool \
463                 mostlyclean-tags mostlyclean-generic
464
465 mostlyclean: mostlyclean-am
466
467 clean-am:  clean-compile clean-libtool clean-tags clean-generic \
468                 mostlyclean-am
469
470 clean: clean-am
471
472 distclean-am:  distclean-compile distclean-libtool distclean-tags \
473                 distclean-generic clean-am
474         -rm -f libtool
475
476 distclean: distclean-am
477
478 maintainer-clean-am:  maintainer-clean-compile maintainer-clean-libtool \
479                 maintainer-clean-tags maintainer-clean-generic \
480                 distclean-am
481         @echo "This command is intended for maintainers to use;"
482         @echo "it deletes files that may require special tools to rebuild."
483
484 maintainer-clean: maintainer-clean-am
485
486 .PHONY: mostlyclean-compile distclean-compile clean-compile \
487 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
488 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
489 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
490 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
491 install-exec install-data-am install-data install-am install \
492 uninstall-am uninstall all-redirect all-am all installdirs \
493 mostlyclean-generic distclean-generic clean-generic \
494 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
495
496
497 check: $(EXTRA_PROGRAMS)
498         ./test-harness -I. -I$(srcdir) $(TEST_OPTIONS)
499
500 # Tell versions [3.59,3.63) of GNU make to not export all variables.
501 # Otherwise a system limit (for SysV at least) may be exceeded.
502 .NOEXPORT: