1c90d3c09194e08ca9d546b20a562b560107e6f7
[rtmpclient.git] / app / src / main / jni / libusb-1.0.22 / tests / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 noinst_PROGRAMS = stress$(EXEEXT)
92 subdir = tests
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97         $(top_srcdir)/libusb/version.h $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 PROGRAMS = $(noinst_PROGRAMS)
106 am_stress_OBJECTS = stress.$(OBJEXT) testlib.$(OBJEXT)
107 stress_OBJECTS = $(am_stress_OBJECTS)
108 stress_LDADD = $(LDADD)
109 stress_DEPENDENCIES = ../libusb/libusb-1.0.la
110 AM_V_lt = $(am__v_lt_@AM_V@)
111 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
112 am__v_lt_0 = --silent
113 am__v_lt_1 = 
114 AM_V_P = $(am__v_P_@AM_V@)
115 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 am__v_P_0 = false
117 am__v_P_1 = :
118 AM_V_GEN = $(am__v_GEN_@AM_V@)
119 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120 am__v_GEN_0 = @echo "  GEN     " $@;
121 am__v_GEN_1 = 
122 AM_V_at = $(am__v_at_@AM_V@)
123 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 am__v_at_0 = @
125 am__v_at_1 = 
126 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127 depcomp = $(SHELL) $(top_srcdir)/depcomp
128 am__depfiles_maybe = depfiles
129 am__mv = mv -f
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135         $(AM_CFLAGS) $(CFLAGS)
136 AM_V_CC = $(am__v_CC_@AM_V@)
137 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138 am__v_CC_0 = @echo "  CC      " $@;
139 am__v_CC_1 = 
140 CCLD = $(CC)
141 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143         $(AM_LDFLAGS) $(LDFLAGS) -o $@
144 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146 am__v_CCLD_0 = @echo "  CCLD    " $@;
147 am__v_CCLD_1 = 
148 SOURCES = $(stress_SOURCES)
149 DIST_SOURCES = $(stress_SOURCES)
150 am__can_run_installinfo = \
151   case $$AM_UPDATE_INFO_DIR in \
152     n|no|NO) false;; \
153     *) (install-info --version) >/dev/null 2>&1;; \
154   esac
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 # Read a list of newline-separated strings from the standard input,
157 # and print each of them once, without duplicates.  Input order is
158 # *not* preserved.
159 am__uniquify_input = $(AWK) '\
160   BEGIN { nonempty = 0; } \
161   { items[$$0] = 1; nonempty = 1; } \
162   END { if (nonempty) { for (i in items) print i; }; } \
163 '
164 # Make sure the list of sources is unique.  This is necessary because,
165 # e.g., the same source file might be shared among _SOURCES variables
166 # for different programs/libraries.
167 am__define_uniq_tagged_files = \
168   list='$(am__tagged_files)'; \
169   unique=`for i in $$list; do \
170     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171   done | $(am__uniquify_input)`
172 ETAGS = etags
173 CTAGS = ctags
174 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 ACLOCAL = @ACLOCAL@
177 AMTAR = @AMTAR@
178 AM_CFLAGS = @AM_CFLAGS@
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180 AR = @AR@
181 AUTOCONF = @AUTOCONF@
182 AUTOHEADER = @AUTOHEADER@
183 AUTOMAKE = @AUTOMAKE@
184 AWK = @AWK@
185 CC = @CC@
186 CCDEPMODE = @CCDEPMODE@
187 CFLAGS = @CFLAGS@
188 CPP = @CPP@
189 CPPFLAGS = @CPPFLAGS@
190 CXX = @CXX@
191 CXXCPP = @CXXCPP@
192 CXXDEPMODE = @CXXDEPMODE@
193 CXXFLAGS = @CXXFLAGS@
194 CYGPATH_W = @CYGPATH_W@
195 DEFS = @DEFS@
196 DEPDIR = @DEPDIR@
197 DLLTOOL = @DLLTOOL@
198 DSYMUTIL = @DSYMUTIL@
199 DUMPBIN = @DUMPBIN@
200 ECHO_C = @ECHO_C@
201 ECHO_N = @ECHO_N@
202 ECHO_T = @ECHO_T@
203 EGREP = @EGREP@
204 EXEEXT = @EXEEXT@
205 FGREP = @FGREP@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 LD = @LD@
213 LDFLAGS = @LDFLAGS@
214 LIBOBJS = @LIBOBJS@
215 LIBS = @LIBS@
216 LIBTOOL = @LIBTOOL@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLDFLAGS = @LTLDFLAGS@
220 LTLIBOBJS = @LTLIBOBJS@
221 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222 MAKEINFO = @MAKEINFO@
223 MANIFEST_TOOL = @MANIFEST_TOOL@
224 MKDIR_P = @MKDIR_P@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OS_DARWIN = @OS_DARWIN@
230 OS_HAIKU = @OS_HAIKU@
231 OS_LINUX = @OS_LINUX@
232 OS_NETBSD = @OS_NETBSD@
233 OS_OPENBSD = @OS_OPENBSD@
234 OS_SUNOS = @OS_SUNOS@
235 OS_WINDOWS = @OS_WINDOWS@
236 OTOOL = @OTOOL@
237 OTOOL64 = @OTOOL64@
238 PACKAGE = @PACKAGE@
239 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240 PACKAGE_NAME = @PACKAGE_NAME@
241 PACKAGE_STRING = @PACKAGE_STRING@
242 PACKAGE_TARNAME = @PACKAGE_TARNAME@
243 PACKAGE_URL = @PACKAGE_URL@
244 PACKAGE_VERSION = @PACKAGE_VERSION@
245 PATH_SEPARATOR = @PATH_SEPARATOR@
246 RANLIB = @RANLIB@
247 RC = @RC@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SHELL = @SHELL@
251 STRIP = @STRIP@
252 USE_UDEV = @USE_UDEV@
253 VERSION = @VERSION@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_AR = @ac_ct_AR@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_CXX = @ac_ct_CXX@
261 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262 am__include = @am__include@
263 am__leading_dot = @am__leading_dot@
264 am__quote = @am__quote@
265 am__tar = @am__tar@
266 am__untar = @am__untar@
267 bindir = @bindir@
268 build = @build@
269 build_alias = @build_alias@
270 build_cpu = @build_cpu@
271 build_os = @build_os@
272 build_vendor = @build_vendor@
273 builddir = @builddir@
274 datadir = @datadir@
275 datarootdir = @datarootdir@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 exec_prefix = @exec_prefix@
279 host = @host@
280 host_alias = @host_alias@
281 host_cpu = @host_cpu@
282 host_os = @host_os@
283 host_vendor = @host_vendor@
284 htmldir = @htmldir@
285 includedir = @includedir@
286 infodir = @infodir@
287 install_sh = @install_sh@
288 libdir = @libdir@
289 libexecdir = @libexecdir@
290 localedir = @localedir@
291 localstatedir = @localstatedir@
292 mandir = @mandir@
293 mkdir_p = @mkdir_p@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 runstatedir = @runstatedir@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target_alias = @target_alias@
305 top_build_prefix = @top_build_prefix@
306 top_builddir = @top_builddir@
307 top_srcdir = @top_srcdir@
308 AM_CPPFLAGS = -I$(top_srcdir)/libusb
309 LDADD = ../libusb/libusb-1.0.la
310 stress_SOURCES = stress.c libusb_testlib.h testlib.c
311 all: all-am
312
313 .SUFFIXES:
314 .SUFFIXES: .c .lo .o .obj
315 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
316         @for dep in $?; do \
317           case '$(am__configure_deps)' in \
318             *$$dep*) \
319               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320                 && { if test -f $@; then exit 0; else break; fi; }; \
321               exit 1;; \
322           esac; \
323         done; \
324         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
325         $(am__cd) $(top_srcdir) && \
326           $(AUTOMAKE) --gnu tests/Makefile
327 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328         @case '$?' in \
329           *config.status*) \
330             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331           *) \
332             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334         esac;
335
336 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339 $(top_srcdir)/configure:  $(am__configure_deps)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343 $(am__aclocal_m4_deps):
344
345 clean-noinstPROGRAMS:
346         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
347         echo " rm -f" $$list; \
348         rm -f $$list || exit $$?; \
349         test -n "$(EXEEXT)" || exit 0; \
350         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
351         echo " rm -f" $$list; \
352         rm -f $$list
353
354 stress$(EXEEXT): $(stress_OBJECTS) $(stress_DEPENDENCIES) $(EXTRA_stress_DEPENDENCIES) 
355         @rm -f stress$(EXEEXT)
356         $(AM_V_CCLD)$(LINK) $(stress_OBJECTS) $(stress_LDADD) $(LIBS)
357
358 mostlyclean-compile:
359         -rm -f *.$(OBJEXT)
360
361 distclean-compile:
362         -rm -f *.tab.c
363
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlib.Po@am__quote@
366
367 .c.o:
368 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
373
374 .c.obj:
375 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
376 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
380
381 .c.lo:
382 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
383 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
387
388 mostlyclean-libtool:
389         -rm -f *.lo
390
391 clean-libtool:
392         -rm -rf .libs _libs
393
394 ID: $(am__tagged_files)
395         $(am__define_uniq_tagged_files); mkid -fID $$unique
396 tags: tags-am
397 TAGS: tags
398
399 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400         set x; \
401         here=`pwd`; \
402         $(am__define_uniq_tagged_files); \
403         shift; \
404         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405           test -n "$$unique" || unique=$$empty_fix; \
406           if test $$# -gt 0; then \
407             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408               "$$@" $$unique; \
409           else \
410             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411               $$unique; \
412           fi; \
413         fi
414 ctags: ctags-am
415
416 CTAGS: ctags
417 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418         $(am__define_uniq_tagged_files); \
419         test -z "$(CTAGS_ARGS)$$unique" \
420           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421              $$unique
422
423 GTAGS:
424         here=`$(am__cd) $(top_builddir) && pwd` \
425           && $(am__cd) $(top_srcdir) \
426           && gtags -i $(GTAGS_ARGS) "$$here"
427 cscopelist: cscopelist-am
428
429 cscopelist-am: $(am__tagged_files)
430         list='$(am__tagged_files)'; \
431         case "$(srcdir)" in \
432           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
433           *) sdir=$(subdir)/$(srcdir) ;; \
434         esac; \
435         for i in $$list; do \
436           if test -f "$$i"; then \
437             echo "$(subdir)/$$i"; \
438           else \
439             echo "$$sdir/$$i"; \
440           fi; \
441         done >> $(top_builddir)/cscope.files
442
443 distclean-tags:
444         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446 distdir: $(DISTFILES)
447         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         list='$(DISTFILES)'; \
450           dist_files=`for file in $$list; do echo $$file; done | \
451           sed -e "s|^$$srcdirstrip/||;t" \
452               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453         case $$dist_files in \
454           */*) $(MKDIR_P) `echo "$$dist_files" | \
455                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456                            sort -u` ;; \
457         esac; \
458         for file in $$dist_files; do \
459           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460           if test -d $$d/$$file; then \
461             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462             if test -d "$(distdir)/$$file"; then \
463               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464             fi; \
465             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470           else \
471             test -f "$(distdir)/$$file" \
472             || cp -p $$d/$$file "$(distdir)/$$file" \
473             || exit 1; \
474           fi; \
475         done
476 check-am: all-am
477 check: check-am
478 all-am: Makefile $(PROGRAMS)
479 installdirs:
480 install: install-am
481 install-exec: install-exec-am
482 install-data: install-data-am
483 uninstall: uninstall-am
484
485 install-am: all-am
486         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488 installcheck: installcheck-am
489 install-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
499 mostlyclean-generic:
500
501 clean-generic:
502
503 distclean-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
507 maintainer-clean-generic:
508         @echo "This command is intended for maintainers to use"
509         @echo "it deletes files that may require special tools to rebuild."
510 clean: clean-am
511
512 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
513         mostlyclean-am
514
515 distclean: distclean-am
516         -rm -rf ./$(DEPDIR)
517         -rm -f Makefile
518 distclean-am: clean-am distclean-compile distclean-generic \
519         distclean-tags
520
521 dvi: dvi-am
522
523 dvi-am:
524
525 html: html-am
526
527 html-am:
528
529 info: info-am
530
531 info-am:
532
533 install-data-am:
534
535 install-dvi: install-dvi-am
536
537 install-dvi-am:
538
539 install-exec-am:
540
541 install-html: install-html-am
542
543 install-html-am:
544
545 install-info: install-info-am
546
547 install-info-am:
548
549 install-man:
550
551 install-pdf: install-pdf-am
552
553 install-pdf-am:
554
555 install-ps: install-ps-am
556
557 install-ps-am:
558
559 installcheck-am:
560
561 maintainer-clean: maintainer-clean-am
562         -rm -rf ./$(DEPDIR)
563         -rm -f Makefile
564 maintainer-clean-am: distclean-am maintainer-clean-generic
565
566 mostlyclean: mostlyclean-am
567
568 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
569         mostlyclean-libtool
570
571 pdf: pdf-am
572
573 pdf-am:
574
575 ps: ps-am
576
577 ps-am:
578
579 uninstall-am:
580
581 .MAKE: install-am install-strip
582
583 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
584         clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
585         ctags-am distclean distclean-compile distclean-generic \
586         distclean-libtool distclean-tags distdir dvi dvi-am html \
587         html-am info info-am install install-am install-data \
588         install-data-am install-dvi install-dvi-am install-exec \
589         install-exec-am install-html install-html-am install-info \
590         install-info-am install-man install-pdf install-pdf-am \
591         install-ps install-ps-am install-strip installcheck \
592         installcheck-am installdirs maintainer-clean \
593         maintainer-clean-generic mostlyclean mostlyclean-compile \
594         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
595         tags tags-am uninstall uninstall-am
596
597 .PRECIOUS: Makefile
598
599
600 # Tell versions [3.59,3.63) of GNU make to not export all variables.
601 # Otherwise a system limit (for SysV at least) may be exceeded.
602 .NOEXPORT: