nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Makefile.in generated by automake 1.13.4 from Makefile.am. |
2 | # man/Makefile. Generated from Makefile.in by configure. |
||
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 | |||
16 | |||
17 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
||
18 | am__make_running_with_option = \ |
||
19 | case $${target_option-} in \ |
||
20 | ?) ;; \ |
||
21 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
22 | "target option '$${target_option-}' specified" >&2; \ |
||
23 | exit 1;; \ |
||
24 | esac; \ |
||
25 | has_opt=no; \ |
||
26 | sane_makeflags=$$MAKEFLAGS; \ |
||
27 | if $(am__is_gnu_make); then \ |
||
28 | sane_makeflags=$$MFLAGS; \ |
||
29 | else \ |
||
30 | case $$MAKEFLAGS in \ |
||
31 | *\\[\ \ ]*) \ |
||
32 | bs=\\; \ |
||
33 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
34 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
35 | esac; \ |
||
36 | fi; \ |
||
37 | skip_next=no; \ |
||
38 | strip_trailopt () \ |
||
39 | { \ |
||
40 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
41 | }; \ |
||
42 | for flg in $$sane_makeflags; do \ |
||
43 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
44 | case $$flg in \ |
||
45 | *=*|--*) continue;; \ |
||
46 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
47 | -*I?*) strip_trailopt 'I';; \ |
||
48 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
49 | -*O?*) strip_trailopt 'O';; \ |
||
50 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
51 | -*l?*) strip_trailopt 'l';; \ |
||
52 | -[dEDm]) skip_next=yes;; \ |
||
53 | -[JT]) skip_next=yes;; \ |
||
54 | esac; \ |
||
55 | case $$flg in \ |
||
56 | *$$target_option*) has_opt=yes; break;; \ |
||
57 | esac; \ |
||
58 | done; \ |
||
59 | test $$has_opt = yes |
||
60 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
61 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
62 | pkgdatadir = $(datadir)/iperf |
||
63 | pkgincludedir = $(includedir)/iperf |
||
64 | pkglibdir = $(libdir)/iperf |
||
65 | pkglibexecdir = $(libexecdir)/iperf |
||
66 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
67 | install_sh_DATA = $(install_sh) -c -m 644 |
||
68 | install_sh_PROGRAM = $(install_sh) -c |
||
69 | install_sh_SCRIPT = $(install_sh) -c |
||
70 | INSTALL_HEADER = $(INSTALL_DATA) |
||
71 | transform = $(program_transform_name) |
||
72 | NORMAL_INSTALL = : |
||
73 | PRE_INSTALL = : |
||
74 | POST_INSTALL = : |
||
75 | NORMAL_UNINSTALL = : |
||
76 | PRE_UNINSTALL = : |
||
77 | POST_UNINSTALL = : |
||
78 | build_triplet = x86_64-pc-linux-gnu |
||
79 | host_triplet = arm-unknown-eabi |
||
80 | subdir = man |
||
81 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
||
82 | $(dist_man_MANS) |
||
83 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
84 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \ |
||
85 | $(top_srcdir)/m4/dast.m4 $(top_srcdir)/m4/acx_pthread.m4 \ |
||
86 | $(top_srcdir)/configure.ac |
||
87 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
88 | $(ACLOCAL_M4) |
||
89 | mkinstalldirs = $(install_sh) -d |
||
90 | CONFIG_HEADER = $(top_builddir)/config.h |
||
91 | CONFIG_CLEAN_FILES = |
||
92 | CONFIG_CLEAN_VPATH_FILES = |
||
93 | AM_V_P = $(am__v_P_$(V)) |
||
94 | am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
||
95 | am__v_P_0 = false |
||
96 | am__v_P_1 = : |
||
97 | AM_V_GEN = $(am__v_GEN_$(V)) |
||
98 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
||
99 | am__v_GEN_0 = @echo " GEN " $@; |
||
100 | am__v_GEN_1 = |
||
101 | AM_V_at = $(am__v_at_$(V)) |
||
102 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
||
103 | am__v_at_0 = @ |
||
104 | am__v_at_1 = |
||
105 | SOURCES = |
||
106 | DIST_SOURCES = |
||
107 | am__can_run_installinfo = \ |
||
108 | case $$AM_UPDATE_INFO_DIR in \ |
||
109 | n|no|NO) false;; \ |
||
110 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
111 | esac |
||
112 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
||
113 | am__vpath_adj = case $$p in \ |
||
114 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
||
115 | *) f=$$p;; \ |
||
116 | esac; |
||
117 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
||
118 | am__install_max = 40 |
||
119 | am__nobase_strip_setup = \ |
||
120 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
||
121 | am__nobase_strip = \ |
||
122 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
||
123 | am__nobase_list = $(am__nobase_strip_setup); \ |
||
124 | for p in $$list; do echo "$$p $$p"; done | \ |
||
125 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
||
126 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
||
127 | if (++n[$$2] == $(am__install_max)) \ |
||
128 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
||
129 | END { for (dir in files) print dir, files[dir] }' |
||
130 | am__base_list = \ |
||
131 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
||
132 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
||
133 | am__uninstall_files_from_dir = { \ |
||
134 | test -z "$$files" \ |
||
135 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
||
136 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
||
137 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
||
138 | } |
||
139 | man1dir = $(mandir)/man1 |
||
140 | am__installdirs = "$(DESTDIR)$(man1dir)" |
||
141 | NROFF = nroff |
||
142 | MANS = $(dist_man_MANS) |
||
143 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
144 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
145 | ACLOCAL = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/missing aclocal-1.13 |
||
146 | AMTAR = $${TAR-tar} |
||
147 | AM_DEFAULT_VERBOSITY = 1 |
||
148 | AUTOCONF = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/missing autoconf |
||
149 | AUTOHEADER = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/missing autoheader |
||
150 | AUTOMAKE = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/missing automake-1.13 |
||
151 | AWK = gawk |
||
152 | CC = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-gcc |
||
153 | CCDEPMODE = depmode=gcc3 |
||
154 | CFLAGS = --sysroot=/nexmon/dev/android-ndk-toolchain-23/sysroot -I/nexmon/dev/android-ndk-toolchain-23/sysroot/usr/include -I/nexmon/opt/android/include -fPIE -DANDROID -Wno-multichar |
||
155 | CPP = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-cpp |
||
156 | CPPFLAGS = --sysroot=/nexmon/dev/android-ndk-toolchain-23/sysroot -I/nexmon/dev/android-ndk-toolchain-23/sysroot/usr/include -I/nexmon/dev/android-ndk-toolchain-23/include/c++/ -DANDROID -DNO_XMALLOC -mandroid -fno-rtti -fno-exceptions |
||
157 | CXX = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-g++ |
||
158 | CXXDEPMODE = depmode=gcc3 |
||
159 | CXXFLAGS = --sysroot=/nexmon/dev/android-ndk-toolchain-23/sysroot -I/nexmon/dev/android-ndk-toolchain-23/sysroot/usr/include -I/nexmon/opt/android/include -fPIE -DANDROID -Wno-multichar |
||
160 | CYGPATH_W = echo |
||
161 | DEFS = -DHAVE_CONFIG_H |
||
162 | DEPDIR = .deps |
||
163 | ECHO_C = |
||
164 | ECHO_N = -n |
||
165 | ECHO_T = |
||
166 | EGREP = /bin/grep -E |
||
167 | EXEEXT = |
||
168 | GREP = /bin/grep |
||
169 | INSTALL = /usr/bin/install -c |
||
170 | INSTALL_DATA = ${INSTALL} -m 644 |
||
171 | INSTALL_PROGRAM = ${INSTALL} |
||
172 | INSTALL_SCRIPT = ${INSTALL} |
||
173 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
||
174 | LDFLAGS = -Wl,-rpath-link=-I/nexmon/dev/android-ndk-toolchain-23/sysroot/usr/lib -L/nexmon/dev/android-ndk-toolchain-23/sysroot/usr/lib -L/nexmon/opt/android/lib -L/nexmon/dev/android-ndk-toolchain-23/lib |
||
175 | LIBOBJS = ${LIBOBJDIR}memcmp$U.o |
||
176 | LIBS = -lc |
||
177 | LTLIBOBJS = ${LIBOBJDIR}memcmp$U.lo |
||
178 | MAINT = # |
||
179 | MAKEINFO = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/missing makeinfo |
||
180 | MKDIR_P = /bin/mkdir -p |
||
181 | OBJEXT = o |
||
182 | PACKAGE = iperf |
||
183 | PACKAGE_BUGREPORT = |
||
184 | PACKAGE_NAME = Iperf |
||
185 | PACKAGE_STRING = Iperf 2.0.9 |
||
186 | PACKAGE_TARNAME = iperf |
||
187 | PACKAGE_URL = |
||
188 | PACKAGE_VERSION = 2.0.9 |
||
189 | PATH_SEPARATOR = : |
||
190 | PTHREAD_CC = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-gcc |
||
191 | PTHREAD_CFLAGS = |
||
192 | PTHREAD_LIBS = |
||
193 | RANLIB = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-ranlib |
||
194 | SET_MAKE = |
||
195 | SHELL = /bin/bash |
||
196 | STRIP = /nexmon/dev/android-ndk-toolchain-23/bin/arm-linux-androideabi-strip |
||
197 | STRIP_BEGIN = $(strip $(STRIP_DUMMY) |
||
198 | STRIP_DUMMY = |
||
199 | STRIP_END = ) |
||
200 | VERSION = 2.0.9 |
||
201 | WEB100_CFLAGS = |
||
202 | WEB100_CONFIG = |
||
203 | WEB100_LIBS = |
||
204 | abs_builddir = /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/man |
||
205 | abs_srcdir = /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/man |
||
206 | abs_top_builddir = /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9 |
||
207 | abs_top_srcdir = /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9 |
||
208 | ac_ct_CC = |
||
209 | ac_ct_CXX = |
||
210 | acx_pthread_config = |
||
211 | am__include = include |
||
212 | am__leading_dot = . |
||
213 | am__quote = |
||
214 | am__tar = $${TAR-tar} chof - "$$tardir" |
||
215 | am__untar = $${TAR-tar} xf - |
||
216 | bindir = ${exec_prefix}/bin |
||
217 | build = x86_64-pc-linux-gnu |
||
218 | build_alias = x86_64-linux-gnu |
||
219 | build_cpu = x86_64 |
||
220 | build_os = linux-gnu |
||
221 | build_vendor = pc |
||
222 | builddir = . |
||
223 | datadir = ${datarootdir} |
||
224 | datarootdir = ${prefix}/share |
||
225 | docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
||
226 | dvidir = ${docdir} |
||
227 | exec_prefix = ${prefix} |
||
228 | host = arm-unknown-eabi |
||
229 | host_alias = arm-eabi |
||
230 | host_cpu = arm |
||
231 | host_os = eabi |
||
232 | host_vendor = unknown |
||
233 | htmldir = ${docdir} |
||
234 | includedir = ${prefix}/include |
||
235 | infodir = ${datarootdir}/info |
||
236 | install_sh = ${SHELL} /nexmon/bcm-public/bootimg_src/src/iperf-2.0.9/install-sh |
||
237 | libdir = ${exec_prefix}/lib |
||
238 | libexecdir = ${exec_prefix}/libexec |
||
239 | localedir = ${datarootdir}/locale |
||
240 | localstatedir = ${prefix}/var |
||
241 | mandir = ${datarootdir}/man |
||
242 | mkdir_p = $(MKDIR_P) |
||
243 | oldincludedir = /usr/include |
||
244 | pdfdir = ${docdir} |
||
245 | prefix = /nexmon/opt/android |
||
246 | program_transform_name = s,x,x, |
||
247 | psdir = ${docdir} |
||
248 | sbindir = ${exec_prefix}/sbin |
||
249 | sharedstatedir = ${prefix}/com |
||
250 | srcdir = . |
||
251 | sysconfdir = ${prefix}/etc |
||
252 | target_alias = |
||
253 | top_build_prefix = ../ |
||
254 | top_builddir = .. |
||
255 | top_srcdir = .. |
||
256 | dist_man_MANS = iperf.1 |
||
257 | all: all-am |
||
258 | |||
259 | .SUFFIXES: |
||
260 | $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) |
||
261 | @for dep in $?; do \ |
||
262 | case '$(am__configure_deps)' in \ |
||
263 | *$$dep*) \ |
||
264 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
265 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
266 | exit 1;; \ |
||
267 | esac; \ |
||
268 | done; \ |
||
269 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ |
||
270 | $(am__cd) $(top_srcdir) && \ |
||
271 | $(AUTOMAKE) --foreign man/Makefile |
||
272 | .PRECIOUS: Makefile |
||
273 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
274 | @case '$?' in \ |
||
275 | *config.status*) \ |
||
276 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
277 | *) \ |
||
278 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
||
279 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
||
280 | esac; |
||
281 | |||
282 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
283 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
284 | |||
285 | $(top_srcdir)/configure: # $(am__configure_deps) |
||
286 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
287 | $(ACLOCAL_M4): # $(am__aclocal_m4_deps) |
||
288 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
289 | $(am__aclocal_m4_deps): |
||
290 | install-man1: $(dist_man_MANS) |
||
291 | @$(NORMAL_INSTALL) |
||
292 | @list1=''; \ |
||
293 | list2='$(dist_man_MANS)'; \ |
||
294 | test -n "$(man1dir)" \ |
||
295 | && test -n "`echo $$list1$$list2`" \ |
||
296 | || exit 0; \ |
||
297 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
||
298 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
||
299 | { for i in $$list1; do echo "$$i"; done; \ |
||
300 | if test -n "$$list2"; then \ |
||
301 | for i in $$list2; do echo "$$i"; done \ |
||
302 | | sed -n '/\.1[a-z]*$$/p'; \ |
||
303 | fi; \ |
||
304 | } | while read p; do \ |
||
305 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
||
306 | echo "$$d$$p"; echo "$$p"; \ |
||
307 | done | \ |
||
308 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
||
309 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
||
310 | sed 'N;N;s,\n, ,g' | { \ |
||
311 | list=; while read file base inst; do \ |
||
312 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
||
313 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
||
314 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ |
||
315 | fi; \ |
||
316 | done; \ |
||
317 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
||
318 | while read files; do \ |
||
319 | test -z "$$files" || { \ |
||
320 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ |
||
321 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ |
||
322 | done; } |
||
323 | |||
324 | uninstall-man1: |
||
325 | @$(NORMAL_UNINSTALL) |
||
326 | @list=''; test -n "$(man1dir)" || exit 0; \ |
||
327 | files=`{ for i in $$list; do echo "$$i"; done; \ |
||
328 | l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
||
329 | sed -n '/\.1[a-z]*$$/p'; \ |
||
330 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
||
331 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
||
332 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
||
333 | tags TAGS: |
||
334 | |||
335 | ctags CTAGS: |
||
336 | |||
337 | cscope cscopelist: |
||
338 | |||
339 | |||
340 | distdir: $(DISTFILES) |
||
341 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
342 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
343 | list='$(DISTFILES)'; \ |
||
344 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
345 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
346 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
347 | case $$dist_files in \ |
||
348 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
349 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
350 | sort -u` ;; \ |
||
351 | esac; \ |
||
352 | for file in $$dist_files; do \ |
||
353 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
354 | if test -d $$d/$$file; then \ |
||
355 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
356 | if test -d "$(distdir)/$$file"; then \ |
||
357 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
358 | fi; \ |
||
359 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
360 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
361 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
362 | fi; \ |
||
363 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
364 | else \ |
||
365 | test -f "$(distdir)/$$file" \ |
||
366 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
367 | || exit 1; \ |
||
368 | fi; \ |
||
369 | done |
||
370 | check-am: all-am |
||
371 | check: check-am |
||
372 | all-am: Makefile $(MANS) |
||
373 | installdirs: |
||
374 | for dir in "$(DESTDIR)$(man1dir)"; do \ |
||
375 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
376 | done |
||
377 | install: install-am |
||
378 | install-exec: install-exec-am |
||
379 | install-data: install-data-am |
||
380 | uninstall: uninstall-am |
||
381 | |||
382 | install-am: all-am |
||
383 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
384 | |||
385 | installcheck: installcheck-am |
||
386 | install-strip: |
||
387 | if test -z '$(STRIP)'; then \ |
||
388 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
389 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
390 | install; \ |
||
391 | else \ |
||
392 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
393 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
394 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
395 | fi |
||
396 | mostlyclean-generic: |
||
397 | |||
398 | clean-generic: |
||
399 | |||
400 | distclean-generic: |
||
401 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
402 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
403 | |||
404 | maintainer-clean-generic: |
||
405 | @echo "This command is intended for maintainers to use" |
||
406 | @echo "it deletes files that may require special tools to rebuild." |
||
407 | clean: clean-am |
||
408 | |||
409 | clean-am: clean-generic mostlyclean-am |
||
410 | |||
411 | distclean: distclean-am |
||
412 | -rm -f Makefile |
||
413 | distclean-am: clean-am distclean-generic |
||
414 | |||
415 | dvi: dvi-am |
||
416 | |||
417 | dvi-am: |
||
418 | |||
419 | html: html-am |
||
420 | |||
421 | html-am: |
||
422 | |||
423 | info: info-am |
||
424 | |||
425 | info-am: |
||
426 | |||
427 | install-data-am: install-man |
||
428 | |||
429 | install-dvi: install-dvi-am |
||
430 | |||
431 | install-dvi-am: |
||
432 | |||
433 | install-exec-am: |
||
434 | |||
435 | install-html: install-html-am |
||
436 | |||
437 | install-html-am: |
||
438 | |||
439 | install-info: install-info-am |
||
440 | |||
441 | install-info-am: |
||
442 | |||
443 | install-man: install-man1 |
||
444 | |||
445 | install-pdf: install-pdf-am |
||
446 | |||
447 | install-pdf-am: |
||
448 | |||
449 | install-ps: install-ps-am |
||
450 | |||
451 | install-ps-am: |
||
452 | |||
453 | installcheck-am: |
||
454 | |||
455 | maintainer-clean: maintainer-clean-am |
||
456 | -rm -f Makefile |
||
457 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
458 | |||
459 | mostlyclean: mostlyclean-am |
||
460 | |||
461 | mostlyclean-am: mostlyclean-generic |
||
462 | |||
463 | pdf: pdf-am |
||
464 | |||
465 | pdf-am: |
||
466 | |||
467 | ps: ps-am |
||
468 | |||
469 | ps-am: |
||
470 | |||
471 | uninstall-am: uninstall-man |
||
472 | |||
473 | uninstall-man: uninstall-man1 |
||
474 | |||
475 | .MAKE: install-am install-strip |
||
476 | |||
477 | .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ |
||
478 | ctags-am distclean distclean-generic distdir dvi dvi-am html \ |
||
479 | html-am info info-am install install-am install-data \ |
||
480 | install-data-am install-dvi install-dvi-am install-exec \ |
||
481 | install-exec-am install-html install-html-am install-info \ |
||
482 | install-info-am install-man install-man1 install-pdf \ |
||
483 | install-pdf-am install-ps install-ps-am install-strip \ |
||
484 | installcheck installcheck-am installdirs maintainer-clean \ |
||
485 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
||
486 | pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \ |
||
487 | uninstall-man1 |
||
488 | |||
489 | |||
490 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
491 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
492 | .NOEXPORT: |