xref: /minix/external/bsd/dhcp/dist/tests/Makefile.in (revision fb9c64b2)
1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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.
9
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.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__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
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = tests
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(top_srcdir)/depcomp
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/includes/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91AR = ar
92ARFLAGS = cru
93AM_V_AR = $(am__v_AR_@AM_V@)
94am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
95am__v_AR_0 = @echo "  AR      " $@;
96am__v_AR_1 =
97libt_api_a_AR = $(AR) $(ARFLAGS)
98libt_api_a_LIBADD =
99am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
100libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
114depcomp = $(SHELL) $(top_srcdir)/depcomp
115am__depfiles_maybe = depfiles
116am__mv = mv -f
117COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119AM_V_CC = $(am__v_CC_@AM_V@)
120am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
121am__v_CC_0 = @echo "  CC      " $@;
122am__v_CC_1 =
123CCLD = $(CC)
124LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
125AM_V_CCLD = $(am__v_CCLD_@AM_V@)
126am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
127am__v_CCLD_0 = @echo "  CCLD    " $@;
128am__v_CCLD_1 =
129SOURCES = $(libt_api_a_SOURCES)
130DIST_SOURCES = $(libt_api_a_SOURCES)
131am__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
136am__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.
140am__uniquify_input = $(AWK) '\
141  BEGIN { nonempty = 0; } \
142  { items[$$0] = 1; nonempty = 1; } \
143  END { if (nonempty) { for (i in items) print i; }; } \
144'
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.
148am__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)`
153ETAGS = etags
154CTAGS = ctags
155DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156ACLOCAL = @ACLOCAL@
157AMTAR = @AMTAR@
158AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159ATF_CFLAGS = @ATF_CFLAGS@
160ATF_LDFLAGS = @ATF_LDFLAGS@
161AUTOCONF = @AUTOCONF@
162AUTOHEADER = @AUTOHEADER@
163AUTOMAKE = @AUTOMAKE@
164AWK = @AWK@
165CC = @CC@
166CCDEPMODE = @CCDEPMODE@
167CFLAGS = @CFLAGS@
168CPP = @CPP@
169CPPFLAGS = @CPPFLAGS@
170CYGPATH_W = @CYGPATH_W@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173ECHO_C = @ECHO_C@
174ECHO_N = @ECHO_N@
175ECHO_T = @ECHO_T@
176EGREP = @EGREP@
177EXEEXT = @EXEEXT@
178GREP = @GREP@
179INSTALL = @INSTALL@
180INSTALL_DATA = @INSTALL_DATA@
181INSTALL_PROGRAM = @INSTALL_PROGRAM@
182INSTALL_SCRIPT = @INSTALL_SCRIPT@
183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184LDAP_CFLAGS = @LDAP_CFLAGS@
185LDFLAGS = @LDFLAGS@
186LIBOBJS = @LIBOBJS@
187LIBS = @LIBS@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKEINFO = @MAKEINFO@
191MKDIR_P = @MKDIR_P@
192OBJEXT = @OBJEXT@
193PACKAGE = @PACKAGE@
194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195PACKAGE_NAME = @PACKAGE_NAME@
196PACKAGE_STRING = @PACKAGE_STRING@
197PACKAGE_TARNAME = @PACKAGE_TARNAME@
198PACKAGE_URL = @PACKAGE_URL@
199PACKAGE_VERSION = @PACKAGE_VERSION@
200PATH_SEPARATOR = @PATH_SEPARATOR@
201RANLIB = @RANLIB@
202SET_MAKE = @SET_MAKE@
203SHELL = @SHELL@
204STRIP = @STRIP@
205VERSION = @VERSION@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211ac_prefix_program = @ac_prefix_program@
212am__include = @am__include@
213am__leading_dot = @am__leading_dot@
214am__quote = @am__quote@
215am__tar = @am__tar@
216am__untar = @am__untar@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224byte_order = @byte_order@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243mandir = @mandir@
244mkdir_p = @mkdir_p@
245oldincludedir = @oldincludedir@
246pdfdir = @pdfdir@
247prefix = @prefix@
248program_transform_name = @program_transform_name@
249psdir = @psdir@
250sbindir = @sbindir@
251sharedstatedir = @sharedstatedir@
252srcdir = @srcdir@
253sysconfdir = @sysconfdir@
254target_alias = @target_alias@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258EXTRA_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
285
286AM_CPPFLAGS = -I..
287check_LIBRARIES = libt_api.a
288libt_api_a_SOURCES = t_api.c t_api_dhcp.c
289all: all-am
290
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
306Makefile: $(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;
314
315$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
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):
323
324clean-checkLIBRARIES:
325	-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
326
327libt_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
331
332mostlyclean-compile:
333	-rm -f *.$(OBJEXT)
334
335distclean-compile:
336	-rm -f *.tab.c
337
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@
340
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 $@ $<
347
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) '$<'`
354
355ID: $(am__tagged_files)
356	$(am__define_uniq_tagged_files); mkid -fID $$unique
357tags: tags-am
358TAGS: tags
359
360tags-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; \
374	fi
375ctags: ctags-am
376
377CTAGS: ctags
378ctags-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
383
384GTAGS:
385	here=`$(am__cd) $(top_builddir) && pwd` \
386	  && $(am__cd) $(top_srcdir) \
387	  && gtags -i $(GTAGS_ARGS) "$$here"
388cscopelist: cscopelist-am
389
390cscopelist-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
403
404distclean-tags:
405	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
406
407distdir: $(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
437check-am: all-am
438	$(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
439check: check-am
440all-am: Makefile
441installdirs:
442install: install-am
443install-exec: install-exec-am
444install-data: install-data-am
445uninstall: uninstall-am
446
447install-am: all-am
448	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
449
450installcheck: installcheck-am
451install-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; \
460	fi
461mostlyclean-generic:
462
463clean-generic:
464
465distclean-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)
468
469maintainer-clean-generic:
470	@echo "This command is intended for maintainers to use"
471	@echo "it deletes files that may require special tools to rebuild."
472clean: clean-am
473
474clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
475
476distclean: distclean-am
477	-rm -rf ./$(DEPDIR)
478	-rm -f Makefile
479distclean-am: clean-am distclean-compile distclean-generic \
480	distclean-tags
481
482dvi: dvi-am
483
484dvi-am:
485
486html: html-am
487
488html-am:
489
490info: info-am
491
492info-am:
493
494install-data-am:
495
496install-dvi: install-dvi-am
497
498install-dvi-am:
499
500install-exec-am:
501
502install-html: install-html-am
503
504install-html-am:
505
506install-info: install-info-am
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-am
513
514install-pdf-am:
515
516install-ps: install-ps-am
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-am
523	-rm -rf ./$(DEPDIR)
524	-rm -f Makefile
525maintainer-clean-am: distclean-am maintainer-clean-generic
526
527mostlyclean: mostlyclean-am
528
529mostlyclean-am: mostlyclean-compile mostlyclean-generic
530
531pdf: pdf-am
532
533pdf-am:
534
535ps: ps-am
536
537ps-am:
538
539uninstall-am:
540
541.MAKE: check-am install-am install-strip
542
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
555
556
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:
560