1# Makefile.in generated by automake 1.12.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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# Makefile.am for libatalk/cnid/
18
19VPATH = @srcdir@
20am__make_dryrun = \
21  { \
22    am__dry=no; \
23    case $$MAKEFLAGS in \
24      *\\[\ \	]*) \
25        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27      *) \
28        for am__flg in $$MAKEFLAGS; do \
29          case $$am__flg in \
30            *=*|--*) ;; \
31            *n*) am__dry=yes; break;; \
32          esac; \
33        done;; \
34    esac; \
35    test $$am__dry = yes; \
36  }
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55target_triplet = @target@
56@USE_CDB_BACKEND_TRUE@am__append_1 = cdb/libcnid_cdb.la
57@USE_LAST_BACKEND_TRUE@am__append_2 = last/libcnid_last.la
58@USE_TDB_BACKEND_TRUE@am__append_3 = tdb/libcnid_tdb.la
59subdir = libatalk/cnid
60DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61	$(top_srcdir)/depcomp
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
64	$(top_srcdir)/macros/ax_pthread.m4 \
65	$(top_srcdir)/macros/cnid-backend.m4 \
66	$(top_srcdir)/macros/config-checks.m4 \
67	$(top_srcdir)/macros/db3-check.m4 \
68	$(top_srcdir)/macros/grep-check.m4 \
69	$(top_srcdir)/macros/gssapi-check.m4 \
70	$(top_srcdir)/macros/iconv.m4 \
71	$(top_srcdir)/macros/largefile-check.m4 \
72	$(top_srcdir)/macros/libgcrypt.m4 \
73	$(top_srcdir)/macros/libtool.m4 \
74	$(top_srcdir)/macros/ltoptions.m4 \
75	$(top_srcdir)/macros/ltsugar.m4 \
76	$(top_srcdir)/macros/ltversion.m4 \
77	$(top_srcdir)/macros/lt~obsolete.m4 \
78	$(top_srcdir)/macros/netatalk.m4 \
79	$(top_srcdir)/macros/pam-check.m4 \
80	$(top_srcdir)/macros/perl-check.m4 \
81	$(top_srcdir)/macros/ps-check.m4 \
82	$(top_srcdir)/macros/quota-check.m4 \
83	$(top_srcdir)/macros/ssl-check.m4 \
84	$(top_srcdir)/macros/summary.m4 \
85	$(top_srcdir)/macros/tcp-wrappers.m4 \
86	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/zeroconf.m4 \
87	$(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_HEADER = $(top_builddir)/config.h
92CONFIG_CLEAN_FILES =
93CONFIG_CLEAN_VPATH_FILES =
94LTLIBRARIES = $(noinst_LTLIBRARIES)
95libcnid_la_DEPENDENCIES = $(LIBCNID_DEPS)
96am_libcnid_la_OBJECTS = cnid.lo cnid_init.lo
97libcnid_la_OBJECTS = $(am_libcnid_la_OBJECTS)
98AM_V_lt = $(am__v_lt_@AM_V@)
99am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
100am__v_lt_0 = --silent
101am__v_lt_1 = 
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 = 
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 = 
114DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115depcomp = $(SHELL) $(top_srcdir)/depcomp
116am__depfiles_maybe = depfiles
117am__mv = mv -f
118COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
121	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
122	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
123	$(AM_CFLAGS) $(CFLAGS)
124AM_V_CC = $(am__v_CC_@AM_V@)
125am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126am__v_CC_0 = @echo "  CC      " $@;
127am__v_CC_1 = 
128CCLD = $(CC)
129LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131	$(AM_LDFLAGS) $(LDFLAGS) -o $@
132AM_V_CCLD = $(am__v_CCLD_@AM_V@)
133am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
134am__v_CCLD_0 = @echo "  CCLD    " $@;
135am__v_CCLD_1 = 
136SOURCES = $(libcnid_la_SOURCES)
137DIST_SOURCES = $(libcnid_la_SOURCES)
138RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
139	html-recursive info-recursive install-data-recursive \
140	install-dvi-recursive install-exec-recursive \
141	install-html-recursive install-info-recursive \
142	install-pdf-recursive install-ps-recursive install-recursive \
143	installcheck-recursive installdirs-recursive pdf-recursive \
144	ps-recursive uninstall-recursive
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
151  distclean-recursive maintainer-clean-recursive
152AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
153	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
154	distdir
155ETAGS = etags
156CTAGS = ctags
157DIST_SUBDIRS = $(SUBDIRS)
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159am__relativize = \
160  dir0=`pwd`; \
161  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
162  sed_rest='s,^[^/]*/*,,'; \
163  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
164  sed_butlast='s,/*[^/]*$$,,'; \
165  while test -n "$$dir1"; do \
166    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
167    if test "$$first" != "."; then \
168      if test "$$first" = ".."; then \
169        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
170        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
171      else \
172        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
173        if test "$$first2" = "$$first"; then \
174          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
175        else \
176          dir2="../$$dir2"; \
177        fi; \
178        dir0="$$dir0"/"$$first"; \
179      fi; \
180    fi; \
181    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
182  done; \
183  reldir="$$dir2"
184ACLOCAL = @ACLOCAL@
185ACL_LIBS = @ACL_LIBS@
186AFS_CFLAGS = @AFS_CFLAGS@
187AFS_LIBS = @AFS_LIBS@
188AMTAR = @AMTAR@
189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190AR = @AR@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AVAHI_CFLAGS = @AVAHI_CFLAGS@
195AVAHI_LIBS = @AVAHI_LIBS@
196AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
197AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
198AWK = @AWK@
199BDB_BIN = @BDB_BIN@
200BDB_CFLAGS = @BDB_CFLAGS@
201BDB_LIBS = @BDB_LIBS@
202BDB_PATH = @BDB_PATH@
203CC = @CC@
204CCDEPMODE = @CCDEPMODE@
205CFLAGS = @CFLAGS@
206CPP = @CPP@
207CPPFLAGS = @CPPFLAGS@
208CRYPT_LIBS = @CRYPT_LIBS@
209CYGPATH_W = @CYGPATH_W@
210DBUS_CFLAGS = @DBUS_CFLAGS@
211DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
212DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
213DBUS_GTHREAD_CFLAGS = @DBUS_GTHREAD_CFLAGS@
214DBUS_GTHREAD_LIBS = @DBUS_GTHREAD_LIBS@
215DBUS_LIBS = @DBUS_LIBS@
216DBUS_SYS_DIR = @DBUS_SYS_DIR@
217DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
218DEFS = @DEFS@
219DEPDIR = @DEPDIR@
220DLLTOOL = @DLLTOOL@
221DOCBOOK_ROOT = @DOCBOOK_ROOT@
222DSYMUTIL = @DSYMUTIL@
223DTRACE_LIBS = @DTRACE_LIBS@
224DUMPBIN = @DUMPBIN@
225ECHO_C = @ECHO_C@
226ECHO_N = @ECHO_N@
227ECHO_T = @ECHO_T@
228EGREP = @EGREP@
229EXEEXT = @EXEEXT@
230FGREP = @FGREP@
231GREP = @GREP@
232GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
233GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@
234GSSAPI_LIBS = @GSSAPI_LIBS@
235ICONV_CFLAGS = @ICONV_CFLAGS@
236ICONV_LIBS = @ICONV_LIBS@
237INIT_DIR = @INIT_DIR@
238INSTALL = @INSTALL@
239INSTALL_DATA = @INSTALL_DATA@
240INSTALL_PROGRAM = @INSTALL_PROGRAM@
241INSTALL_SCRIPT = @INSTALL_SCRIPT@
242INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243KRB5_CFLAGS = @KRB5_CFLAGS@
244KRB5_CONFIG = @KRB5_CONFIG@
245KRB5_LIBS = @KRB5_LIBS@
246LD = @LD@
247LDAP_CFLAGS = @LDAP_CFLAGS@
248LDAP_LDFLAGS = @LDAP_LDFLAGS@
249LDAP_LIBS = @LDAP_LIBS@
250LDFLAGS = @LDFLAGS@
251LIBADD_DL = @LIBADD_DL@
252LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
253LIBADD_DLOPEN = @LIBADD_DLOPEN@
254LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
255LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
256LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
257LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
258LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
259LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
260LIBOBJS = @LIBOBJS@
261LIBS = @LIBS@
262LIBTOOL = @LIBTOOL@
263LIPO = @LIPO@
264LN_S = @LN_S@
265LTLIBOBJS = @LTLIBOBJS@
266LT_DLLOADERS = @LT_DLLOADERS@
267LT_DLPREOPEN = @LT_DLPREOPEN@
268MAINT = @MAINT@
269MAKEINFO = @MAKEINFO@
270MANIFEST_TOOL = @MANIFEST_TOOL@
271MKDIR_P = @MKDIR_P@
272NETATALK_VERSION = @NETATALK_VERSION@
273NETA_LDCONFIG = @NETA_LDCONFIG@
274NM = @NM@
275NMEDIT = @NMEDIT@
276OBJDUMP = @OBJDUMP@
277OBJEXT = @OBJEXT@
278OTOOL = @OTOOL@
279OTOOL64 = @OTOOL64@
280OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
281PACKAGE = @PACKAGE@
282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283PACKAGE_NAME = @PACKAGE_NAME@
284PACKAGE_STRING = @PACKAGE_STRING@
285PACKAGE_TARNAME = @PACKAGE_TARNAME@
286PACKAGE_URL = @PACKAGE_URL@
287PACKAGE_VERSION = @PACKAGE_VERSION@
288PAMDIR = @PAMDIR@
289PAM_ACCOUNT = @PAM_ACCOUNT@
290PAM_AUTH = @PAM_AUTH@
291PAM_CFLAGS = @PAM_CFLAGS@
292PAM_DIRECTIVE = @PAM_DIRECTIVE@
293PAM_LIBS = @PAM_LIBS@
294PAM_PASSWORD = @PAM_PASSWORD@
295PAM_SESSION = @PAM_SESSION@
296PATH_NETATALK_LOCK = @PATH_NETATALK_LOCK@
297PATH_SEPARATOR = @PATH_SEPARATOR@
298PERL = @PERL@
299PKGCONFDIR = @PKGCONFDIR@
300PKG_CONFIG = @PKG_CONFIG@
301PS = @PS@
302PTHREAD_CC = @PTHREAD_CC@
303PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
304PTHREAD_LIBS = @PTHREAD_LIBS@
305QUOTA_LIBS = @QUOTA_LIBS@
306RANLIB = @RANLIB@
307SED = @SED@
308SERVERTEXT = @SERVERTEXT@
309SET_MAKE = @SET_MAKE@
310SHELL = @SHELL@
311SSL_CFLAGS = @SSL_CFLAGS@
312SSL_LIBS = @SSL_LIBS@
313STRIP = @STRIP@
314UAMS_PATH = @UAMS_PATH@
315VERSION = @VERSION@
316WRAP_LIBS = @WRAP_LIBS@
317XSLTPROC = @XSLTPROC@
318XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
319ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
320ZEROCONF_LIBS = @ZEROCONF_LIBS@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333atalk_cv_have_dtrace = @atalk_cv_have_dtrace@
334ax_pthread_config = @ax_pthread_config@
335bindir = @bindir@
336build = @build@
337build_alias = @build_alias@
338build_cpu = @build_cpu@
339build_os = @build_os@
340build_vendor = @build_vendor@
341builddir = @builddir@
342compiled_backends = @compiled_backends@
343datadir = @datadir@
344datarootdir = @datarootdir@
345docdir = @docdir@
346dvidir = @dvidir@
347exec_prefix = @exec_prefix@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361mandir = @mandir@
362mkdir_p = @mkdir_p@
363oldincludedir = @oldincludedir@
364pdfdir = @pdfdir@
365prefix = @prefix@
366program_transform_name = @program_transform_name@
367psdir = @psdir@
368sbindir = @sbindir@
369sharedstatedir = @sharedstatedir@
370srcdir = @srcdir@
371subdirs = @subdirs@
372sys_symbol_underscore = @sys_symbol_underscore@
373sysconfdir = @sysconfdir@
374target = @target@
375target_alias = @target_alias@
376target_cpu = @target_cpu@
377target_os = @target_os@
378target_vendor = @target_vendor@
379top_build_prefix = @top_build_prefix@
380top_builddir = @top_builddir@
381top_srcdir = @top_srcdir@
382SUBDIRS = last cdb dbd tdb
383noinst_LTLIBRARIES = libcnid.la
384LIBCNID_DEPS = dbd/libcnid_dbd.la $(am__append_1) $(am__append_2) \
385	$(am__append_3)
386libcnid_la_SOURCES = cnid.c cnid_init.c
387libcnid_la_LIBADD = $(LIBCNID_DEPS)
388EXTRA_DIST = README
389all: all-recursive
390
391.SUFFIXES:
392.SUFFIXES: .c .lo .o .obj
393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
394	@for dep in $?; do \
395	  case '$(am__configure_deps)' in \
396	    *$$dep*) \
397	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398	        && { if test -f $@; then exit 0; else break; fi; }; \
399	      exit 1;; \
400	  esac; \
401	done; \
402	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/cnid/Makefile'; \
403	$(am__cd) $(top_srcdir) && \
404	  $(AUTOMAKE) --foreign libatalk/cnid/Makefile
405.PRECIOUS: Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(am__aclocal_m4_deps):
423
424clean-noinstLTLIBRARIES:
425	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
426	@list='$(noinst_LTLIBRARIES)'; \
427	locs=`for p in $$list; do echo $$p; done | \
428	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
429	      sort -u`; \
430	test -z "$$locs" || { \
431	  echo rm -f $${locs}; \
432	  rm -f $${locs}; \
433	}
434libcnid.la: $(libcnid_la_OBJECTS) $(libcnid_la_DEPENDENCIES) $(EXTRA_libcnid_la_DEPENDENCIES) 
435	$(AM_V_CCLD)$(LINK)  $(libcnid_la_OBJECTS) $(libcnid_la_LIBADD) $(LIBS)
436
437mostlyclean-compile:
438	-rm -f *.$(OBJEXT)
439
440distclean-compile:
441	-rm -f *.tab.c
442
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnid.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnid_init.Plo@am__quote@
445
446.c.o:
447@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
452
453.c.obj:
454@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
455@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
459
460.c.lo:
461@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
466
467mostlyclean-libtool:
468	-rm -f *.lo
469
470clean-libtool:
471	-rm -rf .libs _libs
472
473# This directory's subdirectories are mostly independent; you can cd
474# into them and run 'make' without going through this Makefile.
475# To change the values of 'make' variables: instead of editing Makefiles,
476# (1) if the variable is set in 'config.status', edit 'config.status'
477#     (which will cause the Makefiles to be regenerated when you run 'make');
478# (2) otherwise, pass the desired values on the 'make' command line.
479$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
480	@fail= failcom='exit 1'; \
481	for f in x $$MAKEFLAGS; do \
482	  case $$f in \
483	    *=* | --[!k]*);; \
484	    *k*) failcom='fail=yes';; \
485	  esac; \
486	done; \
487	dot_seen=no; \
488	target=`echo $@ | sed s/-recursive//`; \
489	case "$@" in \
490	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
491	  *) list='$(SUBDIRS)' ;; \
492	esac; \
493	for subdir in $$list; do \
494	  echo "Making $$target in $$subdir"; \
495	  if test "$$subdir" = "."; then \
496	    dot_seen=yes; \
497	    local_target="$$target-am"; \
498	  else \
499	    local_target="$$target"; \
500	  fi; \
501	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
502	  || eval $$failcom; \
503	done; \
504	if test "$$dot_seen" = "no"; then \
505	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
506	fi; test -z "$$fail"
507tags-recursive:
508	list='$(SUBDIRS)'; for subdir in $$list; do \
509	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
510	done
511ctags-recursive:
512	list='$(SUBDIRS)'; for subdir in $$list; do \
513	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
514	done
515cscopelist-recursive:
516	list='$(SUBDIRS)'; for subdir in $$list; do \
517	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
518	done
519
520ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
521	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522	unique=`for i in $$list; do \
523	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524	  done | \
525	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526	      END { if (nonempty) { for (i in files) print i; }; }'`; \
527	mkid -fID $$unique
528tags: TAGS
529
530TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
531		$(TAGS_FILES) $(LISP)
532	set x; \
533	here=`pwd`; \
534	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
535	  include_option=--etags-include; \
536	  empty_fix=.; \
537	else \
538	  include_option=--include; \
539	  empty_fix=; \
540	fi; \
541	list='$(SUBDIRS)'; for subdir in $$list; do \
542	  if test "$$subdir" = .; then :; else \
543	    test ! -f $$subdir/TAGS || \
544	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
545	  fi; \
546	done; \
547	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548	unique=`for i in $$list; do \
549	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550	  done | \
551	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552	      END { if (nonempty) { for (i in files) print i; }; }'`; \
553	shift; \
554	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
555	  test -n "$$unique" || unique=$$empty_fix; \
556	  if test $$# -gt 0; then \
557	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558	      "$$@" $$unique; \
559	  else \
560	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561	      $$unique; \
562	  fi; \
563	fi
564ctags: CTAGS
565CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
566		$(TAGS_FILES) $(LISP)
567	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
568	unique=`for i in $$list; do \
569	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570	  done | \
571	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572	      END { if (nonempty) { for (i in files) print i; }; }'`; \
573	test -z "$(CTAGS_ARGS)$$unique" \
574	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
575	     $$unique
576
577GTAGS:
578	here=`$(am__cd) $(top_builddir) && pwd` \
579	  && $(am__cd) $(top_srcdir) \
580	  && gtags -i $(GTAGS_ARGS) "$$here"
581
582cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
583	list='$(SOURCES) $(HEADERS) $(LISP)'; \
584	case "$(srcdir)" in \
585	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
586	  *) sdir=$(subdir)/$(srcdir) ;; \
587	esac; \
588	for i in $$list; do \
589	  if test -f "$$i"; then \
590	    echo "$(subdir)/$$i"; \
591	  else \
592	    echo "$$sdir/$$i"; \
593	  fi; \
594	done >> $(top_builddir)/cscope.files
595
596distclean-tags:
597	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
598
599distdir: $(DISTFILES)
600	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602	list='$(DISTFILES)'; \
603	  dist_files=`for file in $$list; do echo $$file; done | \
604	  sed -e "s|^$$srcdirstrip/||;t" \
605	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
606	case $$dist_files in \
607	  */*) $(MKDIR_P) `echo "$$dist_files" | \
608			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
609			   sort -u` ;; \
610	esac; \
611	for file in $$dist_files; do \
612	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
613	  if test -d $$d/$$file; then \
614	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
615	    if test -d "$(distdir)/$$file"; then \
616	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617	    fi; \
618	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
619	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
620	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621	    fi; \
622	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
623	  else \
624	    test -f "$(distdir)/$$file" \
625	    || cp -p $$d/$$file "$(distdir)/$$file" \
626	    || exit 1; \
627	  fi; \
628	done
629	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
630	  if test "$$subdir" = .; then :; else \
631	    $(am__make_dryrun) \
632	      || test -d "$(distdir)/$$subdir" \
633	      || $(MKDIR_P) "$(distdir)/$$subdir" \
634	      || exit 1; \
635	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
636	    $(am__relativize); \
637	    new_distdir=$$reldir; \
638	    dir1=$$subdir; dir2="$(top_distdir)"; \
639	    $(am__relativize); \
640	    new_top_distdir=$$reldir; \
641	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
642	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
643	    ($(am__cd) $$subdir && \
644	      $(MAKE) $(AM_MAKEFLAGS) \
645	        top_distdir="$$new_top_distdir" \
646	        distdir="$$new_distdir" \
647		am__remove_distdir=: \
648		am__skip_length_check=: \
649		am__skip_mode_fix=: \
650	        distdir) \
651	      || exit 1; \
652	  fi; \
653	done
654check-am: all-am
655check: check-recursive
656all-am: Makefile $(LTLIBRARIES)
657installdirs: installdirs-recursive
658installdirs-am:
659install: install-recursive
660install-exec: install-exec-recursive
661install-data: install-data-recursive
662uninstall: uninstall-recursive
663
664install-am: all-am
665	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
666
667installcheck: installcheck-recursive
668install-strip:
669	if test -z '$(STRIP)'; then \
670	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672	      install; \
673	else \
674	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
677	fi
678mostlyclean-generic:
679
680clean-generic:
681
682distclean-generic:
683	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
686maintainer-clean-generic:
687	@echo "This command is intended for maintainers to use"
688	@echo "it deletes files that may require special tools to rebuild."
689clean: clean-recursive
690
691clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
692	mostlyclean-am
693
694distclean: distclean-recursive
695	-rm -rf ./$(DEPDIR)
696	-rm -f Makefile
697distclean-am: clean-am distclean-compile distclean-generic \
698	distclean-tags
699
700dvi: dvi-recursive
701
702dvi-am:
703
704html: html-recursive
705
706html-am:
707
708info: info-recursive
709
710info-am:
711
712install-data-am:
713
714install-dvi: install-dvi-recursive
715
716install-dvi-am:
717
718install-exec-am:
719
720install-html: install-html-recursive
721
722install-html-am:
723
724install-info: install-info-recursive
725
726install-info-am:
727
728install-man:
729
730install-pdf: install-pdf-recursive
731
732install-pdf-am:
733
734install-ps: install-ps-recursive
735
736install-ps-am:
737
738installcheck-am:
739
740maintainer-clean: maintainer-clean-recursive
741	-rm -rf ./$(DEPDIR)
742	-rm -f Makefile
743maintainer-clean-am: distclean-am maintainer-clean-generic
744
745mostlyclean: mostlyclean-recursive
746
747mostlyclean-am: mostlyclean-compile mostlyclean-generic \
748	mostlyclean-libtool
749
750pdf: pdf-recursive
751
752pdf-am:
753
754ps: ps-recursive
755
756ps-am:
757
758uninstall-am:
759
760.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
761	cscopelist-recursive ctags-recursive install-am install-strip \
762	tags-recursive
763
764.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
765	all all-am check check-am clean clean-generic clean-libtool \
766	clean-noinstLTLIBRARIES cscopelist cscopelist-recursive ctags \
767	ctags-recursive distclean distclean-compile distclean-generic \
768	distclean-libtool distclean-tags distdir dvi dvi-am html \
769	html-am info info-am install install-am install-data \
770	install-data-am install-dvi install-dvi-am install-exec \
771	install-exec-am install-html install-html-am install-info \
772	install-info-am install-man install-pdf install-pdf-am \
773	install-ps install-ps-am install-strip installcheck \
774	installcheck-am installdirs installdirs-am maintainer-clean \
775	maintainer-clean-generic mostlyclean mostlyclean-compile \
776	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
777	tags tags-recursive uninstall uninstall-am
778
779
780# Tell versions [3.59,3.63) of GNU make to not export all variables.
781# Otherwise a system limit (for SysV at least) may be exceeded.
782.NOEXPORT:
783