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