]> git.proxmox.com Git - mirror_spl-debian.git/blob - cmd/Makefile.in
Public Release Prep
[mirror_spl-debian.git] / cmd / Makefile.in
1 # Makefile.in generated by automake 1.11 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 ###############################################################################
19 # Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
20 # Copyright (C) 2007 The Regents of the University of California.
21 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
22 ###############################################################################
23 # Common rules for user space components.
24 ###############################################################################
25
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkglibexecdir = $(libexecdir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 target_triplet = @target@
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47 $(top_srcdir)/config/Rules.am
48 sbin_PROGRAMS = spl$(EXEEXT) splat$(EXEEXT)
49 subdir = cmd
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/config/spl-build.m4 \
52 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/spl_config.h
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 am__installdirs = "$(DESTDIR)$(sbindir)"
60 PROGRAMS = $(sbin_PROGRAMS)
61 am_spl_OBJECTS = spl.$(OBJEXT)
62 spl_OBJECTS = $(am_spl_OBJECTS)
63 spl_LDADD = $(LDADD)
64 AM_V_lt = $(am__v_lt_$(V))
65 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
66 am__v_lt_0 = --silent
67 am_splat_OBJECTS = splat.$(OBJEXT)
68 splat_OBJECTS = $(am_splat_OBJECTS)
69 splat_LDADD = $(LDADD)
70 splat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
71 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72 $(splat_LDFLAGS) $(LDFLAGS) -o $@
73 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
74 am__depfiles_maybe = depfiles
75 am__mv = mv -f
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
79 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
80 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
81 $(AM_CFLAGS) $(CFLAGS)
82 AM_V_CC = $(am__v_CC_$(V))
83 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
84 am__v_CC_0 = @echo " CC " $@;
85 AM_V_at = $(am__v_at_$(V))
86 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
87 am__v_at_0 = @
88 CCLD = $(CC)
89 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
90 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
91 $(AM_LDFLAGS) $(LDFLAGS) -o $@
92 AM_V_CCLD = $(am__v_CCLD_$(V))
93 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
94 am__v_CCLD_0 = @echo " CCLD " $@;
95 AM_V_GEN = $(am__v_GEN_$(V))
96 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
97 am__v_GEN_0 = @echo " GEN " $@;
98 SOURCES = $(spl_SOURCES) $(splat_SOURCES)
99 DIST_SOURCES = $(spl_SOURCES) $(splat_SOURCES)
100 ETAGS = etags
101 CTAGS = ctags
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 ACLOCAL = @ACLOCAL@
104 AMTAR = @AMTAR@
105 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CFLAGS = @CFLAGS@
114 CPP = @CPP@
115 CPPFLAGS = @CPPFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 KERNELCPPFLAGS = @KERNELCPPFLAGS@
134 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
135 LD = @LD@
136 LDFLAGS = @LDFLAGS@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LIBTOOL = @LIBTOOL@
140 LICENSE = @LICENSE@
141 LINUX = @LINUX@
142 LINUX_OBJ = @LINUX_OBJ@
143 LINUX_SYMBOLS = @LINUX_SYMBOLS@
144 LINUX_VERSION = @LINUX_VERSION@
145 LIPO = @LIPO@
146 LN_S = @LN_S@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAINT = @MAINT@
149 MAKEINFO = @MAKEINFO@
150 MKDIR_P = @MKDIR_P@
151 NM = @NM@
152 NMEDIT = @NMEDIT@
153 OBJDUMP = @OBJDUMP@
154 OBJEXT = @OBJEXT@
155 OTOOL = @OTOOL@
156 OTOOL64 = @OTOOL64@
157 PACKAGE = @PACKAGE@
158 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159 PACKAGE_NAME = @PACKAGE_NAME@
160 PACKAGE_STRING = @PACKAGE_STRING@
161 PACKAGE_TARNAME = @PACKAGE_TARNAME@
162 PACKAGE_VERSION = @PACKAGE_VERSION@
163 PATH_SEPARATOR = @PATH_SEPARATOR@
164 RANLIB = @RANLIB@
165 SED = @SED@
166 SET_MAKE = @SET_MAKE@
167 SHELL = @SHELL@
168 SPL_CONFIG = @SPL_CONFIG@
169 SPL_META_ALIAS = @SPL_META_ALIAS@
170 SPL_META_AUTHOR = @SPL_META_AUTHOR@
171 SPL_META_DATA = @SPL_META_DATA@
172 SPL_META_LT_AGE = @SPL_META_LT_AGE@
173 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
174 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
175 SPL_META_NAME = @SPL_META_NAME@
176 SPL_META_RELEASE = @SPL_META_RELEASE@
177 SPL_META_VERSION = @SPL_META_VERSION@
178 STRIP = @STRIP@
179 VERSION = @VERSION@
180 abs_builddir = @abs_builddir@
181 abs_srcdir = @abs_srcdir@
182 abs_top_builddir = @abs_top_builddir@
183 abs_top_srcdir = @abs_top_srcdir@
184 ac_ct_CC = @ac_ct_CC@
185 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
186 am__include = @am__include@
187 am__leading_dot = @am__leading_dot@
188 am__quote = @am__quote@
189 am__tar = @am__tar@
190 am__untar = @am__untar@
191 bindir = @bindir@
192 build = @build@
193 build_alias = @build_alias@
194 build_cpu = @build_cpu@
195 build_os = @build_os@
196 build_vendor = @build_vendor@
197 builddir = @builddir@
198 datadir = @datadir@
199 datarootdir = @datarootdir@
200 docdir = @docdir@
201 dvidir = @dvidir@
202 exec_prefix = @exec_prefix@
203 host = @host@
204 host_alias = @host_alias@
205 host_cpu = @host_cpu@
206 host_os = @host_os@
207 host_vendor = @host_vendor@
208 htmldir = @htmldir@
209 includedir = @includedir@
210 infodir = @infodir@
211 install_sh = @install_sh@
212 libdir = @libdir@
213 libexecdir = @libexecdir@
214 localedir = @localedir@
215 localstatedir = @localstatedir@
216 lt_ECHO = @lt_ECHO@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 srcdir = @srcdir@
227 sysconfdir = @sysconfdir@
228 target = @target@
229 target_alias = @target_alias@
230 target_cpu = @target_cpu@
231 target_os = @target_os@
232 target_vendor = @target_vendor@
233 top_build_prefix = @top_build_prefix@
234 top_builddir = @top_builddir@
235 top_srcdir = @top_srcdir@
236 DEFAULT_INCLUDES = -include ${top_srcdir}/spl_config.h \
237 -I${top_srcdir}/lib
238 AM_LIBTOOLFLAGS = --silent
239 AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow \
240 -D__USE_LARGEFILE64
241 spl_SOURCES = spl.c
242 splat_SOURCES = splat.c
243 splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
244 EXTRA_DIST = splat.h
245 all: all-am
246
247 .SUFFIXES:
248 .SUFFIXES: .c .lo .o .obj
249 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
250 @for dep in $?; do \
251 case '$(am__configure_deps)' in \
252 *$$dep*) \
253 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
254 && { if test -f $@; then exit 0; else break; fi; }; \
255 exit 1;; \
256 esac; \
257 done; \
258 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
259 $(am__cd) $(top_srcdir) && \
260 $(AUTOMAKE) --gnu cmd/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263 @case '$?' in \
264 *config.status*) \
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269 esac;
270
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 $(am__aclocal_m4_deps):
279 install-sbinPROGRAMS: $(sbin_PROGRAMS)
280 @$(NORMAL_INSTALL)
281 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
282 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
283 for p in $$list; do echo "$$p $$p"; done | \
284 sed 's/$(EXEEXT)$$//' | \
285 while read p p1; do if test -f $$p || test -f $$p1; \
286 then echo "$$p"; echo "$$p"; else :; fi; \
287 done | \
288 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
289 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
290 sed 'N;N;N;s,\n, ,g' | \
291 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
292 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
293 if ($$2 == $$4) files[d] = files[d] " " $$1; \
294 else { print "f", $$3 "/" $$4, $$1; } } \
295 END { for (d in files) print "f", d, files[d] }' | \
296 while read type dir files; do \
297 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
298 test -z "$$files" || { \
299 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
300 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
301 } \
302 ; done
303
304 uninstall-sbinPROGRAMS:
305 @$(NORMAL_UNINSTALL)
306 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
307 files=`for p in $$list; do echo "$$p"; done | \
308 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
309 -e 's/$$/$(EXEEXT)/' `; \
310 test -n "$$list" || exit 0; \
311 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
312 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
313
314 clean-sbinPROGRAMS:
315 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
316 echo " rm -f" $$list; \
317 rm -f $$list || exit $$?; \
318 test -n "$(EXEEXT)" || exit 0; \
319 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
320 echo " rm -f" $$list; \
321 rm -f $$list
322 spl$(EXEEXT): $(spl_OBJECTS) $(spl_DEPENDENCIES)
323 @rm -f spl$(EXEEXT)
324 $(AM_V_CCLD)$(LINK) $(spl_OBJECTS) $(spl_LDADD) $(LIBS)
325 splat$(EXEEXT): $(splat_OBJECTS) $(splat_DEPENDENCIES)
326 @rm -f splat$(EXEEXT)
327 $(AM_V_CCLD)$(splat_LINK) $(splat_OBJECTS) $(splat_LDADD) $(LIBS)
328
329 mostlyclean-compile:
330 -rm -f *.$(OBJEXT)
331
332 distclean-compile:
333 -rm -f *.tab.c
334
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spl.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splat.Po@am__quote@
337
338 .c.o:
339 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
345
346 .c.obj:
347 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
348 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
353
354 .c.lo:
355 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
357 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
361
362 mostlyclean-libtool:
363 -rm -f *.lo
364
365 clean-libtool:
366 -rm -rf .libs _libs
367
368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 mkid -fID $$unique
376 tags: TAGS
377
378 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 set x; \
381 here=`pwd`; \
382 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383 unique=`for i in $$list; do \
384 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385 done | \
386 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387 END { if (nonempty) { for (i in files) print i; }; }'`; \
388 shift; \
389 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390 test -n "$$unique" || unique=$$empty_fix; \
391 if test $$# -gt 0; then \
392 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393 "$$@" $$unique; \
394 else \
395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396 $$unique; \
397 fi; \
398 fi
399 ctags: CTAGS
400 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
401 $(TAGS_FILES) $(LISP)
402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403 unique=`for i in $$list; do \
404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405 done | \
406 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407 END { if (nonempty) { for (i in files) print i; }; }'`; \
408 test -z "$(CTAGS_ARGS)$$unique" \
409 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410 $$unique
411
412 GTAGS:
413 here=`$(am__cd) $(top_builddir) && pwd` \
414 && $(am__cd) $(top_srcdir) \
415 && gtags -i $(GTAGS_ARGS) "$$here"
416
417 distclean-tags:
418 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420 distdir: $(DISTFILES)
421 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423 list='$(DISTFILES)'; \
424 dist_files=`for file in $$list; do echo $$file; done | \
425 sed -e "s|^$$srcdirstrip/||;t" \
426 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427 case $$dist_files in \
428 */*) $(MKDIR_P) `echo "$$dist_files" | \
429 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430 sort -u` ;; \
431 esac; \
432 for file in $$dist_files; do \
433 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434 if test -d $$d/$$file; then \
435 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436 if test -d "$(distdir)/$$file"; then \
437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438 fi; \
439 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442 fi; \
443 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444 else \
445 test -f "$(distdir)/$$file" \
446 || cp -p $$d/$$file "$(distdir)/$$file" \
447 || exit 1; \
448 fi; \
449 done
450 check-am: all-am
451 check: check-am
452 all-am: Makefile $(PROGRAMS)
453 installdirs:
454 for dir in "$(DESTDIR)$(sbindir)"; do \
455 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456 done
457 install: install-am
458 install-exec: install-exec-am
459 install-data: install-data-am
460 uninstall: uninstall-am
461
462 install-am: all-am
463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465 installcheck: installcheck-am
466 install-strip:
467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469 `test -z '$(STRIP)' || \
470 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471 mostlyclean-generic:
472
473 clean-generic:
474
475 distclean-generic:
476 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
479 maintainer-clean-generic:
480 @echo "This command is intended for maintainers to use"
481 @echo "it deletes files that may require special tools to rebuild."
482 clean: clean-am
483
484 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
485 mostlyclean-am
486
487 distclean: distclean-am
488 -rm -rf ./$(DEPDIR)
489 -rm -f Makefile
490 distclean-am: clean-am distclean-compile distclean-generic \
491 distclean-tags
492
493 dvi: dvi-am
494
495 dvi-am:
496
497 html: html-am
498
499 html-am:
500
501 info: info-am
502
503 info-am:
504
505 install-data-am:
506
507 install-dvi: install-dvi-am
508
509 install-dvi-am:
510
511 install-exec-am: install-sbinPROGRAMS
512
513 install-html: install-html-am
514
515 install-html-am:
516
517 install-info: install-info-am
518
519 install-info-am:
520
521 install-man:
522
523 install-pdf: install-pdf-am
524
525 install-pdf-am:
526
527 install-ps: install-ps-am
528
529 install-ps-am:
530
531 installcheck-am:
532
533 maintainer-clean: maintainer-clean-am
534 -rm -rf ./$(DEPDIR)
535 -rm -f Makefile
536 maintainer-clean-am: distclean-am maintainer-clean-generic
537
538 mostlyclean: mostlyclean-am
539
540 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
541 mostlyclean-libtool
542
543 pdf: pdf-am
544
545 pdf-am:
546
547 ps: ps-am
548
549 ps-am:
550
551 uninstall-am: uninstall-sbinPROGRAMS
552
553 .MAKE: install-am install-strip
554
555 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
556 clean-libtool clean-sbinPROGRAMS ctags distclean \
557 distclean-compile distclean-generic distclean-libtool \
558 distclean-tags distdir dvi dvi-am html html-am info info-am \
559 install install-am install-data install-data-am install-dvi \
560 install-dvi-am install-exec install-exec-am install-html \
561 install-html-am install-info install-info-am install-man \
562 install-pdf install-pdf-am install-ps install-ps-am \
563 install-sbinPROGRAMS install-strip installcheck \
564 installcheck-am installdirs maintainer-clean \
565 maintainer-clean-generic mostlyclean mostlyclean-compile \
566 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
567 tags uninstall uninstall-am uninstall-sbinPROGRAMS
568
569
570 # Tell versions [3.59,3.63) of GNU make to not export all variables.
571 # Otherwise a system limit (for SysV at least) may be exceeded.
572 .NOEXPORT: