transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / libevent / include / Makefile
blob42703eb251c725addee1d7fc1b555e6be09a498c
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # include/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # 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.
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.
19 pkgdatadir = $(datadir)/libevent
20 pkgincludedir = $(includedir)/libevent
21 pkglibdir = $(libdir)/libevent
22 pkglibexecdir = $(libexecdir)/libevent
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = x86_64-pc-linux-gnu
36 host_triplet = mipsel-unknown-linux-gnu
37 subdir = include
38 DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
42 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \
57 esac;
58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59 am__install_max = 40
60 am__nobase_strip_setup = \
61 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62 am__nobase_strip = \
63 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64 am__nobase_list = $(am__nobase_strip_setup); \
65 for p in $$list; do echo "$$p $$p"; done | \
66 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68 if (++n[$$2] == $(am__install_max)) \
69 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70 END { for (dir in files) print dir, files[dir] }'
71 am__base_list = \
72 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
75 HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS)
76 ETAGS = etags
77 CTAGS = ctags
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 ACLOCAL = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run aclocal-1.11
80 AMTAR = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run tar
81 AR = mipsel-uclibc-ar
82 AUTOCONF = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run autoconf
83 AUTOHEADER = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run autoheader
84 AUTOMAKE = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run automake-1.11
85 AWK = gawk
86 CC = mipsel-uclibc-gcc
87 CCDEPMODE = depmode=gcc3
88 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -Wall -fno-strict-aliasing -pthread
89 CPP = mipsel-uclibc-gcc -E
90 CPPFLAGS =
91 CYGPATH_W = echo
92 DEFS = -DHAVE_CONFIG_H
93 DEPDIR = .deps
94 DSYMUTIL =
95 DUMPBIN =
96 ECHO_C =
97 ECHO_N = -n
98 ECHO_T =
99 EGREP = /bin/grep -E
100 EXEEXT =
101 FGREP = /bin/grep -F
102 GREP = /bin/grep
103 INSTALL = /usr/bin/install -c
104 INSTALL_DATA = ${INSTALL} -m 644
105 INSTALL_PROGRAM = ${INSTALL}
106 INSTALL_SCRIPT = ${INSTALL}
107 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
108 LD = mipsel-uclibc-ld
109 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
110 LIBOBJS =
111 LIBS =
112 LIBTOOL = $(SHELL) $(top_builddir)/libtool
113 LIBTOOL_DEPS = ./ltmain.sh
114 LIPO =
115 LN_S = ln -s
116 LTLIBOBJS =
117 MAKEINFO = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run makeinfo
118 MKDIR_P = /bin/mkdir -p
119 NM = mipsel-uclibc-nm
120 NMEDIT =
121 OBJDUMP = mipsel-linux-objdump
122 OBJEXT = o
123 OPENSSL_LIBS =
124 OTOOL =
125 OTOOL64 =
126 PACKAGE = libevent
127 PACKAGE_BUGREPORT =
128 PACKAGE_NAME =
129 PACKAGE_STRING =
130 PACKAGE_TARNAME =
131 PACKAGE_URL =
132 PACKAGE_VERSION =
133 PATH_SEPARATOR = :
134 PTHREAD_CC = mipsel-uclibc-gcc
135 PTHREAD_CFLAGS = -pthread
136 PTHREAD_LIBS =
137 RANLIB = mipsel-uclibc-ranlib
138 SED = /bin/sed
139 SET_MAKE =
140 SHELL = /bin/sh
141 STRIP = mipsel-uclibc-strip -R .note -R .comment
142 VERSION = 2.0.10-stable
143 ZLIB_LIBS =
144 abs_builddir = /root/openwrt/tomato.git-dev/src/router/libevent/include
145 abs_srcdir = /root/openwrt/tomato.git-dev/src/router/libevent/include
146 abs_top_builddir = /root/openwrt/tomato.git-dev/src/router/libevent
147 abs_top_srcdir = /root/openwrt/tomato.git-dev/src/router/libevent
148 ac_ct_CC =
149 ac_ct_DUMPBIN =
150 acx_pthread_config =
151 am__include = include
152 am__leading_dot = .
153 am__quote =
154 am__tar = ${AMTAR} chof - "$$tardir"
155 am__untar = ${AMTAR} xf -
156 bindir = ${exec_prefix}/bin
157 build = x86_64-pc-linux-gnu
158 build_alias = x86_64-linux-gnu
159 build_cpu = x86_64
160 build_os = linux-gnu
161 build_vendor = pc
162 builddir = .
163 datadir = ${datarootdir}
164 datarootdir = ${prefix}/share
165 docdir = ${datarootdir}/doc/${PACKAGE}
166 dvidir = ${docdir}
167 exec_prefix = ${prefix}
168 host = mipsel-unknown-linux-gnu
169 host_alias = mipsel-linux
170 host_cpu = mipsel
171 host_os = linux-gnu
172 host_vendor = unknown
173 htmldir = ${docdir}
174 includedir = ${prefix}/include
175 infodir = ${datarootdir}/info
176 install_sh = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/install-sh
177 libdir = ${exec_prefix}/lib
178 libexecdir = ${exec_prefix}/libexec
179 localedir = ${datarootdir}/locale
180 localstatedir = ${prefix}/var
181 mandir = ${datarootdir}/man
182 mkdir_p = /bin/mkdir -p
183 oldincludedir = /usr/include
184 pdfdir = ${docdir}
185 prefix = /usr/local
186 program_transform_name = s,x,x,
187 psdir = ${docdir}
188 sbindir = ${exec_prefix}/sbin
189 sharedstatedir = ${prefix}/com
190 srcdir = .
191 sysconfdir = ${prefix}/etc
192 target_alias =
193 top_build_prefix = ../
194 top_builddir = ..
195 top_srcdir = ..
196 AUTOMAKE_OPTIONS = foreign
197 EVENT2_EXPORT = \
198 event2/buffer.h \
199 event2/buffer_compat.h \
200 event2/bufferevent.h \
201 event2/bufferevent_compat.h \
202 event2/bufferevent_ssl.h \
203 event2/bufferevent_struct.h \
204 event2/dns.h \
205 event2/dns_compat.h \
206 event2/dns_struct.h \
207 event2/event.h \
208 event2/event_compat.h \
209 event2/event_struct.h \
210 event2/http.h \
211 event2/http_compat.h \
212 event2/http_struct.h \
213 event2/keyvalq_struct.h \
214 event2/listener.h \
215 event2/rpc.h \
216 event2/rpc_compat.h \
217 event2/rpc_struct.h \
218 event2/tag.h \
219 event2/tag_compat.h \
220 event2/thread.h \
221 event2/util.h
223 EXTRA_SRC = $(EVENT2_EXPORT)
224 nobase_include_HEADERS = $(EVENT2_EXPORT)
225 nobase_nodist_include_HEADERS = ./event2/event-config.h
226 all: all-am
228 .SUFFIXES:
229 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234 && { if test -f $@; then exit 0; else break; fi; }; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --foreign include/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 @case '$?' in \
244 *config.status*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249 esac;
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(top_srcdir)/configure: $(am__configure_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
260 mostlyclean-libtool:
261 -rm -f *.lo
263 clean-libtool:
264 -rm -rf .libs _libs
265 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
266 @$(NORMAL_INSTALL)
267 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
268 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
269 $(am__nobase_list) | while read dir files; do \
270 xfiles=; for file in $$files; do \
271 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
272 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
273 test -z "$$xfiles" || { \
274 test "x$$dir" = x. || { \
275 echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
276 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
277 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
278 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
279 done
281 uninstall-nobase_includeHEADERS:
282 @$(NORMAL_UNINSTALL)
283 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
284 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
285 test -n "$$files" || exit 0; \
286 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
287 cd "$(DESTDIR)$(includedir)" && rm -f $$files
288 install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
289 @$(NORMAL_INSTALL)
290 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
291 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
292 $(am__nobase_list) | while read dir files; do \
293 xfiles=; for file in $$files; do \
294 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
295 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
296 test -z "$$xfiles" || { \
297 test "x$$dir" = x. || { \
298 echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
299 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
300 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
301 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
302 done
304 uninstall-nobase_nodist_includeHEADERS:
305 @$(NORMAL_UNINSTALL)
306 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
307 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
308 test -n "$$files" || exit 0; \
309 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
310 cd "$(DESTDIR)$(includedir)" && rm -f $$files
312 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318 END { if (nonempty) { for (i in files) print i; }; }'`; \
319 mkid -fID $$unique
320 tags: TAGS
322 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
323 $(TAGS_FILES) $(LISP)
324 set x; \
325 here=`pwd`; \
326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327 unique=`for i in $$list; do \
328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329 done | \
330 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331 END { if (nonempty) { for (i in files) print i; }; }'`; \
332 shift; \
333 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
334 test -n "$$unique" || unique=$$empty_fix; \
335 if test $$# -gt 0; then \
336 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337 "$$@" $$unique; \
338 else \
339 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340 $$unique; \
341 fi; \
343 ctags: CTAGS
344 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
345 $(TAGS_FILES) $(LISP)
346 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
347 unique=`for i in $$list; do \
348 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349 done | \
350 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351 END { if (nonempty) { for (i in files) print i; }; }'`; \
352 test -z "$(CTAGS_ARGS)$$unique" \
353 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354 $$unique
356 GTAGS:
357 here=`$(am__cd) $(top_builddir) && pwd` \
358 && $(am__cd) $(top_srcdir) \
359 && gtags -i $(GTAGS_ARGS) "$$here"
361 distclean-tags:
362 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
364 distdir: $(DISTFILES)
365 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367 list='$(DISTFILES)'; \
368 dist_files=`for file in $$list; do echo $$file; done | \
369 sed -e "s|^$$srcdirstrip/||;t" \
370 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
371 case $$dist_files in \
372 */*) $(MKDIR_P) `echo "$$dist_files" | \
373 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
374 sort -u` ;; \
375 esac; \
376 for file in $$dist_files; do \
377 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378 if test -d $$d/$$file; then \
379 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
380 if test -d "$(distdir)/$$file"; then \
381 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382 fi; \
383 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
385 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386 fi; \
387 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388 else \
389 test -f "$(distdir)/$$file" \
390 || cp -p $$d/$$file "$(distdir)/$$file" \
391 || exit 1; \
392 fi; \
393 done
394 check-am: all-am
395 check: check-am
396 all-am: Makefile $(HEADERS)
397 installdirs:
398 for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
399 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
400 done
401 install: install-am
402 install-exec: install-exec-am
403 install-data: install-data-am
404 uninstall: uninstall-am
406 install-am: all-am
407 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409 installcheck: installcheck-am
410 install-strip:
411 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413 `test -z '$(STRIP)' || \
414 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
415 mostlyclean-generic:
417 clean-generic:
419 distclean-generic:
420 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
423 maintainer-clean-generic:
424 @echo "This command is intended for maintainers to use"
425 @echo "it deletes files that may require special tools to rebuild."
426 clean: clean-am
428 clean-am: clean-generic clean-libtool mostlyclean-am
430 distclean: distclean-am
431 -rm -f Makefile
432 distclean-am: clean-am distclean-generic distclean-tags
434 dvi: dvi-am
436 dvi-am:
438 html: html-am
440 html-am:
442 info: info-am
444 info-am:
446 install-data-am: install-nobase_includeHEADERS \
447 install-nobase_nodist_includeHEADERS
449 install-dvi: install-dvi-am
451 install-dvi-am:
453 install-exec-am:
455 install-html: install-html-am
457 install-html-am:
459 install-info: install-info-am
461 install-info-am:
463 install-man:
465 install-pdf: install-pdf-am
467 install-pdf-am:
469 install-ps: install-ps-am
471 install-ps-am:
473 installcheck-am:
475 maintainer-clean: maintainer-clean-am
476 -rm -f Makefile
477 maintainer-clean-am: distclean-am maintainer-clean-generic
479 mostlyclean: mostlyclean-am
481 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
483 pdf: pdf-am
485 pdf-am:
487 ps: ps-am
489 ps-am:
491 uninstall-am: uninstall-nobase_includeHEADERS \
492 uninstall-nobase_nodist_includeHEADERS
494 .MAKE: install-am install-strip
496 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497 clean-libtool ctags distclean distclean-generic \
498 distclean-libtool distclean-tags distdir dvi dvi-am html \
499 html-am info info-am install install-am install-data \
500 install-data-am install-dvi install-dvi-am install-exec \
501 install-exec-am install-html install-html-am install-info \
502 install-info-am install-man install-nobase_includeHEADERS \
503 install-nobase_nodist_includeHEADERS install-pdf \
504 install-pdf-am install-ps install-ps-am install-strip \
505 installcheck installcheck-am installdirs maintainer-clean \
506 maintainer-clean-generic mostlyclean mostlyclean-generic \
507 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
508 uninstall-am uninstall-nobase_includeHEADERS \
509 uninstall-nobase_nodist_includeHEADERS
512 # Tell versions [3.59,3.63) of GNU make to not export all variables.
513 # Otherwise a system limit (for SysV at least) may be exceeded.
514 .NOEXPORT: