1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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
17# include/Makefile.am for libevent
18# Copyright 2000-2007 Niels Provos
19# Copyright 2007-2012 Niels Provos and Nick Mathewson
20#
21# See LICENSE for copying information.
22
23VPATH = @srcdir@
24am__make_dryrun = \
25  { \
26    am__dry=no; \
27    case $$MAKEFLAGS in \
28      *\\[\ \	]*) \
29        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
30          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
31      *) \
32        for am__flg in $$MAKEFLAGS; do \
33          case $$am__flg in \
34            *=*|--*) ;; \
35            *n*) am__dry=yes; break;; \
36          esac; \
37        done;; \
38    esac; \
39    test $$am__dry = yes; \
40  }
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59subdir = include
60DIST_COMMON = $(am__nobase_include_HEADERS_DIST) \
61	$(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
62	$(srcdir)/Makefile.in
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \
65	$(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
66	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68	$(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71mkinstalldirs = $(install_sh) -d
72CONFIG_HEADER = $(top_builddir)/config.h
73CONFIG_CLEAN_FILES =
74CONFIG_CLEAN_VPATH_FILES =
75SOURCES =
76DIST_SOURCES =
77am__can_run_installinfo = \
78  case $$AM_UPDATE_INFO_DIR in \
79    n|no|NO) false;; \
80    *) (install-info --version) >/dev/null 2>&1;; \
81  esac
82am__nobase_include_HEADERS_DIST = event2/buffer.h \
83	event2/buffer_compat.h event2/bufferevent.h \
84	event2/bufferevent_compat.h event2/bufferevent_ssl.h \
85	event2/bufferevent_struct.h event2/dns.h event2/dns_compat.h \
86	event2/dns_struct.h event2/event.h event2/event_compat.h \
87	event2/event_struct.h event2/http.h event2/http_compat.h \
88	event2/http_struct.h event2/keyvalq_struct.h event2/listener.h \
89	event2/rpc.h event2/rpc_compat.h event2/rpc_struct.h \
90	event2/tag.h event2/tag_compat.h event2/thread.h event2/util.h
91am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92am__vpath_adj = case $$p in \
93    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94    *) f=$$p;; \
95  esac;
96am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
97am__install_max = 40
98am__nobase_strip_setup = \
99  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
100am__nobase_strip = \
101  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
102am__nobase_list = $(am__nobase_strip_setup); \
103  for p in $$list; do echo "$$p $$p"; done | \
104  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
105  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
106    if (++n[$$2] == $(am__install_max)) \
107      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
108    END { for (dir in files) print dir, files[dir] }'
109am__base_list = \
110  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
111  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
112am__uninstall_files_from_dir = { \
113  test -z "$$files" \
114    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
115    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
116         $(am__cd) "$$dir" && rm -f $$files; }; \
117  }
118am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
119am__noinst_HEADERS_DIST = event2/buffer.h event2/buffer_compat.h \
120	event2/bufferevent.h event2/bufferevent_compat.h \
121	event2/bufferevent_ssl.h event2/bufferevent_struct.h \
122	event2/dns.h event2/dns_compat.h event2/dns_struct.h \
123	event2/event.h event2/event_compat.h event2/event_struct.h \
124	event2/http.h event2/http_compat.h event2/http_struct.h \
125	event2/keyvalq_struct.h event2/listener.h event2/rpc.h \
126	event2/rpc_compat.h event2/rpc_struct.h event2/tag.h \
127	event2/tag_compat.h event2/thread.h event2/util.h
128HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) \
129	$(nodist_noinst_HEADERS) $(noinst_HEADERS)
130ETAGS = etags
131CTAGS = ctags
132DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133ACLOCAL = @ACLOCAL@
134AMTAR = @AMTAR@
135AR = @AR@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CYGPATH_W = @CYGPATH_W@
146DEFS = @DEFS@
147DEPDIR = @DEPDIR@
148DLLTOOL = @DLLTOOL@
149DSYMUTIL = @DSYMUTIL@
150DUMPBIN = @DUMPBIN@
151ECHO_C = @ECHO_C@
152ECHO_N = @ECHO_N@
153ECHO_T = @ECHO_T@
154EGREP = @EGREP@
155EV_LIB_GDI = @EV_LIB_GDI@
156EV_LIB_WS32 = @EV_LIB_WS32@
157EXEEXT = @EXEEXT@
158FGREP = @FGREP@
159GREP = @GREP@
160INSTALL = @INSTALL@
161INSTALL_DATA = @INSTALL_DATA@
162INSTALL_PROGRAM = @INSTALL_PROGRAM@
163INSTALL_SCRIPT = @INSTALL_SCRIPT@
164INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165LD = @LD@
166LDFLAGS = @LDFLAGS@
167LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIBTOOL_DEPS = @LIBTOOL_DEPS@
172LIPO = @LIPO@
173LN_S = @LN_S@
174LTLIBOBJS = @LTLIBOBJS@
175MAKEINFO = @MAKEINFO@
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OPENSSL_LIBADD = @OPENSSL_LIBADD@
183OPENSSL_LIBS = @OPENSSL_LIBS@
184OTOOL = @OTOOL@
185OTOOL64 = @OTOOL64@
186PACKAGE = @PACKAGE@
187PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188PACKAGE_NAME = @PACKAGE_NAME@
189PACKAGE_STRING = @PACKAGE_STRING@
190PACKAGE_TARNAME = @PACKAGE_TARNAME@
191PACKAGE_URL = @PACKAGE_URL@
192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@
194PTHREAD_CC = @PTHREAD_CC@
195PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
196PTHREAD_LIBS = @PTHREAD_LIBS@
197RANLIB = @RANLIB@
198SED = @SED@
199SET_MAKE = @SET_MAKE@
200SHELL = @SHELL@
201STRIP = @STRIP@
202VERSION = @VERSION@
203ZLIB_LIBS = @ZLIB_LIBS@
204abs_builddir = @abs_builddir@
205abs_srcdir = @abs_srcdir@
206abs_top_builddir = @abs_top_builddir@
207abs_top_srcdir = @abs_top_srcdir@
208ac_ct_AR = @ac_ct_AR@
209ac_ct_CC = @ac_ct_CC@
210ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211acx_pthread_config = @acx_pthread_config@
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@
224datadir = @datadir@
225datarootdir = @datarootdir@
226docdir = @docdir@
227dvidir = @dvidir@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240localedir = @localedir@
241localstatedir = @localstatedir@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245pdfdir = @pdfdir@
246prefix = @prefix@
247program_transform_name = @program_transform_name@
248psdir = @psdir@
249sbindir = @sbindir@
250sharedstatedir = @sharedstatedir@
251srcdir = @srcdir@
252sysconfdir = @sysconfdir@
253target_alias = @target_alias@
254top_build_prefix = @top_build_prefix@
255top_builddir = @top_builddir@
256top_srcdir = @top_srcdir@
257AUTOMAKE_OPTIONS = foreign
258EVENT2_EXPORT = \
259	event2/buffer.h \
260	event2/buffer_compat.h \
261	event2/bufferevent.h \
262	event2/bufferevent_compat.h \
263	event2/bufferevent_ssl.h \
264	event2/bufferevent_struct.h \
265	event2/dns.h \
266	event2/dns_compat.h \
267	event2/dns_struct.h \
268	event2/event.h \
269	event2/event_compat.h \
270	event2/event_struct.h \
271	event2/http.h \
272	event2/http_compat.h \
273	event2/http_struct.h \
274	event2/keyvalq_struct.h \
275	event2/listener.h \
276	event2/rpc.h \
277	event2/rpc_compat.h \
278	event2/rpc_struct.h \
279	event2/tag.h \
280	event2/tag_compat.h \
281	event2/thread.h \
282	event2/util.h
283
284EXTRA_SRC = $(EVENT2_EXPORT)
285@INSTALL_LIBEVENT_TRUE@nobase_include_HEADERS = $(EVENT2_EXPORT)
286@INSTALL_LIBEVENT_TRUE@nobase_nodist_include_HEADERS = ./event2/event-config.h
287@INSTALL_LIBEVENT_FALSE@noinst_HEADERS = $(EVENT2_EXPORT)
288@INSTALL_LIBEVENT_FALSE@nodist_noinst_HEADERS = ./event2/event-config.h
289all: all-am
290
291.SUFFIXES:
292$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
293	@for dep in $?; do \
294	  case '$(am__configure_deps)' in \
295	    *$$dep*) \
296	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
297	        && { if test -f $@; then exit 0; else break; fi; }; \
298	      exit 1;; \
299	  esac; \
300	done; \
301	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
302	$(am__cd) $(top_srcdir) && \
303	  $(AUTOMAKE) --foreign include/Makefile
304.PRECIOUS: Makefile
305Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306	@case '$?' in \
307	  *config.status*) \
308	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309	  *) \
310	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312	esac;
313
314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
317$(top_srcdir)/configure:  $(am__configure_deps)
318	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321$(am__aclocal_m4_deps):
322
323mostlyclean-libtool:
324	-rm -f *.lo
325
326clean-libtool:
327	-rm -rf .libs _libs
328install-nobase_includeHEADERS: $(nobase_include_HEADERS)
329	@$(NORMAL_INSTALL)
330	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
331	if test -n "$$list"; then \
332	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
333	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
334	fi; \
335	$(am__nobase_list) | while read dir files; do \
336	  xfiles=; for file in $$files; do \
337	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
338	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
339	  test -z "$$xfiles" || { \
340	    test "x$$dir" = x. || { \
341	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
342	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
343	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
344	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
345	done
346
347uninstall-nobase_includeHEADERS:
348	@$(NORMAL_UNINSTALL)
349	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
350	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
351	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
352install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
353	@$(NORMAL_INSTALL)
354	@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
355	if test -n "$$list"; then \
356	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
357	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
358	fi; \
359	$(am__nobase_list) | while read dir files; do \
360	  xfiles=; for file in $$files; do \
361	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
362	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
363	  test -z "$$xfiles" || { \
364	    test "x$$dir" = x. || { \
365	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
366	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
367	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
368	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
369	done
370
371uninstall-nobase_nodist_includeHEADERS:
372	@$(NORMAL_UNINSTALL)
373	@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
374	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
375	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
376
377ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383	      END { if (nonempty) { for (i in files) print i; }; }'`; \
384	mkid -fID $$unique
385tags: TAGS
386
387TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388		$(TAGS_FILES) $(LISP)
389	set x; \
390	here=`pwd`; \
391	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	shift; \
398	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399	  test -n "$$unique" || unique=$$empty_fix; \
400	  if test $$# -gt 0; then \
401	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402	      "$$@" $$unique; \
403	  else \
404	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405	      $$unique; \
406	  fi; \
407	fi
408ctags: CTAGS
409CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410		$(TAGS_FILES) $(LISP)
411	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412	unique=`for i in $$list; do \
413	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414	  done | \
415	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416	      END { if (nonempty) { for (i in files) print i; }; }'`; \
417	test -z "$(CTAGS_ARGS)$$unique" \
418	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419	     $$unique
420
421GTAGS:
422	here=`$(am__cd) $(top_builddir) && pwd` \
423	  && $(am__cd) $(top_srcdir) \
424	  && gtags -i $(GTAGS_ARGS) "$$here"
425
426cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
427	list='$(SOURCES) $(HEADERS) $(LISP)'; \
428	case "$(srcdir)" in \
429	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
430	  *) sdir=$(subdir)/$(srcdir) ;; \
431	esac; \
432	for i in $$list; do \
433	  if test -f "$$i"; then \
434	    echo "$(subdir)/$$i"; \
435	  else \
436	    echo "$$sdir/$$i"; \
437	  fi; \
438	done >> $(top_builddir)/cscope.files
439
440distclean-tags:
441	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
442
443distdir: $(DISTFILES)
444	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446	list='$(DISTFILES)'; \
447	  dist_files=`for file in $$list; do echo $$file; done | \
448	  sed -e "s|^$$srcdirstrip/||;t" \
449	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450	case $$dist_files in \
451	  */*) $(MKDIR_P) `echo "$$dist_files" | \
452			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453			   sort -u` ;; \
454	esac; \
455	for file in $$dist_files; do \
456	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457	  if test -d $$d/$$file; then \
458	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459	    if test -d "$(distdir)/$$file"; then \
460	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461	    fi; \
462	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465	    fi; \
466	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467	  else \
468	    test -f "$(distdir)/$$file" \
469	    || cp -p $$d/$$file "$(distdir)/$$file" \
470	    || exit 1; \
471	  fi; \
472	done
473check-am: all-am
474check: check-am
475all-am: Makefile $(HEADERS)
476installdirs:
477	for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
478	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479	done
480install: install-am
481install-exec: install-exec-am
482install-data: install-data-am
483uninstall: uninstall-am
484
485install-am: all-am
486	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488installcheck: installcheck-am
489install-strip:
490	if test -z '$(STRIP)'; then \
491	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493	      install; \
494	else \
495	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
496	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
497	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
498	fi
499mostlyclean-generic:
500
501clean-generic:
502
503distclean-generic:
504	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
505	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
506
507maintainer-clean-generic:
508	@echo "This command is intended for maintainers to use"
509	@echo "it deletes files that may require special tools to rebuild."
510clean: clean-am
511
512clean-am: clean-generic clean-libtool mostlyclean-am
513
514distclean: distclean-am
515	-rm -f Makefile
516distclean-am: clean-am distclean-generic distclean-tags
517
518dvi: dvi-am
519
520dvi-am:
521
522html: html-am
523
524html-am:
525
526info: info-am
527
528info-am:
529
530install-data-am: install-nobase_includeHEADERS \
531	install-nobase_nodist_includeHEADERS
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560	-rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-nobase_includeHEADERS \
576	uninstall-nobase_nodist_includeHEADERS
577
578.MAKE: install-am install-strip
579
580.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
581	clean-libtool cscopelist ctags distclean distclean-generic \
582	distclean-libtool distclean-tags distdir dvi dvi-am html \
583	html-am info info-am install install-am install-data \
584	install-data-am install-dvi install-dvi-am install-exec \
585	install-exec-am install-html install-html-am install-info \
586	install-info-am install-man install-nobase_includeHEADERS \
587	install-nobase_nodist_includeHEADERS install-pdf \
588	install-pdf-am install-ps install-ps-am install-strip \
589	installcheck installcheck-am installdirs maintainer-clean \
590	maintainer-clean-generic mostlyclean mostlyclean-generic \
591	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
592	uninstall-am uninstall-nobase_includeHEADERS \
593	uninstall-nobase_nodist_includeHEADERS
594
595
596# Tell versions [3.59,3.63) of GNU make to not export all variables.
597# Otherwise a system limit (for SysV at least) may be exceeded.
598.NOEXPORT:
599