xref: /minix/external/bsd/dhcp/dist/omapip/Makefile.in (revision bb9622b5)
1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
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 \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
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))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82noinst_PROGRAMS = svtest$(EXEEXT)
83subdir = omapip
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(top_srcdir)/depcomp
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_HEADER = $(top_builddir)/includes/config.h
92CONFIG_CLEAN_FILES =
93CONFIG_CLEAN_VPATH_FILES =
94am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95am__vpath_adj = case $$p in \
96    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97    *) f=$$p;; \
98  esac;
99am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
100am__install_max = 40
101am__nobase_strip_setup = \
102  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
103am__nobase_strip = \
104  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
105am__nobase_list = $(am__nobase_strip_setup); \
106  for p in $$list; do echo "$$p $$p"; done | \
107  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
108  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109    if (++n[$$2] == $(am__install_max)) \
110      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
111    END { for (dir in files) print dir, files[dir] }'
112am__base_list = \
113  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115am__uninstall_files_from_dir = { \
116  test -z "$$files" \
117    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119         $(am__cd) "$$dir" && rm -f $$files; }; \
120  }
121am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
122LIBRARIES = $(lib_LIBRARIES)
123AR = ar
124ARFLAGS = cru
125AM_V_AR = $(am__v_AR_@AM_V@)
126am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
127am__v_AR_0 = @echo "  AR      " $@;
128am__v_AR_1 =
129libomapi_a_AR = $(AR) $(ARFLAGS)
130libomapi_a_LIBADD =
131am_libomapi_a_OBJECTS = protocol.$(OBJEXT) buffer.$(OBJEXT) \
132	alloc.$(OBJEXT) result.$(OBJEXT) connection.$(OBJEXT) \
133	errwarn.$(OBJEXT) listener.$(OBJEXT) dispatch.$(OBJEXT) \
134	generic.$(OBJEXT) support.$(OBJEXT) handle.$(OBJEXT) \
135	message.$(OBJEXT) convert.$(OBJEXT) hash.$(OBJEXT) \
136	auth.$(OBJEXT) inet_addr.$(OBJEXT) array.$(OBJEXT) \
137	trace.$(OBJEXT) toisc.$(OBJEXT) iscprint.$(OBJEXT) \
138	isclib.$(OBJEXT)
139libomapi_a_OBJECTS = $(am_libomapi_a_OBJECTS)
140PROGRAMS = $(noinst_PROGRAMS)
141am_svtest_OBJECTS = test.$(OBJEXT)
142svtest_OBJECTS = $(am_svtest_OBJECTS)
143svtest_DEPENDENCIES = libomapi.a ../bind/lib/libirs.a \
144	../bind/lib/libdns.a ../bind/lib/libisccfg.a \
145	../bind/lib/libisc.a
146AM_V_P = $(am__v_P_@AM_V@)
147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148am__v_P_0 = false
149am__v_P_1 = :
150AM_V_GEN = $(am__v_GEN_@AM_V@)
151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152am__v_GEN_0 = @echo "  GEN     " $@;
153am__v_GEN_1 =
154AM_V_at = $(am__v_at_@AM_V@)
155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156am__v_at_0 = @
157am__v_at_1 =
158DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
159depcomp = $(SHELL) $(top_srcdir)/depcomp
160am__depfiles_maybe = depfiles
161am__mv = mv -f
162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164AM_V_CC = $(am__v_CC_@AM_V@)
165am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166am__v_CC_0 = @echo "  CC      " $@;
167am__v_CC_1 =
168CCLD = $(CC)
169LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172am__v_CCLD_0 = @echo "  CCLD    " $@;
173am__v_CCLD_1 =
174SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
175DIST_SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
176am__can_run_installinfo = \
177  case $$AM_UPDATE_INFO_DIR in \
178    n|no|NO) false;; \
179    *) (install-info --version) >/dev/null 2>&1;; \
180  esac
181man3dir = $(mandir)/man3
182NROFF = nroff
183MANS = $(man_MANS)
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204ACLOCAL = @ACLOCAL@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207ATF_CFLAGS = @ATF_CFLAGS@
208ATF_LDFLAGS = @ATF_LDFLAGS@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213CC = @CC@
214CCDEPMODE = @CCDEPMODE@
215CFLAGS = @CFLAGS@
216CPP = @CPP@
217CPPFLAGS = @CPPFLAGS@
218CYGPATH_W = @CYGPATH_W@
219DEFS = @DEFS@
220DEPDIR = @DEPDIR@
221ECHO_C = @ECHO_C@
222ECHO_N = @ECHO_N@
223ECHO_T = @ECHO_T@
224EGREP = @EGREP@
225EXEEXT = @EXEEXT@
226GREP = @GREP@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232LDAP_CFLAGS = @LDAP_CFLAGS@
233LDFLAGS = @LDFLAGS@
234LIBOBJS = @LIBOBJS@
235LIBS = @LIBS@
236LTLIBOBJS = @LTLIBOBJS@
237MAINT = @MAINT@
238MAKEINFO = @MAKEINFO@
239MKDIR_P = @MKDIR_P@
240OBJEXT = @OBJEXT@
241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
246PACKAGE_URL = @PACKAGE_URL@
247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATH_SEPARATOR = @PATH_SEPARATOR@
249RANLIB = @RANLIB@
250SET_MAKE = @SET_MAKE@
251SHELL = @SHELL@
252STRIP = @STRIP@
253VERSION = @VERSION@
254abs_builddir = @abs_builddir@
255abs_srcdir = @abs_srcdir@
256abs_top_builddir = @abs_top_builddir@
257abs_top_srcdir = @abs_top_srcdir@
258ac_ct_CC = @ac_ct_CC@
259ac_prefix_program = @ac_prefix_program@
260am__include = @am__include@
261am__leading_dot = @am__leading_dot@
262am__quote = @am__quote@
263am__tar = @am__tar@
264am__untar = @am__untar@
265bindir = @bindir@
266build = @build@
267build_alias = @build_alias@
268build_cpu = @build_cpu@
269build_os = @build_os@
270build_vendor = @build_vendor@
271builddir = @builddir@
272byte_order = @byte_order@
273datadir = @datadir@
274datarootdir = @datarootdir@
275docdir = @docdir@
276dvidir = @dvidir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301sysconfdir = @sysconfdir@
302target_alias = @target_alias@
303top_build_prefix = @top_build_prefix@
304top_builddir = @top_builddir@
305top_srcdir = @top_srcdir@
306lib_LIBRARIES = libomapi.a
307libomapi_a_SOURCES = protocol.c buffer.c alloc.c result.c connection.c \
308		     errwarn.c listener.c dispatch.c generic.c support.c \
309		     handle.c message.c convert.c hash.c auth.c inet_addr.c \
310		     array.c trace.c toisc.c iscprint.c isclib.c
311
312man_MANS = omapi.3
313EXTRA_DIST = $(man_MANS)
314svtest_SOURCES = test.c
315svtest_LDADD = libomapi.a ../bind/lib/libirs.a ../bind/lib/libdns.a \
316		../bind/lib/libisccfg.a ../bind/lib/libisc.a
317
318all: all-am
319
320.SUFFIXES:
321.SUFFIXES: .c .o .obj
322$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
323	@for dep in $?; do \
324	  case '$(am__configure_deps)' in \
325	    *$$dep*) \
326	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327	        && { if test -f $@; then exit 0; else break; fi; }; \
328	      exit 1;; \
329	  esac; \
330	done; \
331	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign omapip/Makefile'; \
332	$(am__cd) $(top_srcdir) && \
333	  $(AUTOMAKE) --foreign omapip/Makefile
334.PRECIOUS: Makefile
335Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336	@case '$?' in \
337	  *config.status*) \
338	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339	  *) \
340	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342	esac;
343
344$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(am__aclocal_m4_deps):
352install-libLIBRARIES: $(lib_LIBRARIES)
353	@$(NORMAL_INSTALL)
354	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
355	list2=; for p in $$list; do \
356	  if test -f $$p; then \
357	    list2="$$list2 $$p"; \
358	  else :; fi; \
359	done; \
360	test -z "$$list2" || { \
361	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
362	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
363	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
364	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
365	@$(POST_INSTALL)
366	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
367	for p in $$list; do \
368	  if test -f $$p; then \
369	    $(am__strip_dir) \
370	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
371	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
372	  else :; fi; \
373	done
374
375uninstall-libLIBRARIES:
376	@$(NORMAL_UNINSTALL)
377	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
378	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
379	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
380
381clean-libLIBRARIES:
382	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
383
384libomapi.a: $(libomapi_a_OBJECTS) $(libomapi_a_DEPENDENCIES) $(EXTRA_libomapi_a_DEPENDENCIES)
385	$(AM_V_at)-rm -f libomapi.a
386	$(AM_V_AR)$(libomapi_a_AR) libomapi.a $(libomapi_a_OBJECTS) $(libomapi_a_LIBADD)
387	$(AM_V_at)$(RANLIB) libomapi.a
388
389clean-noinstPROGRAMS:
390	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
391
392svtest$(EXEEXT): $(svtest_OBJECTS) $(svtest_DEPENDENCIES) $(EXTRA_svtest_DEPENDENCIES)
393	@rm -f svtest$(EXEEXT)
394	$(AM_V_CCLD)$(LINK) $(svtest_OBJECTS) $(svtest_LDADD) $(LIBS)
395
396mostlyclean-compile:
397	-rm -f *.$(OBJEXT)
398
399distclean-compile:
400	-rm -f *.tab.c
401
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errwarn.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handle.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_addr.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isclib.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iscprint.Po@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toisc.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@
424
425.c.o:
426@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
431
432.c.obj:
433@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
434@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
438install-man3: $(man_MANS)
439	@$(NORMAL_INSTALL)
440	@list1=''; \
441	list2='$(man_MANS)'; \
442	test -n "$(man3dir)" \
443	  && test -n "`echo $$list1$$list2`" \
444	  || exit 0; \
445	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
446	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
447	{ for i in $$list1; do echo "$$i"; done;  \
448	if test -n "$$list2"; then \
449	  for i in $$list2; do echo "$$i"; done \
450	    | sed -n '/\.3[a-z]*$$/p'; \
451	fi; \
452	} | while read p; do \
453	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
454	  echo "$$d$$p"; echo "$$p"; \
455	done | \
456	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
457	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
458	sed 'N;N;s,\n, ,g' | { \
459	list=; while read file base inst; do \
460	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
461	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
462	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
463	  fi; \
464	done; \
465	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
466	while read files; do \
467	  test -z "$$files" || { \
468	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
469	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
470	done; }
471
472uninstall-man3:
473	@$(NORMAL_UNINSTALL)
474	@list=''; test -n "$(man3dir)" || exit 0; \
475	files=`{ for i in $$list; do echo "$$i"; done; \
476	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
477	  sed -n '/\.3[a-z]*$$/p'; \
478	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
479	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
480	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
481
482ID: $(am__tagged_files)
483	$(am__define_uniq_tagged_files); mkid -fID $$unique
484tags: tags-am
485TAGS: tags
486
487tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488	set x; \
489	here=`pwd`; \
490	$(am__define_uniq_tagged_files); \
491	shift; \
492	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
493	  test -n "$$unique" || unique=$$empty_fix; \
494	  if test $$# -gt 0; then \
495	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496	      "$$@" $$unique; \
497	  else \
498	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499	      $$unique; \
500	  fi; \
501	fi
502ctags: ctags-am
503
504CTAGS: ctags
505ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506	$(am__define_uniq_tagged_files); \
507	test -z "$(CTAGS_ARGS)$$unique" \
508	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509	     $$unique
510
511GTAGS:
512	here=`$(am__cd) $(top_builddir) && pwd` \
513	  && $(am__cd) $(top_srcdir) \
514	  && gtags -i $(GTAGS_ARGS) "$$here"
515cscopelist: cscopelist-am
516
517cscopelist-am: $(am__tagged_files)
518	list='$(am__tagged_files)'; \
519	case "$(srcdir)" in \
520	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
521	  *) sdir=$(subdir)/$(srcdir) ;; \
522	esac; \
523	for i in $$list; do \
524	  if test -f "$$i"; then \
525	    echo "$(subdir)/$$i"; \
526	  else \
527	    echo "$$sdir/$$i"; \
528	  fi; \
529	done >> $(top_builddir)/cscope.files
530
531distclean-tags:
532	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
534distdir: $(DISTFILES)
535	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537	list='$(DISTFILES)'; \
538	  dist_files=`for file in $$list; do echo $$file; done | \
539	  sed -e "s|^$$srcdirstrip/||;t" \
540	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541	case $$dist_files in \
542	  */*) $(MKDIR_P) `echo "$$dist_files" | \
543			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544			   sort -u` ;; \
545	esac; \
546	for file in $$dist_files; do \
547	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548	  if test -d $$d/$$file; then \
549	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550	    if test -d "$(distdir)/$$file"; then \
551	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552	    fi; \
553	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556	    fi; \
557	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558	  else \
559	    test -f "$(distdir)/$$file" \
560	    || cp -p $$d/$$file "$(distdir)/$$file" \
561	    || exit 1; \
562	  fi; \
563	done
564check-am: all-am
565check: check-am
566all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS)
567installdirs:
568	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
569	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
570	done
571install: install-am
572install-exec: install-exec-am
573install-data: install-data-am
574uninstall: uninstall-am
575
576install-am: all-am
577	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579installcheck: installcheck-am
580install-strip:
581	if test -z '$(STRIP)'; then \
582	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584	      install; \
585	else \
586	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
589	fi
590mostlyclean-generic:
591
592clean-generic:
593
594distclean-generic:
595	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597
598maintainer-clean-generic:
599	@echo "This command is intended for maintainers to use"
600	@echo "it deletes files that may require special tools to rebuild."
601clean: clean-am
602
603clean-am: clean-generic clean-libLIBRARIES clean-noinstPROGRAMS \
604	mostlyclean-am
605
606distclean: distclean-am
607	-rm -rf ./$(DEPDIR)
608	-rm -f Makefile
609distclean-am: clean-am distclean-compile distclean-generic \
610	distclean-tags
611
612dvi: dvi-am
613
614dvi-am:
615
616html: html-am
617
618html-am:
619
620info: info-am
621
622info-am:
623
624install-data-am: install-man
625
626install-dvi: install-dvi-am
627
628install-dvi-am:
629
630install-exec-am: install-libLIBRARIES
631
632install-html: install-html-am
633
634install-html-am:
635
636install-info: install-info-am
637
638install-info-am:
639
640install-man: install-man3
641
642install-pdf: install-pdf-am
643
644install-pdf-am:
645
646install-ps: install-ps-am
647
648install-ps-am:
649
650installcheck-am:
651
652maintainer-clean: maintainer-clean-am
653	-rm -rf ./$(DEPDIR)
654	-rm -f Makefile
655maintainer-clean-am: distclean-am maintainer-clean-generic
656
657mostlyclean: mostlyclean-am
658
659mostlyclean-am: mostlyclean-compile mostlyclean-generic
660
661pdf: pdf-am
662
663pdf-am:
664
665ps: ps-am
666
667ps-am:
668
669uninstall-am: uninstall-libLIBRARIES uninstall-man
670
671uninstall-man: uninstall-man3
672
673.MAKE: install-am install-strip
674
675.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
676	clean-libLIBRARIES clean-noinstPROGRAMS cscopelist-am ctags \
677	ctags-am distclean distclean-compile distclean-generic \
678	distclean-tags distdir dvi dvi-am html html-am info info-am \
679	install install-am install-data install-data-am install-dvi \
680	install-dvi-am install-exec install-exec-am install-html \
681	install-html-am install-info install-info-am \
682	install-libLIBRARIES install-man install-man3 install-pdf \
683	install-pdf-am install-ps install-ps-am install-strip \
684	installcheck installcheck-am installdirs maintainer-clean \
685	maintainer-clean-generic mostlyclean mostlyclean-compile \
686	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
687	uninstall-am uninstall-libLIBRARIES uninstall-man \
688	uninstall-man3
689
690
691# Tell versions [3.59,3.63) of GNU make to not export all variables.
692# Otherwise a system limit (for SysV at least) may be exceeded.
693.NOEXPORT:
694