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