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