Remove building with NOCRYPTO option
[minix.git] / external / bsd / dhcp / dist / tests / Makefile.in
blob79477b7bd39bef0588164d3193351058600ff4cc
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = tests
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/depcomp
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4)
87 mkinstalldirs = $(install_sh) -d
88 CONFIG_HEADER = $(top_builddir)/includes/config.h
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 AR = ar
92 ARFLAGS = cru
93 AM_V_AR = $(am__v_AR_@AM_V@)
94 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
95 am__v_AR_0 = @echo " AR " $@;
96 am__v_AR_1 =
97 libt_api_a_AR = $(AR) $(ARFLAGS)
98 libt_api_a_LIBADD =
99 am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
100 libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
101 AM_V_P = $(am__v_P_@AM_V@)
102 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103 am__v_P_0 = false
104 am__v_P_1 = :
105 AM_V_GEN = $(am__v_GEN_@AM_V@)
106 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107 am__v_GEN_0 = @echo " GEN " $@;
108 am__v_GEN_1 =
109 AM_V_at = $(am__v_at_@AM_V@)
110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111 am__v_at_0 = @
112 am__v_at_1 =
113 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
114 depcomp = $(SHELL) $(top_srcdir)/depcomp
115 am__depfiles_maybe = depfiles
116 am__mv = mv -f
117 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 AM_V_CC = $(am__v_CC_@AM_V@)
120 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
121 am__v_CC_0 = @echo " CC " $@;
122 am__v_CC_1 =
123 CCLD = $(CC)
124 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
125 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
126 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
127 am__v_CCLD_0 = @echo " CCLD " $@;
128 am__v_CCLD_1 =
129 SOURCES = $(libt_api_a_SOURCES)
130 DIST_SOURCES = $(libt_api_a_SOURCES)
131 am__can_run_installinfo = \
132 case $$AM_UPDATE_INFO_DIR in \
133 n|no|NO) false;; \
134 *) (install-info --version) >/dev/null 2>&1;; \
135 esac
136 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137 # Read a list of newline-separated strings from the standard input,
138 # and print each of them once, without duplicates. Input order is
139 # *not* preserved.
140 am__uniquify_input = $(AWK) '\
141 BEGIN { nonempty = 0; } \
142 { items[$$0] = 1; nonempty = 1; } \
143 END { if (nonempty) { for (i in items) print i; }; } \
145 # Make sure the list of sources is unique. This is necessary because,
146 # e.g., the same source file might be shared among _SOURCES variables
147 # for different programs/libraries.
148 am__define_uniq_tagged_files = \
149 list='$(am__tagged_files)'; \
150 unique=`for i in $$list; do \
151 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152 done | $(am__uniquify_input)`
153 ETAGS = etags
154 CTAGS = ctags
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 ATF_CFLAGS = @ATF_CFLAGS@
160 ATF_LDFLAGS = @ATF_LDFLAGS@
161 AUTOCONF = @AUTOCONF@
162 AUTOHEADER = @AUTOHEADER@
163 AUTOMAKE = @AUTOMAKE@
164 AWK = @AWK@
165 CC = @CC@
166 CCDEPMODE = @CCDEPMODE@
167 CFLAGS = @CFLAGS@
168 CPP = @CPP@
169 CPPFLAGS = @CPPFLAGS@
170 CYGPATH_W = @CYGPATH_W@
171 DEFS = @DEFS@
172 DEPDIR = @DEPDIR@
173 ECHO_C = @ECHO_C@
174 ECHO_N = @ECHO_N@
175 ECHO_T = @ECHO_T@
176 EGREP = @EGREP@
177 EXEEXT = @EXEEXT@
178 GREP = @GREP@
179 INSTALL = @INSTALL@
180 INSTALL_DATA = @INSTALL_DATA@
181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184 LDAP_CFLAGS = @LDAP_CFLAGS@
185 LDFLAGS = @LDFLAGS@
186 LIBOBJS = @LIBOBJS@
187 LIBS = @LIBS@
188 LTLIBOBJS = @LTLIBOBJS@
189 MAINT = @MAINT@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 OBJEXT = @OBJEXT@
193 PACKAGE = @PACKAGE@
194 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195 PACKAGE_NAME = @PACKAGE_NAME@
196 PACKAGE_STRING = @PACKAGE_STRING@
197 PACKAGE_TARNAME = @PACKAGE_TARNAME@
198 PACKAGE_URL = @PACKAGE_URL@
199 PACKAGE_VERSION = @PACKAGE_VERSION@
200 PATH_SEPARATOR = @PATH_SEPARATOR@
201 RANLIB = @RANLIB@
202 SET_MAKE = @SET_MAKE@
203 SHELL = @SHELL@
204 STRIP = @STRIP@
205 VERSION = @VERSION@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_CC = @ac_ct_CC@
211 ac_prefix_program = @ac_prefix_program@
212 am__include = @am__include@
213 am__leading_dot = @am__leading_dot@
214 am__quote = @am__quote@
215 am__tar = @am__tar@
216 am__untar = @am__untar@
217 bindir = @bindir@
218 build = @build@
219 build_alias = @build_alias@
220 build_cpu = @build_cpu@
221 build_os = @build_os@
222 build_vendor = @build_vendor@
223 builddir = @builddir@
224 byte_order = @byte_order@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 mandir = @mandir@
244 mkdir_p = @mkdir_p@
245 oldincludedir = @oldincludedir@
246 pdfdir = @pdfdir@
247 prefix = @prefix@
248 program_transform_name = @program_transform_name@
249 psdir = @psdir@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 srcdir = @srcdir@
253 sysconfdir = @sysconfdir@
254 target_alias = @target_alias@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \
259 DHCPv6/000-badmsgtype.pl \
260 DHCPv6/010-solicit-noclientid.pl \
261 DHCPv6/011-solicit-serverid.pl \
262 DHCPv6/020-advertise-mcast.pl \
263 DHCPv6/030-request-noclientid.pl \
264 DHCPv6/031-request-noserverid.pl \
265 DHCPv6/032-request-badduid.pl \
266 DHCPv6/110-information-request-ia_na.pl \
267 DHCPv6/111-information-request-ia_ta.pl \
268 DHCPv6/112-badduid.pl \
269 DHCPv6/210-solicit-nohost.pl \
270 DHCPv6/211-solicit-opt-in-na.pl \
271 DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \
272 DHCPv6/280-release-nohost.pl \
273 DHCPv6/281-release-bad-address.pl \
274 DHCPv6/282-release-no-address.pl \
275 DHCPv6/283-release.pl \
276 DHCPv6/290-decline-nohost.pl \
277 DHCPv6/291-decline-bad-address.pl \
278 DHCPv6/292-decline-no-address.pl \
279 DHCPv6/293-decline.pl \
280 DHCPv6/README DHCPv6/dhcp_client.pm \
281 DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \
282 DHCPv6/test-a.conf DHCPv6/test-b.conf \
283 HOWTO-unit-test \
284 unit_test_sample.c
286 AM_CPPFLAGS = -I..
287 check_LIBRARIES = libt_api.a
288 libt_api_a_SOURCES = t_api.c t_api_dhcp.c
289 all: all-am
291 .SUFFIXES:
292 .SUFFIXES: .c .o .obj
293 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
294 @for dep in $?; do \
295 case '$(am__configure_deps)' in \
296 *$$dep*) \
297 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298 && { if test -f $@; then exit 0; else break; fi; }; \
299 exit 1;; \
300 esac; \
301 done; \
302 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
303 $(am__cd) $(top_srcdir) && \
304 $(AUTOMAKE) --foreign tests/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307 @case '$?' in \
308 *config.status*) \
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310 *) \
311 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313 esac;
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
324 clean-checkLIBRARIES:
325 -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
327 libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES) $(EXTRA_libt_api_a_DEPENDENCIES)
328 $(AM_V_at)-rm -f libt_api.a
329 $(AM_V_AR)$(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD)
330 $(AM_V_at)$(RANLIB) libt_api.a
332 mostlyclean-compile:
333 -rm -f *.$(OBJEXT)
335 distclean-compile:
336 -rm -f *.tab.c
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@
341 .c.o:
342 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
348 .c.obj:
349 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
350 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
355 ID: $(am__tagged_files)
356 $(am__define_uniq_tagged_files); mkid -fID $$unique
357 tags: tags-am
358 TAGS: tags
360 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
361 set x; \
362 here=`pwd`; \
363 $(am__define_uniq_tagged_files); \
364 shift; \
365 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
366 test -n "$$unique" || unique=$$empty_fix; \
367 if test $$# -gt 0; then \
368 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369 "$$@" $$unique; \
370 else \
371 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372 $$unique; \
373 fi; \
375 ctags: ctags-am
377 CTAGS: ctags
378 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
379 $(am__define_uniq_tagged_files); \
380 test -z "$(CTAGS_ARGS)$$unique" \
381 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382 $$unique
384 GTAGS:
385 here=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd) $(top_srcdir) \
387 && gtags -i $(GTAGS_ARGS) "$$here"
388 cscopelist: cscopelist-am
390 cscopelist-am: $(am__tagged_files)
391 list='$(am__tagged_files)'; \
392 case "$(srcdir)" in \
393 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
394 *) sdir=$(subdir)/$(srcdir) ;; \
395 esac; \
396 for i in $$list; do \
397 if test -f "$$i"; then \
398 echo "$(subdir)/$$i"; \
399 else \
400 echo "$$sdir/$$i"; \
401 fi; \
402 done >> $(top_builddir)/cscope.files
404 distclean-tags:
405 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407 distdir: $(DISTFILES)
408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410 list='$(DISTFILES)'; \
411 dist_files=`for file in $$list; do echo $$file; done | \
412 sed -e "s|^$$srcdirstrip/||;t" \
413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414 case $$dist_files in \
415 */*) $(MKDIR_P) `echo "$$dist_files" | \
416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417 sort -u` ;; \
418 esac; \
419 for file in $$dist_files; do \
420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421 if test -d $$d/$$file; then \
422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423 if test -d "$(distdir)/$$file"; then \
424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425 fi; \
426 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
427 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429 fi; \
430 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
431 else \
432 test -f "$(distdir)/$$file" \
433 || cp -p $$d/$$file "$(distdir)/$$file" \
434 || exit 1; \
435 fi; \
436 done
437 check-am: all-am
438 $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
439 check: check-am
440 all-am: Makefile
441 installdirs:
442 install: install-am
443 install-exec: install-exec-am
444 install-data: install-data-am
445 uninstall: uninstall-am
447 install-am: all-am
448 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450 installcheck: installcheck-am
451 install-strip:
452 if test -z '$(STRIP)'; then \
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 install; \
456 else \
457 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
458 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
459 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
461 mostlyclean-generic:
463 clean-generic:
465 distclean-generic:
466 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
467 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
469 maintainer-clean-generic:
470 @echo "This command is intended for maintainers to use"
471 @echo "it deletes files that may require special tools to rebuild."
472 clean: clean-am
474 clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
476 distclean: distclean-am
477 -rm -rf ./$(DEPDIR)
478 -rm -f Makefile
479 distclean-am: clean-am distclean-compile distclean-generic \
480 distclean-tags
482 dvi: dvi-am
484 dvi-am:
486 html: html-am
488 html-am:
490 info: info-am
492 info-am:
494 install-data-am:
496 install-dvi: install-dvi-am
498 install-dvi-am:
500 install-exec-am:
502 install-html: install-html-am
504 install-html-am:
506 install-info: install-info-am
508 install-info-am:
510 install-man:
512 install-pdf: install-pdf-am
514 install-pdf-am:
516 install-ps: install-ps-am
518 install-ps-am:
520 installcheck-am:
522 maintainer-clean: maintainer-clean-am
523 -rm -rf ./$(DEPDIR)
524 -rm -f Makefile
525 maintainer-clean-am: distclean-am maintainer-clean-generic
527 mostlyclean: mostlyclean-am
529 mostlyclean-am: mostlyclean-compile mostlyclean-generic
531 pdf: pdf-am
533 pdf-am:
535 ps: ps-am
537 ps-am:
539 uninstall-am:
541 .MAKE: check-am install-am install-strip
543 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
544 clean-checkLIBRARIES clean-generic cscopelist-am ctags \
545 ctags-am distclean distclean-compile distclean-generic \
546 distclean-tags distdir dvi dvi-am html html-am info info-am \
547 install install-am install-data install-data-am install-dvi \
548 install-dvi-am install-exec install-exec-am install-html \
549 install-html-am install-info install-info-am install-man \
550 install-pdf install-pdf-am install-ps install-ps-am \
551 install-strip installcheck installcheck-am installdirs \
552 maintainer-clean maintainer-clean-generic mostlyclean \
553 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
554 tags tags-am uninstall uninstall-am
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: