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@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = includes
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(srcdir)/config.h.in $(nobase_include_HEADERS)
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
104SOURCES =
105DIST_SOURCES =
106am__can_run_installinfo = \
107  case $$AM_UPDATE_INFO_DIR in \
108    n|no|NO) false;; \
109    *) (install-info --version) >/dev/null 2>&1;; \
110  esac
111am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112am__vpath_adj = case $$p in \
113    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114    *) f=$$p;; \
115  esac;
116am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117am__install_max = 40
118am__nobase_strip_setup = \
119  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120am__nobase_strip = \
121  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122am__nobase_list = $(am__nobase_strip_setup); \
123  for p in $$list; do echo "$$p $$p"; done | \
124  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126    if (++n[$$2] == $(am__install_max)) \
127      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128    END { for (dir in files) print dir, files[dir] }'
129am__base_list = \
130  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132am__uninstall_files_from_dir = { \
133  test -z "$$files" \
134    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
135    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
136         $(am__cd) "$$dir" && rm -f $$files; }; \
137  }
138am__installdirs = "$(DESTDIR)$(includedir)"
139HEADERS = $(nobase_include_HEADERS)
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
141	$(LISP)config.h.in
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates.  Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146  BEGIN { nonempty = 0; } \
147  { items[$$0] = 1; nonempty = 1; } \
148  END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique.  This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154  list='$(am__tagged_files)'; \
155  unique=`for i in $$list; do \
156    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157  done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161ACLOCAL = @ACLOCAL@
162AMTAR = @AMTAR@
163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164ATF_CFLAGS = @ATF_CFLAGS@
165ATF_LDFLAGS = @ATF_LDFLAGS@
166AUTOCONF = @AUTOCONF@
167AUTOHEADER = @AUTOHEADER@
168AUTOMAKE = @AUTOMAKE@
169AWK = @AWK@
170CC = @CC@
171CCDEPMODE = @CCDEPMODE@
172CFLAGS = @CFLAGS@
173CPP = @CPP@
174CPPFLAGS = @CPPFLAGS@
175CYGPATH_W = @CYGPATH_W@
176DEFS = @DEFS@
177DEPDIR = @DEPDIR@
178ECHO_C = @ECHO_C@
179ECHO_N = @ECHO_N@
180ECHO_T = @ECHO_T@
181EGREP = @EGREP@
182EXEEXT = @EXEEXT@
183GREP = @GREP@
184INSTALL = @INSTALL@
185INSTALL_DATA = @INSTALL_DATA@
186INSTALL_PROGRAM = @INSTALL_PROGRAM@
187INSTALL_SCRIPT = @INSTALL_SCRIPT@
188INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189LDAP_CFLAGS = @LDAP_CFLAGS@
190LDFLAGS = @LDFLAGS@
191LIBOBJS = @LIBOBJS@
192LIBS = @LIBS@
193LTLIBOBJS = @LTLIBOBJS@
194MAINT = @MAINT@
195MAKEINFO = @MAKEINFO@
196MKDIR_P = @MKDIR_P@
197OBJEXT = @OBJEXT@
198PACKAGE = @PACKAGE@
199PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200PACKAGE_NAME = @PACKAGE_NAME@
201PACKAGE_STRING = @PACKAGE_STRING@
202PACKAGE_TARNAME = @PACKAGE_TARNAME@
203PACKAGE_URL = @PACKAGE_URL@
204PACKAGE_VERSION = @PACKAGE_VERSION@
205PATH_SEPARATOR = @PATH_SEPARATOR@
206RANLIB = @RANLIB@
207SET_MAKE = @SET_MAKE@
208SHELL = @SHELL@
209STRIP = @STRIP@
210VERSION = @VERSION@
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216ac_prefix_program = @ac_prefix_program@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build = @build@
224build_alias = @build_alias@
225build_cpu = @build_cpu@
226build_os = @build_os@
227build_vendor = @build_vendor@
228builddir = @builddir@
229byte_order = @byte_order@
230datadir = @datadir@
231datarootdir = @datarootdir@
232docdir = @docdir@
233dvidir = @dvidir@
234exec_prefix = @exec_prefix@
235host = @host@
236host_alias = @host_alias@
237host_cpu = @host_cpu@
238host_os = @host_os@
239host_vendor = @host_vendor@
240htmldir = @htmldir@
241includedir = @includedir@
242infodir = @infodir@
243install_sh = @install_sh@
244libdir = @libdir@
245libexecdir = @libexecdir@
246localedir = @localedir@
247localstatedir = @localstatedir@
248mandir = @mandir@
249mkdir_p = @mkdir_p@
250oldincludedir = @oldincludedir@
251pdfdir = @pdfdir@
252prefix = @prefix@
253program_transform_name = @program_transform_name@
254psdir = @psdir@
255sbindir = @sbindir@
256sharedstatedir = @sharedstatedir@
257srcdir = @srcdir@
258sysconfdir = @sysconfdir@
259target_alias = @target_alias@
260top_build_prefix = @top_build_prefix@
261top_builddir = @top_builddir@
262top_srcdir = @top_srcdir@
263nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \
264			 omapip/hash.h omapip/isclib.h omapip/omapip.h \
265			 omapip/omapip_p.h omapip/result.h omapip/trace.h \
266			 isc-dhcp/dst.h
267
268EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
269	     heap.h inet.h minires.h osdep.h site.h statement.h tree.h \
270	     t_api.h \
271	     arpa/nameser.h arpa/nameser_compat.h \
272	     netinet/if_ether.h netinet/ip.h netinet/ip_icmp.h netinet/udp.h
273
274all: config.h
275	$(MAKE) $(AM_MAKEFLAGS) all-am
276
277.SUFFIXES:
278$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
279	@for dep in $?; do \
280	  case '$(am__configure_deps)' in \
281	    *$$dep*) \
282	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283	        && { if test -f $@; then exit 0; else break; fi; }; \
284	      exit 1;; \
285	  esac; \
286	done; \
287	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign includes/Makefile'; \
288	$(am__cd) $(top_srcdir) && \
289	  $(AUTOMAKE) --foreign includes/Makefile
290.PRECIOUS: Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292	@case '$?' in \
293	  *config.status*) \
294	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295	  *) \
296	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298	esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308
309config.h: stamp-h1
310	@test -f $@ || rm -f stamp-h1
311	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
312
313stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
314	@rm -f stamp-h1
315	cd $(top_builddir) && $(SHELL) ./config.status includes/config.h
316$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
318	rm -f stamp-h1
319	touch $@
320
321distclean-hdr:
322	-rm -f config.h stamp-h1
323install-nobase_includeHEADERS: $(nobase_include_HEADERS)
324	@$(NORMAL_INSTALL)
325	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
326	if test -n "$$list"; then \
327	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
328	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
329	fi; \
330	$(am__nobase_list) | while read dir files; do \
331	  xfiles=; for file in $$files; do \
332	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
333	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
334	  test -z "$$xfiles" || { \
335	    test "x$$dir" = x. || { \
336	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
337	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
338	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
339	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
340	done
341
342uninstall-nobase_includeHEADERS:
343	@$(NORMAL_UNINSTALL)
344	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
345	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
346	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
347
348ID: $(am__tagged_files)
349	$(am__define_uniq_tagged_files); mkid -fID $$unique
350tags: tags-am
351TAGS: tags
352
353tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
354	set x; \
355	here=`pwd`; \
356	$(am__define_uniq_tagged_files); \
357	shift; \
358	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
359	  test -n "$$unique" || unique=$$empty_fix; \
360	  if test $$# -gt 0; then \
361	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362	      "$$@" $$unique; \
363	  else \
364	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365	      $$unique; \
366	  fi; \
367	fi
368ctags: ctags-am
369
370CTAGS: ctags
371ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
372	$(am__define_uniq_tagged_files); \
373	test -z "$(CTAGS_ARGS)$$unique" \
374	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375	     $$unique
376
377GTAGS:
378	here=`$(am__cd) $(top_builddir) && pwd` \
379	  && $(am__cd) $(top_srcdir) \
380	  && gtags -i $(GTAGS_ARGS) "$$here"
381cscopelist: cscopelist-am
382
383cscopelist-am: $(am__tagged_files)
384	list='$(am__tagged_files)'; \
385	case "$(srcdir)" in \
386	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
387	  *) sdir=$(subdir)/$(srcdir) ;; \
388	esac; \
389	for i in $$list; do \
390	  if test -f "$$i"; then \
391	    echo "$(subdir)/$$i"; \
392	  else \
393	    echo "$$sdir/$$i"; \
394	  fi; \
395	done >> $(top_builddir)/cscope.files
396
397distclean-tags:
398	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400distdir: $(DISTFILES)
401	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	list='$(DISTFILES)'; \
404	  dist_files=`for file in $$list; do echo $$file; done | \
405	  sed -e "s|^$$srcdirstrip/||;t" \
406	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407	case $$dist_files in \
408	  */*) $(MKDIR_P) `echo "$$dist_files" | \
409			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410			   sort -u` ;; \
411	esac; \
412	for file in $$dist_files; do \
413	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414	  if test -d $$d/$$file; then \
415	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416	    if test -d "$(distdir)/$$file"; then \
417	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418	    fi; \
419	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422	    fi; \
423	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424	  else \
425	    test -f "$(distdir)/$$file" \
426	    || cp -p $$d/$$file "$(distdir)/$$file" \
427	    || exit 1; \
428	  fi; \
429	done
430check-am: all-am
431check: check-am
432all-am: Makefile $(HEADERS) config.h
433installdirs:
434	for dir in "$(DESTDIR)$(includedir)"; do \
435	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
436	done
437install: install-am
438install-exec: install-exec-am
439install-data: install-data-am
440uninstall: uninstall-am
441
442install-am: all-am
443	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
445installcheck: installcheck-am
446install-strip:
447	if test -z '$(STRIP)'; then \
448	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450	      install; \
451	else \
452	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
455	fi
456mostlyclean-generic:
457
458clean-generic:
459
460distclean-generic:
461	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
462	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
463
464maintainer-clean-generic:
465	@echo "This command is intended for maintainers to use"
466	@echo "it deletes files that may require special tools to rebuild."
467clean: clean-am
468
469clean-am: clean-generic mostlyclean-am
470
471distclean: distclean-am
472	-rm -f Makefile
473distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
474
475dvi: dvi-am
476
477dvi-am:
478
479html: html-am
480
481html-am:
482
483info: info-am
484
485info-am:
486
487install-data-am: install-nobase_includeHEADERS
488
489install-dvi: install-dvi-am
490
491install-dvi-am:
492
493install-exec-am:
494
495install-html: install-html-am
496
497install-html-am:
498
499install-info: install-info-am
500
501install-info-am:
502
503install-man:
504
505install-pdf: install-pdf-am
506
507install-pdf-am:
508
509install-ps: install-ps-am
510
511install-ps-am:
512
513installcheck-am:
514
515maintainer-clean: maintainer-clean-am
516	-rm -f Makefile
517maintainer-clean-am: distclean-am maintainer-clean-generic
518
519mostlyclean: mostlyclean-am
520
521mostlyclean-am: mostlyclean-generic
522
523pdf: pdf-am
524
525pdf-am:
526
527ps: ps-am
528
529ps-am:
530
531uninstall-am: uninstall-nobase_includeHEADERS
532
533.MAKE: all install-am install-strip
534
535.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
536	cscopelist-am ctags ctags-am distclean distclean-generic \
537	distclean-hdr distclean-tags distdir dvi dvi-am html html-am \
538	info info-am install install-am install-data install-data-am \
539	install-dvi install-dvi-am install-exec install-exec-am \
540	install-html install-html-am install-info install-info-am \
541	install-man install-nobase_includeHEADERS install-pdf \
542	install-pdf-am install-ps install-ps-am install-strip \
543	installcheck installcheck-am installdirs maintainer-clean \
544	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
545	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
546	uninstall-nobase_includeHEADERS
547
548
549# Tell versions [3.59,3.63) of GNU make to not export all variables.
550# Otherwise a system limit (for SysV at least) may be exceeded.
551.NOEXPORT:
552