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