]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - spl/cmd/Makefile.in
UBUNTU: Ubuntu-raspi2-4.13.0-1008.8
[mirror_ubuntu-artful-kernel.git] / spl / cmd / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 ###############################################################################
18 # Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
19 # Copyright (C) 2007 The Regents of the University of California.
20 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
21 ###############################################################################
22 # Common rules for user space components.
23 ###############################################################################
24
25 VPATH = @srcdir@
26 am__is_gnu_make = { \
27 if test -z '$(MAKELEVEL)'; then \
28 false; \
29 elif test -n '$(MAKE_HOST)'; then \
30 true; \
31 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32 true; \
33 else \
34 false; \
35 fi; \
36 }
37 am__make_running_with_option = \
38 case $${target_option-} in \
39 ?) ;; \
40 *) echo "am__make_running_with_option: internal error: invalid" \
41 "target option '$${target_option-}' specified" >&2; \
42 exit 1;; \
43 esac; \
44 has_opt=no; \
45 sane_makeflags=$$MAKEFLAGS; \
46 if $(am__is_gnu_make); then \
47 sane_makeflags=$$MFLAGS; \
48 else \
49 case $$MAKEFLAGS in \
50 *\\[\ \ ]*) \
51 bs=\\; \
52 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 esac; \
55 fi; \
56 skip_next=no; \
57 strip_trailopt () \
58 { \
59 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60 }; \
61 for flg in $$sane_makeflags; do \
62 test $$skip_next = yes && { skip_next=no; continue; }; \
63 case $$flg in \
64 *=*|--*) continue;; \
65 -*I) strip_trailopt 'I'; skip_next=yes;; \
66 -*I?*) strip_trailopt 'I';; \
67 -*O) strip_trailopt 'O'; skip_next=yes;; \
68 -*O?*) strip_trailopt 'O';; \
69 -*l) strip_trailopt 'l'; skip_next=yes;; \
70 -*l?*) strip_trailopt 'l';; \
71 -[dEDm]) skip_next=yes;; \
72 -[JT]) skip_next=yes;; \
73 esac; \
74 case $$flg in \
75 *$$target_option*) has_opt=yes; break;; \
76 esac; \
77 done; \
78 test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 target_triplet = @target@
100 sbin_PROGRAMS = splat$(EXEEXT)
101 subdir = cmd
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
104 $(top_srcdir)/config/ltoptions.m4 \
105 $(top_srcdir)/config/ltsugar.m4 \
106 $(top_srcdir)/config/ltversion.m4 \
107 $(top_srcdir)/config/lt~obsolete.m4 \
108 $(top_srcdir)/config/spl-build.m4 \
109 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
113 mkinstalldirs = $(install_sh) -d
114 CONFIG_HEADER = $(top_builddir)/spl_config.h
115 CONFIG_CLEAN_FILES =
116 CONFIG_CLEAN_VPATH_FILES =
117 am__installdirs = "$(DESTDIR)$(sbindir)"
118 PROGRAMS = $(sbin_PROGRAMS)
119 am_splat_OBJECTS = splat.$(OBJEXT)
120 splat_OBJECTS = $(am_splat_OBJECTS)
121 splat_LDADD = $(LDADD)
122 AM_V_lt = $(am__v_lt_@AM_V@)
123 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
124 am__v_lt_0 = --silent
125 am__v_lt_1 =
126 splat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128 $(splat_LDFLAGS) $(LDFLAGS) -o $@
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo " GEN " $@;
136 am__v_GEN_1 =
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 =
141 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
142 am__depfiles_maybe = depfiles
143 am__mv = mv -f
144 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149 $(AM_CFLAGS) $(CFLAGS)
150 AM_V_CC = $(am__v_CC_@AM_V@)
151 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152 am__v_CC_0 = @echo " CC " $@;
153 am__v_CC_1 =
154 CCLD = $(CC)
155 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157 $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160 am__v_CCLD_0 = @echo " CCLD " $@;
161 am__v_CCLD_1 =
162 SOURCES = $(splat_SOURCES)
163 DIST_SOURCES = $(splat_SOURCES)
164 am__can_run_installinfo = \
165 case $$AM_UPDATE_INFO_DIR in \
166 n|no|NO) false;; \
167 *) (install-info --version) >/dev/null 2>&1;; \
168 esac
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates. Input order is
172 # *not* preserved.
173 am__uniquify_input = $(AWK) '\
174 BEGIN { nonempty = 0; } \
175 { items[$$0] = 1; nonempty = 1; } \
176 END { if (nonempty) { for (i in items) print i; }; } \
177 '
178 # Make sure the list of sources is unique. This is necessary because,
179 # e.g., the same source file might be shared among _SOURCES variables
180 # for different programs/libraries.
181 am__define_uniq_tagged_files = \
182 list='$(am__tagged_files)'; \
183 unique=`for i in $$list; do \
184 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185 done | $(am__uniquify_input)`
186 ETAGS = etags
187 CTAGS = ctags
188 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/Rules.am \
189 $(top_srcdir)/config/depcomp
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 ACLOCAL = @ACLOCAL@
192 ALIEN = @ALIEN@
193 ALIEN_VERSION = @ALIEN_VERSION@
194 AMTAR = @AMTAR@
195 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196 AR = @AR@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CYGPATH_W = @CYGPATH_W@
207 DEBUG_CFLAGS = @DEBUG_CFLAGS@
208 DEBUG_KMEM = @DEBUG_KMEM@
209 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
210 DEBUG_SPL = @DEBUG_SPL@
211 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
212 DEFS = @DEFS@
213 DEPDIR = @DEPDIR@
214 DLLTOOL = @DLLTOOL@
215 DPKG = @DPKG@
216 DPKGBUILD = @DPKGBUILD@
217 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
218 DPKG_VERSION = @DPKG_VERSION@
219 DSYMUTIL = @DSYMUTIL@
220 DUMPBIN = @DUMPBIN@
221 ECHO_C = @ECHO_C@
222 ECHO_N = @ECHO_N@
223 ECHO_T = @ECHO_T@
224 EGREP = @EGREP@
225 EXEEXT = @EXEEXT@
226 FGREP = @FGREP@
227 GREP = @GREP@
228 HAVE_ALIEN = @HAVE_ALIEN@
229 HAVE_DPKG = @HAVE_DPKG@
230 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
231 HAVE_RPM = @HAVE_RPM@
232 HAVE_RPMBUILD = @HAVE_RPMBUILD@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 KERNELCPPFLAGS = @KERNELCPPFLAGS@
239 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
240 LD = @LD@
241 LDFLAGS = @LDFLAGS@
242 LIBOBJS = @LIBOBJS@
243 LIBS = @LIBS@
244 LIBTOOL = @LIBTOOL@
245 LINUX = @LINUX@
246 LINUX_OBJ = @LINUX_OBJ@
247 LINUX_SYMBOLS = @LINUX_SYMBOLS@
248 LINUX_VERSION = @LINUX_VERSION@
249 LIPO = @LIPO@
250 LN_S = @LN_S@
251 LTLIBOBJS = @LTLIBOBJS@
252 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
253 MAINT = @MAINT@
254 MAKEINFO = @MAKEINFO@
255 MANIFEST_TOOL = @MANIFEST_TOOL@
256 MKDIR_P = @MKDIR_P@
257 NM = @NM@
258 NMEDIT = @NMEDIT@
259 OBJDUMP = @OBJDUMP@
260 OBJEXT = @OBJEXT@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 PACKAGE = @PACKAGE@
264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265 PACKAGE_NAME = @PACKAGE_NAME@
266 PACKAGE_STRING = @PACKAGE_STRING@
267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
268 PACKAGE_URL = @PACKAGE_URL@
269 PACKAGE_VERSION = @PACKAGE_VERSION@
270 PATH_SEPARATOR = @PATH_SEPARATOR@
271 RANLIB = @RANLIB@
272 RELEASE = @RELEASE@
273 RPM = @RPM@
274 RPMBUILD = @RPMBUILD@
275 RPMBUILD_VERSION = @RPMBUILD_VERSION@
276 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
277 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
278 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
279 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
280 RPM_SPEC_DIR = @RPM_SPEC_DIR@
281 RPM_VERSION = @RPM_VERSION@
282 SED = @SED@
283 SET_MAKE = @SET_MAKE@
284 SHELL = @SHELL@
285 SPL_CONFIG = @SPL_CONFIG@
286 SPL_META_ALIAS = @SPL_META_ALIAS@
287 SPL_META_AUTHOR = @SPL_META_AUTHOR@
288 SPL_META_DATA = @SPL_META_DATA@
289 SPL_META_LICENSE = @SPL_META_LICENSE@
290 SPL_META_LT_AGE = @SPL_META_LT_AGE@
291 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
292 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
293 SPL_META_NAME = @SPL_META_NAME@
294 SPL_META_RELEASE = @SPL_META_RELEASE@
295 SPL_META_VERSION = @SPL_META_VERSION@
296 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
297 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
298 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
299 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
300 STRIP = @STRIP@
301 VENDOR = @VENDOR@
302 VERSION = @VERSION@
303 abs_builddir = @abs_builddir@
304 abs_srcdir = @abs_srcdir@
305 abs_top_builddir = @abs_top_builddir@
306 abs_top_srcdir = @abs_top_srcdir@
307 ac_ct_AR = @ac_ct_AR@
308 ac_ct_CC = @ac_ct_CC@
309 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
310 am__include = @am__include@
311 am__leading_dot = @am__leading_dot@
312 am__quote = @am__quote@
313 am__tar = @am__tar@
314 am__untar = @am__untar@
315 bindir = @bindir@
316 build = @build@
317 build_alias = @build_alias@
318 build_cpu = @build_cpu@
319 build_os = @build_os@
320 build_vendor = @build_vendor@
321 builddir = @builddir@
322 datadir = @datadir@
323 datarootdir = @datarootdir@
324 docdir = @docdir@
325 dvidir = @dvidir@
326 exec_prefix = @exec_prefix@
327 host = @host@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
330 host_os = @host_os@
331 host_vendor = @host_vendor@
332 htmldir = @htmldir@
333 includedir = @includedir@
334 infodir = @infodir@
335 install_sh = @install_sh@
336 libdir = @libdir@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 runstatedir = @runstatedir@
348 sbindir = @sbindir@
349 sharedstatedir = @sharedstatedir@
350 srcdir = @srcdir@
351 sysconfdir = @sysconfdir@
352 target = @target@
353 target_alias = @target_alias@
354 target_cpu = @target_cpu@
355 target_os = @target_os@
356 target_vendor = @target_vendor@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360 DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h \
361 -I$(top_srcdir)/lib
362 AM_LIBTOOLFLAGS = --silent
363 AM_CPPFLAGS = -D__USE_LARGEFILE64
364 AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing \
365 ${DEBUG_CFLAGS}
366 splat_SOURCES = splat.c
367 splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
368 EXTRA_DIST = splat.h
369 all: all-am
370
371 .SUFFIXES:
372 .SUFFIXES: .c .lo .o .obj
373 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
374 @for dep in $?; do \
375 case '$(am__configure_deps)' in \
376 *$$dep*) \
377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378 && { if test -f $@; then exit 0; else break; fi; }; \
379 exit 1;; \
380 esac; \
381 done; \
382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
383 $(am__cd) $(top_srcdir) && \
384 $(AUTOMAKE) --gnu cmd/Makefile
385 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 @case '$?' in \
387 *config.status*) \
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389 *) \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392 esac;
393 $(top_srcdir)/config/Rules.am $(am__empty):
394
395 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
398 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(am__aclocal_m4_deps):
403 install-sbinPROGRAMS: $(sbin_PROGRAMS)
404 @$(NORMAL_INSTALL)
405 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
406 if test -n "$$list"; then \
407 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
408 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
409 fi; \
410 for p in $$list; do echo "$$p $$p"; done | \
411 sed 's/$(EXEEXT)$$//' | \
412 while read p p1; do if test -f $$p \
413 || test -f $$p1 \
414 ; then echo "$$p"; echo "$$p"; else :; fi; \
415 done | \
416 sed -e 'p;s,.*/,,;n;h' \
417 -e 's|.*|.|' \
418 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
419 sed 'N;N;N;s,\n, ,g' | \
420 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
421 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
422 if ($$2 == $$4) files[d] = files[d] " " $$1; \
423 else { print "f", $$3 "/" $$4, $$1; } } \
424 END { for (d in files) print "f", d, files[d] }' | \
425 while read type dir files; do \
426 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
427 test -z "$$files" || { \
428 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
429 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
430 } \
431 ; done
432
433 uninstall-sbinPROGRAMS:
434 @$(NORMAL_UNINSTALL)
435 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
436 files=`for p in $$list; do echo "$$p"; done | \
437 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
438 -e 's/$$/$(EXEEXT)/' \
439 `; \
440 test -n "$$list" || exit 0; \
441 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
442 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
443
444 clean-sbinPROGRAMS:
445 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
446 echo " rm -f" $$list; \
447 rm -f $$list || exit $$?; \
448 test -n "$(EXEEXT)" || exit 0; \
449 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
450 echo " rm -f" $$list; \
451 rm -f $$list
452
453 splat$(EXEEXT): $(splat_OBJECTS) $(splat_DEPENDENCIES) $(EXTRA_splat_DEPENDENCIES)
454 @rm -f splat$(EXEEXT)
455 $(AM_V_CCLD)$(splat_LINK) $(splat_OBJECTS) $(splat_LDADD) $(LIBS)
456
457 mostlyclean-compile:
458 -rm -f *.$(OBJEXT)
459
460 distclean-compile:
461 -rm -f *.tab.c
462
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splat.Po@am__quote@
464
465 .c.o:
466 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
471
472 .c.obj:
473 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
474 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
478
479 .c.lo:
480 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
485
486 mostlyclean-libtool:
487 -rm -f *.lo
488
489 clean-libtool:
490 -rm -rf .libs _libs
491
492 ID: $(am__tagged_files)
493 $(am__define_uniq_tagged_files); mkid -fID $$unique
494 tags: tags-am
495 TAGS: tags
496
497 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
498 set x; \
499 here=`pwd`; \
500 $(am__define_uniq_tagged_files); \
501 shift; \
502 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
503 test -n "$$unique" || unique=$$empty_fix; \
504 if test $$# -gt 0; then \
505 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506 "$$@" $$unique; \
507 else \
508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509 $$unique; \
510 fi; \
511 fi
512 ctags: ctags-am
513
514 CTAGS: ctags
515 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
516 $(am__define_uniq_tagged_files); \
517 test -z "$(CTAGS_ARGS)$$unique" \
518 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519 $$unique
520
521 GTAGS:
522 here=`$(am__cd) $(top_builddir) && pwd` \
523 && $(am__cd) $(top_srcdir) \
524 && gtags -i $(GTAGS_ARGS) "$$here"
525 cscopelist: cscopelist-am
526
527 cscopelist-am: $(am__tagged_files)
528 list='$(am__tagged_files)'; \
529 case "$(srcdir)" in \
530 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
531 *) sdir=$(subdir)/$(srcdir) ;; \
532 esac; \
533 for i in $$list; do \
534 if test -f "$$i"; then \
535 echo "$(subdir)/$$i"; \
536 else \
537 echo "$$sdir/$$i"; \
538 fi; \
539 done >> $(top_builddir)/cscope.files
540
541 distclean-tags:
542 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
544 distdir: $(DISTFILES)
545 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547 list='$(DISTFILES)'; \
548 dist_files=`for file in $$list; do echo $$file; done | \
549 sed -e "s|^$$srcdirstrip/||;t" \
550 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
551 case $$dist_files in \
552 */*) $(MKDIR_P) `echo "$$dist_files" | \
553 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
554 sort -u` ;; \
555 esac; \
556 for file in $$dist_files; do \
557 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558 if test -d $$d/$$file; then \
559 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
560 if test -d "$(distdir)/$$file"; then \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
564 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
565 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566 fi; \
567 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
568 else \
569 test -f "$(distdir)/$$file" \
570 || cp -p $$d/$$file "$(distdir)/$$file" \
571 || exit 1; \
572 fi; \
573 done
574 check-am: all-am
575 check: check-am
576 all-am: Makefile $(PROGRAMS)
577 installdirs:
578 for dir in "$(DESTDIR)$(sbindir)"; do \
579 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
580 done
581 install: install-am
582 install-exec: install-exec-am
583 install-data: install-data-am
584 uninstall: uninstall-am
585
586 install-am: all-am
587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
589 installcheck: installcheck-am
590 install-strip:
591 if test -z '$(STRIP)'; then \
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594 install; \
595 else \
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
599 fi
600 mostlyclean-generic:
601
602 clean-generic:
603
604 distclean-generic:
605 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
607
608 maintainer-clean-generic:
609 @echo "This command is intended for maintainers to use"
610 @echo "it deletes files that may require special tools to rebuild."
611 clean: clean-am
612
613 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
614 mostlyclean-am
615
616 distclean: distclean-am
617 -rm -rf ./$(DEPDIR)
618 -rm -f Makefile
619 distclean-am: clean-am distclean-compile distclean-generic \
620 distclean-tags
621
622 dvi: dvi-am
623
624 dvi-am:
625
626 html: html-am
627
628 html-am:
629
630 info: info-am
631
632 info-am:
633
634 install-data-am:
635
636 install-dvi: install-dvi-am
637
638 install-dvi-am:
639
640 install-exec-am: install-sbinPROGRAMS
641
642 install-html: install-html-am
643
644 install-html-am:
645
646 install-info: install-info-am
647
648 install-info-am:
649
650 install-man:
651
652 install-pdf: install-pdf-am
653
654 install-pdf-am:
655
656 install-ps: install-ps-am
657
658 install-ps-am:
659
660 installcheck-am:
661
662 maintainer-clean: maintainer-clean-am
663 -rm -rf ./$(DEPDIR)
664 -rm -f Makefile
665 maintainer-clean-am: distclean-am maintainer-clean-generic
666
667 mostlyclean: mostlyclean-am
668
669 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
670 mostlyclean-libtool
671
672 pdf: pdf-am
673
674 pdf-am:
675
676 ps: ps-am
677
678 ps-am:
679
680 uninstall-am: uninstall-sbinPROGRAMS
681
682 .MAKE: install-am install-strip
683
684 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
685 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
686 distclean distclean-compile distclean-generic \
687 distclean-libtool distclean-tags distdir dvi dvi-am html \
688 html-am info info-am install install-am install-data \
689 install-data-am install-dvi install-dvi-am install-exec \
690 install-exec-am install-html install-html-am install-info \
691 install-info-am install-man install-pdf install-pdf-am \
692 install-ps install-ps-am install-sbinPROGRAMS install-strip \
693 installcheck installcheck-am installdirs maintainer-clean \
694 maintainer-clean-generic mostlyclean mostlyclean-compile \
695 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
696 tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
697
698 .PRECIOUS: Makefile
699
700
701 # Tell versions [3.59,3.63) of GNU make to not export all variables.
702 # Otherwise a system limit (for SysV at least) may be exceeded.
703 .NOEXPORT: