d78cd6f41d1786858c1c3f2269dc9d73cddc2030
[ircu2.10.12-pk.git] / libs / dbprim / 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 # The . here forces prefix ordering, so make check rebuilds the
82 # library first if necessary
83 SUBDIRS = . tests
84
85 lib_LTLIBRARIES = libdbprim.la
86 libdbprim_la_SOURCES = dbprim_int.h \
87                        \
88                        _hash_prime.c he_init.c ht_add.c ht_find.c ht_flush.c \
89                        ht_free.c ht_init.c ht_iter.c ht_move.c ht_remove.c \
90                        ht_resize.c \
91                        \
92                        le_init.c ll_add.c ll_find.c ll_flush.c ll_init.c \
93                        ll_iter.c ll_move.c ll_remove.c \
94                        \
95                        sh_find.c sh_flush.c sh_init.c sh_iter.c sh_move.c \
96                        _smat_comp.c smat_freelist.c _smat_hash.c \
97                        _smat_resize.c st_add.c st_find.c st_flush.c st_free.c \
98                        st_init.c st_iter.c st_remove.c st_resize.c
99
100 libdbprim_la_LIBADD = @DBPRIM_ET_OBJS@
101 libdbprim_la_DEPENDENCIES = @DBPRIM_ET_OBJS@
102 libdbprim_la_LDFLAGS = -version-info 1:1:0
103
104 include_HEADERS = dbprim.h
105
106 EXTRA_DIST = dbprim.h.top dbprim.h.bot dbprim_err.et \
107              comp_et-sh.in COPYING INSTALL doc
108
109
110 SUFFIXES = .et .h
111
112 CLEANFILES = dbprim.h dbprim_err.c dbprim_err.h
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_CLEAN_FILES =  comp_et-sh
116 LTLIBRARIES =  $(lib_LTLIBRARIES)
117
118
119 DEFS = @DEFS@ -I. -I$(srcdir) 
120 CPPFLAGS = @CPPFLAGS@
121 LDFLAGS = @LDFLAGS@
122 LIBS = @LIBS@
123 libdbprim_la_OBJECTS =  _hash_prime.lo he_init.lo ht_add.lo ht_find.lo \
124 ht_flush.lo ht_free.lo ht_init.lo ht_iter.lo ht_move.lo ht_remove.lo \
125 ht_resize.lo le_init.lo ll_add.lo ll_find.lo ll_flush.lo ll_init.lo \
126 ll_iter.lo ll_move.lo ll_remove.lo sh_find.lo sh_flush.lo sh_init.lo \
127 sh_iter.lo sh_move.lo _smat_comp.lo smat_freelist.lo _smat_hash.lo \
128 _smat_resize.lo st_add.lo st_find.lo st_flush.lo st_free.lo st_init.lo \
129 st_iter.lo st_remove.lo st_resize.lo
130 CFLAGS = @CFLAGS@
131 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 CCLD = $(CC)
134 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
135 HEADERS =  $(include_HEADERS)
136
137 DIST_COMMON =  COPYING ChangeLog INSTALL Makefile.am Makefile.in \
138 acinclude.m4 aclocal.m4 comp_et-sh.in config.guess config.sub configure \
139 configure.in install-sh ltmain.sh missing mkinstalldirs
140
141
142 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
144 TAR = gtar
145 GZIP_ENV = --best
146 SOURCES = $(libdbprim_la_SOURCES)
147 OBJECTS = $(libdbprim_la_OBJECTS)
148
149 all: all-redirect
150 .SUFFIXES:
151 .SUFFIXES: .S .c .et .h .lo .o .obj .s
152 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
153         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
154
155 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
156         cd $(top_builddir) \
157           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
159 $(ACLOCAL_M4):  configure.in  acinclude.m4
160         cd $(srcdir) && $(ACLOCAL)
161
162 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163         $(SHELL) ./config.status --recheck
164 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
165         cd $(srcdir) && $(AUTOCONF)
166 comp_et-sh: $(top_builddir)/config.status comp_et-sh.in
167         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
168
169 mostlyclean-libLTLIBRARIES:
170
171 clean-libLTLIBRARIES:
172         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
173
174 distclean-libLTLIBRARIES:
175
176 maintainer-clean-libLTLIBRARIES:
177
178 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
179         @$(NORMAL_INSTALL)
180         $(mkinstalldirs) $(DESTDIR)$(libdir)
181         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
182           if test -f $$p; then \
183             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
184             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
185           else :; fi; \
186         done
187
188 uninstall-libLTLIBRARIES:
189         @$(NORMAL_UNINSTALL)
190         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
191           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
192         done
193
194 .c.o:
195         $(COMPILE) -c $<
196
197 # FIXME: We should only use cygpath when building on Windows,
198 # and only if it is available.
199 .c.obj:
200         $(COMPILE) -c `cygpath -w $<`
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         -rm -f *.$(OBJEXT)
211
212 clean-compile:
213
214 distclean-compile:
215         -rm -f *.tab.c
216
217 maintainer-clean-compile:
218
219 .c.lo:
220         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222 .s.lo:
223         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
225 .S.lo:
226         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
228 mostlyclean-libtool:
229         -rm -f *.lo
230
231 clean-libtool:
232         -rm -rf .libs _libs
233
234 distclean-libtool:
235
236 maintainer-clean-libtool:
237
238 libdbprim.la: $(libdbprim_la_OBJECTS) $(libdbprim_la_DEPENDENCIES)
239         $(LINK) -rpath $(libdir) $(libdbprim_la_LDFLAGS) $(libdbprim_la_OBJECTS) $(libdbprim_la_LIBADD) $(LIBS)
240
241 install-includeHEADERS: $(include_HEADERS)
242         @$(NORMAL_INSTALL)
243         $(mkinstalldirs) $(DESTDIR)$(includedir)
244         @list='$(include_HEADERS)'; for p in $$list; do \
245           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
246           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
247           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
248         done
249
250 uninstall-includeHEADERS:
251         @$(NORMAL_UNINSTALL)
252         list='$(include_HEADERS)'; for p in $$list; do \
253           rm -f $(DESTDIR)$(includedir)/$$p; \
254         done
255
256 # This directory's subdirectories are mostly independent; you can cd
257 # into them and run `make' without going through this Makefile.
258 # To change the values of `make' variables: instead of editing Makefiles,
259 # (1) if the variable is set in `config.status', edit `config.status'
260 #     (which will cause the Makefiles to be regenerated when you run `make');
261 # (2) otherwise, pass the desired values on the `make' command line.
262
263 @SET_MAKE@
264
265 all-recursive install-data-recursive install-exec-recursive \
266 installdirs-recursive install-recursive uninstall-recursive  \
267 check-recursive installcheck-recursive info-recursive dvi-recursive:
268         @set fnord $(MAKEFLAGS); amf=$$2; \
269         dot_seen=no; \
270         target=`echo $@ | sed s/-recursive//`; \
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           echo "Making $$target in $$subdir"; \
273           if test "$$subdir" = "."; then \
274             dot_seen=yes; \
275             local_target="$$target-am"; \
276           else \
277             local_target="$$target"; \
278           fi; \
279           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
281         done; \
282         if test "$$dot_seen" = "no"; then \
283           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284         fi; test -z "$$fail"
285
286 mostlyclean-recursive clean-recursive distclean-recursive \
287 maintainer-clean-recursive:
288         @set fnord $(MAKEFLAGS); amf=$$2; \
289         dot_seen=no; \
290         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
291           rev="$$subdir $$rev"; \
292           test "$$subdir" != "." || dot_seen=yes; \
293         done; \
294         test "$$dot_seen" = "no" && rev=". $$rev"; \
295         target=`echo $@ | sed s/-recursive//`; \
296         for subdir in $$rev; do \
297           echo "Making $$target in $$subdir"; \
298           if test "$$subdir" = "."; then \
299             local_target="$$target-am"; \
300           else \
301             local_target="$$target"; \
302           fi; \
303           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305         done && test -z "$$fail"
306 tags-recursive:
307         list='$(SUBDIRS)'; for subdir in $$list; do \
308           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309         done
310
311 tags: TAGS
312
313 ID: $(HEADERS) $(SOURCES) $(LISP)
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         here=`pwd` && cd $(srcdir) \
319           && mkid -f$$here/ID $$unique $(LISP)
320
321 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
322         tags=; \
323         here=`pwd`; \
324         list='$(SUBDIRS)'; for subdir in $$list; do \
325    if test "$$subdir" = .; then :; else \
326             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
327    fi; \
328         done; \
329         list='$(SOURCES) $(HEADERS)'; \
330         unique=`for i in $$list; do echo $$i; done | \
331           awk '    { files[$$0] = 1; } \
332                END { for (i in files) print i; }'`; \
333         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
334           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
335
336 mostlyclean-tags:
337
338 clean-tags:
339
340 distclean-tags:
341         -rm -f TAGS ID
342
343 maintainer-clean-tags:
344
345 distdir = $(PACKAGE)-$(VERSION)
346 top_distdir = $(distdir)
347
348 # This target untars the dist file and tries a VPATH configuration.  Then
349 # it guarantees that the distribution is self-contained by making another
350 # tarfile.
351 distcheck: dist
352         -rm -rf $(distdir)
353         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
354         mkdir $(distdir)/=build
355         mkdir $(distdir)/=inst
356         dc_install_base=`cd $(distdir)/=inst && pwd`; \
357         cd $(distdir)/=build \
358           && ../configure --srcdir=.. --prefix=$$dc_install_base \
359           && $(MAKE) $(AM_MAKEFLAGS) \
360           && $(MAKE) $(AM_MAKEFLAGS) dvi \
361           && $(MAKE) $(AM_MAKEFLAGS) check \
362           && $(MAKE) $(AM_MAKEFLAGS) install \
363           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
364           && $(MAKE) $(AM_MAKEFLAGS) dist
365         -rm -rf $(distdir)
366         @banner="$(distdir).tar.gz is ready for distribution"; \
367         dashes=`echo "$$banner" | sed s/./=/g`; \
368         echo "$$dashes"; \
369         echo "$$banner"; \
370         echo "$$dashes"
371 dist: distdir
372         -chmod -R a+r $(distdir)
373         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
374         -rm -rf $(distdir)
375 dist-all: distdir
376         -chmod -R a+r $(distdir)
377         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
378         -rm -rf $(distdir)
379 distdir: $(DISTFILES)
380         -rm -rf $(distdir)
381         mkdir $(distdir)
382         -chmod 777 $(distdir)
383         @for file in $(DISTFILES); do \
384           d=$(srcdir); \
385           if test -d $$d/$$file; then \
386             cp -pr $$d/$$file $(distdir)/$$file; \
387           else \
388             test -f $(distdir)/$$file \
389             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
390             || cp -p $$d/$$file $(distdir)/$$file || :; \
391           fi; \
392         done
393         for subdir in $(SUBDIRS); do \
394           if test "$$subdir" = .; then :; else \
395             test -d $(distdir)/$$subdir \
396             || mkdir $(distdir)/$$subdir \
397             || exit 1; \
398             chmod 777 $(distdir)/$$subdir; \
399             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
400               || exit 1; \
401           fi; \
402         done
403         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
404 _hash_prime.lo _hash_prime.o : _hash_prime.c dbprim.h dbprim_int.h
405 _smat_comp.lo _smat_comp.o : _smat_comp.c dbprim.h dbprim_int.h
406 _smat_freelist.lo _smat_freelist.o : _smat_freelist.c dbprim.h \
407         dbprim_int.h
408 _smat_hash.lo _smat_hash.o : _smat_hash.c dbprim.h dbprim_int.h
409 _smat_resize.lo _smat_resize.o : _smat_resize.c dbprim.h dbprim_int.h
410 he_init.lo he_init.o : he_init.c dbprim.h dbprim_int.h
411 ht_add.lo ht_add.o : ht_add.c dbprim.h dbprim_int.h
412 ht_find.lo ht_find.o : ht_find.c dbprim.h dbprim_int.h
413 ht_flush.lo ht_flush.o : ht_flush.c dbprim.h dbprim_int.h
414 ht_free.lo ht_free.o : ht_free.c dbprim.h dbprim_int.h
415 ht_init.lo ht_init.o : ht_init.c dbprim.h dbprim_int.h
416 ht_iter.lo ht_iter.o : ht_iter.c dbprim.h dbprim_int.h
417 ht_move.lo ht_move.o : ht_move.c dbprim.h dbprim_int.h
418 ht_remove.lo ht_remove.o : ht_remove.c dbprim.h dbprim_int.h
419 ht_resize.lo ht_resize.o : ht_resize.c dbprim.h dbprim_int.h
420 le_init.lo le_init.o : le_init.c dbprim.h dbprim_int.h
421 ll_add.lo ll_add.o : ll_add.c dbprim.h dbprim_int.h
422 ll_find.lo ll_find.o : ll_find.c dbprim.h dbprim_int.h
423 ll_flush.lo ll_flush.o : ll_flush.c dbprim.h dbprim_int.h
424 ll_init.lo ll_init.o : ll_init.c dbprim.h dbprim_int.h
425 ll_iter.lo ll_iter.o : ll_iter.c dbprim.h dbprim_int.h
426 ll_move.lo ll_move.o : ll_move.c dbprim.h dbprim_int.h
427 ll_remove.lo ll_remove.o : ll_remove.c dbprim.h dbprim_int.h
428 sh_find.lo sh_find.o : sh_find.c dbprim.h dbprim_int.h
429 sh_flush.lo sh_flush.o : sh_flush.c dbprim.h dbprim_int.h
430 sh_init.lo sh_init.o : sh_init.c dbprim.h dbprim_int.h
431 sh_iter.lo sh_iter.o : sh_iter.c dbprim.h dbprim_int.h
432 sh_move.lo sh_move.o : sh_move.c dbprim.h dbprim_int.h
433 smat_freelist.lo smat_freelist.o : smat_freelist.c dbprim.h dbprim_int.h
434 st_add.lo st_add.o : st_add.c dbprim.h dbprim_int.h
435 st_find.lo st_find.o : st_find.c dbprim.h dbprim_int.h
436 st_flush.lo st_flush.o : st_flush.c dbprim.h dbprim_int.h
437 st_free.lo st_free.o : st_free.c dbprim.h dbprim_int.h
438 st_init.lo st_init.o : st_init.c dbprim.h dbprim_int.h
439 st_iter.lo st_iter.o : st_iter.c dbprim.h dbprim_int.h
440 st_remove.lo st_remove.o : st_remove.c dbprim.h dbprim_int.h
441 st_resize.lo st_resize.o : st_resize.c dbprim.h dbprim_int.h
442
443 info-am:
444 info: info-recursive
445 dvi-am:
446 dvi: dvi-recursive
447 check-am: all-am
448 check: check-recursive
449 installcheck-am:
450 installcheck: installcheck-recursive
451 install-exec-am: install-libLTLIBRARIES
452 install-exec: install-exec-recursive
453
454 install-data-am: install-includeHEADERS
455 install-data: install-data-recursive
456
457 install-am: all-am
458         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459 install: install-recursive
460 uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
461 uninstall: uninstall-recursive
462 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
463 all-redirect: all-recursive
464 install-strip:
465         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
466 installdirs: installdirs-recursive
467 installdirs-am:
468         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
469
470
471 mostlyclean-generic:
472
473 clean-generic:
474         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
475
476 distclean-generic:
477         -rm -f Makefile $(CONFIG_CLEAN_FILES)
478         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
479
480 maintainer-clean-generic:
481 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
482                 mostlyclean-libtool mostlyclean-tags \
483                 mostlyclean-generic
484
485 mostlyclean: mostlyclean-recursive
486
487 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
488                 clean-generic mostlyclean-am
489
490 clean: clean-recursive
491
492 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
493                 distclean-libtool distclean-tags distclean-generic \
494                 clean-am
495         -rm -f libtool
496
497 distclean: distclean-recursive
498         -rm -f config.status
499
500 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
501                 maintainer-clean-compile maintainer-clean-libtool \
502                 maintainer-clean-tags maintainer-clean-generic \
503                 distclean-am
504         @echo "This command is intended for maintainers to use;"
505         @echo "it deletes files that may require special tools to rebuild."
506
507 maintainer-clean: maintainer-clean-recursive
508         -rm -f config.status
509
510 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
511 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
512 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
513 distclean-compile clean-compile maintainer-clean-compile \
514 mostlyclean-libtool distclean-libtool clean-libtool \
515 maintainer-clean-libtool uninstall-includeHEADERS \
516 install-includeHEADERS install-data-recursive uninstall-data-recursive \
517 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
518 uninstalldirs-recursive all-recursive check-recursive \
519 installcheck-recursive info-recursive dvi-recursive \
520 mostlyclean-recursive distclean-recursive clean-recursive \
521 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
522 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
523 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
524 install-exec install-data-am install-data install-am install \
525 uninstall-am uninstall all-redirect all-am all installdirs-am \
526 installdirs mostlyclean-generic distclean-generic clean-generic \
527 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
528
529
530 .et.c .et.h: comp_et-sh
531         $(SHELL) comp_et-sh --com_err=@COM_ERR@ --dir=$(top_builddir) $<
532
533 dbprim_err.c dbprim_err.h: dbprim_err.et
534
535 $(OBJECTS): dbprim.h
536
537 dbprim.h: $(srcdir)/dbprim.h.top dbprim_err.h $(srcdir)/dbprim.h.bot
538         cat $(srcdir)/dbprim.h.top dbprim_err.h \
539                 $(srcdir)/dbprim.h.bot > dbprim.h
540
541 dist-hook:
542         rm -f dbprim.h dbprim_err.c dbprim_err.h
543
544 # Tell versions [3.59,3.63) of GNU make to not export all variables.
545 # Otherwise a system limit (for SysV at least) may be exceeded.
546 .NOEXPORT: