]> git.ipfire.org Git - thirdparty/dhcp.git/blame - relay/tests/Makefile.in
generated files update
[thirdparty/dhcp.git] / relay / tests / Makefile.in
CommitLineData
f4622ec1 1# Makefile.in generated by automake 1.16.5 from Makefile.am.
c02625dc
TM
2# @configure_input@
3
f4622ec1 4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
c02625dc
TM
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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
18d088f2 90@HAVE_ATF_TRUE@am__append_1 = relay_unittests
c02625dc
TM
91check_PROGRAMS = $(am__EXEEXT_2)
92subdir = relay/tests
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/includes/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102@HAVE_ATF_TRUE@am__EXEEXT_1 = relay_unittests$(EXEEXT)
103am__EXEEXT_2 = $(am__EXEEXT_1)
104am__relay_unittests_SOURCES_DIST = ../dhcrelay.c relay_unittests.c
105am__objects_1 = dhcrelay.$(OBJEXT)
106@HAVE_ATF_TRUE@am_relay_unittests_OBJECTS = $(am__objects_1) \
107@HAVE_ATF_TRUE@ relay_unittests.$(OBJEXT)
108relay_unittests_OBJECTS = $(am_relay_unittests_OBJECTS)
109am__DEPENDENCIES_1 =
110am__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)
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo " GEN " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
127depcomp = $(SHELL) $(top_srcdir)/depcomp
128am__maybe_remake_depfiles = depfiles
129am__depfiles_remade = ./$(DEPDIR)/dhcrelay.Po \
130 ./$(DEPDIR)/relay_unittests.Po
131am__mv = mv -f
132AM_V_lt = $(am__v_lt_@AM_V@)
133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134am__v_lt_0 = --silent
135am__v_lt_1 =
136COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138AM_V_CC = $(am__v_CC_@AM_V@)
139am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140am__v_CC_0 = @echo " CC " $@;
141am__v_CC_1 =
142CCLD = $(CC)
143LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
144AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146am__v_CCLD_0 = @echo " CCLD " $@;
147am__v_CCLD_1 =
148SOURCES = $(relay_unittests_SOURCES)
149DIST_SOURCES = $(am__relay_unittests_SOURCES_DIST)
150RECURSIVE_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
158am__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
163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
165am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170 distdir distdir-am
171am__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.
175am__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.
183am__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)`
c02625dc
TM
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__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"
216A = @A@
217ACLOCAL = @ACLOCAL@
218AMTAR = @AMTAR@
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AR = @AR@
221ATF_BIN = @ATF_BIN@
222ATF_CFLAGS = @ATF_CFLAGS@
223ATF_LDFLAGS = @ATF_LDFLAGS@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228BINDCONFIG = @BINDCONFIG@
229BINDDIR = @BINDDIR@
230BINDIOMUX = @BINDIOMUX@
231BINDLIBDNSDIR = @BINDLIBDNSDIR@
232BINDLIBIRSDIR = @BINDLIBIRSDIR@
233BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
234BINDLIBISCDIR = @BINDLIBISCDIR@
235BINDLT = @BINDLT@
236BINDSRCDIR = @BINDSRCDIR@
237BINDSUBDIR = @BINDSUBDIR@
238CC = @CC@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
c02625dc 241CPPFLAGS = @CPPFLAGS@
f4622ec1
WW
242CSCOPE = @CSCOPE@
243CTAGS = @CTAGS@
c02625dc
TM
244CYGPATH_W = @CYGPATH_W@
245DEFS = @DEFS@
246DEPDIR = @DEPDIR@
247DHLIBS = @DHLIBS@
248DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
249DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
250DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
251ECHO_C = @ECHO_C@
252ECHO_N = @ECHO_N@
253ECHO_T = @ECHO_T@
f4622ec1 254ETAGS = @ETAGS@
c02625dc 255EXEEXT = @EXEEXT@
c02625dc
TM
256INSTALL = @INSTALL@
257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261LDAP_CFLAGS = @LDAP_CFLAGS@
262LDAP_LIBS = @LDAP_LIBS@
263LDFLAGS = @LDFLAGS@
264LIBOBJS = @LIBOBJS@
265LIBS = @LIBS@
266LTLIBOBJS = @LTLIBOBJS@
267MAINT = @MAINT@
268MAKEINFO = @MAKEINFO@
269MKDIR_P = @MKDIR_P@
270OBJEXT = @OBJEXT@
271PACKAGE = @PACKAGE@
272PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273PACKAGE_NAME = @PACKAGE_NAME@
274PACKAGE_STRING = @PACKAGE_STRING@
275PACKAGE_TARNAME = @PACKAGE_TARNAME@
276PACKAGE_URL = @PACKAGE_URL@
277PACKAGE_VERSION = @PACKAGE_VERSION@
278PATH_SEPARATOR = @PATH_SEPARATOR@
279Q = @Q@
280RANLIB = @RANLIB@
281SET_MAKE = @SET_MAKE@
282SHELL = @SHELL@
283STRIP = @STRIP@
284UNITTESTS = @UNITTESTS@
285VERSION = @VERSION@
286abs_builddir = @abs_builddir@
287abs_srcdir = @abs_srcdir@
288abs_top_builddir = @abs_top_builddir@
289abs_top_srcdir = @abs_top_srcdir@
290ac_ct_CC = @ac_ct_CC@
291ac_prefix_program = @ac_prefix_program@
292am__include = @am__include@
293am__leading_dot = @am__leading_dot@
294am__quote = @am__quote@
295am__tar = @am__tar@
296am__untar = @am__untar@
297bindir = @bindir@
298build = @build@
299build_alias = @build_alias@
300build_cpu = @build_cpu@
301build_os = @build_os@
302build_vendor = @build_vendor@
303builddir = @builddir@
304byte_order = @byte_order@
305datadir = @datadir@
306datarootdir = @datarootdir@
307docdir = @docdir@
308dvidir = @dvidir@
309exec_prefix = @exec_prefix@
310host = @host@
311host_alias = @host_alias@
312host_cpu = @host_cpu@
313host_os = @host_os@
314host_vendor = @host_vendor@
315htmldir = @htmldir@
316includedir = @includedir@
317infodir = @infodir@
318install_sh = @install_sh@
319libdir = @libdir@
320libexecdir = @libexecdir@
321localedir = @localedir@
322localstatedir = @localstatedir@
323mandir = @mandir@
324mkdir_p = @mkdir_p@
325oldincludedir = @oldincludedir@
326pdfdir = @pdfdir@
327pkgcfg_found = @pkgcfg_found@
328prefix = @prefix@
329program_transform_name = @program_transform_name@
330psdir = @psdir@
41f81b5c 331runstatedir = @runstatedir@
c02625dc
TM
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336target_alias = @target_alias@
337top_build_prefix = @top_build_prefix@
338top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@
340SUBDIRS = .
341AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes \
342 -I@BINDDIR@/include -I$(top_srcdir) -DLOCALSTATEDIR='"."'
343EXTRA_DIST = Atffile Kyuafile
344DHCPSRC = ../dhcrelay.c
345DHCPLIBS = $(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
352ATF_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)
355all: 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
371Makefile: $(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
389clean-checkPROGRAMS:
390 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
391
392relay_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
396mostlyclean-compile:
397 -rm -f *.$(OBJEXT)
398
399distclean-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
409am--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
425dhcrelay.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
432dhcrelay.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
473ID: $(am__tagged_files)
474 $(am__define_uniq_tagged_files); mkid -fID $$unique
475tags: tags-recursive
476TAGS: tags
477
478tags-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
506ctags: ctags-recursive
507
508CTAGS: ctags
509ctags-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
515GTAGS:
516 here=`$(am__cd) $(top_builddir) && pwd` \
517 && $(am__cd) $(top_srcdir) \
518 && gtags -i $(GTAGS_ARGS) "$$here"
519cscopelist: cscopelist-recursive
520
521cscopelist-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
535distclean-tags:
536 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
c02625dc
TM
537distdir: $(BUILT_SOURCES)
538 $(MAKE) $(AM_MAKEFLAGS) distdir-am
539
540distdir-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
595check-am: all-am
596 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
597check: check-recursive
598all-am: Makefile
599installdirs: installdirs-recursive
600installdirs-am:
601install: install-recursive
602install-exec: install-exec-recursive
603install-data: install-data-recursive
604uninstall: uninstall-recursive
605
606install-am: all-am
607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609installcheck: installcheck-recursive
610install-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
620mostlyclean-generic:
621
622clean-generic:
623
624distclean-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
628maintainer-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:
632clean: clean-recursive
633
634clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
635
636distclean: distclean-recursive
637 -rm -f ./$(DEPDIR)/dhcrelay.Po
638 -rm -f ./$(DEPDIR)/relay_unittests.Po
639 -rm -f Makefile
640distclean-am: clean-am distclean-compile distclean-generic \
641 distclean-local distclean-tags
642
643dvi: dvi-recursive
644
645dvi-am:
646
647html: html-recursive
648
649html-am:
650
651info-am:
652
653install-data-am:
654
655install-dvi: install-dvi-recursive
656
657install-dvi-am:
658
659install-exec-am:
660
661install-html: install-html-recursive
662
663install-html-am:
664
665install-info: install-info-recursive
666
667install-info-am:
668
669install-man:
670
671install-pdf: install-pdf-recursive
672
673install-pdf-am:
674
675install-ps: install-ps-recursive
676
677install-ps-am:
678
679installcheck-am:
680
681maintainer-clean: maintainer-clean-recursive
682 -rm -f ./$(DEPDIR)/dhcrelay.Po
683 -rm -f ./$(DEPDIR)/relay_unittests.Po
684 -rm -f Makefile
685maintainer-clean-am: distclean-am maintainer-clean-generic
686
687mostlyclean: mostlyclean-recursive
688
689mostlyclean-am: mostlyclean-compile mostlyclean-generic
690
691pdf: pdf-recursive
692
693pdf-am:
694
695ps: ps-recursive
696
697ps-am:
698
699uninstall-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
721info:
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: