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