]> git.ipfire.org Git - thirdparty/dhcp.git/blame - relay/Makefile.in
generated files update
[thirdparty/dhcp.git] / relay / Makefile.in
CommitLineData
f4622ec1 1# Makefile.in generated by automake 1.16.5 from Makefile.am.
da59e03d 2# @configure_input@
fe5b0fdd 3
f4622ec1 4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
a24b9f23 5
fe5b0fdd
DH
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
da59e03d 15@SET_MAKE@
fe5b0fdd 16
fe5b0fdd 17VPATH = @srcdir@
db1a8f68
SR
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
45adf35c
TM
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
a24b9f23
MA
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
45adf35c
TM
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
d7d9c0c7 46 esac; \
45adf35c
TM
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
fe5b0fdd 73pkgdatadir = $(datadir)/@PACKAGE@
fe5b0fdd 74pkgincludedir = $(includedir)/@PACKAGE@
a24b9f23
MA
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
da59e03d 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
da59e03d
DH
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
fe5b0fdd
DH
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
a24b9f23
MA
89build_triplet = @build@
90host_triplet = @host@
da59e03d
DH
91sbin_PROGRAMS = dhcrelay$(EXEEXT)
92subdir = relay
da59e03d
DH
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)
db1a8f68 97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
da59e03d
DH
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/includes/config.h
100CONFIG_CLEAN_FILES =
a24b9f23 101CONFIG_CLEAN_VPATH_FILES =
da59e03d 102am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
da59e03d
DH
103PROGRAMS = $(sbin_PROGRAMS)
104am_dhcrelay_OBJECTS = dhcrelay.$(OBJEXT)
105dhcrelay_OBJECTS = $(am_dhcrelay_OBJECTS)
13e5cc6c 106dhcrelay_DEPENDENCIES = ../common/libdhcp.@A@ ../omapip/libomapi.@A@
45adf35c
TM
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
1b658b9b 119DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
da59e03d 120depcomp = $(SHELL) $(top_srcdir)/depcomp
0cd94b5e
TM
121am__maybe_remake_depfiles = depfiles
122am__depfiles_remade = ./$(DEPDIR)/dhcrelay.Po
a24b9f23 123am__mv = mv -f
da59e03d
DH
124COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
45adf35c
TM
126AM_V_CC = $(am__v_CC_@AM_V@)
127am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128am__v_CC_0 = @echo " CC " $@;
129am__v_CC_1 =
da59e03d
DH
130CCLD = $(CC)
131LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
45adf35c
TM
132AM_V_CCLD = $(am__v_CCLD_@AM_V@)
133am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
134am__v_CCLD_0 = @echo " CCLD " $@;
135am__v_CCLD_1 =
da59e03d
DH
136SOURCES = $(dhcrelay_SOURCES)
137DIST_SOURCES = $(dhcrelay_SOURCES)
c02625dc
TM
138RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
139 ctags-recursive dvi-recursive html-recursive info-recursive \
140 install-data-recursive install-dvi-recursive \
141 install-exec-recursive install-html-recursive \
142 install-info-recursive install-pdf-recursive \
143 install-ps-recursive install-recursive installcheck-recursive \
144 installdirs-recursive pdf-recursive ps-recursive \
145 tags-recursive uninstall-recursive
a24b9f23
MA
146am__can_run_installinfo = \
147 case $$AM_UPDATE_INFO_DIR in \
148 n|no|NO) false;; \
149 *) (install-info --version) >/dev/null 2>&1;; \
150 esac
151am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152am__vpath_adj = case $$p in \
153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154 *) f=$$p;; \
155 esac;
156am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157am__install_max = 40
158am__nobase_strip_setup = \
159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160am__nobase_strip = \
161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162am__nobase_list = $(am__nobase_strip_setup); \
163 for p in $$list; do echo "$$p $$p"; done | \
164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166 if (++n[$$2] == $(am__install_max)) \
167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168 END { for (dir in files) print dir, files[dir] }'
169am__base_list = \
170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172am__uninstall_files_from_dir = { \
173 test -z "$$files" \
174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176 $(am__cd) "$$dir" && rm -f $$files; }; \
177 }
da59e03d
DH
178man8dir = $(mandir)/man8
179NROFF = nroff
180MANS = $(man_MANS)
c02625dc
TM
181RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
182 distclean-recursive maintainer-clean-recursive
183am__recursive_targets = \
184 $(RECURSIVE_TARGETS) \
185 $(RECURSIVE_CLEAN_TARGETS) \
186 $(am__extra_recursive_targets)
187AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188 distdir distdir-am
45adf35c
TM
189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates. Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique. This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
c02625dc 206DIST_SUBDIRS = $(SUBDIRS)
db1a8f68 207am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
da59e03d 208DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
c02625dc
TM
209am__relativize = \
210 dir0=`pwd`; \
211 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
212 sed_rest='s,^[^/]*/*,,'; \
213 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
214 sed_butlast='s,/*[^/]*$$,,'; \
215 while test -n "$$dir1"; do \
216 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217 if test "$$first" != "."; then \
218 if test "$$first" = ".."; then \
219 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
220 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
221 else \
222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 if test "$$first2" = "$$first"; then \
224 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
225 else \
226 dir2="../$$dir2"; \
227 fi; \
228 dir0="$$dir0"/"$$first"; \
229 fi; \
230 fi; \
231 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
232 done; \
233 reldir="$$dir2"
13e5cc6c 234A = @A@
da59e03d 235ACLOCAL = @ACLOCAL@
da59e03d 236AMTAR = @AMTAR@
45adf35c 237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
e619bd67 238AR = @AR@
9a111ee8 239ATF_BIN = @ATF_BIN@
06fb929c
TM
240ATF_CFLAGS = @ATF_CFLAGS@
241ATF_LDFLAGS = @ATF_LDFLAGS@
da59e03d
DH
242AUTOCONF = @AUTOCONF@
243AUTOHEADER = @AUTOHEADER@
244AUTOMAKE = @AUTOMAKE@
245AWK = @AWK@
6913a589 246BINDCONFIG = @BINDCONFIG@
0fb9c8a1 247BINDDIR = @BINDDIR@
e94e7f23
FD
248BINDIOMUX = @BINDIOMUX@
249BINDLIBDNSDIR = @BINDLIBDNSDIR@
250BINDLIBIRSDIR = @BINDLIBIRSDIR@
251BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
252BINDLIBISCDIR = @BINDLIBISCDIR@
13e5cc6c 253BINDLT = @BINDLT@
5a428b2e 254BINDSRCDIR = @BINDSRCDIR@
e94e7f23 255BINDSUBDIR = @BINDSUBDIR@
fe5b0fdd 256CC = @CC@
da59e03d
DH
257CCDEPMODE = @CCDEPMODE@
258CFLAGS = @CFLAGS@
da59e03d 259CPPFLAGS = @CPPFLAGS@
f4622ec1
WW
260CSCOPE = @CSCOPE@
261CTAGS = @CTAGS@
da59e03d
DH
262CYGPATH_W = @CYGPATH_W@
263DEFS = @DEFS@
264DEPDIR = @DEPDIR@
bf6f8fce 265DHLIBS = @DHLIBS@
f2d20b9e 266DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
68315782 267DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
bf6f8fce 268DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
da59e03d
DH
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
f4622ec1 272ETAGS = @ETAGS@
da59e03d 273EXEEXT = @EXEEXT@
1b658b9b 274INSTALL = @INSTALL@
da59e03d
DH
275INSTALL_DATA = @INSTALL_DATA@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1b658b9b 279LDAP_CFLAGS = @LDAP_CFLAGS@
743d6937 280LDAP_LIBS = @LDAP_LIBS@
da59e03d
DH
281LDFLAGS = @LDFLAGS@
282LIBOBJS = @LIBOBJS@
283LIBS = @LIBS@
284LTLIBOBJS = @LTLIBOBJS@
086bd8f5 285MAINT = @MAINT@
fe5b0fdd 286MAKEINFO = @MAKEINFO@
1b658b9b 287MKDIR_P = @MKDIR_P@
da59e03d 288OBJEXT = @OBJEXT@
fe5b0fdd 289PACKAGE = @PACKAGE@
da59e03d
DH
290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
291PACKAGE_NAME = @PACKAGE_NAME@
292PACKAGE_STRING = @PACKAGE_STRING@
293PACKAGE_TARNAME = @PACKAGE_TARNAME@
76f4993d 294PACKAGE_URL = @PACKAGE_URL@
da59e03d
DH
295PACKAGE_VERSION = @PACKAGE_VERSION@
296PATH_SEPARATOR = @PATH_SEPARATOR@
bf6f8fce 297Q = @Q@
fe5b0fdd 298RANLIB = @RANLIB@
da59e03d
DH
299SET_MAKE = @SET_MAKE@
300SHELL = @SHELL@
301STRIP = @STRIP@
35a3a3a8 302UNITTESTS = @UNITTESTS@
fe5b0fdd 303VERSION = @VERSION@
1b658b9b
DH
304abs_builddir = @abs_builddir@
305abs_srcdir = @abs_srcdir@
306abs_top_builddir = @abs_top_builddir@
307abs_top_srcdir = @abs_top_srcdir@
da59e03d 308ac_ct_CC = @ac_ct_CC@
0c5673bc 309ac_prefix_program = @ac_prefix_program@
da59e03d
DH
310am__include = @am__include@
311am__leading_dot = @am__leading_dot@
312am__quote = @am__quote@
313am__tar = @am__tar@
314am__untar = @am__untar@
315bindir = @bindir@
a24b9f23 316build = @build@
da59e03d 317build_alias = @build_alias@
a24b9f23
MA
318build_cpu = @build_cpu@
319build_os = @build_os@
320build_vendor = @build_vendor@
1b658b9b 321builddir = @builddir@
fe5b0fdd 322byte_order = @byte_order@
da59e03d 323datadir = @datadir@
78f16d27
DH
324datarootdir = @datarootdir@
325docdir = @docdir@
326dvidir = @dvidir@
da59e03d 327exec_prefix = @exec_prefix@
a24b9f23 328host = @host@
da59e03d 329host_alias = @host_alias@
a24b9f23
MA
330host_cpu = @host_cpu@
331host_os = @host_os@
332host_vendor = @host_vendor@
78f16d27 333htmldir = @htmldir@
da59e03d
DH
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
78f16d27 339localedir = @localedir@
da59e03d
DH
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
78f16d27 344pdfdir = @pdfdir@
cacce092 345pkgcfg_found = @pkgcfg_found@
da59e03d
DH
346prefix = @prefix@
347program_transform_name = @program_transform_name@
78f16d27 348psdir = @psdir@
41f81b5c 349runstatedir = @runstatedir@
da59e03d
DH
350sbindir = @sbindir@
351sharedstatedir = @sharedstatedir@
1b658b9b 352srcdir = @srcdir@
da59e03d
DH
353sysconfdir = @sysconfdir@
354target_alias = @target_alias@
419ed83c 355top_build_prefix = @top_build_prefix@
1b658b9b
DH
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
c02625dc 358SUBDIRS = . tests
fe5b0fdd
DH
359AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"'
360dhcrelay_SOURCES = dhcrelay.c
13e5cc6c
FD
361dhcrelay_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
362 @BINDLIBIRSDIR@/libirs.@A@ \
363 @BINDLIBDNSDIR@/libdns.@A@ \
364 @BINDLIBISCCFGDIR@/libisccfg.@A@ \
365 @BINDLIBISCDIR@/libisc.@A@
3da01c08 366
fe5b0fdd 367man_MANS = dhcrelay.8
6ecda39c 368EXTRA_DIST = $(man_MANS)
c02625dc 369all: all-recursive
fe5b0fdd
DH
370
371.SUFFIXES:
da59e03d 372.SUFFIXES: .c .o .obj
086bd8f5 373$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
da59e03d
DH
374 @for dep in $?; do \
375 case '$(am__configure_deps)' in \
376 *$$dep*) \
a24b9f23
MA
377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378 && { if test -f $@; then exit 0; else break; fi; }; \
da59e03d
DH
379 exit 1;; \
380 esac; \
381 done; \
a24b9f23
MA
382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign relay/Makefile'; \
383 $(am__cd) $(top_srcdir) && \
384 $(AUTOMAKE) --foreign relay/Makefile
da59e03d
DH
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 @case '$?' in \
387 *config.status*) \
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389 *) \
0cd94b5e
TM
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
da59e03d
DH
392 esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
086bd8f5 397$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
da59e03d 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
086bd8f5 399$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
da59e03d 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
a24b9f23 401$(am__aclocal_m4_deps):
fe5b0fdd
DH
402install-sbinPROGRAMS: $(sbin_PROGRAMS)
403 @$(NORMAL_INSTALL)
a24b9f23
MA
404 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
405 if test -n "$$list"; then \
406 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
407 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
408 fi; \
409 for p in $$list; do echo "$$p $$p"; done | \
410 sed 's/$(EXEEXT)$$//' | \
45adf35c
TM
411 while read p p1; do if test -f $$p \
412 ; then echo "$$p"; echo "$$p"; else :; fi; \
a24b9f23 413 done | \
45adf35c
TM
414 sed -e 'p;s,.*/,,;n;h' \
415 -e 's|.*|.|' \
a24b9f23
MA
416 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
417 sed 'N;N;N;s,\n, ,g' | \
418 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
419 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
420 if ($$2 == $$4) files[d] = files[d] " " $$1; \
421 else { print "f", $$3 "/" $$4, $$1; } } \
422 END { for (d in files) print "f", d, files[d] }' | \
423 while read type dir files; do \
424 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
425 test -z "$$files" || { \
426 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
427 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
428 } \
429 ; done
fe5b0fdd
DH
430
431uninstall-sbinPROGRAMS:
432 @$(NORMAL_UNINSTALL)
a24b9f23
MA
433 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
434 files=`for p in $$list; do echo "$$p"; done | \
435 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
45adf35c
TM
436 -e 's/$$/$(EXEEXT)/' \
437 `; \
a24b9f23
MA
438 test -n "$$list" || exit 0; \
439 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
440 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
fe5b0fdd 441
da59e03d
DH
442clean-sbinPROGRAMS:
443 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
45adf35c 444
a24b9f23 445dhcrelay$(EXEEXT): $(dhcrelay_OBJECTS) $(dhcrelay_DEPENDENCIES) $(EXTRA_dhcrelay_DEPENDENCIES)
da59e03d 446 @rm -f dhcrelay$(EXEEXT)
45adf35c 447 $(AM_V_CCLD)$(LINK) $(dhcrelay_OBJECTS) $(dhcrelay_LDADD) $(LIBS)
fe5b0fdd
DH
448
449mostlyclean-compile:
da59e03d 450 -rm -f *.$(OBJEXT)
fe5b0fdd
DH
451
452distclean-compile:
453 -rm -f *.tab.c
454
0cd94b5e
TM
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcrelay.Po@am__quote@ # am--include-marker
456
457$(am__depfiles_remade):
458 @$(MKDIR_P) $(@D)
459 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
460
461am--depfiles: $(am__depfiles_remade)
da59e03d
DH
462
463.c.o:
bf6f8fce
FD
464@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
45adf35c 466@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
da59e03d 467@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45adf35c 468@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
da59e03d
DH
469
470.c.obj:
bf6f8fce
FD
471@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
472@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
45adf35c 473@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
da59e03d 474@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45adf35c 475@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
a24b9f23 476install-man8: $(man_MANS)
da59e03d 477 @$(NORMAL_INSTALL)
a24b9f23
MA
478 @list1=''; \
479 list2='$(man_MANS)'; \
480 test -n "$(man8dir)" \
481 && test -n "`echo $$list1$$list2`" \
482 || exit 0; \
483 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
484 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
485 { for i in $$list1; do echo "$$i"; done; \
486 if test -n "$$list2"; then \
487 for i in $$list2; do echo "$$i"; done \
488 | sed -n '/\.8[a-z]*$$/p'; \
489 fi; \
490 } | while read p; do \
491 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
492 echo "$$d$$p"; echo "$$p"; \
493 done | \
494 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
495 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
496 sed 'N;N;s,\n, ,g' | { \
497 list=; while read file base inst; do \
498 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
499 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
500 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
501 fi; \
fe5b0fdd 502 done; \
a24b9f23
MA
503 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
504 while read files; do \
505 test -z "$$files" || { \
506 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
507 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
508 done; }
509
fe5b0fdd 510uninstall-man8:
da59e03d 511 @$(NORMAL_UNINSTALL)
a24b9f23
MA
512 @list=''; test -n "$(man8dir)" || exit 0; \
513 files=`{ for i in $$list; do echo "$$i"; done; \
514 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
515 sed -n '/\.8[a-z]*$$/p'; \
516 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
517 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
518 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
519
c02625dc
TM
520# This directory's subdirectories are mostly independent; you can cd
521# into them and run 'make' without going through this Makefile.
522# To change the values of 'make' variables: instead of editing Makefiles,
523# (1) if the variable is set in 'config.status', edit 'config.status'
524# (which will cause the Makefiles to be regenerated when you run 'make');
525# (2) otherwise, pass the desired values on the 'make' command line.
526$(am__recursive_targets):
527 @fail=; \
528 if $(am__make_keepgoing); then \
529 failcom='fail=yes'; \
530 else \
531 failcom='exit 1'; \
532 fi; \
533 dot_seen=no; \
534 target=`echo $@ | sed s/-recursive//`; \
535 case "$@" in \
536 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
537 *) list='$(SUBDIRS)' ;; \
538 esac; \
539 for subdir in $$list; do \
540 echo "Making $$target in $$subdir"; \
541 if test "$$subdir" = "."; then \
542 dot_seen=yes; \
543 local_target="$$target-am"; \
544 else \
545 local_target="$$target"; \
546 fi; \
547 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
548 || eval $$failcom; \
549 done; \
550 if test "$$dot_seen" = "no"; then \
551 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
552 fi; test -z "$$fail"
553
45adf35c
TM
554ID: $(am__tagged_files)
555 $(am__define_uniq_tagged_files); mkid -fID $$unique
c02625dc 556tags: tags-recursive
45adf35c
TM
557TAGS: tags
558
559tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
a24b9f23 560 set x; \
da59e03d 561 here=`pwd`; \
c02625dc
TM
562 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
563 include_option=--etags-include; \
564 empty_fix=.; \
565 else \
566 include_option=--include; \
567 empty_fix=; \
568 fi; \
569 list='$(SUBDIRS)'; for subdir in $$list; do \
570 if test "$$subdir" = .; then :; else \
571 test ! -f $$subdir/TAGS || \
572 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
573 fi; \
574 done; \
45adf35c 575 $(am__define_uniq_tagged_files); \
a24b9f23
MA
576 shift; \
577 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
da59e03d 578 test -n "$$unique" || unique=$$empty_fix; \
a24b9f23
MA
579 if test $$# -gt 0; then \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581 "$$@" $$unique; \
582 else \
583 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584 $$unique; \
585 fi; \
da59e03d 586 fi
c02625dc 587ctags: ctags-recursive
45adf35c
TM
588
589CTAGS: ctags
590ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
591 $(am__define_uniq_tagged_files); \
a24b9f23 592 test -z "$(CTAGS_ARGS)$$unique" \
da59e03d 593 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
a24b9f23 594 $$unique
fe5b0fdd 595
da59e03d
DH
596GTAGS:
597 here=`$(am__cd) $(top_builddir) && pwd` \
a24b9f23
MA
598 && $(am__cd) $(top_srcdir) \
599 && gtags -i $(GTAGS_ARGS) "$$here"
c02625dc 600cscopelist: cscopelist-recursive
a24b9f23 601
45adf35c
TM
602cscopelist-am: $(am__tagged_files)
603 list='$(am__tagged_files)'; \
a24b9f23
MA
604 case "$(srcdir)" in \
605 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
606 *) sdir=$(subdir)/$(srcdir) ;; \
607 esac; \
608 for i in $$list; do \
609 if test -f "$$i"; then \
610 echo "$(subdir)/$$i"; \
611 else \
612 echo "$$sdir/$$i"; \
613 fi; \
614 done >> $(top_builddir)/cscope.files
fe5b0fdd
DH
615
616distclean-tags:
da59e03d 617 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
0cd94b5e
TM
618distdir: $(BUILT_SOURCES)
619 $(MAKE) $(AM_MAKEFLAGS) distdir-am
620
621distdir-am: $(DISTFILES)
1b658b9b
DH
622 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624 list='$(DISTFILES)'; \
625 dist_files=`for file in $$list; do echo $$file; done | \
626 sed -e "s|^$$srcdirstrip/||;t" \
627 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
628 case $$dist_files in \
629 */*) $(MKDIR_P) `echo "$$dist_files" | \
630 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
631 sort -u` ;; \
632 esac; \
633 for file in $$dist_files; do \
da59e03d 634 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
fe5b0fdd 635 if test -d $$d/$$file; then \
1b658b9b 636 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
a24b9f23
MA
637 if test -d "$(distdir)/$$file"; then \
638 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
639 fi; \
da59e03d 640 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
a24b9f23
MA
641 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
642 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
da59e03d 643 fi; \
a24b9f23 644 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
fe5b0fdd 645 else \
a24b9f23
MA
646 test -f "$(distdir)/$$file" \
647 || cp -p $$d/$$file "$(distdir)/$$file" \
da59e03d 648 || exit 1; \
fe5b0fdd
DH
649 fi; \
650 done
c02625dc
TM
651 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
652 if test "$$subdir" = .; then :; else \
653 $(am__make_dryrun) \
654 || test -d "$(distdir)/$$subdir" \
655 || $(MKDIR_P) "$(distdir)/$$subdir" \
656 || exit 1; \
657 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
658 $(am__relativize); \
659 new_distdir=$$reldir; \
660 dir1=$$subdir; dir2="$(top_distdir)"; \
661 $(am__relativize); \
662 new_top_distdir=$$reldir; \
663 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
664 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
665 ($(am__cd) $$subdir && \
666 $(MAKE) $(AM_MAKEFLAGS) \
667 top_distdir="$$new_top_distdir" \
668 distdir="$$new_distdir" \
669 am__remove_distdir=: \
670 am__skip_length_check=: \
671 am__skip_mode_fix=: \
672 distdir) \
673 || exit 1; \
674 fi; \
675 done
da59e03d 676check-am: all-am
c02625dc 677check: check-recursive
da59e03d 678all-am: Makefile $(PROGRAMS) $(MANS)
c02625dc
TM
679installdirs: installdirs-recursive
680installdirs-am:
da59e03d 681 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
1b658b9b 682 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
da59e03d 683 done
c02625dc
TM
684install: install-recursive
685install-exec: install-exec-recursive
686install-data: install-data-recursive
687uninstall: uninstall-recursive
fe5b0fdd 688
da59e03d
DH
689install-am: all-am
690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
fe5b0fdd 691
c02625dc 692installcheck: installcheck-recursive
da59e03d 693install-strip:
a24b9f23
MA
694 if test -z '$(STRIP)'; then \
695 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697 install; \
698 else \
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
702 fi
da59e03d 703mostlyclean-generic:
fe5b0fdd 704
da59e03d 705clean-generic:
fe5b0fdd 706
da59e03d
DH
707distclean-generic:
708 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
a24b9f23 709 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
fe5b0fdd 710
da59e03d
DH
711maintainer-clean-generic:
712 @echo "This command is intended for maintainers to use"
713 @echo "it deletes files that may require special tools to rebuild."
c02625dc 714clean: clean-recursive
fe5b0fdd 715
da59e03d 716clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
fe5b0fdd 717
c02625dc 718distclean: distclean-recursive
0cd94b5e 719 -rm -f ./$(DEPDIR)/dhcrelay.Po
da59e03d
DH
720 -rm -f Makefile
721distclean-am: clean-am distclean-compile distclean-generic \
722 distclean-tags
fe5b0fdd 723
c02625dc 724dvi: dvi-recursive
fe5b0fdd 725
da59e03d 726dvi-am:
fe5b0fdd 727
c02625dc 728html: html-recursive
fe5b0fdd 729
a24b9f23
MA
730html-am:
731
c02625dc 732info: info-recursive
fe5b0fdd 733
da59e03d 734info-am:
fe5b0fdd 735
da59e03d 736install-data-am: install-man
fe5b0fdd 737
c02625dc 738install-dvi: install-dvi-recursive
1b658b9b 739
a24b9f23
MA
740install-dvi-am:
741
da59e03d 742install-exec-am: install-sbinPROGRAMS
dff902ba 743
c02625dc 744install-html: install-html-recursive
1b658b9b 745
a24b9f23
MA
746install-html-am:
747
c02625dc 748install-info: install-info-recursive
da59e03d 749
a24b9f23
MA
750install-info-am:
751
da59e03d
DH
752install-man: install-man8
753
c02625dc 754install-pdf: install-pdf-recursive
1b658b9b 755
a24b9f23
MA
756install-pdf-am:
757
c02625dc 758install-ps: install-ps-recursive
1b658b9b 759
a24b9f23
MA
760install-ps-am:
761
da59e03d
DH
762installcheck-am:
763
c02625dc 764maintainer-clean: maintainer-clean-recursive
0cd94b5e 765 -rm -f ./$(DEPDIR)/dhcrelay.Po
da59e03d
DH
766 -rm -f Makefile
767maintainer-clean-am: distclean-am maintainer-clean-generic
fe5b0fdd 768
c02625dc 769mostlyclean: mostlyclean-recursive
fe5b0fdd 770
da59e03d 771mostlyclean-am: mostlyclean-compile mostlyclean-generic
fe5b0fdd 772
c02625dc 773pdf: pdf-recursive
fe5b0fdd 774
da59e03d 775pdf-am:
fe5b0fdd 776
c02625dc 777ps: ps-recursive
fe5b0fdd 778
da59e03d 779ps-am:
fe5b0fdd 780
1b658b9b 781uninstall-am: uninstall-man uninstall-sbinPROGRAMS
fe5b0fdd 782
da59e03d 783uninstall-man: uninstall-man8
fe5b0fdd 784
c02625dc
TM
785.MAKE: $(am__recursive_targets) install-am install-strip
786
787.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
788 am--depfiles check check-am clean clean-generic \
789 clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
790 distclean-compile distclean-generic distclean-tags distdir dvi \
791 dvi-am html html-am info info-am install install-am \
792 install-data install-data-am install-dvi install-dvi-am \
793 install-exec install-exec-am install-html install-html-am \
794 install-info install-info-am install-man install-man8 \
795 install-pdf install-pdf-am install-ps install-ps-am \
796 install-sbinPROGRAMS install-strip installcheck \
797 installcheck-am installdirs installdirs-am maintainer-clean \
a24b9f23 798 maintainer-clean-generic mostlyclean mostlyclean-compile \
45adf35c 799 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
a24b9f23 800 uninstall-am uninstall-man uninstall-man8 \
1b658b9b 801 uninstall-sbinPROGRAMS
fe5b0fdd 802
db1a8f68
SR
803.PRECIOUS: Makefile
804
a24b9f23 805
fe5b0fdd
DH
806# Tell versions [3.59,3.63) of GNU make to not export all variables.
807# Otherwise a system limit (for SysV at least) may be exceeded.
808.NOEXPORT: