71f06ae0ebade2b10ee6ed49f297815759259839
[zfs.git] / lib / libunicode / 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 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(top_srcdir)/config/Rules.am
40 subdir = lib/libunicode
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps =  \
43         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
44         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
45         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
46         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
47         $(top_srcdir)/config/kernel-bio-failfast.m4 \
48         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
49         $(top_srcdir)/config/kernel-blk-end-request.m4 \
50         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
51         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
52         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
53         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
54         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
55         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
56         $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
57         $(top_srcdir)/config/kernel-evict-inode.m4 \
58         $(top_srcdir)/config/kernel-fmode-t.m4 \
59         $(top_srcdir)/config/kernel-fsync.m4 \
60         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
61         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
62         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
63         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
64         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
65         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
66         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
67         $(top_srcdir)/config/kernel-xattr-handler.m4 \
68         $(top_srcdir)/config/kernel.m4 \
69         $(top_srcdir)/config/user-arch.m4 \
70         $(top_srcdir)/config/user-frame-larger-than.m4 \
71         $(top_srcdir)/config/user-ioctl.m4 \
72         $(top_srcdir)/config/user-libblkid.m4 \
73         $(top_srcdir)/config/user-libuuid.m4 \
74         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
75         $(top_srcdir)/config/user-selinux.m4 \
76         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
77         $(top_srcdir)/config/zfs-build.m4 \
78         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
79 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80         $(ACLOCAL_M4)
81 mkinstalldirs = $(install_sh) -d
82 CONFIG_HEADER = $(top_builddir)/zfs_config.h
83 CONFIG_CLEAN_FILES =
84 CONFIG_CLEAN_VPATH_FILES =
85 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86 am__vpath_adj = case $$p in \
87     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88     *) f=$$p;; \
89   esac;
90 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91 am__install_max = 40
92 am__nobase_strip_setup = \
93   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94 am__nobase_strip = \
95   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96 am__nobase_list = $(am__nobase_strip_setup); \
97   for p in $$list; do echo "$$p $$p"; done | \
98   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100     if (++n[$$2] == $(am__install_max)) \
101       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102     END { for (dir in files) print dir, files[dir] }'
103 am__base_list = \
104   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106 am__installdirs = "$(DESTDIR)$(libdir)"
107 LTLIBRARIES = $(lib_LTLIBRARIES)
108 libunicode_la_LIBADD =
109 am_libunicode_la_OBJECTS = u8_textprep.lo uconv.lo
110 libunicode_la_OBJECTS = $(am_libunicode_la_OBJECTS)
111 AM_V_lt = $(am__v_lt_$(V))
112 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
113 am__v_lt_0 = --silent
114 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
115 am__depfiles_maybe = depfiles
116 am__mv = mv -f
117 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
120         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
121         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
122         $(AM_CFLAGS) $(CFLAGS)
123 AM_V_CC = $(am__v_CC_$(V))
124 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
125 am__v_CC_0 = @echo "  CC    " $@;
126 AM_V_at = $(am__v_at_$(V))
127 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
128 am__v_at_0 = @
129 CCLD = $(CC)
130 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132         $(AM_LDFLAGS) $(LDFLAGS) -o $@
133 AM_V_CCLD = $(am__v_CCLD_$(V))
134 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
135 am__v_CCLD_0 = @echo "  CCLD  " $@;
136 AM_V_GEN = $(am__v_GEN_$(V))
137 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
138 am__v_GEN_0 = @echo "  GEN   " $@;
139 SOURCES = $(libunicode_la_SOURCES)
140 DIST_SOURCES = $(libunicode_la_SOURCES)
141 ETAGS = etags
142 CTAGS = ctags
143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144 ACLOCAL = @ACLOCAL@
145 ALIEN = @ALIEN@
146 ALIEN_VERSION = @ALIEN_VERSION@
147 AMTAR = @AMTAR@
148 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
149 AR = @AR@
150 AUTOCONF = @AUTOCONF@
151 AUTOHEADER = @AUTOHEADER@
152 AUTOMAKE = @AUTOMAKE@
153 AWK = @AWK@
154 CC = @CC@
155 CCAS = @CCAS@
156 CCASDEPMODE = @CCASDEPMODE@
157 CCASFLAGS = @CCASFLAGS@
158 CCDEPMODE = @CCDEPMODE@
159 CFLAGS = @CFLAGS@
160 CPP = @CPP@
161 CPPFLAGS = @CPPFLAGS@
162 CYGPATH_W = @CYGPATH_W@
163 DEBUG_CFLAGS = @DEBUG_CFLAGS@
164 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
165 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
166 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 DPKG = @DPKG@
170 DPKGBUILD = @DPKGBUILD@
171 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
172 DPKG_VERSION = @DPKG_VERSION@
173 DSYMUTIL = @DSYMUTIL@
174 DUMPBIN = @DUMPBIN@
175 ECHO_C = @ECHO_C@
176 ECHO_N = @ECHO_N@
177 ECHO_T = @ECHO_T@
178 EGREP = @EGREP@
179 EXEEXT = @EXEEXT@
180 FGREP = @FGREP@
181 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
182 GREP = @GREP@
183 HAVE_ALIEN = @HAVE_ALIEN@
184 HAVE_DPKG = @HAVE_DPKG@
185 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
186 HAVE_RPM = @HAVE_RPM@
187 HAVE_RPMBUILD = @HAVE_RPMBUILD@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 KERNELCPPFLAGS = @KERNELCPPFLAGS@
194 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBBLKID = @LIBBLKID@
198 LIBOBJS = @LIBOBJS@
199 LIBS = @LIBS@
200 LIBSELINUX = @LIBSELINUX@
201 LIBTOOL = @LIBTOOL@
202 LIBUUID = @LIBUUID@
203 LINUX = @LINUX@
204 LINUX_OBJ = @LINUX_OBJ@
205 LINUX_SYMBOLS = @LINUX_SYMBOLS@
206 LINUX_VERSION = @LINUX_VERSION@
207 LIPO = @LIPO@
208 LN_S = @LN_S@
209 LTLIBOBJS = @LTLIBOBJS@
210 MAINT = @MAINT@
211 MAKEINFO = @MAKEINFO@
212 MKDIR_P = @MKDIR_P@
213 NM = @NM@
214 NMEDIT = @NMEDIT@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_VERSION = @PACKAGE_VERSION@
225 PATH_SEPARATOR = @PATH_SEPARATOR@
226 RANLIB = @RANLIB@
227 RPM = @RPM@
228 RPMBUILD = @RPMBUILD@
229 RPMBUILD_VERSION = @RPMBUILD_VERSION@
230 RPM_VERSION = @RPM_VERSION@
231 SED = @SED@
232 SET_MAKE = @SET_MAKE@
233 SHELL = @SHELL@
234 SPL = @SPL@
235 SPL_OBJ = @SPL_OBJ@
236 SPL_SYMBOLS = @SPL_SYMBOLS@
237 SPL_VERSION = @SPL_VERSION@
238 STRIP = @STRIP@
239 TARGET_ASM_DIR = @TARGET_ASM_DIR@
240 VENDOR = @VENDOR@
241 VERSION = @VERSION@
242 ZFS_CONFIG = @ZFS_CONFIG@
243 ZFS_META_ALIAS = @ZFS_META_ALIAS@
244 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
245 ZFS_META_DATA = @ZFS_META_DATA@
246 ZFS_META_LICENSE = @ZFS_META_LICENSE@
247 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
248 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
249 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
250 ZFS_META_NAME = @ZFS_META_NAME@
251 ZFS_META_RELEASE = @ZFS_META_RELEASE@
252 ZFS_META_VERSION = @ZFS_META_VERSION@
253 ZLIB = @ZLIB@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_CC = @ac_ct_CC@
259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260 am__include = @am__include@
261 am__leading_dot = @am__leading_dot@
262 am__quote = @am__quote@
263 am__tar = @am__tar@
264 am__untar = @am__untar@
265 bindir = @bindir@
266 build = @build@
267 build_alias = @build_alias@
268 build_cpu = @build_cpu@
269 build_os = @build_os@
270 build_vendor = @build_vendor@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 lt_ECHO = @lt_ECHO@
291 mandir = @mandir@
292 mkdir_p = @mkdir_p@
293 oldincludedir = @oldincludedir@
294 pdfdir = @pdfdir@
295 prefix = @prefix@
296 program_transform_name = @program_transform_name@
297 psdir = @psdir@
298 sbindir = @sbindir@
299 sharedstatedir = @sharedstatedir@
300 srcdir = @srcdir@
301 sysconfdir = @sysconfdir@
302 target = @target@
303 target_alias = @target_alias@
304 target_cpu = @target_cpu@
305 target_os = @target_os@
306 target_vendor = @target_vendor@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 DEFAULT_INCLUDES = -include ${top_builddir}/zfs_config.h \
311         -I$(top_srcdir)/include -I$(top_srcdir)/lib/libspl/include
312 AM_LIBTOOLFLAGS = --silent
313 AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing \
314         -Wno-unused-but-set-variable ${DEBUG_CFLAGS} -D_GNU_SOURCE \
315         -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
316         -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
317         -DTEXT_DOMAIN=\"zfs-linux-user\" $(DEBUG_STACKFLAGS) \
318         $(FRAME_LARGER_THAN)
319 lib_LTLIBRARIES = libunicode.la
320 libunicode_la_SOURCES = \
321         $(top_srcdir)/module/unicode/u8_textprep.c \
322         $(top_srcdir)/module/unicode/uconv.c
323
324 all: all-am
325
326 .SUFFIXES:
327 .SUFFIXES: .c .lo .o .obj
328 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
329         @for dep in $?; do \
330           case '$(am__configure_deps)' in \
331             *$$dep*) \
332               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333                 && { if test -f $@; then exit 0; else break; fi; }; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/libunicode/Makefile'; \
338         $(am__cd) $(top_srcdir) && \
339           $(AUTOMAKE) --gnu lib/libunicode/Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342         @case '$?' in \
343           *config.status*) \
344             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345           *) \
346             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348         esac;
349
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
353 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(am__aclocal_m4_deps):
358 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
359         @$(NORMAL_INSTALL)
360         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
361         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
362         list2=; for p in $$list; do \
363           if test -f $$p; then \
364             list2="$$list2 $$p"; \
365           else :; fi; \
366         done; \
367         test -z "$$list2" || { \
368           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
369           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
370         }
371
372 uninstall-libLTLIBRARIES:
373         @$(NORMAL_UNINSTALL)
374         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
375         for p in $$list; do \
376           $(am__strip_dir) \
377           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
378           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
379         done
380
381 clean-libLTLIBRARIES:
382         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
383         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
384           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
385           test "$$dir" != "$$p" || dir=.; \
386           echo "rm -f \"$${dir}/so_locations\""; \
387           rm -f "$${dir}/so_locations"; \
388         done
389 libunicode.la: $(libunicode_la_OBJECTS) $(libunicode_la_DEPENDENCIES) 
390         $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libunicode_la_OBJECTS) $(libunicode_la_LIBADD) $(LIBS)
391
392 mostlyclean-compile:
393         -rm -f *.$(OBJEXT)
394
395 distclean-compile:
396         -rm -f *.tab.c
397
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u8_textprep.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uconv.Plo@am__quote@
400
401 .c.o:
402 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
408
409 .c.obj:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
416
417 .c.lo:
418 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
420 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
424
425 u8_textprep.lo: $(top_srcdir)/module/unicode/u8_textprep.c
426 @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 u8_textprep.lo -MD -MP -MF $(DEPDIR)/u8_textprep.Tpo -c -o u8_textprep.lo `test -f '$(top_srcdir)/module/unicode/u8_textprep.c' || echo '$(srcdir)/'`$(top_srcdir)/module/unicode/u8_textprep.c
427 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/u8_textprep.Tpo $(DEPDIR)/u8_textprep.Plo
428 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/module/unicode/u8_textprep.c' object='u8_textprep.lo' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @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 u8_textprep.lo `test -f '$(top_srcdir)/module/unicode/u8_textprep.c' || echo '$(srcdir)/'`$(top_srcdir)/module/unicode/u8_textprep.c
432
433 uconv.lo: $(top_srcdir)/module/unicode/uconv.c
434 @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 uconv.lo -MD -MP -MF $(DEPDIR)/uconv.Tpo -c -o uconv.lo `test -f '$(top_srcdir)/module/unicode/uconv.c' || echo '$(srcdir)/'`$(top_srcdir)/module/unicode/uconv.c
435 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/uconv.Tpo $(DEPDIR)/uconv.Plo
436 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/module/unicode/uconv.c' object='uconv.lo' libtool=yes @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @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 uconv.lo `test -f '$(top_srcdir)/module/unicode/uconv.c' || echo '$(srcdir)/'`$(top_srcdir)/module/unicode/uconv.c
440
441 mostlyclean-libtool:
442         -rm -f *.lo
443
444 clean-libtool:
445         -rm -rf .libs _libs
446
447 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
455 tags: TAGS
456
457 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458                 $(TAGS_FILES) $(LISP)
459         set x; \
460         here=`pwd`; \
461         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462         unique=`for i in $$list; do \
463             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464           done | \
465           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466               END { if (nonempty) { for (i in files) print i; }; }'`; \
467         shift; \
468         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
469           test -n "$$unique" || unique=$$empty_fix; \
470           if test $$# -gt 0; then \
471             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472               "$$@" $$unique; \
473           else \
474             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475               $$unique; \
476           fi; \
477         fi
478 ctags: CTAGS
479 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
480                 $(TAGS_FILES) $(LISP)
481         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486               END { if (nonempty) { for (i in files) print i; }; }'`; \
487         test -z "$(CTAGS_ARGS)$$unique" \
488           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489              $$unique
490
491 GTAGS:
492         here=`$(am__cd) $(top_builddir) && pwd` \
493           && $(am__cd) $(top_srcdir) \
494           && gtags -i $(GTAGS_ARGS) "$$here"
495
496 distclean-tags:
497         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499 distdir: $(DISTFILES)
500         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502         list='$(DISTFILES)'; \
503           dist_files=`for file in $$list; do echo $$file; done | \
504           sed -e "s|^$$srcdirstrip/||;t" \
505               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506         case $$dist_files in \
507           */*) $(MKDIR_P) `echo "$$dist_files" | \
508                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509                            sort -u` ;; \
510         esac; \
511         for file in $$dist_files; do \
512           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513           if test -d $$d/$$file; then \
514             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515             if test -d "$(distdir)/$$file"; then \
516               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517             fi; \
518             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521             fi; \
522             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523           else \
524             test -f "$(distdir)/$$file" \
525             || cp -p $$d/$$file "$(distdir)/$$file" \
526             || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530 check: check-am
531 all-am: Makefile $(LTLIBRARIES)
532 installdirs:
533         for dir in "$(DESTDIR)$(libdir)"; do \
534           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
535         done
536 install: install-am
537 install-exec: install-exec-am
538 install-data: install-data-am
539 uninstall: uninstall-am
540
541 install-am: all-am
542         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544 installcheck: installcheck-am
545 install-strip:
546         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548           `test -z '$(STRIP)' || \
549             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
550 mostlyclean-generic:
551
552 clean-generic:
553
554 distclean-generic:
555         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557
558 maintainer-clean-generic:
559         @echo "This command is intended for maintainers to use"
560         @echo "it deletes files that may require special tools to rebuild."
561 clean: clean-am
562
563 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
564         mostlyclean-am
565
566 distclean: distclean-am
567         -rm -rf ./$(DEPDIR)
568         -rm -f Makefile
569 distclean-am: clean-am distclean-compile distclean-generic \
570         distclean-tags
571
572 dvi: dvi-am
573
574 dvi-am:
575
576 html: html-am
577
578 html-am:
579
580 info: info-am
581
582 info-am:
583
584 install-data-am:
585
586 install-dvi: install-dvi-am
587
588 install-dvi-am:
589
590 install-exec-am: install-libLTLIBRARIES
591
592 install-html: install-html-am
593
594 install-html-am:
595
596 install-info: install-info-am
597
598 install-info-am:
599
600 install-man:
601
602 install-pdf: install-pdf-am
603
604 install-pdf-am:
605
606 install-ps: install-ps-am
607
608 install-ps-am:
609
610 installcheck-am:
611
612 maintainer-clean: maintainer-clean-am
613         -rm -rf ./$(DEPDIR)
614         -rm -f Makefile
615 maintainer-clean-am: distclean-am maintainer-clean-generic
616
617 mostlyclean: mostlyclean-am
618
619 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
620         mostlyclean-libtool
621
622 pdf: pdf-am
623
624 pdf-am:
625
626 ps: ps-am
627
628 ps-am:
629
630 uninstall-am: uninstall-libLTLIBRARIES
631
632 .MAKE: install-am install-strip
633
634 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
635         clean-libLTLIBRARIES clean-libtool ctags distclean \
636         distclean-compile distclean-generic distclean-libtool \
637         distclean-tags distdir dvi dvi-am html html-am info info-am \
638         install install-am install-data install-data-am install-dvi \
639         install-dvi-am install-exec install-exec-am install-html \
640         install-html-am install-info install-info-am \
641         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
642         install-ps install-ps-am install-strip installcheck \
643         installcheck-am installdirs maintainer-clean \
644         maintainer-clean-generic mostlyclean mostlyclean-compile \
645         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
646         tags uninstall uninstall-am uninstall-libLTLIBRARIES
647
648
649 # Tell versions [3.59,3.63) of GNU make to not export all variables.
650 # Otherwise a system limit (for SysV at least) may be exceeded.
651 .NOEXPORT: