]> git.proxmox.com Git - mirror_spl-debian.git/blob - cmd/Makefile.in
5b7ef88dfd83028f73172d71e701b74c1f0b27c2
[mirror_spl-debian.git] / 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 sbindir = @sbindir@
348 sharedstatedir = @sharedstatedir@
349 srcdir = @srcdir@
350 sysconfdir = @sysconfdir@
351 target = @target@
352 target_alias = @target_alias@
353 target_cpu = @target_cpu@
354 target_os = @target_os@
355 target_vendor = @target_vendor@
356 top_build_prefix = @top_build_prefix@
357 top_builddir = @top_builddir@
358 top_srcdir = @top_srcdir@
359 DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h \
360 -I$(top_srcdir)/lib
361 AM_LIBTOOLFLAGS = --silent
362 AM_CPPFLAGS = -D__USE_LARGEFILE64
363 AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing \
364 ${DEBUG_CFLAGS}
365 splat_SOURCES = splat.c
366 splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
367 EXTRA_DIST = splat.h
368 all: all-am
369
370 .SUFFIXES:
371 .SUFFIXES: .c .lo .o .obj
372 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
373 @for dep in $?; do \
374 case '$(am__configure_deps)' in \
375 *$$dep*) \
376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377 && { if test -f $@; then exit 0; else break; fi; }; \
378 exit 1;; \
379 esac; \
380 done; \
381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
382 $(am__cd) $(top_srcdir) && \
383 $(AUTOMAKE) --gnu cmd/Makefile
384 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385 @case '$?' in \
386 *config.status*) \
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388 *) \
389 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
390 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
391 esac;
392 $(top_srcdir)/config/Rules.am $(am__empty):
393
394 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
397 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401 $(am__aclocal_m4_deps):
402 install-sbinPROGRAMS: $(sbin_PROGRAMS)
403 @$(NORMAL_INSTALL)
404 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
405 if test -n "$$list"; then \
406 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
407 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
408 fi; \
409 for p in $$list; do echo "$$p $$p"; done | \
410 sed 's/$(EXEEXT)$$//' | \
411 while read p p1; do if test -f $$p \
412 || test -f $$p1 \
413 ; then echo "$$p"; echo "$$p"; else :; fi; \
414 done | \
415 sed -e 'p;s,.*/,,;n;h' \
416 -e 's|.*|.|' \
417 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
418 sed 'N;N;N;s,\n, ,g' | \
419 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
421 if ($$2 == $$4) files[d] = files[d] " " $$1; \
422 else { print "f", $$3 "/" $$4, $$1; } } \
423 END { for (d in files) print "f", d, files[d] }' | \
424 while read type dir files; do \
425 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
426 test -z "$$files" || { \
427 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
428 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
429 } \
430 ; done
431
432 uninstall-sbinPROGRAMS:
433 @$(NORMAL_UNINSTALL)
434 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
435 files=`for p in $$list; do echo "$$p"; done | \
436 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
437 -e 's/$$/$(EXEEXT)/' \
438 `; \
439 test -n "$$list" || exit 0; \
440 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
441 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
442
443 clean-sbinPROGRAMS:
444 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
445 echo " rm -f" $$list; \
446 rm -f $$list || exit $$?; \
447 test -n "$(EXEEXT)" || exit 0; \
448 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449 echo " rm -f" $$list; \
450 rm -f $$list
451
452 splat$(EXEEXT): $(splat_OBJECTS) $(splat_DEPENDENCIES) $(EXTRA_splat_DEPENDENCIES)
453 @rm -f splat$(EXEEXT)
454 $(AM_V_CCLD)$(splat_LINK) $(splat_OBJECTS) $(splat_LDADD) $(LIBS)
455
456 mostlyclean-compile:
457 -rm -f *.$(OBJEXT)
458
459 distclean-compile:
460 -rm -f *.tab.c
461
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splat.Po@am__quote@
463
464 .c.o:
465 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
470
471 .c.obj:
472 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
473 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
477
478 .c.lo:
479 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
484
485 mostlyclean-libtool:
486 -rm -f *.lo
487
488 clean-libtool:
489 -rm -rf .libs _libs
490
491 ID: $(am__tagged_files)
492 $(am__define_uniq_tagged_files); mkid -fID $$unique
493 tags: tags-am
494 TAGS: tags
495
496 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497 set x; \
498 here=`pwd`; \
499 $(am__define_uniq_tagged_files); \
500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
510 fi
511 ctags: ctags-am
512
513 CTAGS: ctags
514 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515 $(am__define_uniq_tagged_files); \
516 test -z "$(CTAGS_ARGS)$$unique" \
517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518 $$unique
519
520 GTAGS:
521 here=`$(am__cd) $(top_builddir) && pwd` \
522 && $(am__cd) $(top_srcdir) \
523 && gtags -i $(GTAGS_ARGS) "$$here"
524 cscopelist: cscopelist-am
525
526 cscopelist-am: $(am__tagged_files)
527 list='$(am__tagged_files)'; \
528 case "$(srcdir)" in \
529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530 *) sdir=$(subdir)/$(srcdir) ;; \
531 esac; \
532 for i in $$list; do \
533 if test -f "$$i"; then \
534 echo "$(subdir)/$$i"; \
535 else \
536 echo "$$sdir/$$i"; \
537 fi; \
538 done >> $(top_builddir)/cscope.files
539
540 distclean-tags:
541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
543 distdir: $(DISTFILES)
544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 list='$(DISTFILES)'; \
547 dist_files=`for file in $$list; do echo $$file; done | \
548 sed -e "s|^$$srcdirstrip/||;t" \
549 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550 case $$dist_files in \
551 */*) $(MKDIR_P) `echo "$$dist_files" | \
552 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553 sort -u` ;; \
554 esac; \
555 for file in $$dist_files; do \
556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557 if test -d $$d/$$file; then \
558 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
559 if test -d "$(distdir)/$$file"; then \
560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 fi; \
562 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
563 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565 fi; \
566 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
567 else \
568 test -f "$(distdir)/$$file" \
569 || cp -p $$d/$$file "$(distdir)/$$file" \
570 || exit 1; \
571 fi; \
572 done
573 check-am: all-am
574 check: check-am
575 all-am: Makefile $(PROGRAMS)
576 installdirs:
577 for dir in "$(DESTDIR)$(sbindir)"; do \
578 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579 done
580 install: install-am
581 install-exec: install-exec-am
582 install-data: install-data-am
583 uninstall: uninstall-am
584
585 install-am: all-am
586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588 installcheck: installcheck-am
589 install-strip:
590 if test -z '$(STRIP)'; then \
591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593 install; \
594 else \
595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598 fi
599 mostlyclean-generic:
600
601 clean-generic:
602
603 distclean-generic:
604 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607 maintainer-clean-generic:
608 @echo "This command is intended for maintainers to use"
609 @echo "it deletes files that may require special tools to rebuild."
610 clean: clean-am
611
612 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
613 mostlyclean-am
614
615 distclean: distclean-am
616 -rm -rf ./$(DEPDIR)
617 -rm -f Makefile
618 distclean-am: clean-am distclean-compile distclean-generic \
619 distclean-tags
620
621 dvi: dvi-am
622
623 dvi-am:
624
625 html: html-am
626
627 html-am:
628
629 info: info-am
630
631 info-am:
632
633 install-data-am:
634
635 install-dvi: install-dvi-am
636
637 install-dvi-am:
638
639 install-exec-am: install-sbinPROGRAMS
640
641 install-html: install-html-am
642
643 install-html-am:
644
645 install-info: install-info-am
646
647 install-info-am:
648
649 install-man:
650
651 install-pdf: install-pdf-am
652
653 install-pdf-am:
654
655 install-ps: install-ps-am
656
657 install-ps-am:
658
659 installcheck-am:
660
661 maintainer-clean: maintainer-clean-am
662 -rm -rf ./$(DEPDIR)
663 -rm -f Makefile
664 maintainer-clean-am: distclean-am maintainer-clean-generic
665
666 mostlyclean: mostlyclean-am
667
668 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
669 mostlyclean-libtool
670
671 pdf: pdf-am
672
673 pdf-am:
674
675 ps: ps-am
676
677 ps-am:
678
679 uninstall-am: uninstall-sbinPROGRAMS
680
681 .MAKE: install-am install-strip
682
683 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
684 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
685 distclean distclean-compile distclean-generic \
686 distclean-libtool distclean-tags distdir dvi dvi-am html \
687 html-am info info-am install install-am install-data \
688 install-data-am install-dvi install-dvi-am install-exec \
689 install-exec-am install-html install-html-am install-info \
690 install-info-am install-man install-pdf install-pdf-am \
691 install-ps install-ps-am install-sbinPROGRAMS install-strip \
692 installcheck installcheck-am installdirs maintainer-clean \
693 maintainer-clean-generic mostlyclean mostlyclean-compile \
694 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
695 tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
696
697 .PRECIOUS: Makefile
698
699
700 # Tell versions [3.59,3.63) of GNU make to not export all variables.
701 # Otherwise a system limit (for SysV at least) may be exceeded.
702 .NOEXPORT: