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