autoreconf
[libradsec.git] / lib / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 TESTS = test-udp$(EXEEXT)
54 check_PROGRAMS = test-udp$(EXEEXT) udp-server$(EXEEXT)
55 subdir = tests
56 DIST_COMMON = README $(srcdir)/Makefile.am $(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_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 am_test_udp_OBJECTS = test-udp.$(OBJEXT) udp.$(OBJEXT)
69 test_udp_OBJECTS = $(am_test_udp_OBJECTS)
70 test_udp_DEPENDENCIES = ../libradsec.la
71 am_udp_server_OBJECTS = udp-server.$(OBJEXT) udp.$(OBJEXT)
72 udp_server_OBJECTS = $(am_udp_server_OBJECTS)
73 udp_server_LDADD = $(LDADD)
74 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
76 am__depfiles_maybe = depfiles
77 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86         $(LDFLAGS) -o $@
87 SOURCES = $(test_udp_SOURCES) $(udp_server_SOURCES)
88 DIST_SOURCES = $(test_udp_SOURCES) $(udp_server_SOURCES)
89 am__can_run_installinfo = \
90   case $$AM_UPDATE_INFO_DIR in \
91     n|no|NO) false;; \
92     *) (install-info --version) >/dev/null 2>&1;; \
93   esac
94 ETAGS = etags
95 CTAGS = ctags
96 am__tty_colors = \
97 red=; grn=; lgn=; blu=; std=
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AR = @AR@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 CC = @CC@
107 CCDEPMODE = @CCDEPMODE@
108 CFLAGS = @CFLAGS@
109 CPP = @CPP@
110 CPPFLAGS = @CPPFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 DEFS = @DEFS@
113 DEPDIR = @DEPDIR@
114 DLLTOOL = @DLLTOOL@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GREP = @GREP@
124 INSTALL = @INSTALL@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LD = @LD@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LIPO = @LIPO@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAKEINFO = @MAKEINFO@
138 MANIFEST_TOOL = @MANIFEST_TOOL@
139 MKDIR_P = @MKDIR_P@
140 NM = @NM@
141 NMEDIT = @NMEDIT@
142 OBJDUMP = @OBJDUMP@
143 OBJEXT = @OBJEXT@
144 OTOOL = @OTOOL@
145 OTOOL64 = @OTOOL64@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_URL = @PACKAGE_URL@
152 PACKAGE_VERSION = @PACKAGE_VERSION@
153 PATH_SEPARATOR = @PATH_SEPARATOR@
154 RANLIB = @RANLIB@
155 SED = @SED@
156 SET_MAKE = @SET_MAKE@
157 SHELL = @SHELL@
158 STRIP = @STRIP@
159 VERSION = @VERSION@
160 abs_builddir = @abs_builddir@
161 abs_srcdir = @abs_srcdir@
162 abs_top_builddir = @abs_top_builddir@
163 abs_top_srcdir = @abs_top_srcdir@
164 ac_ct_AR = @ac_ct_AR@
165 ac_ct_CC = @ac_ct_CC@
166 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build = @build@
174 build_alias = @build_alias@
175 build_cpu = @build_cpu@
176 build_os = @build_os@
177 build_vendor = @build_vendor@
178 builddir = @builddir@
179 datadir = @datadir@
180 datarootdir = @datarootdir@
181 docdir = @docdir@
182 dvidir = @dvidir@
183 exec_prefix = @exec_prefix@
184 host = @host@
185 host_alias = @host_alias@
186 host_cpu = @host_cpu@
187 host_os = @host_os@
188 host_vendor = @host_vendor@
189 htmldir = @htmldir@
190 includedir = @includedir@
191 infodir = @infodir@
192 install_sh = @install_sh@
193 libdir = @libdir@
194 libexecdir = @libexecdir@
195 localedir = @localedir@
196 localstatedir = @localstatedir@
197 mandir = @mandir@
198 mkdir_p = @mkdir_p@
199 oldincludedir = @oldincludedir@
200 pdfdir = @pdfdir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 psdir = @psdir@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 srcdir = @srcdir@
207 sysconfdir = @sysconfdir@
208 target_alias = @target_alias@
209 top_build_prefix = @top_build_prefix@
210 top_builddir = @top_builddir@
211 top_srcdir = @top_srcdir@
212 AUTOMAKE_OPTIONS = foreign
213 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
214 AM_CFLAGS = -Wall -Werror -g
215 test_udp_SOURCES = test-udp.c udp.c udp.h
216 test_udp_LDADD = ../libradsec.la -lcunit -lm
217 udp_server_SOURCES = udp-server.c udp.c udp.h
218 all: all-am
219
220 .SUFFIXES:
221 .SUFFIXES: .c .lo .o .obj
222 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
223         @for dep in $?; do \
224           case '$(am__configure_deps)' in \
225             *$$dep*) \
226               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
227                 && { if test -f $@; then exit 0; else break; fi; }; \
228               exit 1;; \
229           esac; \
230         done; \
231         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
232         $(am__cd) $(top_srcdir) && \
233           $(AUTOMAKE) --foreign tests/Makefile
234 .PRECIOUS: Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236         @case '$?' in \
237           *config.status*) \
238             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239           *) \
240             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242         esac;
243
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 $(top_srcdir)/configure:  $(am__configure_deps)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251 $(am__aclocal_m4_deps):
252
253 clean-checkPROGRAMS:
254         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
255         echo " rm -f" $$list; \
256         rm -f $$list || exit $$?; \
257         test -n "$(EXEEXT)" || exit 0; \
258         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
259         echo " rm -f" $$list; \
260         rm -f $$list
261 test-udp$(EXEEXT): $(test_udp_OBJECTS) $(test_udp_DEPENDENCIES) $(EXTRA_test_udp_DEPENDENCIES) 
262         @rm -f test-udp$(EXEEXT)
263         $(LINK) $(test_udp_OBJECTS) $(test_udp_LDADD) $(LIBS)
264 udp-server$(EXEEXT): $(udp_server_OBJECTS) $(udp_server_DEPENDENCIES) $(EXTRA_udp_server_DEPENDENCIES) 
265         @rm -f udp-server$(EXEEXT)
266         $(LINK) $(udp_server_OBJECTS) $(udp_server_LDADD) $(LIBS)
267
268 mostlyclean-compile:
269         -rm -f *.$(OBJEXT)
270
271 distclean-compile:
272         -rm -f *.tab.c
273
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-udp.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp-server.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp.Po@am__quote@
277
278 .c.o:
279 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
284
285 .c.obj:
286 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
287 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
291
292 .c.lo:
293 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
294 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
298
299 mostlyclean-libtool:
300         -rm -f *.lo
301
302 clean-libtool:
303         -rm -rf .libs _libs
304
305 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307         unique=`for i in $$list; do \
308             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309           done | \
310           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311               END { if (nonempty) { for (i in files) print i; }; }'`; \
312         mkid -fID $$unique
313 tags: TAGS
314
315 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316                 $(TAGS_FILES) $(LISP)
317         set x; \
318         here=`pwd`; \
319         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320         unique=`for i in $$list; do \
321             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322           done | \
323           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324               END { if (nonempty) { for (i in files) print i; }; }'`; \
325         shift; \
326         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
327           test -n "$$unique" || unique=$$empty_fix; \
328           if test $$# -gt 0; then \
329             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330               "$$@" $$unique; \
331           else \
332             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333               $$unique; \
334           fi; \
335         fi
336 ctags: CTAGS
337 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338                 $(TAGS_FILES) $(LISP)
339         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
340         unique=`for i in $$list; do \
341             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342           done | \
343           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344               END { if (nonempty) { for (i in files) print i; }; }'`; \
345         test -z "$(CTAGS_ARGS)$$unique" \
346           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347              $$unique
348
349 GTAGS:
350         here=`$(am__cd) $(top_builddir) && pwd` \
351           && $(am__cd) $(top_srcdir) \
352           && gtags -i $(GTAGS_ARGS) "$$here"
353
354 distclean-tags:
355         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356
357 check-TESTS: $(TESTS)
358         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
359         srcdir=$(srcdir); export srcdir; \
360         list=' $(TESTS) '; \
361         $(am__tty_colors); \
362         if test -n "$$list"; then \
363           for tst in $$list; do \
364             if test -f ./$$tst; then dir=./; \
365             elif test -f $$tst; then dir=; \
366             else dir="$(srcdir)/"; fi; \
367             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
368               all=`expr $$all + 1`; \
369               case " $(XFAIL_TESTS) " in \
370               *[\ \     ]$$tst[\ \      ]*) \
371                 xpass=`expr $$xpass + 1`; \
372                 failed=`expr $$failed + 1`; \
373                 col=$$red; res=XPASS; \
374               ;; \
375               *) \
376                 col=$$grn; res=PASS; \
377               ;; \
378               esac; \
379             elif test $$? -ne 77; then \
380               all=`expr $$all + 1`; \
381               case " $(XFAIL_TESTS) " in \
382               *[\ \     ]$$tst[\ \      ]*) \
383                 xfail=`expr $$xfail + 1`; \
384                 col=$$lgn; res=XFAIL; \
385               ;; \
386               *) \
387                 failed=`expr $$failed + 1`; \
388                 col=$$red; res=FAIL; \
389               ;; \
390               esac; \
391             else \
392               skip=`expr $$skip + 1`; \
393               col=$$blu; res=SKIP; \
394             fi; \
395             echo "$${col}$$res$${std}: $$tst"; \
396           done; \
397           if test "$$all" -eq 1; then \
398             tests="test"; \
399             All=""; \
400           else \
401             tests="tests"; \
402             All="All "; \
403           fi; \
404           if test "$$failed" -eq 0; then \
405             if test "$$xfail" -eq 0; then \
406               banner="$$All$$all $$tests passed"; \
407             else \
408               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
409               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
410             fi; \
411           else \
412             if test "$$xpass" -eq 0; then \
413               banner="$$failed of $$all $$tests failed"; \
414             else \
415               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
416               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
417             fi; \
418           fi; \
419           dashes="$$banner"; \
420           skipped=""; \
421           if test "$$skip" -ne 0; then \
422             if test "$$skip" -eq 1; then \
423               skipped="($$skip test was not run)"; \
424             else \
425               skipped="($$skip tests were not run)"; \
426             fi; \
427             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
428               dashes="$$skipped"; \
429           fi; \
430           report=""; \
431           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
432             report="Please report to $(PACKAGE_BUGREPORT)"; \
433             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
434               dashes="$$report"; \
435           fi; \
436           dashes=`echo "$$dashes" | sed s/./=/g`; \
437           if test "$$failed" -eq 0; then \
438             col="$$grn"; \
439           else \
440             col="$$red"; \
441           fi; \
442           echo "$${col}$$dashes$${std}"; \
443           echo "$${col}$$banner$${std}"; \
444           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
445           test -z "$$report" || echo "$${col}$$report$${std}"; \
446           echo "$${col}$$dashes$${std}"; \
447           test "$$failed" -eq 0; \
448         else :; fi
449
450 distdir: $(DISTFILES)
451         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453         list='$(DISTFILES)'; \
454           dist_files=`for file in $$list; do echo $$file; done | \
455           sed -e "s|^$$srcdirstrip/||;t" \
456               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
457         case $$dist_files in \
458           */*) $(MKDIR_P) `echo "$$dist_files" | \
459                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
460                            sort -u` ;; \
461         esac; \
462         for file in $$dist_files; do \
463           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464           if test -d $$d/$$file; then \
465             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
466             if test -d "$(distdir)/$$file"; then \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
470               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
471               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472             fi; \
473             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474           else \
475             test -f "$(distdir)/$$file" \
476             || cp -p $$d/$$file "$(distdir)/$$file" \
477             || exit 1; \
478           fi; \
479         done
480 check-am: all-am
481         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
482         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
483 check: check-am
484 all-am: Makefile
485 installdirs:
486 install: install-am
487 install-exec: install-exec-am
488 install-data: install-data-am
489 uninstall: uninstall-am
490
491 install-am: all-am
492         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494 installcheck: installcheck-am
495 install-strip:
496         if test -z '$(STRIP)'; then \
497           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499               install; \
500         else \
501           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
504         fi
505 mostlyclean-generic:
506
507 clean-generic:
508
509 distclean-generic:
510         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513 maintainer-clean-generic:
514         @echo "This command is intended for maintainers to use"
515         @echo "it deletes files that may require special tools to rebuild."
516 clean: clean-am
517
518 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
519         mostlyclean-am
520
521 distclean: distclean-am
522         -rm -rf ./$(DEPDIR)
523         -rm -f Makefile
524 distclean-am: clean-am distclean-compile distclean-generic \
525         distclean-tags
526
527 dvi: dvi-am
528
529 dvi-am:
530
531 html: html-am
532
533 html-am:
534
535 info: info-am
536
537 info-am:
538
539 install-data-am:
540
541 install-dvi: install-dvi-am
542
543 install-dvi-am:
544
545 install-exec-am:
546
547 install-html: install-html-am
548
549 install-html-am:
550
551 install-info: install-info-am
552
553 install-info-am:
554
555 install-man:
556
557 install-pdf: install-pdf-am
558
559 install-pdf-am:
560
561 install-ps: install-ps-am
562
563 install-ps-am:
564
565 installcheck-am:
566
567 maintainer-clean: maintainer-clean-am
568         -rm -rf ./$(DEPDIR)
569         -rm -f Makefile
570 maintainer-clean-am: distclean-am maintainer-clean-generic
571
572 mostlyclean: mostlyclean-am
573
574 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
575         mostlyclean-libtool
576
577 pdf: pdf-am
578
579 pdf-am:
580
581 ps: ps-am
582
583 ps-am:
584
585 uninstall-am:
586
587 .MAKE: check-am install-am install-strip
588
589 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
590         clean-checkPROGRAMS clean-generic clean-libtool ctags \
591         distclean distclean-compile distclean-generic \
592         distclean-libtool distclean-tags distdir dvi dvi-am html \
593         html-am info info-am install install-am install-data \
594         install-data-am install-dvi install-dvi-am install-exec \
595         install-exec-am install-html install-html-am install-info \
596         install-info-am install-man install-pdf install-pdf-am \
597         install-ps install-ps-am install-strip installcheck \
598         installcheck-am installdirs maintainer-clean \
599         maintainer-clean-generic mostlyclean mostlyclean-compile \
600         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
601         tags uninstall uninstall-am
602
603
604 # Tell versions [3.59,3.63) of GNU make to not export all variables.
605 # Otherwise a system limit (for SysV at least) may be exceeded.
606 .NOEXPORT: