]> git.proxmox.com Git - mirror_spl-debian.git/blob - cmd/Makefile.in
Packaging improvements for RHEL and SLES (part 2)
[mirror_spl-debian.git] / cmd / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41 $(top_srcdir)/config/Rules.am
42 sbin_PROGRAMS = spl$(EXEEXT) splat$(EXEEXT)
43 subdir = cmd
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/config/spl-build.m4 \
46 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/spl_config.h
51 CONFIG_CLEAN_FILES =
52 am__installdirs = "$(DESTDIR)$(sbindir)"
53 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54 PROGRAMS = $(sbin_PROGRAMS)
55 am_spl_OBJECTS = spl.$(OBJEXT)
56 spl_OBJECTS = $(am_spl_OBJECTS)
57 spl_LDADD = $(LDADD)
58 am_splat_OBJECTS = splat.$(OBJEXT)
59 splat_OBJECTS = $(am_splat_OBJECTS)
60 splat_LDADD = $(LDADD)
61 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
62 am__depfiles_maybe = depfiles
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
66 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67 $(AM_CFLAGS) $(CFLAGS)
68 CCLD = $(CC)
69 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70 $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 SOURCES = $(spl_SOURCES) $(splat_SOURCES)
72 DIST_SOURCES = $(spl_SOURCES) $(splat_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMDEP_FALSE = @AMDEP_FALSE@
78 AMDEP_TRUE = @AMDEP_TRUE@
79 AMTAR = @AMTAR@
80 AR = @AR@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCDEPMODE = @CCDEPMODE@
87 CFLAGS = @CFLAGS@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CXX = @CXX@
91 CXXCPP = @CXXCPP@
92 CXXDEPMODE = @CXXDEPMODE@
93 CXXFLAGS = @CXXFLAGS@
94 CYGPATH_W = @CYGPATH_W@
95 DEFS = @DEFS@
96 DEPDIR = @DEPDIR@
97 ECHO = @ECHO@
98 ECHO_C = @ECHO_C@
99 ECHO_N = @ECHO_N@
100 ECHO_T = @ECHO_T@
101 EGREP = @EGREP@
102 EXEEXT = @EXEEXT@
103 F77 = @F77@
104 FFLAGS = @FFLAGS@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 KERNELCFLAGS = @KERNELCFLAGS@
110 KERNELCPPFLAGS = @KERNELCPPFLAGS@
111 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LIBTOOL = @LIBTOOL@
116 LINUX = @LINUX@
117 LINUX_OBJ = @LINUX_OBJ@
118 LINUX_SYMBOLS = @LINUX_SYMBOLS@
119 LINUX_VERSION = @LINUX_VERSION@
120 LN_S = @LN_S@
121 LTLIBOBJS = @LTLIBOBJS@
122 MAINT = @MAINT@
123 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
124 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
125 MAKEINFO = @MAKEINFO@
126 OBJEXT = @OBJEXT@
127 PACKAGE = @PACKAGE@
128 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129 PACKAGE_NAME = @PACKAGE_NAME@
130 PACKAGE_STRING = @PACKAGE_STRING@
131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_VERSION = @PACKAGE_VERSION@
133 PATH_SEPARATOR = @PATH_SEPARATOR@
134 RANLIB = @RANLIB@
135 SED = @SED@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 SPL_META_ALIAS = @SPL_META_ALIAS@
139 SPL_META_AUTHOR = @SPL_META_AUTHOR@
140 SPL_META_DATA = @SPL_META_DATA@
141 SPL_META_LT_AGE = @SPL_META_LT_AGE@
142 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
143 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
144 SPL_META_NAME = @SPL_META_NAME@
145 SPL_META_RELEASE = @SPL_META_RELEASE@
146 SPL_META_VERSION = @SPL_META_VERSION@
147 STRIP = @STRIP@
148 VERSION = @VERSION@
149 ac_ct_AR = @ac_ct_AR@
150 ac_ct_CC = @ac_ct_CC@
151 ac_ct_CXX = @ac_ct_CXX@
152 ac_ct_F77 = @ac_ct_F77@
153 ac_ct_RANLIB = @ac_ct_RANLIB@
154 ac_ct_STRIP = @ac_ct_STRIP@
155 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
158 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
159 am__include = @am__include@
160 am__leading_dot = @am__leading_dot@
161 am__quote = @am__quote@
162 am__tar = @am__tar@
163 am__untar = @am__untar@
164 bindir = @bindir@
165 build = @build@
166 build_alias = @build_alias@
167 build_cpu = @build_cpu@
168 build_os = @build_os@
169 build_vendor = @build_vendor@
170 datadir = @datadir@
171 exec_prefix = @exec_prefix@
172 host = @host@
173 host_alias = @host_alias@
174 host_cpu = @host_cpu@
175 host_os = @host_os@
176 host_vendor = @host_vendor@
177 includedir = @includedir@
178 infodir = @infodir@
179 install_sh = @install_sh@
180 libdir = @libdir@
181 libexecdir = @libexecdir@
182 localstatedir = @localstatedir@
183 mandir = @mandir@
184 mkdir_p = @mkdir_p@
185 oldincludedir = @oldincludedir@
186 prefix = @prefix@
187 program_transform_name = @program_transform_name@
188 sbindir = @sbindir@
189 sharedstatedir = @sharedstatedir@
190 sysconfdir = @sysconfdir@
191 target = @target@
192 target_alias = @target_alias@
193 target_cpu = @target_cpu@
194 target_os = @target_os@
195 target_vendor = @target_vendor@
196 DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib
197 AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow \
198 -D__USE_LARGEFILE64
199 spl_SOURCES = spl.c
200 splat_SOURCES = splat.c
201 splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
202 EXTRA_DIST = splat.h
203 all: all-am
204
205 .SUFFIXES:
206 .SUFFIXES: .c .lo .o .obj
207 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
208 @for dep in $?; do \
209 case '$(am__configure_deps)' in \
210 *$$dep*) \
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212 && exit 0; \
213 exit 1;; \
214 esac; \
215 done; \
216 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
217 cd $(top_srcdir) && \
218 $(AUTOMAKE) --gnu cmd/Makefile
219 .PRECIOUS: Makefile
220 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221 @case '$?' in \
222 *config.status*) \
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224 *) \
225 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227 esac;
228
229 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236 install-sbinPROGRAMS: $(sbin_PROGRAMS)
237 @$(NORMAL_INSTALL)
238 test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
239 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
240 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
241 if test -f $$p \
242 || test -f $$p1 \
243 ; then \
244 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
245 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
246 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
247 else :; fi; \
248 done
249
250 uninstall-sbinPROGRAMS:
251 @$(NORMAL_UNINSTALL)
252 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
253 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
254 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
255 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
256 done
257
258 clean-sbinPROGRAMS:
259 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
260 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
261 echo " rm -f $$p $$f"; \
262 rm -f $$p $$f ; \
263 done
264 spl$(EXEEXT): $(spl_OBJECTS) $(spl_DEPENDENCIES)
265 @rm -f spl$(EXEEXT)
266 $(LINK) $(spl_LDFLAGS) $(spl_OBJECTS) $(spl_LDADD) $(LIBS)
267 splat$(EXEEXT): $(splat_OBJECTS) $(splat_DEPENDENCIES)
268 @rm -f splat$(EXEEXT)
269 $(LINK) $(splat_LDFLAGS) $(splat_OBJECTS) $(splat_LDADD) $(LIBS)
270
271 mostlyclean-compile:
272 -rm -f *.$(OBJEXT)
273
274 distclean-compile:
275 -rm -f *.tab.c
276
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spl.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splat.Po@am__quote@
279
280 .c.o:
281 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
282 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
286
287 .c.obj:
288 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
289 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
293
294 .c.lo:
295 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
296 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
297 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
300
301 mostlyclean-libtool:
302 -rm -f *.lo
303
304 clean-libtool:
305 -rm -rf .libs _libs
306
307 distclean-libtool:
308 -rm -f libtool
309 uninstall-info-am:
310
311 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 mkid -fID $$unique
319 tags: TAGS
320
321 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
322 $(TAGS_FILES) $(LISP)
323 tags=; \
324 here=`pwd`; \
325 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326 unique=`for i in $$list; do \
327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328 done | \
329 $(AWK) ' { files[$$0] = 1; } \
330 END { for (i in files) print i; }'`; \
331 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332 test -n "$$unique" || unique=$$empty_fix; \
333 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334 $$tags $$unique; \
335 fi
336 ctags: CTAGS
337 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
338 $(TAGS_FILES) $(LISP)
339 tags=; \
340 here=`pwd`; \
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
345 $(AWK) ' { files[$$0] = 1; } \
346 END { for (i in files) print i; }'`; \
347 test -z "$(CTAGS_ARGS)$$tags$$unique" \
348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349 $$tags $$unique
350
351 GTAGS:
352 here=`$(am__cd) $(top_builddir) && pwd` \
353 && cd $(top_srcdir) \
354 && gtags -i $(GTAGS_ARGS) $$here
355
356 distclean-tags:
357 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
359 distdir: $(DISTFILES)
360 $(mkdir_p) $(distdir)/../config
361 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
362 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
363 list='$(DISTFILES)'; for file in $$list; do \
364 case $$file in \
365 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
366 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
367 esac; \
368 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
369 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
370 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
371 dir="/$$dir"; \
372 $(mkdir_p) "$(distdir)$$dir"; \
373 else \
374 dir=''; \
375 fi; \
376 if test -d $$d/$$file; then \
377 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
379 fi; \
380 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
381 else \
382 test -f $(distdir)/$$file \
383 || cp -p $$d/$$file $(distdir)/$$file \
384 || exit 1; \
385 fi; \
386 done
387 check-am: all-am
388 check: check-am
389 all-am: Makefile $(PROGRAMS)
390 installdirs:
391 for dir in "$(DESTDIR)$(sbindir)"; do \
392 test -z "$$dir" || $(mkdir_p) "$$dir"; \
393 done
394 install: install-am
395 install-exec: install-exec-am
396 install-data: install-data-am
397 uninstall: uninstall-am
398
399 install-am: all-am
400 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401
402 installcheck: installcheck-am
403 install-strip:
404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
406 `test -z '$(STRIP)' || \
407 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
408 mostlyclean-generic:
409
410 clean-generic:
411
412 distclean-generic:
413 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414
415 maintainer-clean-generic:
416 @echo "This command is intended for maintainers to use"
417 @echo "it deletes files that may require special tools to rebuild."
418 clean: clean-am
419
420 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
421 mostlyclean-am
422
423 distclean: distclean-am
424 -rm -rf ./$(DEPDIR)
425 -rm -f Makefile
426 distclean-am: clean-am distclean-compile distclean-generic \
427 distclean-libtool distclean-tags
428
429 dvi: dvi-am
430
431 dvi-am:
432
433 html: html-am
434
435 info: info-am
436
437 info-am:
438
439 install-data-am:
440
441 install-exec-am: install-sbinPROGRAMS
442
443 install-info: install-info-am
444
445 install-man:
446
447 installcheck-am:
448
449 maintainer-clean: maintainer-clean-am
450 -rm -rf ./$(DEPDIR)
451 -rm -f Makefile
452 maintainer-clean-am: distclean-am maintainer-clean-generic
453
454 mostlyclean: mostlyclean-am
455
456 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
457 mostlyclean-libtool
458
459 pdf: pdf-am
460
461 pdf-am:
462
463 ps: ps-am
464
465 ps-am:
466
467 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
468
469 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
470 clean-libtool clean-sbinPROGRAMS ctags distclean \
471 distclean-compile distclean-generic distclean-libtool \
472 distclean-tags distdir dvi dvi-am html html-am info info-am \
473 install install-am install-data install-data-am install-exec \
474 install-exec-am install-info install-info-am install-man \
475 install-sbinPROGRAMS install-strip installcheck \
476 installcheck-am installdirs maintainer-clean \
477 maintainer-clean-generic mostlyclean mostlyclean-compile \
478 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
479 tags uninstall uninstall-am uninstall-info-am \
480 uninstall-sbinPROGRAMS
481
482 # Tell versions [3.59,3.63) of GNU make to not export all variables.
483 # Otherwise a system limit (for SysV at least) may be exceeded.
484 .NOEXPORT: