K2.6 patches and update.
[tomato.git] / release / src / router / libnfnetlink / include / Makefile
blobf5450a15a48486763aaad8cc46f23fa2cc150d3e
1 # Makefile.in generated by automake 1.11.6 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, 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.
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 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/libnfnetlink
37 pkgincludedir = $(includedir)/libnfnetlink
38 pkglibdir = $(libdir)/libnfnetlink
39 pkglibexecdir = $(libexecdir)/libnfnetlink
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = x86_64-pc-linux-gnu
53 host_triplet = mipsel-unknown-linux-gnu
54 subdir = include
55 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 $(ACLOCAL_M4)
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 AM_V_GEN = $(am__v_GEN_$(V))
68 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
69 am__v_GEN_0 = @echo " GEN " $@;
70 AM_V_at = $(am__v_at_$(V))
71 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
72 am__v_at_0 = @
73 SOURCES =
74 DIST_SOURCES =
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
79 install-pdf-recursive install-ps-recursive install-recursive \
80 installcheck-recursive installdirs-recursive pdf-recursive \
81 ps-recursive uninstall-recursive
82 am__can_run_installinfo = \
83 case $$AM_UPDATE_INFO_DIR in \
84 n|no|NO) false;; \
85 *) (install-info --version) >/dev/null 2>&1;; \
86 esac
87 HEADERS = $(noinst_HEADERS)
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89 distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92 distdir
93 ETAGS = etags
94 CTAGS = ctags
95 DIST_SUBDIRS = $(SUBDIRS)
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 am__relativize = \
98 dir0=`pwd`; \
99 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100 sed_rest='s,^[^/]*/*,,'; \
101 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102 sed_butlast='s,/*[^/]*$$,,'; \
103 while test -n "$$dir1"; do \
104 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105 if test "$$first" != "."; then \
106 if test "$$first" = ".."; then \
107 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109 else \
110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111 if test "$$first2" = "$$first"; then \
112 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113 else \
114 dir2="../$$dir2"; \
115 fi; \
116 dir0="$$dir0"/"$$first"; \
117 fi; \
118 fi; \
119 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120 done; \
121 reldir="$$dir2"
122 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run aclocal-1.11
123 AMTAR = $${TAR-tar}
124 AM_DEFAULT_VERBOSITY = 0
125 AR = mipsel-uclibc-ar
126 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run autoconf
127 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run autoheader
128 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run automake-1.11
129 AWK = gawk
130 CC = mipsel-uclibc-gcc
131 CCDEPMODE = depmode=gcc3
132 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections
133 CPP = mipsel-uclibc-gcc -E
134 CPPFLAGS =
135 CYGPATH_W = echo
136 DEFS = -DPACKAGE_NAME=\"libnfnetlink\" -DPACKAGE_TARNAME=\"libnfnetlink\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"libnfnetlink\ 1.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libnfnetlink\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
137 DEPDIR = .deps
138 DLLTOOL = false
139 DSYMUTIL =
140 DUMPBIN =
141 ECHO_C =
142 ECHO_N = -n
143 ECHO_T =
144 EGREP = /bin/grep -E
145 EXEEXT =
146 FGREP = /bin/grep -F
147 GREP = /bin/grep
148 INSTALL = /usr/bin/install -c
149 INSTALL_DATA = ${INSTALL} -m 644
150 INSTALL_PROGRAM = ${INSTALL}
151 INSTALL_SCRIPT = ${INSTALL}
152 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
153 LD = mipsel-uclibc-ld
154 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections
155 LIBOBJS =
156 LIBS =
157 LIBTOOL = $(SHELL) $(top_builddir)/libtool
158 LIPO =
159 LN_S = ln -s
160 LTLIBOBJS =
161 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run makeinfo
162 MANIFEST_TOOL = :
163 MKDIR_P = /bin/mkdir -p
164 NM = mipsel-uclibc-nm
165 NMEDIT =
166 OBJDUMP = mipsel-linux-objdump
167 OBJEXT = o
168 OTOOL =
169 OTOOL64 =
170 PACKAGE = libnfnetlink
171 PACKAGE_BUGREPORT =
172 PACKAGE_NAME = libnfnetlink
173 PACKAGE_STRING = libnfnetlink 1.0.1
174 PACKAGE_TARNAME = libnfnetlink
175 PACKAGE_URL =
176 PACKAGE_VERSION = 1.0.1
177 PATH_SEPARATOR = :
178 RANLIB = mipsel-uclibc-ranlib
179 SED = /bin/sed
180 SET_MAKE =
181 SHELL = /bin/sh
182 STRIP = mipsel-uclibc-strip
183 VERSION = 1.0.1
184 abs_builddir = /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/include
185 abs_srcdir = /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/include
186 abs_top_builddir = /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink
187 abs_top_srcdir = /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink
188 ac_ct_AR =
189 ac_ct_CC =
190 ac_ct_DUMPBIN =
191 am__include = include
192 am__leading_dot = .
193 am__quote =
194 am__tar = tar --format=posix -chf - "$$tardir"
195 am__untar = tar -xf -
196 bindir = ${exec_prefix}/bin
197 build = x86_64-pc-linux-gnu
198 build_alias = x86_64-linux-gnu
199 build_cpu = x86_64
200 build_os = linux-gnu
201 build_vendor = pc
202 builddir = .
203 datadir = ${datarootdir}
204 datarootdir = ${prefix}/share
205 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
206 dvidir = ${docdir}
207 exec_prefix = ${prefix}
208 host = mipsel-unknown-linux-gnu
209 host_alias = mipsel-linux
210 host_cpu = mipsel
211 host_os = linux-gnu
212 host_vendor = unknown
213 htmldir = ${docdir}
214 includedir = ${prefix}/include
215 infodir = ${datarootdir}/info
216 install_sh = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/libnfnetlink/build-aux/install-sh
217 libdir = ${exec_prefix}/lib
218 libexecdir = ${exec_prefix}/libexec
219 localedir = ${datarootdir}/locale
220 localstatedir = ${prefix}/var
221 mandir = ${datarootdir}/man
222 mkdir_p = /bin/mkdir -p
223 oldincludedir = /usr/include
224 pdfdir = ${docdir}
225 prefix = /usr
226 program_transform_name = s,x,x,
227 psdir = ${docdir}
228 sbindir = ${exec_prefix}/sbin
229 sharedstatedir = ${prefix}/com
230 srcdir = .
231 sysconfdir = ${prefix}/etc
232 target_alias =
233 top_build_prefix = ../
234 top_builddir = ..
235 top_srcdir = ..
236 SUBDIRS = libnfnetlink
237 noinst_HEADERS = linux_list.h
238 all: all-recursive
240 .SUFFIXES:
241 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
242 @for dep in $?; do \
243 case '$(am__configure_deps)' in \
244 *$$dep*) \
245 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246 && { if test -f $@; then exit 0; else break; fi; }; \
247 exit 1;; \
248 esac; \
249 done; \
250 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
251 $(am__cd) $(top_srcdir) && \
252 $(AUTOMAKE) --foreign include/Makefile
253 .PRECIOUS: Makefile
254 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255 @case '$?' in \
256 *config.status*) \
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258 *) \
259 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261 esac;
263 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266 $(top_srcdir)/configure: $(am__configure_deps)
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(am__aclocal_m4_deps):
272 mostlyclean-libtool:
273 -rm -f *.lo
275 clean-libtool:
276 -rm -rf .libs _libs
278 # This directory's subdirectories are mostly independent; you can cd
279 # into them and run `make' without going through this Makefile.
280 # To change the values of `make' variables: instead of editing Makefiles,
281 # (1) if the variable is set in `config.status', edit `config.status'
282 # (which will cause the Makefiles to be regenerated when you run `make');
283 # (2) otherwise, pass the desired values on the `make' command line.
284 $(RECURSIVE_TARGETS):
285 @fail= failcom='exit 1'; \
286 for f in x $$MAKEFLAGS; do \
287 case $$f in \
288 *=* | --[!k]*);; \
289 *k*) failcom='fail=yes';; \
290 esac; \
291 done; \
292 dot_seen=no; \
293 target=`echo $@ | sed s/-recursive//`; \
294 list='$(SUBDIRS)'; for subdir in $$list; do \
295 echo "Making $$target in $$subdir"; \
296 if test "$$subdir" = "."; then \
297 dot_seen=yes; \
298 local_target="$$target-am"; \
299 else \
300 local_target="$$target"; \
301 fi; \
302 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
303 || eval $$failcom; \
304 done; \
305 if test "$$dot_seen" = "no"; then \
306 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
307 fi; test -z "$$fail"
309 $(RECURSIVE_CLEAN_TARGETS):
310 @fail= failcom='exit 1'; \
311 for f in x $$MAKEFLAGS; do \
312 case $$f in \
313 *=* | --[!k]*);; \
314 *k*) failcom='fail=yes';; \
315 esac; \
316 done; \
317 dot_seen=no; \
318 case "$@" in \
319 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
320 *) list='$(SUBDIRS)' ;; \
321 esac; \
322 rev=''; for subdir in $$list; do \
323 if test "$$subdir" = "."; then :; else \
324 rev="$$subdir $$rev"; \
325 fi; \
326 done; \
327 rev="$$rev ."; \
328 target=`echo $@ | sed s/-recursive//`; \
329 for subdir in $$rev; do \
330 echo "Making $$target in $$subdir"; \
331 if test "$$subdir" = "."; then \
332 local_target="$$target-am"; \
333 else \
334 local_target="$$target"; \
335 fi; \
336 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337 || eval $$failcom; \
338 done && test -z "$$fail"
339 tags-recursive:
340 list='$(SUBDIRS)'; for subdir in $$list; do \
341 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
342 done
343 ctags-recursive:
344 list='$(SUBDIRS)'; for subdir in $$list; do \
345 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
346 done
348 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | \
353 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
355 mkid -fID $$unique
356 tags: TAGS
358 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
359 $(TAGS_FILES) $(LISP)
360 set x; \
361 here=`pwd`; \
362 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
363 include_option=--etags-include; \
364 empty_fix=.; \
365 else \
366 include_option=--include; \
367 empty_fix=; \
368 fi; \
369 list='$(SUBDIRS)'; for subdir in $$list; do \
370 if test "$$subdir" = .; then :; else \
371 test ! -f $$subdir/TAGS || \
372 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
373 fi; \
374 done; \
375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | \
379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380 END { if (nonempty) { for (i in files) print i; }; }'`; \
381 shift; \
382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383 test -n "$$unique" || unique=$$empty_fix; \
384 if test $$# -gt 0; then \
385 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386 "$$@" $$unique; \
387 else \
388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389 $$unique; \
390 fi; \
392 ctags: CTAGS
393 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
394 $(TAGS_FILES) $(LISP)
395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 test -z "$(CTAGS_ARGS)$$unique" \
402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403 $$unique
405 GTAGS:
406 here=`$(am__cd) $(top_builddir) && pwd` \
407 && $(am__cd) $(top_srcdir) \
408 && gtags -i $(GTAGS_ARGS) "$$here"
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413 distdir: $(DISTFILES)
414 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416 list='$(DISTFILES)'; \
417 dist_files=`for file in $$list; do echo $$file; done | \
418 sed -e "s|^$$srcdirstrip/||;t" \
419 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
420 case $$dist_files in \
421 */*) $(MKDIR_P) `echo "$$dist_files" | \
422 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
423 sort -u` ;; \
424 esac; \
425 for file in $$dist_files; do \
426 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427 if test -d $$d/$$file; then \
428 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429 if test -d "$(distdir)/$$file"; then \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431 fi; \
432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435 fi; \
436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437 else \
438 test -f "$(distdir)/$$file" \
439 || cp -p $$d/$$file "$(distdir)/$$file" \
440 || exit 1; \
441 fi; \
442 done
443 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444 if test "$$subdir" = .; then :; else \
445 $(am__make_dryrun) \
446 || test -d "$(distdir)/$$subdir" \
447 || $(MKDIR_P) "$(distdir)/$$subdir" \
448 || exit 1; \
449 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
450 $(am__relativize); \
451 new_distdir=$$reldir; \
452 dir1=$$subdir; dir2="$(top_distdir)"; \
453 $(am__relativize); \
454 new_top_distdir=$$reldir; \
455 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
456 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
457 ($(am__cd) $$subdir && \
458 $(MAKE) $(AM_MAKEFLAGS) \
459 top_distdir="$$new_top_distdir" \
460 distdir="$$new_distdir" \
461 am__remove_distdir=: \
462 am__skip_length_check=: \
463 am__skip_mode_fix=: \
464 distdir) \
465 || exit 1; \
466 fi; \
467 done
468 check-am: all-am
469 check: check-recursive
470 all-am: Makefile $(HEADERS)
471 installdirs: installdirs-recursive
472 installdirs-am:
473 install: install-recursive
474 install-exec: install-exec-recursive
475 install-data: install-data-recursive
476 uninstall: uninstall-recursive
478 install-am: all-am
479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
481 installcheck: installcheck-recursive
482 install-strip:
483 if test -z '$(STRIP)'; then \
484 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
485 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
486 install; \
487 else \
488 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
492 mostlyclean-generic:
494 clean-generic:
496 distclean-generic:
497 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
498 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
500 maintainer-clean-generic:
501 @echo "This command is intended for maintainers to use"
502 @echo "it deletes files that may require special tools to rebuild."
503 clean: clean-recursive
505 clean-am: clean-generic clean-libtool mostlyclean-am
507 distclean: distclean-recursive
508 -rm -f Makefile
509 distclean-am: clean-am distclean-generic distclean-tags
511 dvi: dvi-recursive
513 dvi-am:
515 html: html-recursive
517 html-am:
519 info: info-recursive
521 info-am:
523 install-data-am:
525 install-dvi: install-dvi-recursive
527 install-dvi-am:
529 install-exec-am:
531 install-html: install-html-recursive
533 install-html-am:
535 install-info: install-info-recursive
537 install-info-am:
539 install-man:
541 install-pdf: install-pdf-recursive
543 install-pdf-am:
545 install-ps: install-ps-recursive
547 install-ps-am:
549 installcheck-am:
551 maintainer-clean: maintainer-clean-recursive
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
555 mostlyclean: mostlyclean-recursive
557 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
559 pdf: pdf-recursive
561 pdf-am:
563 ps: ps-recursive
565 ps-am:
567 uninstall-am:
569 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
570 install-am install-strip tags-recursive
572 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
573 all all-am check check-am clean clean-generic clean-libtool \
574 ctags ctags-recursive distclean distclean-generic \
575 distclean-libtool distclean-tags distdir dvi dvi-am html \
576 html-am info info-am install install-am install-data \
577 install-data-am install-dvi install-dvi-am install-exec \
578 install-exec-am install-html install-html-am install-info \
579 install-info-am install-man install-pdf install-pdf-am \
580 install-ps install-ps-am install-strip installcheck \
581 installcheck-am installdirs installdirs-am maintainer-clean \
582 maintainer-clean-generic mostlyclean mostlyclean-generic \
583 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
584 uninstall uninstall-am
587 # Tell versions [3.59,3.63) of GNU make to not export all variables.
588 # Otherwise a system limit (for SysV at least) may be exceeded.
589 .NOEXPORT: