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