Imported Upstream version 2.9.0
[platform/upstream/fuse.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = lib
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
42         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44         $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/include/config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52 am__vpath_adj = case $$p in \
53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54     *) f=$$p;; \
55   esac;
56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57 am__install_max = 40
58 am__nobase_strip_setup = \
59   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60 am__nobase_strip = \
61   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62 am__nobase_list = $(am__nobase_strip_setup); \
63   for p in $$list; do echo "$$p $$p"; done | \
64   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66     if (++n[$$2] == $(am__install_max)) \
67       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68     END { for (dir in files) print dir, files[dir] }'
69 am__base_list = \
70   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72 am__installdirs = "$(DESTDIR)$(libdir)"
73 LTLIBRARIES = $(lib_LTLIBRARIES)
74 libfuse_la_DEPENDENCIES =
75 am__libfuse_la_SOURCES_DIST = fuse.c fuse_i.h fuse_kern_chan.c \
76         fuse_loop.c fuse_loop_mt.c fuse_lowlevel.c fuse_misc.h \
77         fuse_mt.c fuse_opt.c fuse_session.c fuse_signals.c buffer.c \
78         cuse_lowlevel.c helper.c modules/subdir.c modules/iconv.c \
79         mount.c mount_util.c mount_util.h mount_bsd.c
80 @ICONV_TRUE@am__objects_1 = iconv.lo
81 @BSD_FALSE@am__objects_2 = mount.lo mount_util.lo
82 @BSD_TRUE@am__objects_2 = mount_bsd.lo
83 am_libfuse_la_OBJECTS = fuse.lo fuse_kern_chan.lo fuse_loop.lo \
84         fuse_loop_mt.lo fuse_lowlevel.lo fuse_mt.lo fuse_opt.lo \
85         fuse_session.lo fuse_signals.lo buffer.lo cuse_lowlevel.lo \
86         helper.lo subdir.lo $(am__objects_1) $(am__objects_2)
87 libfuse_la_OBJECTS = $(am_libfuse_la_OBJECTS)
88 AM_V_lt = $(am__v_lt_$(V))
89 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
90 am__v_lt_0 = --silent
91 libfuse_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
93         $(libfuse_la_LDFLAGS) $(LDFLAGS) -o $@
94 libulockmgr_la_LIBADD =
95 am_libulockmgr_la_OBJECTS = ulockmgr.lo
96 libulockmgr_la_OBJECTS = $(am_libulockmgr_la_OBJECTS)
97 libulockmgr_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
98         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
99         $(AM_CFLAGS) $(CFLAGS) $(libulockmgr_la_LDFLAGS) $(LDFLAGS) -o \
100         $@
101 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
102 depcomp = $(SHELL) $(top_srcdir)/depcomp
103 am__depfiles_maybe = depfiles
104 am__mv = mv -f
105 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
109         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
110         $(AM_CFLAGS) $(CFLAGS)
111 AM_V_CC = $(am__v_CC_$(V))
112 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
113 am__v_CC_0 = @echo "  CC    " $@;
114 AM_V_at = $(am__v_at_$(V))
115 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
116 am__v_at_0 = @
117 CCLD = $(CC)
118 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
120         $(AM_LDFLAGS) $(LDFLAGS) -o $@
121 AM_V_CCLD = $(am__v_CCLD_$(V))
122 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
123 am__v_CCLD_0 = @echo "  CCLD  " $@;
124 AM_V_GEN = $(am__v_GEN_$(V))
125 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
126 am__v_GEN_0 = @echo "  GEN   " $@;
127 SOURCES = $(libfuse_la_SOURCES) $(libulockmgr_la_SOURCES)
128 DIST_SOURCES = $(am__libfuse_la_SOURCES_DIST) \
129         $(libulockmgr_la_SOURCES)
130 ETAGS = etags
131 CTAGS = ctags
132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133 ACLOCAL = @ACLOCAL@
134 AMTAR = @AMTAR@
135 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136 AR = @AR@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 CC = @CC@
142 CCDEPMODE = @CCDEPMODE@
143 CFLAGS = @CFLAGS@
144 CPP = @CPP@
145 CPPFLAGS = @CPPFLAGS@
146 CYGPATH_W = @CYGPATH_W@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DLLTOOL = @DLLTOOL@
150 DSYMUTIL = @DSYMUTIL@
151 DUMPBIN = @DUMPBIN@
152 ECHO_C = @ECHO_C@
153 ECHO_N = @ECHO_N@
154 ECHO_T = @ECHO_T@
155 EGREP = @EGREP@
156 EXEEXT = @EXEEXT@
157 FGREP = @FGREP@
158 GREP = @GREP@
159 INIT_D_PATH = @INIT_D_PATH@
160 INSTALL = @INSTALL@
161 INSTALL_DATA = @INSTALL_DATA@
162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165 LD = @LD@
166 LDFLAGS = @LDFLAGS@
167 LIBICONV = @LIBICONV@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBTOOL = @LIBTOOL@
171 LIPO = @LIPO@
172 LN_S = @LN_S@
173 LTLIBICONV = @LTLIBICONV@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAKEINFO = @MAKEINFO@
176 MANIFEST_TOOL = @MANIFEST_TOOL@
177 MKDIR_P = @MKDIR_P@
178 MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
179 NM = @NM@
180 NMEDIT = @NMEDIT@
181 OBJDUMP = @OBJDUMP@
182 OBJEXT = @OBJEXT@
183 OTOOL = @OTOOL@
184 OTOOL64 = @OTOOL64@
185 PACKAGE = @PACKAGE@
186 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187 PACKAGE_NAME = @PACKAGE_NAME@
188 PACKAGE_STRING = @PACKAGE_STRING@
189 PACKAGE_TARNAME = @PACKAGE_TARNAME@
190 PACKAGE_URL = @PACKAGE_URL@
191 PACKAGE_VERSION = @PACKAGE_VERSION@
192 PATH_SEPARATOR = @PATH_SEPARATOR@
193 RANLIB = @RANLIB@
194 SED = @SED@
195 SET_MAKE = @SET_MAKE@
196 SHELL = @SHELL@
197 STRIP = @STRIP@
198 UDEV_RULES_PATH = @UDEV_RULES_PATH@
199 VERSION = @VERSION@
200 abs_builddir = @abs_builddir@
201 abs_srcdir = @abs_srcdir@
202 abs_top_builddir = @abs_top_builddir@
203 abs_top_srcdir = @abs_top_srcdir@
204 ac_ct_AR = @ac_ct_AR@
205 ac_ct_CC = @ac_ct_CC@
206 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207 am__include = @am__include@
208 am__leading_dot = @am__leading_dot@
209 am__quote = @am__quote@
210 am__tar = @am__tar@
211 am__untar = @am__untar@
212 bindir = @bindir@
213 build = @build@
214 build_alias = @build_alias@
215 build_cpu = @build_cpu@
216 build_os = @build_os@
217 build_vendor = @build_vendor@
218 builddir = @builddir@
219 datadir = @datadir@
220 datarootdir = @datarootdir@
221 docdir = @docdir@
222 dvidir = @dvidir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 includedir = @includedir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 libfuse_libs = @libfuse_libs@
236 localedir = @localedir@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldincludedir = @oldincludedir@
241 pdfdir = @pdfdir@
242 pkgconfigdir = @pkgconfigdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 subdirs2 = @subdirs2@
250 sysconfdir = @sysconfdir@
251 target = @target@
252 target_alias = @target_alias@
253 target_cpu = @target_cpu@
254 target_os = @target_os@
255 target_vendor = @target_vendor@
256 top_build_prefix = @top_build_prefix@
257 top_builddir = @top_builddir@
258 top_srcdir = @top_srcdir@
259 AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
260  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26
261
262 lib_LTLIBRARIES = libfuse.la libulockmgr.la
263 @BSD_FALSE@mount_source = mount.c mount_util.c mount_util.h
264 @BSD_TRUE@mount_source = mount_bsd.c
265 @ICONV_FALSE@iconv_source = 
266 @ICONV_TRUE@iconv_source = modules/iconv.c
267 libfuse_la_SOURCES = \
268         fuse.c                  \
269         fuse_i.h                \
270         fuse_kern_chan.c        \
271         fuse_loop.c             \
272         fuse_loop_mt.c          \
273         fuse_lowlevel.c         \
274         fuse_misc.h             \
275         fuse_mt.c               \
276         fuse_opt.c              \
277         fuse_session.c          \
278         fuse_signals.c          \
279         buffer.c                \
280         cuse_lowlevel.c         \
281         helper.c                \
282         modules/subdir.c        \
283         $(iconv_source)         \
284         $(mount_source)
285
286 libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:9:0 \
287         -Wl,--version-script,$(srcdir)/fuse_versionscript
288
289 @NETBSD_TRUE@libfuse_la_LIBADD = -lperfuse -lpuffs
290 libulockmgr_la_SOURCES = ulockmgr.c
291 libulockmgr_la_LDFLAGS = -pthread -version-number 1:0:1
292 EXTRA_DIST = fuse_versionscript
293 all: all-am
294
295 .SUFFIXES:
296 .SUFFIXES: .c .lo .o .obj
297 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
298         @for dep in $?; do \
299           case '$(am__configure_deps)' in \
300             *$$dep*) \
301               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302                 && { if test -f $@; then exit 0; else break; fi; }; \
303               exit 1;; \
304           esac; \
305         done; \
306         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
307         $(am__cd) $(top_srcdir) && \
308           $(AUTOMAKE) --gnu lib/Makefile
309 .PRECIOUS: Makefile
310 Makefile: $(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
322 $(top_srcdir)/configure:  $(am__configure_deps)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(am__aclocal_m4_deps):
327 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
328         @$(NORMAL_INSTALL)
329         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
330         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
331         list2=; for p in $$list; do \
332           if test -f $$p; then \
333             list2="$$list2 $$p"; \
334           else :; fi; \
335         done; \
336         test -z "$$list2" || { \
337           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
338           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
339         }
340
341 uninstall-libLTLIBRARIES:
342         @$(NORMAL_UNINSTALL)
343         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
344         for p in $$list; do \
345           $(am__strip_dir) \
346           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
347           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
348         done
349
350 clean-libLTLIBRARIES:
351         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
352         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
353           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
354           test "$$dir" != "$$p" || dir=.; \
355           echo "rm -f \"$${dir}/so_locations\""; \
356           rm -f "$${dir}/so_locations"; \
357         done
358 libfuse.la: $(libfuse_la_OBJECTS) $(libfuse_la_DEPENDENCIES) 
359         $(AM_V_CCLD)$(libfuse_la_LINK) -rpath $(libdir) $(libfuse_la_OBJECTS) $(libfuse_la_LIBADD) $(LIBS)
360 libulockmgr.la: $(libulockmgr_la_OBJECTS) $(libulockmgr_la_DEPENDENCIES) 
361         $(AM_V_CCLD)$(libulockmgr_la_LINK) -rpath $(libdir) $(libulockmgr_la_OBJECTS) $(libulockmgr_la_LIBADD) $(LIBS)
362
363 mostlyclean-compile:
364         -rm -f *.$(OBJEXT)
365
366 distclean-compile:
367         -rm -f *.tab.c
368
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cuse_lowlevel.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_kern_chan.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_loop.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_loop_mt.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_lowlevel.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_mt.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_opt.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_session.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_signals.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount_bsd.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount_util.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdir.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ulockmgr.Plo@am__quote@
387
388 .c.o:
389 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
390 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
395
396 .c.obj:
397 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
403
404 .c.lo:
405 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
407 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
411
412 subdir.lo: modules/subdir.c
413 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT subdir.lo -MD -MP -MF $(DEPDIR)/subdir.Tpo -c -o subdir.lo `test -f 'modules/subdir.c' || echo '$(srcdir)/'`modules/subdir.c
414 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/subdir.Tpo $(DEPDIR)/subdir.Plo
415 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='modules/subdir.c' object='subdir.lo' libtool=yes @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o subdir.lo `test -f 'modules/subdir.c' || echo '$(srcdir)/'`modules/subdir.c
419
420 iconv.lo: modules/iconv.c
421 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iconv.lo -MD -MP -MF $(DEPDIR)/iconv.Tpo -c -o iconv.lo `test -f 'modules/iconv.c' || echo '$(srcdir)/'`modules/iconv.c
422 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/iconv.Tpo $(DEPDIR)/iconv.Plo
423 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='modules/iconv.c' object='iconv.lo' libtool=yes @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iconv.lo `test -f 'modules/iconv.c' || echo '$(srcdir)/'`modules/iconv.c
427
428 mostlyclean-libtool:
429         -rm -f *.lo
430
431 clean-libtool:
432         -rm -rf .libs _libs
433
434 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
435         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440               END { if (nonempty) { for (i in files) print i; }; }'`; \
441         mkid -fID $$unique
442 tags: TAGS
443
444 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445                 $(TAGS_FILES) $(LISP)
446         set x; \
447         here=`pwd`; \
448         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449         unique=`for i in $$list; do \
450             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451           done | \
452           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453               END { if (nonempty) { for (i in files) print i; }; }'`; \
454         shift; \
455         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
456           test -n "$$unique" || unique=$$empty_fix; \
457           if test $$# -gt 0; then \
458             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459               "$$@" $$unique; \
460           else \
461             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462               $$unique; \
463           fi; \
464         fi
465 ctags: CTAGS
466 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
467                 $(TAGS_FILES) $(LISP)
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         test -z "$(CTAGS_ARGS)$$unique" \
475           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476              $$unique
477
478 GTAGS:
479         here=`$(am__cd) $(top_builddir) && pwd` \
480           && $(am__cd) $(top_srcdir) \
481           && gtags -i $(GTAGS_ARGS) "$$here"
482
483 distclean-tags:
484         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
486 distdir: $(DISTFILES)
487         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         list='$(DISTFILES)'; \
490           dist_files=`for file in $$list; do echo $$file; done | \
491           sed -e "s|^$$srcdirstrip/||;t" \
492               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493         case $$dist_files in \
494           */*) $(MKDIR_P) `echo "$$dist_files" | \
495                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496                            sort -u` ;; \
497         esac; \
498         for file in $$dist_files; do \
499           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500           if test -d $$d/$$file; then \
501             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502             if test -d "$(distdir)/$$file"; then \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510           else \
511             test -f "$(distdir)/$$file" \
512             || cp -p $$d/$$file "$(distdir)/$$file" \
513             || exit 1; \
514           fi; \
515         done
516 check-am: all-am
517 check: check-am
518 all-am: Makefile $(LTLIBRARIES)
519 installdirs:
520         for dir in "$(DESTDIR)$(libdir)"; do \
521           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
522         done
523 install: install-am
524 install-exec: install-exec-am
525 install-data: install-data-am
526 uninstall: uninstall-am
527
528 install-am: all-am
529         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531 installcheck: installcheck-am
532 install-strip:
533         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535           `test -z '$(STRIP)' || \
536             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
537 mostlyclean-generic:
538
539 clean-generic:
540
541 distclean-generic:
542         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545 maintainer-clean-generic:
546         @echo "This command is intended for maintainers to use"
547         @echo "it deletes files that may require special tools to rebuild."
548 clean: clean-am
549
550 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
551         mostlyclean-am
552
553 distclean: distclean-am
554         -rm -rf ./$(DEPDIR)
555         -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557         distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 html-am:
566
567 info: info-am
568
569 info-am:
570
571 install-data-am:
572
573 install-dvi: install-dvi-am
574
575 install-dvi-am:
576
577 install-exec-am: install-libLTLIBRARIES
578
579 install-html: install-html-am
580
581 install-html-am:
582
583 install-info: install-info-am
584
585 install-info-am:
586
587 install-man:
588
589 install-pdf: install-pdf-am
590
591 install-pdf-am:
592
593 install-ps: install-ps-am
594
595 install-ps-am:
596
597 installcheck-am:
598
599 maintainer-clean: maintainer-clean-am
600         -rm -rf ./$(DEPDIR)
601         -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
603
604 mostlyclean: mostlyclean-am
605
606 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
607         mostlyclean-libtool
608
609 pdf: pdf-am
610
611 pdf-am:
612
613 ps: ps-am
614
615 ps-am:
616
617 uninstall-am: uninstall-libLTLIBRARIES
618
619 .MAKE: install-am install-strip
620
621 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
622         clean-libLTLIBRARIES clean-libtool ctags distclean \
623         distclean-compile distclean-generic distclean-libtool \
624         distclean-tags distdir dvi dvi-am html html-am info info-am \
625         install install-am install-data install-data-am install-dvi \
626         install-dvi-am install-exec install-exec-am install-html \
627         install-html-am install-info install-info-am \
628         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
629         install-ps install-ps-am install-strip installcheck \
630         installcheck-am installdirs maintainer-clean \
631         maintainer-clean-generic mostlyclean mostlyclean-compile \
632         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
633         tags uninstall uninstall-am uninstall-libLTLIBRARIES
634
635
636 # Tell versions [3.59,3.63) of GNU make to not export all variables.
637 # Otherwise a system limit (for SysV at least) may be exceeded.
638 .NOEXPORT: