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