]> git.ipfire.org Git - thirdparty/dhcp.git/blob - relay/tests/Makefile.in
generated files update
[thirdparty/dhcp.git] / relay / tests / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 @HAVE_ATF_TRUE@am__append_1 = relay_unittests
91 check_PROGRAMS = $(am__EXEEXT_2)
92 subdir = relay/tests
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = $(top_builddir)/includes/config.h
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES =
102 @HAVE_ATF_TRUE@am__EXEEXT_1 = relay_unittests$(EXEEXT)
103 am__EXEEXT_2 = $(am__EXEEXT_1)
104 am__relay_unittests_SOURCES_DIST = ../dhcrelay.c relay_unittests.c
105 am__objects_1 = dhcrelay.$(OBJEXT)
106 @HAVE_ATF_TRUE@am_relay_unittests_OBJECTS = $(am__objects_1) \
107 @HAVE_ATF_TRUE@ relay_unittests.$(OBJEXT)
108 relay_unittests_OBJECTS = $(am_relay_unittests_OBJECTS)
109 am__DEPENDENCIES_1 =
110 am__DEPENDENCIES_2 = $(top_builddir)/common/libdhcp.@A@ \
111 $(top_builddir)/omapip/libomapi.@A@
112 @HAVE_ATF_TRUE@relay_unittests_DEPENDENCIES = $(am__DEPENDENCIES_1) \
113 @HAVE_ATF_TRUE@ $(am__DEPENDENCIES_2)
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)/includes
127 depcomp = $(SHELL) $(top_srcdir)/depcomp
128 am__maybe_remake_depfiles = depfiles
129 am__depfiles_remade = ./$(DEPDIR)/dhcrelay.Po \
130 ./$(DEPDIR)/relay_unittests.Po
131 am__mv = mv -f
132 AM_V_lt = $(am__v_lt_@AM_V@)
133 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134 am__v_lt_0 = --silent
135 am__v_lt_1 =
136 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138 AM_V_CC = $(am__v_CC_@AM_V@)
139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140 am__v_CC_0 = @echo " CC " $@;
141 am__v_CC_1 =
142 CCLD = $(CC)
143 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(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 = $(relay_unittests_SOURCES)
149 DIST_SOURCES = $(am__relay_unittests_SOURCES_DIST)
150 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
151 ctags-recursive dvi-recursive html-recursive info-recursive \
152 install-data-recursive install-dvi-recursive \
153 install-exec-recursive install-html-recursive \
154 install-info-recursive install-pdf-recursive \
155 install-ps-recursive install-recursive installcheck-recursive \
156 installdirs-recursive pdf-recursive ps-recursive \
157 tags-recursive uninstall-recursive
158 am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
165 am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170 distdir distdir-am
171 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172 # Read a list of newline-separated strings from the standard input,
173 # and print each of them once, without duplicates. Input order is
174 # *not* preserved.
175 am__uniquify_input = $(AWK) '\
176 BEGIN { nonempty = 0; } \
177 { items[$$0] = 1; nonempty = 1; } \
178 END { if (nonempty) { for (i in items) print i; }; } \
179 '
180 # Make sure the list of sources is unique. This is necessary because,
181 # e.g., the same source file might be shared among _SOURCES variables
182 # for different programs/libraries.
183 am__define_uniq_tagged_files = \
184 list='$(am__tagged_files)'; \
185 unique=`for i in $$list; do \
186 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187 done | $(am__uniquify_input)`
188 DIST_SUBDIRS = $(SUBDIRS)
189 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 am__relativize = \
192 dir0=`pwd`; \
193 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194 sed_rest='s,^[^/]*/*,,'; \
195 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196 sed_butlast='s,/*[^/]*$$,,'; \
197 while test -n "$$dir1"; do \
198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199 if test "$$first" != "."; then \
200 if test "$$first" = ".."; then \
201 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203 else \
204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205 if test "$$first2" = "$$first"; then \
206 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207 else \
208 dir2="../$$dir2"; \
209 fi; \
210 dir0="$$dir0"/"$$first"; \
211 fi; \
212 fi; \
213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214 done; \
215 reldir="$$dir2"
216 A = @A@
217 ACLOCAL = @ACLOCAL@
218 AMTAR = @AMTAR@
219 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220 AR = @AR@
221 ATF_BIN = @ATF_BIN@
222 ATF_CFLAGS = @ATF_CFLAGS@
223 ATF_LDFLAGS = @ATF_LDFLAGS@
224 AUTOCONF = @AUTOCONF@
225 AUTOHEADER = @AUTOHEADER@
226 AUTOMAKE = @AUTOMAKE@
227 AWK = @AWK@
228 BINDCONFIG = @BINDCONFIG@
229 BINDDIR = @BINDDIR@
230 BINDIOMUX = @BINDIOMUX@
231 BINDLIBDNSDIR = @BINDLIBDNSDIR@
232 BINDLIBIRSDIR = @BINDLIBIRSDIR@
233 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
234 BINDLIBISCDIR = @BINDLIBISCDIR@
235 BINDLT = @BINDLT@
236 BINDSRCDIR = @BINDSRCDIR@
237 BINDSUBDIR = @BINDSUBDIR@
238 CC = @CC@
239 CCDEPMODE = @CCDEPMODE@
240 CFLAGS = @CFLAGS@
241 CPPFLAGS = @CPPFLAGS@
242 CSCOPE = @CSCOPE@
243 CTAGS = @CTAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@
246 DEPDIR = @DEPDIR@
247 DHLIBS = @DHLIBS@
248 DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
249 DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
250 DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
251 ECHO_C = @ECHO_C@
252 ECHO_N = @ECHO_N@
253 ECHO_T = @ECHO_T@
254 ETAGS = @ETAGS@
255 EXEEXT = @EXEEXT@
256 INSTALL = @INSTALL@
257 INSTALL_DATA = @INSTALL_DATA@
258 INSTALL_PROGRAM = @INSTALL_PROGRAM@
259 INSTALL_SCRIPT = @INSTALL_SCRIPT@
260 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261 LDAP_CFLAGS = @LDAP_CFLAGS@
262 LDAP_LIBS = @LDAP_LIBS@
263 LDFLAGS = @LDFLAGS@
264 LIBOBJS = @LIBOBJS@
265 LIBS = @LIBS@
266 LTLIBOBJS = @LTLIBOBJS@
267 MAINT = @MAINT@
268 MAKEINFO = @MAKEINFO@
269 MKDIR_P = @MKDIR_P@
270 OBJEXT = @OBJEXT@
271 PACKAGE = @PACKAGE@
272 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273 PACKAGE_NAME = @PACKAGE_NAME@
274 PACKAGE_STRING = @PACKAGE_STRING@
275 PACKAGE_TARNAME = @PACKAGE_TARNAME@
276 PACKAGE_URL = @PACKAGE_URL@
277 PACKAGE_VERSION = @PACKAGE_VERSION@
278 PATH_SEPARATOR = @PATH_SEPARATOR@
279 Q = @Q@
280 RANLIB = @RANLIB@
281 SET_MAKE = @SET_MAKE@
282 SHELL = @SHELL@
283 STRIP = @STRIP@
284 UNITTESTS = @UNITTESTS@
285 VERSION = @VERSION@
286 abs_builddir = @abs_builddir@
287 abs_srcdir = @abs_srcdir@
288 abs_top_builddir = @abs_top_builddir@
289 abs_top_srcdir = @abs_top_srcdir@
290 ac_ct_CC = @ac_ct_CC@
291 ac_prefix_program = @ac_prefix_program@
292 am__include = @am__include@
293 am__leading_dot = @am__leading_dot@
294 am__quote = @am__quote@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 build = @build@
299 build_alias = @build_alias@
300 build_cpu = @build_cpu@
301 build_os = @build_os@
302 build_vendor = @build_vendor@
303 builddir = @builddir@
304 byte_order = @byte_order@
305 datadir = @datadir@
306 datarootdir = @datarootdir@
307 docdir = @docdir@
308 dvidir = @dvidir@
309 exec_prefix = @exec_prefix@
310 host = @host@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
313 host_os = @host_os@
314 host_vendor = @host_vendor@
315 htmldir = @htmldir@
316 includedir = @includedir@
317 infodir = @infodir@
318 install_sh = @install_sh@
319 libdir = @libdir@
320 libexecdir = @libexecdir@
321 localedir = @localedir@
322 localstatedir = @localstatedir@
323 mandir = @mandir@
324 mkdir_p = @mkdir_p@
325 oldincludedir = @oldincludedir@
326 pdfdir = @pdfdir@
327 pkgcfg_found = @pkgcfg_found@
328 prefix = @prefix@
329 program_transform_name = @program_transform_name@
330 psdir = @psdir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 SUBDIRS = .
341 AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes \
342 -I@BINDDIR@/include -I$(top_srcdir) -DLOCALSTATEDIR='"."'
343 EXTRA_DIST = Atffile Kyuafile
344 DHCPSRC = ../dhcrelay.c
345 DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
346 $(top_builddir)/omapip/libomapi.@A@ \
347 @BINDLIBIRSDIR@/libirs.@A@ \
348 @BINDLIBDNSDIR@/libdns.@A@ \
349 @BINDLIBISCCFGDIR@/libisccfg.@A@ \
350 @BINDLIBISCDIR@/libisc.@A@
351
352 ATF_TESTS = $(am__append_1)
353 @HAVE_ATF_TRUE@relay_unittests_SOURCES = $(DHCPSRC) relay_unittests.c
354 @HAVE_ATF_TRUE@relay_unittests_LDADD = $(ATF_LDFLAGS) $(DHCPLIBS)
355 all: all-recursive
356
357 .SUFFIXES:
358 .SUFFIXES: .c .o .obj
359 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
360 @for dep in $?; do \
361 case '$(am__configure_deps)' in \
362 *$$dep*) \
363 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364 && { if test -f $@; then exit 0; else break; fi; }; \
365 exit 1;; \
366 esac; \
367 done; \
368 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign relay/tests/Makefile'; \
369 $(am__cd) $(top_srcdir) && \
370 $(AUTOMAKE) --foreign relay/tests/Makefile
371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372 @case '$?' in \
373 *config.status*) \
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375 *) \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
378 esac;
379
380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(am__aclocal_m4_deps):
388
389 clean-checkPROGRAMS:
390 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
391
392 relay_unittests$(EXEEXT): $(relay_unittests_OBJECTS) $(relay_unittests_DEPENDENCIES) $(EXTRA_relay_unittests_DEPENDENCIES)
393 @rm -f relay_unittests$(EXEEXT)
394 $(AM_V_CCLD)$(LINK) $(relay_unittests_OBJECTS) $(relay_unittests_LDADD) $(LIBS)
395
396 mostlyclean-compile:
397 -rm -f *.$(OBJEXT)
398
399 distclean-compile:
400 -rm -f *.tab.c
401
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcrelay.Po@am__quote@ # am--include-marker
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relay_unittests.Po@am__quote@ # am--include-marker
404
405 $(am__depfiles_remade):
406 @$(MKDIR_P) $(@D)
407 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
408
409 am--depfiles: $(am__depfiles_remade)
410
411 .c.o:
412 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
413 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
417
418 .c.obj:
419 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
420 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
424
425 dhcrelay.o: ../dhcrelay.c
426 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhcrelay.o -MD -MP -MF $(DEPDIR)/dhcrelay.Tpo -c -o dhcrelay.o `test -f '../dhcrelay.c' || echo '$(srcdir)/'`../dhcrelay.c
427 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dhcrelay.Tpo $(DEPDIR)/dhcrelay.Po
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../dhcrelay.c' object='dhcrelay.o' libtool=no @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhcrelay.o `test -f '../dhcrelay.c' || echo '$(srcdir)/'`../dhcrelay.c
431
432 dhcrelay.obj: ../dhcrelay.c
433 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhcrelay.obj -MD -MP -MF $(DEPDIR)/dhcrelay.Tpo -c -o dhcrelay.obj `if test -f '../dhcrelay.c'; then $(CYGPATH_W) '../dhcrelay.c'; else $(CYGPATH_W) '$(srcdir)/../dhcrelay.c'; fi`
434 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dhcrelay.Tpo $(DEPDIR)/dhcrelay.Po
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../dhcrelay.c' object='dhcrelay.obj' libtool=no @AMDEPBACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhcrelay.obj `if test -f '../dhcrelay.c'; then $(CYGPATH_W) '../dhcrelay.c'; else $(CYGPATH_W) '$(srcdir)/../dhcrelay.c'; fi`
438
439 # This directory's subdirectories are mostly independent; you can cd
440 # into them and run 'make' without going through this Makefile.
441 # To change the values of 'make' variables: instead of editing Makefiles,
442 # (1) if the variable is set in 'config.status', edit 'config.status'
443 # (which will cause the Makefiles to be regenerated when you run 'make');
444 # (2) otherwise, pass the desired values on the 'make' command line.
445 $(am__recursive_targets):
446 @fail=; \
447 if $(am__make_keepgoing); then \
448 failcom='fail=yes'; \
449 else \
450 failcom='exit 1'; \
451 fi; \
452 dot_seen=no; \
453 target=`echo $@ | sed s/-recursive//`; \
454 case "$@" in \
455 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456 *) list='$(SUBDIRS)' ;; \
457 esac; \
458 for subdir in $$list; do \
459 echo "Making $$target in $$subdir"; \
460 if test "$$subdir" = "."; then \
461 dot_seen=yes; \
462 local_target="$$target-am"; \
463 else \
464 local_target="$$target"; \
465 fi; \
466 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467 || eval $$failcom; \
468 done; \
469 if test "$$dot_seen" = "no"; then \
470 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
471 fi; test -z "$$fail"
472
473 ID: $(am__tagged_files)
474 $(am__define_uniq_tagged_files); mkid -fID $$unique
475 tags: tags-recursive
476 TAGS: tags
477
478 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479 set x; \
480 here=`pwd`; \
481 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
482 include_option=--etags-include; \
483 empty_fix=.; \
484 else \
485 include_option=--include; \
486 empty_fix=; \
487 fi; \
488 list='$(SUBDIRS)'; for subdir in $$list; do \
489 if test "$$subdir" = .; then :; else \
490 test ! -f $$subdir/TAGS || \
491 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
492 fi; \
493 done; \
494 $(am__define_uniq_tagged_files); \
495 shift; \
496 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
497 test -n "$$unique" || unique=$$empty_fix; \
498 if test $$# -gt 0; then \
499 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500 "$$@" $$unique; \
501 else \
502 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503 $$unique; \
504 fi; \
505 fi
506 ctags: ctags-recursive
507
508 CTAGS: ctags
509 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
510 $(am__define_uniq_tagged_files); \
511 test -z "$(CTAGS_ARGS)$$unique" \
512 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513 $$unique
514
515 GTAGS:
516 here=`$(am__cd) $(top_builddir) && pwd` \
517 && $(am__cd) $(top_srcdir) \
518 && gtags -i $(GTAGS_ARGS) "$$here"
519 cscopelist: cscopelist-recursive
520
521 cscopelist-am: $(am__tagged_files)
522 list='$(am__tagged_files)'; \
523 case "$(srcdir)" in \
524 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
525 *) sdir=$(subdir)/$(srcdir) ;; \
526 esac; \
527 for i in $$list; do \
528 if test -f "$$i"; then \
529 echo "$(subdir)/$$i"; \
530 else \
531 echo "$$sdir/$$i"; \
532 fi; \
533 done >> $(top_builddir)/cscope.files
534
535 distclean-tags:
536 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537 distdir: $(BUILT_SOURCES)
538 $(MAKE) $(AM_MAKEFLAGS) distdir-am
539
540 distdir-am: $(DISTFILES)
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d "$(distdir)/$$file"; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 fi; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564 else \
565 test -f "$(distdir)/$$file" \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
567 || exit 1; \
568 fi; \
569 done
570 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571 if test "$$subdir" = .; then :; else \
572 $(am__make_dryrun) \
573 || test -d "$(distdir)/$$subdir" \
574 || $(MKDIR_P) "$(distdir)/$$subdir" \
575 || exit 1; \
576 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
577 $(am__relativize); \
578 new_distdir=$$reldir; \
579 dir1=$$subdir; dir2="$(top_distdir)"; \
580 $(am__relativize); \
581 new_top_distdir=$$reldir; \
582 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
583 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
584 ($(am__cd) $$subdir && \
585 $(MAKE) $(AM_MAKEFLAGS) \
586 top_distdir="$$new_top_distdir" \
587 distdir="$$new_distdir" \
588 am__remove_distdir=: \
589 am__skip_length_check=: \
590 am__skip_mode_fix=: \
591 distdir) \
592 || exit 1; \
593 fi; \
594 done
595 check-am: all-am
596 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
597 check: check-recursive
598 all-am: Makefile
599 installdirs: installdirs-recursive
600 installdirs-am:
601 install: install-recursive
602 install-exec: install-exec-recursive
603 install-data: install-data-recursive
604 uninstall: uninstall-recursive
605
606 install-am: all-am
607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609 installcheck: installcheck-recursive
610 install-strip:
611 if test -z '$(STRIP)'; then \
612 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614 install; \
615 else \
616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
619 fi
620 mostlyclean-generic:
621
622 clean-generic:
623
624 distclean-generic:
625 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627
628 maintainer-clean-generic:
629 @echo "This command is intended for maintainers to use"
630 @echo "it deletes files that may require special tools to rebuild."
631 @HAVE_ATF_FALSE@distclean-local:
632 clean: clean-recursive
633
634 clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
635
636 distclean: distclean-recursive
637 -rm -f ./$(DEPDIR)/dhcrelay.Po
638 -rm -f ./$(DEPDIR)/relay_unittests.Po
639 -rm -f Makefile
640 distclean-am: clean-am distclean-compile distclean-generic \
641 distclean-local distclean-tags
642
643 dvi: dvi-recursive
644
645 dvi-am:
646
647 html: html-recursive
648
649 html-am:
650
651 info-am:
652
653 install-data-am:
654
655 install-dvi: install-dvi-recursive
656
657 install-dvi-am:
658
659 install-exec-am:
660
661 install-html: install-html-recursive
662
663 install-html-am:
664
665 install-info: install-info-recursive
666
667 install-info-am:
668
669 install-man:
670
671 install-pdf: install-pdf-recursive
672
673 install-pdf-am:
674
675 install-ps: install-ps-recursive
676
677 install-ps-am:
678
679 installcheck-am:
680
681 maintainer-clean: maintainer-clean-recursive
682 -rm -f ./$(DEPDIR)/dhcrelay.Po
683 -rm -f ./$(DEPDIR)/relay_unittests.Po
684 -rm -f Makefile
685 maintainer-clean-am: distclean-am maintainer-clean-generic
686
687 mostlyclean: mostlyclean-recursive
688
689 mostlyclean-am: mostlyclean-compile mostlyclean-generic
690
691 pdf: pdf-recursive
692
693 pdf-am:
694
695 ps: ps-recursive
696
697 ps-am:
698
699 uninstall-am:
700
701 .MAKE: $(am__recursive_targets) check-am install-am install-strip
702
703 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
704 am--depfiles check check-am clean clean-checkPROGRAMS \
705 clean-generic cscopelist-am ctags ctags-am distclean \
706 distclean-compile distclean-generic distclean-local \
707 distclean-tags distdir dvi dvi-am html html-am info info-am \
708 install install-am install-data install-data-am install-dvi \
709 install-dvi-am install-exec install-exec-am install-html \
710 install-html-am install-info install-info-am install-man \
711 install-pdf install-pdf-am install-ps install-ps-am \
712 install-strip installcheck installcheck-am installdirs \
713 installdirs-am maintainer-clean maintainer-clean-generic \
714 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
715 ps ps-am tags tags-am uninstall uninstall-am
716
717 .PRECIOUS: Makefile
718
719
720 # for autotools debugging only
721 info:
722 @echo "ATF_CFLAGS=$(ATF_CFLAGS)"
723 @echo "ATF_LDFLAGS=$(ATF_LDFLAGS)"
724 @echo "ATF_LIBS=$(ATF_LIBS)"
725
726 @HAVE_ATF_TRUE@check: $(ATF_TESTS)
727 @HAVE_ATF_TRUE@ @if test $(top_srcdir) != ${top_builddir}; then \
728 @HAVE_ATF_TRUE@ cp $(top_srcdir)/relay/tests/Atffile Atffile; \
729 @HAVE_ATF_TRUE@ cp $(top_srcdir)/relay/tests/Kyuafile Kyuafile; \
730 @HAVE_ATF_TRUE@ fi
731 @HAVE_ATF_TRUE@ sh ${top_builddir}/tests/unittest.sh
732
733 @HAVE_ATF_TRUE@distclean-local:
734 @HAVE_ATF_TRUE@ @if test $(top_srcdir) != ${top_builddir}; then \
735 @HAVE_ATF_TRUE@ rm -f Atffile Kyuafile; \
736 @HAVE_ATF_TRUE@ fi
737
738 # Tell versions [3.59,3.63) of GNU make to not export all variables.
739 # Otherwise a system limit (for SysV at least) may be exceeded.
740 .NOEXPORT: