etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / dhcp / dist / common / Makefile.in
blobd98f53f1892b992fdc07326cb1ad0ad06d983b38
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__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 \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
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
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = common
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/depcomp
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88 mkinstalldirs = $(install_sh) -d
89 CONFIG_HEADER = $(top_builddir)/includes/config.h
90 CONFIG_CLEAN_FILES =
91 CONFIG_CLEAN_VPATH_FILES =
92 LIBRARIES = $(noinst_LIBRARIES)
93 AR = ar
94 ARFLAGS = cru
95 AM_V_AR = $(am__v_AR_@AM_V@)
96 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
97 am__v_AR_0 = @echo " AR " $@;
98 am__v_AR_1 =
99 libdhcp_a_AR = $(AR) $(ARFLAGS)
100 libdhcp_a_LIBADD =
101 am_libdhcp_a_OBJECTS = alloc.$(OBJEXT) bpf.$(OBJEXT) comapi.$(OBJEXT) \
102 conflex.$(OBJEXT) ctrace.$(OBJEXT) discover.$(OBJEXT) \
103 dispatch.$(OBJEXT) dlpi.$(OBJEXT) dns.$(OBJEXT) \
104 ethernet.$(OBJEXT) execute.$(OBJEXT) fddi.$(OBJEXT) \
105 icmp.$(OBJEXT) inet.$(OBJEXT) lpf.$(OBJEXT) memory.$(OBJEXT) \
106 nit.$(OBJEXT) ns_name.$(OBJEXT) options.$(OBJEXT) \
107 packet.$(OBJEXT) parse.$(OBJEXT) print.$(OBJEXT) raw.$(OBJEXT) \
108 resolv.$(OBJEXT) socket.$(OBJEXT) tables.$(OBJEXT) \
109 tr.$(OBJEXT) tree.$(OBJEXT) upf.$(OBJEXT)
110 libdhcp_a_OBJECTS = $(am_libdhcp_a_OBJECTS)
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo " GEN " $@;
118 am__v_GEN_1 =
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 =
123 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
124 depcomp = $(SHELL) $(top_srcdir)/depcomp
125 am__depfiles_maybe = depfiles
126 am__mv = mv -f
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 AM_V_CC = $(am__v_CC_@AM_V@)
130 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
131 am__v_CC_0 = @echo " CC " $@;
132 am__v_CC_1 =
133 CCLD = $(CC)
134 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
135 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
136 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
137 am__v_CCLD_0 = @echo " CCLD " $@;
138 am__v_CCLD_1 =
139 SOURCES = $(libdhcp_a_SOURCES)
140 DIST_SOURCES = $(libdhcp_a_SOURCES)
141 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142 ctags-recursive dvi-recursive html-recursive info-recursive \
143 install-data-recursive install-dvi-recursive \
144 install-exec-recursive install-html-recursive \
145 install-info-recursive install-pdf-recursive \
146 install-ps-recursive install-recursive installcheck-recursive \
147 installdirs-recursive pdf-recursive ps-recursive \
148 tags-recursive uninstall-recursive
149 am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
151 n|no|NO) false;; \
152 *) (install-info --version) >/dev/null 2>&1;; \
153 esac
154 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155 am__vpath_adj = case $$p in \
156 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157 *) f=$$p;; \
158 esac;
159 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160 am__install_max = 40
161 am__nobase_strip_setup = \
162 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163 am__nobase_strip = \
164 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165 am__nobase_list = $(am__nobase_strip_setup); \
166 for p in $$list; do echo "$$p $$p"; done | \
167 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169 if (++n[$$2] == $(am__install_max)) \
170 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171 END { for (dir in files) print dir, files[dir] }'
172 am__base_list = \
173 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175 am__uninstall_files_from_dir = { \
176 test -z "$$files" \
177 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179 $(am__cd) "$$dir" && rm -f $$files; }; \
181 man5dir = $(mandir)/man5
182 am__installdirs = "$(DESTDIR)$(man5dir)"
183 NROFF = nroff
184 MANS = $(man_MANS)
185 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
186 distclean-recursive maintainer-clean-recursive
187 am__recursive_targets = \
188 $(RECURSIVE_TARGETS) \
189 $(RECURSIVE_CLEAN_TARGETS) \
190 $(am__extra_recursive_targets)
191 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192 distdir
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 # Read a list of newline-separated strings from the standard input,
195 # and print each of them once, without duplicates. Input order is
196 # *not* preserved.
197 am__uniquify_input = $(AWK) '\
198 BEGIN { nonempty = 0; } \
199 { items[$$0] = 1; nonempty = 1; } \
200 END { if (nonempty) { for (i in items) print i; }; } \
202 # Make sure the list of sources is unique. This is necessary because,
203 # e.g., the same source file might be shared among _SOURCES variables
204 # for different programs/libraries.
205 am__define_uniq_tagged_files = \
206 list='$(am__tagged_files)'; \
207 unique=`for i in $$list; do \
208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209 done | $(am__uniquify_input)`
210 ETAGS = etags
211 CTAGS = ctags
212 DIST_SUBDIRS = $(SUBDIRS)
213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214 am__relativize = \
215 dir0=`pwd`; \
216 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217 sed_rest='s,^[^/]*/*,,'; \
218 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
219 sed_butlast='s,/*[^/]*$$,,'; \
220 while test -n "$$dir1"; do \
221 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
222 if test "$$first" != "."; then \
223 if test "$$first" = ".."; then \
224 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
225 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226 else \
227 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228 if test "$$first2" = "$$first"; then \
229 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
230 else \
231 dir2="../$$dir2"; \
232 fi; \
233 dir0="$$dir0"/"$$first"; \
234 fi; \
235 fi; \
236 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
237 done; \
238 reldir="$$dir2"
239 ACLOCAL = @ACLOCAL@
240 AMTAR = @AMTAR@
241 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242 ATF_CFLAGS = @ATF_CFLAGS@
243 ATF_LDFLAGS = @ATF_LDFLAGS@
244 AUTOCONF = @AUTOCONF@
245 AUTOHEADER = @AUTOHEADER@
246 AUTOMAKE = @AUTOMAKE@
247 AWK = @AWK@
248 CC = @CC@
249 CCDEPMODE = @CCDEPMODE@
250 CFLAGS = @CFLAGS@
251 CPP = @CPP@
252 CPPFLAGS = @CPPFLAGS@
253 CYGPATH_W = @CYGPATH_W@
254 DEFS = @DEFS@
255 DEPDIR = @DEPDIR@
256 ECHO_C = @ECHO_C@
257 ECHO_N = @ECHO_N@
258 ECHO_T = @ECHO_T@
259 EGREP = @EGREP@
260 EXEEXT = @EXEEXT@
261 GREP = @GREP@
262 INSTALL = @INSTALL@
263 INSTALL_DATA = @INSTALL_DATA@
264 INSTALL_PROGRAM = @INSTALL_PROGRAM@
265 INSTALL_SCRIPT = @INSTALL_SCRIPT@
266 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267 LDAP_CFLAGS = @LDAP_CFLAGS@
268 LDFLAGS = @LDFLAGS@
269 LIBOBJS = @LIBOBJS@
270 LIBS = @LIBS@
271 LTLIBOBJS = @LTLIBOBJS@
272 MAINT = @MAINT@
273 MAKEINFO = @MAKEINFO@
274 MKDIR_P = @MKDIR_P@
275 OBJEXT = @OBJEXT@
276 PACKAGE = @PACKAGE@
277 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278 PACKAGE_NAME = @PACKAGE_NAME@
279 PACKAGE_STRING = @PACKAGE_STRING@
280 PACKAGE_TARNAME = @PACKAGE_TARNAME@
281 PACKAGE_URL = @PACKAGE_URL@
282 PACKAGE_VERSION = @PACKAGE_VERSION@
283 PATH_SEPARATOR = @PATH_SEPARATOR@
284 RANLIB = @RANLIB@
285 SET_MAKE = @SET_MAKE@
286 SHELL = @SHELL@
287 STRIP = @STRIP@
288 VERSION = @VERSION@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_CC = @ac_ct_CC@
294 ac_prefix_program = @ac_prefix_program@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 bindir = @bindir@
301 build = @build@
302 build_alias = @build_alias@
303 build_cpu = @build_cpu@
304 build_os = @build_os@
305 build_vendor = @build_vendor@
306 builddir = @builddir@
307 byte_order = @byte_order@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 sbindir = @sbindir@
334 sharedstatedir = @sharedstatedir@
335 srcdir = @srcdir@
336 sysconfdir = @sysconfdir@
337 target_alias = @target_alias@
338 top_build_prefix = @top_build_prefix@
339 top_builddir = @top_builddir@
340 top_srcdir = @top_srcdir@
341 AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'
342 AM_CFLAGS = $(LDAP_CFLAGS)
343 noinst_LIBRARIES = libdhcp.a
344 libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
345 dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
346 icmp.c inet.c lpf.c memory.c nit.c ns_name.c options.c \
347 packet.c parse.c print.c raw.c resolv.c socket.c \
348 tables.c tr.c tree.c upf.c
350 man_MANS = dhcp-eval.5 dhcp-options.5
351 EXTRA_DIST = $(man_MANS)
353 # We want to build this directory first, before descending into tests subdir.
354 # The reason is that ideally the tests should link existing objects from this
355 # directory. That eliminates any discrepancies between tested code and
356 # production code. Sadly, we are not there yet.
357 SUBDIRS = . tests
358 all: all-recursive
360 .SUFFIXES:
361 .SUFFIXES: .c .o .obj
362 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
363 @for dep in $?; do \
364 case '$(am__configure_deps)' in \
365 *$$dep*) \
366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367 && { if test -f $@; then exit 0; else break; fi; }; \
368 exit 1;; \
369 esac; \
370 done; \
371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign common/Makefile'; \
372 $(am__cd) $(top_srcdir) && \
373 $(AUTOMAKE) --foreign common/Makefile
374 .PRECIOUS: Makefile
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376 @case '$?' in \
377 *config.status*) \
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379 *) \
380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382 esac;
384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(am__aclocal_m4_deps):
393 clean-noinstLIBRARIES:
394 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
396 libdhcp.a: $(libdhcp_a_OBJECTS) $(libdhcp_a_DEPENDENCIES) $(EXTRA_libdhcp_a_DEPENDENCIES)
397 $(AM_V_at)-rm -f libdhcp.a
398 $(AM_V_AR)$(libdhcp_a_AR) libdhcp.a $(libdhcp_a_OBJECTS) $(libdhcp_a_LIBADD)
399 $(AM_V_at)$(RANLIB) libdhcp.a
401 mostlyclean-compile:
402 -rm -f *.$(OBJEXT)
404 distclean-compile:
405 -rm -f *.tab.c
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comapi.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conflex.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrace.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discover.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlpi.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethernet.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fddi.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icmp.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpf.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nit.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_name.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tr.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upf.Po@am__quote@
437 .c.o:
438 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
439 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
444 .c.obj:
445 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
446 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
450 install-man5: $(man_MANS)
451 @$(NORMAL_INSTALL)
452 @list1=''; \
453 list2='$(man_MANS)'; \
454 test -n "$(man5dir)" \
455 && test -n "`echo $$list1$$list2`" \
456 || exit 0; \
457 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
458 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
459 { for i in $$list1; do echo "$$i"; done; \
460 if test -n "$$list2"; then \
461 for i in $$list2; do echo "$$i"; done \
462 | sed -n '/\.5[a-z]*$$/p'; \
463 fi; \
464 } | while read p; do \
465 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
466 echo "$$d$$p"; echo "$$p"; \
467 done | \
468 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
469 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
470 sed 'N;N;s,\n, ,g' | { \
471 list=; while read file base inst; do \
472 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
473 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
474 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
475 fi; \
476 done; \
477 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
478 while read files; do \
479 test -z "$$files" || { \
480 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
481 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
482 done; }
484 uninstall-man5:
485 @$(NORMAL_UNINSTALL)
486 @list=''; test -n "$(man5dir)" || exit 0; \
487 files=`{ for i in $$list; do echo "$$i"; done; \
488 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
489 sed -n '/\.5[a-z]*$$/p'; \
490 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
491 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
492 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
494 # This directory's subdirectories are mostly independent; you can cd
495 # into them and run 'make' without going through this Makefile.
496 # To change the values of 'make' variables: instead of editing Makefiles,
497 # (1) if the variable is set in 'config.status', edit 'config.status'
498 # (which will cause the Makefiles to be regenerated when you run 'make');
499 # (2) otherwise, pass the desired values on the 'make' command line.
500 $(am__recursive_targets):
501 @fail=; \
502 if $(am__make_keepgoing); then \
503 failcom='fail=yes'; \
504 else \
505 failcom='exit 1'; \
506 fi; \
507 dot_seen=no; \
508 target=`echo $@ | sed s/-recursive//`; \
509 case "$@" in \
510 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
511 *) list='$(SUBDIRS)' ;; \
512 esac; \
513 for subdir in $$list; do \
514 echo "Making $$target in $$subdir"; \
515 if test "$$subdir" = "."; then \
516 dot_seen=yes; \
517 local_target="$$target-am"; \
518 else \
519 local_target="$$target"; \
520 fi; \
521 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522 || eval $$failcom; \
523 done; \
524 if test "$$dot_seen" = "no"; then \
525 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
526 fi; test -z "$$fail"
528 ID: $(am__tagged_files)
529 $(am__define_uniq_tagged_files); mkid -fID $$unique
530 tags: tags-recursive
531 TAGS: tags
533 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534 set x; \
535 here=`pwd`; \
536 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
537 include_option=--etags-include; \
538 empty_fix=.; \
539 else \
540 include_option=--include; \
541 empty_fix=; \
542 fi; \
543 list='$(SUBDIRS)'; for subdir in $$list; do \
544 if test "$$subdir" = .; then :; else \
545 test ! -f $$subdir/TAGS || \
546 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
547 fi; \
548 done; \
549 $(am__define_uniq_tagged_files); \
550 shift; \
551 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
552 test -n "$$unique" || unique=$$empty_fix; \
553 if test $$# -gt 0; then \
554 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
555 "$$@" $$unique; \
556 else \
557 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558 $$unique; \
559 fi; \
561 ctags: ctags-recursive
563 CTAGS: ctags
564 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565 $(am__define_uniq_tagged_files); \
566 test -z "$(CTAGS_ARGS)$$unique" \
567 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
568 $$unique
570 GTAGS:
571 here=`$(am__cd) $(top_builddir) && pwd` \
572 && $(am__cd) $(top_srcdir) \
573 && gtags -i $(GTAGS_ARGS) "$$here"
574 cscopelist: cscopelist-recursive
576 cscopelist-am: $(am__tagged_files)
577 list='$(am__tagged_files)'; \
578 case "$(srcdir)" in \
579 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
580 *) sdir=$(subdir)/$(srcdir) ;; \
581 esac; \
582 for i in $$list; do \
583 if test -f "$$i"; then \
584 echo "$(subdir)/$$i"; \
585 else \
586 echo "$$sdir/$$i"; \
587 fi; \
588 done >> $(top_builddir)/cscope.files
590 distclean-tags:
591 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
593 distdir: $(DISTFILES)
594 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596 list='$(DISTFILES)'; \
597 dist_files=`for file in $$list; do echo $$file; done | \
598 sed -e "s|^$$srcdirstrip/||;t" \
599 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
600 case $$dist_files in \
601 */*) $(MKDIR_P) `echo "$$dist_files" | \
602 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
603 sort -u` ;; \
604 esac; \
605 for file in $$dist_files; do \
606 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
607 if test -d $$d/$$file; then \
608 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
609 if test -d "$(distdir)/$$file"; then \
610 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 fi; \
612 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
613 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
614 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615 fi; \
616 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
617 else \
618 test -f "$(distdir)/$$file" \
619 || cp -p $$d/$$file "$(distdir)/$$file" \
620 || exit 1; \
621 fi; \
622 done
623 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
624 if test "$$subdir" = .; then :; else \
625 $(am__make_dryrun) \
626 || test -d "$(distdir)/$$subdir" \
627 || $(MKDIR_P) "$(distdir)/$$subdir" \
628 || exit 1; \
629 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
630 $(am__relativize); \
631 new_distdir=$$reldir; \
632 dir1=$$subdir; dir2="$(top_distdir)"; \
633 $(am__relativize); \
634 new_top_distdir=$$reldir; \
635 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
636 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
637 ($(am__cd) $$subdir && \
638 $(MAKE) $(AM_MAKEFLAGS) \
639 top_distdir="$$new_top_distdir" \
640 distdir="$$new_distdir" \
641 am__remove_distdir=: \
642 am__skip_length_check=: \
643 am__skip_mode_fix=: \
644 distdir) \
645 || exit 1; \
646 fi; \
647 done
648 check-am: all-am
649 check: check-recursive
650 all-am: Makefile $(LIBRARIES) $(MANS)
651 installdirs: installdirs-recursive
652 installdirs-am:
653 for dir in "$(DESTDIR)$(man5dir)"; do \
654 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
655 done
656 install: install-recursive
657 install-exec: install-exec-recursive
658 install-data: install-data-recursive
659 uninstall: uninstall-recursive
661 install-am: all-am
662 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
664 installcheck: installcheck-recursive
665 install-strip:
666 if test -z '$(STRIP)'; then \
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 install; \
670 else \
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
675 mostlyclean-generic:
677 clean-generic:
679 distclean-generic:
680 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
681 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683 maintainer-clean-generic:
684 @echo "This command is intended for maintainers to use"
685 @echo "it deletes files that may require special tools to rebuild."
686 clean: clean-recursive
688 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
690 distclean: distclean-recursive
691 -rm -rf ./$(DEPDIR)
692 -rm -f Makefile
693 distclean-am: clean-am distclean-compile distclean-generic \
694 distclean-tags
696 dvi: dvi-recursive
698 dvi-am:
700 html: html-recursive
702 html-am:
704 info: info-recursive
706 info-am:
708 install-data-am: install-man
710 install-dvi: install-dvi-recursive
712 install-dvi-am:
714 install-exec-am:
716 install-html: install-html-recursive
718 install-html-am:
720 install-info: install-info-recursive
722 install-info-am:
724 install-man: install-man5
726 install-pdf: install-pdf-recursive
728 install-pdf-am:
730 install-ps: install-ps-recursive
732 install-ps-am:
734 installcheck-am:
736 maintainer-clean: maintainer-clean-recursive
737 -rm -rf ./$(DEPDIR)
738 -rm -f Makefile
739 maintainer-clean-am: distclean-am maintainer-clean-generic
741 mostlyclean: mostlyclean-recursive
743 mostlyclean-am: mostlyclean-compile mostlyclean-generic
745 pdf: pdf-recursive
747 pdf-am:
749 ps: ps-recursive
751 ps-am:
753 uninstall-am: uninstall-man
755 uninstall-man: uninstall-man5
757 .MAKE: $(am__recursive_targets) install-am install-strip
759 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
760 check-am clean clean-generic clean-noinstLIBRARIES \
761 cscopelist-am ctags ctags-am distclean distclean-compile \
762 distclean-generic distclean-tags distdir dvi dvi-am html \
763 html-am info info-am install install-am install-data \
764 install-data-am install-dvi install-dvi-am install-exec \
765 install-exec-am install-html install-html-am install-info \
766 install-info-am install-man install-man5 install-pdf \
767 install-pdf-am install-ps install-ps-am install-strip \
768 installcheck installcheck-am installdirs installdirs-am \
769 maintainer-clean maintainer-clean-generic mostlyclean \
770 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
771 tags tags-am uninstall uninstall-am uninstall-man \
772 uninstall-man5
775 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 # Otherwise a system limit (for SysV at least) may be exceeded.
777 .NOEXPORT: