Sync usage with man page.
[netbsd-mini2440.git] / dist / ntp / ElectricFence / Makefile.in
blob46178658231acc98c013654ab4617f0668fd0bcf
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Harlan Stenn <stenn@whimsy.udel.edu>
19 # Converted the original Makefile (now in Makefile-) to Makefile.am
20 # in July of '00
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 EXTRA_PROGRAMS = eftest$(EXEEXT) tstheap$(EXEEXT)
42 subdir = ElectricFence
43 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
44 COPYING
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
47 $(top_srcdir)/m4/define_dir.m4 \
48 $(top_srcdir)/m4/hs_ulong_const.m4 \
49 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
50 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_HEADER = $(top_builddir)/config.h
55 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
57 LIBRARIES = $(noinst_LIBRARIES)
58 ARFLAGS = cru
59 libefence_a_AR = $(AR) $(ARFLAGS)
60 libefence_a_LIBADD =
61 am_libefence_a_OBJECTS = efence.$(OBJEXT) page.$(OBJEXT) \
62 print.$(OBJEXT)
63 libefence_a_OBJECTS = $(am_libefence_a_OBJECTS)
64 eftest_SOURCES = eftest.c
65 eftest_OBJECTS = eftest.$(OBJEXT)
66 eftest_LDADD = $(LDADD)
67 eftest_DEPENDENCIES = libefence.a
68 tstheap_SOURCES = tstheap.c
69 tstheap_OBJECTS = tstheap.$(OBJEXT)
70 tstheap_LDADD = $(LDADD)
71 tstheap_DEPENDENCIES = libefence.a
72 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 am__mv = mv -f
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84 $(LDFLAGS) -o $@
85 SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c
86 DIST_SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c
87 ETAGS = etags
88 CTAGS = ctags
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 ARLIB_DIR = @ARLIB_DIR@
94 AUTOCONF = @AUTOCONF@
95 AUTOHEADER = @AUTOHEADER@
96 AUTOMAKE = @AUTOMAKE@
97 AWK = @AWK@
98 BINSUBDIR = @BINSUBDIR@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CHUTEST = @CHUTEST@
103 CLKTEST = @CLKTEST@
104 CPP = @CPP@
105 CPPFLAGS = @CPPFLAGS@
106 CYGPATH_W = @CYGPATH_W@
107 DCFD = @DCFD@
108 DEFS = @DEFS@
109 DEPDIR = @DEPDIR@
110 ECHO = @ECHO@
111 ECHO_C = @ECHO_C@
112 ECHO_N = @ECHO_N@
113 ECHO_T = @ECHO_T@
114 EF_LIBS = @EF_LIBS@
115 EF_PROGS = @EF_PROGS@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 GREP = @GREP@
119 HAVE_INLINE = @HAVE_INLINE@
120 INSTALL = @INSTALL@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 LCRYPTO = @LCRYPTO@
126 LDFLAGS = @LDFLAGS@
127 LIBOBJS = @LIBOBJS@
128 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
129 LIBOPTS_DIR = @LIBOPTS_DIR@
130 LIBOPTS_LDADD = @LIBOPTS_LDADD@
131 LIBPARSE = @LIBPARSE@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LN_S = @LN_S@
135 LSCF = @LSCF@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAKEINFO = @MAKEINFO@
138 MAKE_ADJTIMED = @MAKE_ADJTIMED@
139 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
140 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
141 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
142 MAKE_LIBPARSE = @MAKE_LIBPARSE@
143 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
144 MAKE_NTPDSIM = @MAKE_NTPDSIM@
145 MAKE_NTPTIME = @MAKE_NTPTIME@
146 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
147 MAKE_TICKADJ = @MAKE_TICKADJ@
148 MAKE_TIMETRIM = @MAKE_TIMETRIM@
149 MKDIR_P = @MKDIR_P@
150 OBJEXT = @OBJEXT@
151 OPENSSL = @OPENSSL@
152 OPENSSL_INC = @OPENSSL_INC@
153 OPENSSL_LIB = @OPENSSL_LIB@
154 PACKAGE = @PACKAGE@
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156 PACKAGE_NAME = @PACKAGE_NAME@
157 PACKAGE_STRING = @PACKAGE_STRING@
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
159 PACKAGE_URL = @PACKAGE_URL@
160 PACKAGE_VERSION = @PACKAGE_VERSION@
161 PATH_PERL = @PATH_PERL@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 PATH_SH = @PATH_SH@
164 PROPDELAY = @PROPDELAY@
165 RANLIB = @RANLIB@
166 READLINE_LIBS = @READLINE_LIBS@
167 SET_MAKE = @SET_MAKE@
168 SHELL = @SHELL@
169 STRIP = @STRIP@
170 TESTDCF = @TESTDCF@
171 U = @U@
172 VERSION = @VERSION@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_CC = @ac_ct_CC@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 builddir = @builddir@
190 datadir = @datadir@
191 datarootdir = @datarootdir@
192 docdir = @docdir@
193 dvidir = @dvidir@
194 exec_prefix = @exec_prefix@
195 host = @host@
196 host_alias = @host_alias@
197 host_cpu = @host_cpu@
198 host_os = @host_os@
199 host_vendor = @host_vendor@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 subdirs = @subdirs@
219 sysconfdir = @sysconfdir@
220 target_alias = @target_alias@
221 top_build_prefix = @top_build_prefix@
222 top_builddir = @top_builddir@
223 top_srcdir = @top_srcdir@
224 EXTRA_DIST = libefence.3 CHANGES
225 libefence_a_SOURCES = efence.h efence.c page.c print.c
226 check_PROGRAMS = @EF_PROGS@
227 # TESTS = eftest tstheap
228 noinst_LIBRARIES = @EF_LIBS@
229 EXTRA_LIBRARIES = libefence.a
230 LDADD = libefence.a
231 all: all-am
233 .SUFFIXES:
234 .SUFFIXES: .c .lo .o .obj
235 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
236 @for dep in $?; do \
237 case '$(am__configure_deps)' in \
238 *$$dep*) \
239 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240 && { if test -f $@; then exit 0; else break; fi; }; \
241 exit 1;; \
242 esac; \
243 done; \
244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ElectricFence/Makefile'; \
245 $(am__cd) $(top_srcdir) && \
246 $(AUTOMAKE) --foreign ElectricFence/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249 @case '$?' in \
250 *config.status*) \
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252 *) \
253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255 esac;
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(top_srcdir)/configure: $(am__configure_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(am__aclocal_m4_deps):
266 clean-noinstLIBRARIES:
267 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
268 libefence.a: $(libefence_a_OBJECTS) $(libefence_a_DEPENDENCIES)
269 -rm -f libefence.a
270 $(libefence_a_AR) libefence.a $(libefence_a_OBJECTS) $(libefence_a_LIBADD)
271 $(RANLIB) libefence.a
273 clean-checkPROGRAMS:
274 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
275 echo " rm -f" $$list; \
276 rm -f $$list || exit $$?; \
277 test -n "$(EXEEXT)" || exit 0; \
278 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
279 echo " rm -f" $$list; \
280 rm -f $$list
281 eftest$(EXEEXT): $(eftest_OBJECTS) $(eftest_DEPENDENCIES)
282 @rm -f eftest$(EXEEXT)
283 $(LINK) $(eftest_OBJECTS) $(eftest_LDADD) $(LIBS)
284 tstheap$(EXEEXT): $(tstheap_OBJECTS) $(tstheap_DEPENDENCIES)
285 @rm -f tstheap$(EXEEXT)
286 $(LINK) $(tstheap_OBJECTS) $(tstheap_LDADD) $(LIBS)
288 mostlyclean-compile:
289 -rm -f *.$(OBJEXT)
291 distclean-compile:
292 -rm -f *.tab.c
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efence.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eftest.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/page.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tstheap.Po@am__quote@
300 .c.o:
301 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
307 .c.obj:
308 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
309 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
314 .c.lo:
315 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
321 mostlyclean-libtool:
322 -rm -f *.lo
324 clean-libtool:
325 -rm -rf .libs _libs
327 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329 unique=`for i in $$list; do \
330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331 done | \
332 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333 END { if (nonempty) { for (i in files) print i; }; }'`; \
334 mkid -fID $$unique
335 tags: TAGS
337 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
338 $(TAGS_FILES) $(LISP)
339 set x; \
340 here=`pwd`; \
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 shift; \
348 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
349 test -n "$$unique" || unique=$$empty_fix; \
350 if test $$# -gt 0; then \
351 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352 "$$@" $$unique; \
353 else \
354 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355 $$unique; \
356 fi; \
358 ctags: CTAGS
359 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP)
361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366 END { if (nonempty) { for (i in files) print i; }; }'`; \
367 test -z "$(CTAGS_ARGS)$$unique" \
368 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369 $$unique
371 GTAGS:
372 here=`$(am__cd) $(top_builddir) && pwd` \
373 && $(am__cd) $(top_srcdir) \
374 && gtags -i $(GTAGS_ARGS) "$$here"
376 distclean-tags:
377 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379 distdir: $(DISTFILES)
380 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382 list='$(DISTFILES)'; \
383 dist_files=`for file in $$list; do echo $$file; done | \
384 sed -e "s|^$$srcdirstrip/||;t" \
385 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386 case $$dist_files in \
387 */*) $(MKDIR_P) `echo "$$dist_files" | \
388 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389 sort -u` ;; \
390 esac; \
391 for file in $$dist_files; do \
392 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393 if test -d $$d/$$file; then \
394 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395 if test -d "$(distdir)/$$file"; then \
396 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
397 fi; \
398 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
400 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401 fi; \
402 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
403 else \
404 test -f "$(distdir)/$$file" \
405 || cp -p $$d/$$file "$(distdir)/$$file" \
406 || exit 1; \
407 fi; \
408 done
409 check-am: all-am
410 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
411 $(MAKE) $(AM_MAKEFLAGS) check-local
412 check: check-am
413 all-am: Makefile $(LIBRARIES)
414 installdirs:
415 install: install-am
416 install-exec: install-exec-am
417 install-data: install-data-am
418 uninstall: uninstall-am
420 install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423 installcheck: installcheck-am
424 install-strip:
425 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427 `test -z '$(STRIP)' || \
428 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429 mostlyclean-generic:
431 clean-generic:
433 distclean-generic:
434 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
437 maintainer-clean-generic:
438 @echo "This command is intended for maintainers to use"
439 @echo "it deletes files that may require special tools to rebuild."
440 clean: clean-am
442 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
443 clean-noinstLIBRARIES mostlyclean-am
445 distclean: distclean-am
446 -rm -rf ./$(DEPDIR)
447 -rm -f Makefile
448 distclean-am: clean-am distclean-compile distclean-generic \
449 distclean-tags
451 dvi: dvi-am
453 dvi-am:
455 html: html-am
457 html-am:
459 info: info-am
461 info-am:
463 install-data-am:
465 install-dvi: install-dvi-am
467 install-dvi-am:
469 install-exec-am:
471 install-html: install-html-am
473 install-html-am:
475 install-info: install-info-am
477 install-info-am:
479 install-man:
481 install-pdf: install-pdf-am
483 install-pdf-am:
485 install-ps: install-ps-am
487 install-ps-am:
489 installcheck-am:
491 maintainer-clean: maintainer-clean-am
492 -rm -rf ./$(DEPDIR)
493 -rm -f Makefile
494 maintainer-clean-am: distclean-am maintainer-clean-generic
496 mostlyclean: mostlyclean-am
498 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499 mostlyclean-libtool
501 pdf: pdf-am
503 pdf-am:
505 ps: ps-am
507 ps-am:
509 uninstall-am:
511 .MAKE: check-am install-am install-strip
513 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
514 clean-checkPROGRAMS clean-generic clean-libtool \
515 clean-noinstLIBRARIES ctags distclean distclean-compile \
516 distclean-generic distclean-libtool distclean-tags distdir dvi \
517 dvi-am html html-am info info-am install install-am \
518 install-data install-data-am install-dvi install-dvi-am \
519 install-exec install-exec-am install-html install-html-am \
520 install-info install-info-am install-man install-pdf \
521 install-pdf-am install-ps install-ps-am install-strip \
522 installcheck installcheck-am installdirs maintainer-clean \
523 maintainer-clean-generic mostlyclean mostlyclean-compile \
524 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
525 tags uninstall uninstall-am
528 # Un-comment the following if you are running HP/UX.
529 # CFLAGS= -Aa -g -D_HPUX_SOURCE -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
531 # Un-comment the following if you are running AIX. This makes sure you won't
532 # get the shared-library malloc() rather than the Electric Fence malloc().
533 # COMPILE THE PROGRAMS YOU ARE DEBUGGING WITH THESE FLAGS, TOO.
534 # CFLAGS= -g -bnso -bnodelcsect -bI:/lib/syscalls.exp
536 # Un-comment the following if you are running SunOS 4.X
537 # Note the definition of PAGE_PROTECTION_VIOLATED_SIGNAL. This may vary
538 # depend on what version of Sun hardware you have.
539 # You'll probably have to link the program you are debugging with -Bstatic
540 # as well if using Sun's compiler, -static if using GCC.
541 # CFLAGS= -g -Bstatic -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
543 check-local:
544 test ! -f eftest || ./eftest
545 test ! -f tstheap || ./tstheap 3072
547 # Tell versions [3.59,3.63) of GNU make to not export all variables.
548 # Otherwise a system limit (for SysV at least) may be exceeded.
549 .NOEXPORT: