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