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