"Fossies" - the Fresh Open Source Software Archive 
Member "zsync-0.6.2/librcksum/Makefile.in" (20 Sep 2010, 16789 Bytes) of package /linux/privat/old/zsync-0.6.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 TESTS = md4test$(EXEEXT)
39 noinst_PROGRAMS = md4test$(EXEEXT)
40 subdir = librcksum
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/autotools/ac_c_compile_flags.m4 \
44 $(top_srcdir)/autotools/herrno.m4 \
45 $(top_srcdir)/autotools/sockinttypes.m4 \
46 $(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)/config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 LIBRARIES = $(noinst_LIBRARIES)
54 AR = ar
55 ARFLAGS = cru
56 librcksum_a_AR = $(AR) $(ARFLAGS)
57 librcksum_a_LIBADD =
58 am_librcksum_a_OBJECTS = rsum.$(OBJEXT) hash.$(OBJEXT) state.$(OBJEXT) \
59 range.$(OBJEXT) md4.$(OBJEXT)
60 librcksum_a_OBJECTS = $(am_librcksum_a_OBJECTS)
61 PROGRAMS = $(noinst_PROGRAMS)
62 am_md4test_OBJECTS = md4test.$(OBJEXT) md4.$(OBJEXT)
63 md4test_OBJECTS = $(am_md4test_OBJECTS)
64 md4test_LDADD = $(LDADD)
65 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
67 am__depfiles_maybe = depfiles
68 am__mv = mv -f
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 CCLD = $(CC)
72 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
73 SOURCES = $(librcksum_a_SOURCES) $(md4test_SOURCES)
74 DIST_SOURCES = $(librcksum_a_SOURCES) $(md4test_SOURCES)
75 ETAGS = etags
76 CTAGS = ctags
77 am__tty_colors = \
78 red=; grn=; lgn=; blu=; std=
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 ACLOCAL = @ACLOCAL@
81 AMTAR = @AMTAR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AWK = @AWK@
86 CC = @CC@
87 CCDEPMODE = @CCDEPMODE@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEFS = @DEFS@
93 DEPDIR = @DEPDIR@
94 ECHO_C = @ECHO_C@
95 ECHO_N = @ECHO_N@
96 ECHO_T = @ECHO_T@
97 EGREP = @EGREP@
98 EXEEXT = @EXEEXT@
99 GREP = @GREP@
100 INSTALL = @INSTALL@
101 INSTALL_DATA = @INSTALL_DATA@
102 INSTALL_PROGRAM = @INSTALL_PROGRAM@
103 INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105 LDFLAGS = @LDFLAGS@
106 LIBOBJS = @LIBOBJS@
107 LIBS = @LIBS@
108 LN_S = @LN_S@
109 LTLIBOBJS = @LTLIBOBJS@
110 MAINT = @MAINT@
111 MAKEINFO = @MAKEINFO@
112 MKDIR_P = @MKDIR_P@
113 OBJEXT = @OBJEXT@
114 PACKAGE = @PACKAGE@
115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116 PACKAGE_NAME = @PACKAGE_NAME@
117 PACKAGE_STRING = @PACKAGE_STRING@
118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_URL = @PACKAGE_URL@
120 PACKAGE_VERSION = @PACKAGE_VERSION@
121 PATH_SEPARATOR = @PATH_SEPARATOR@
122 RANLIB = @RANLIB@
123 SET_MAKE = @SET_MAKE@
124 SHELL = @SHELL@
125 STRIP = @STRIP@
126 VERSION = @VERSION@
127 abs_builddir = @abs_builddir@
128 abs_srcdir = @abs_srcdir@
129 abs_top_builddir = @abs_top_builddir@
130 abs_top_srcdir = @abs_top_srcdir@
131 ac_aux_dir = @ac_aux_dir@
132 ac_ct_CC = @ac_ct_CC@
133 am__include = @am__include@
134 am__leading_dot = @am__leading_dot@
135 am__quote = @am__quote@
136 am__tar = @am__tar@
137 am__untar = @am__untar@
138 bindir = @bindir@
139 build = @build@
140 build_alias = @build_alias@
141 build_cpu = @build_cpu@
142 build_os = @build_os@
143 build_vendor = @build_vendor@
144 builddir = @builddir@
145 datadir = @datadir@
146 datarootdir = @datarootdir@
147 docdir = @docdir@
148 dvidir = @dvidir@
149 exec_prefix = @exec_prefix@
150 host = @host@
151 host_alias = @host_alias@
152 host_cpu = @host_cpu@
153 host_os = @host_os@
154 host_vendor = @host_vendor@
155 htmldir = @htmldir@
156 includedir = @includedir@
157 infodir = @infodir@
158 install_sh = @install_sh@
159 libdir = @libdir@
160 libexecdir = @libexecdir@
161 localedir = @localedir@
162 localstatedir = @localstatedir@
163 mandir = @mandir@
164 mkdir_p = @mkdir_p@
165 oldincludedir = @oldincludedir@
166 pdfdir = @pdfdir@
167 prefix = @prefix@
168 program_transform_name = @program_transform_name@
169 psdir = @psdir@
170 sbindir = @sbindir@
171 sharedstatedir = @sharedstatedir@
172 srcdir = @srcdir@
173 sysconfdir = @sysconfdir@
174 target_alias = @target_alias@
175 top_build_prefix = @top_build_prefix@
176 top_builddir = @top_builddir@
177 top_srcdir = @top_srcdir@
178 noinst_LIBRARIES = librcksum.a
179 md4test_SOURCES = md4test.c md4.h md4.c
180 librcksum_a_SOURCES = internal.h rcksum.h md4.h rsum.c hash.c state.c range.c md4.c
181 all: all-am
182
183 .SUFFIXES:
184 .SUFFIXES: .c .o .obj
185 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
186 @for dep in $?; do \
187 case '$(am__configure_deps)' in \
188 *$$dep*) \
189 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
190 && { if test -f $@; then exit 0; else break; fi; }; \
191 exit 1;; \
192 esac; \
193 done; \
194 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign librcksum/Makefile'; \
195 $(am__cd) $(top_srcdir) && \
196 $(AUTOMAKE) --foreign librcksum/Makefile
197 .PRECIOUS: Makefile
198 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199 @case '$?' in \
200 *config.status*) \
201 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
202 *) \
203 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
204 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
205 esac;
206
207 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
210 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(am__aclocal_m4_deps):
215
216 clean-noinstLIBRARIES:
217 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
218 librcksum.a: $(librcksum_a_OBJECTS) $(librcksum_a_DEPENDENCIES)
219 -rm -f librcksum.a
220 $(librcksum_a_AR) librcksum.a $(librcksum_a_OBJECTS) $(librcksum_a_LIBADD)
221 $(RANLIB) librcksum.a
222
223 clean-noinstPROGRAMS:
224 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
225 md4test$(EXEEXT): $(md4test_OBJECTS) $(md4test_DEPENDENCIES)
226 @rm -f md4test$(EXEEXT)
227 $(LINK) $(md4test_OBJECTS) $(md4test_LDADD) $(LIBS)
228
229 mostlyclean-compile:
230 -rm -f *.$(OBJEXT)
231
232 distclean-compile:
233 -rm -f *.tab.c
234
235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Po@am__quote@
237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4test.Po@am__quote@
238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/range.Po@am__quote@
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsum.Po@am__quote@
240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@
241
242 .c.o:
243 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
244 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
245 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
246 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
248
249 .c.obj:
250 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
251 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
255
256 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
257 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
258 unique=`for i in $$list; do \
259 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260 done | \
261 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
262 END { if (nonempty) { for (i in files) print i; }; }'`; \
263 mkid -fID $$unique
264 tags: TAGS
265
266 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
267 $(TAGS_FILES) $(LISP)
268 set x; \
269 here=`pwd`; \
270 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
271 unique=`for i in $$list; do \
272 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273 done | \
274 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
275 END { if (nonempty) { for (i in files) print i; }; }'`; \
276 shift; \
277 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
278 test -n "$$unique" || unique=$$empty_fix; \
279 if test $$# -gt 0; then \
280 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
281 "$$@" $$unique; \
282 else \
283 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
284 $$unique; \
285 fi; \
286 fi
287 ctags: CTAGS
288 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
289 $(TAGS_FILES) $(LISP)
290 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
291 unique=`for i in $$list; do \
292 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293 done | \
294 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
295 END { if (nonempty) { for (i in files) print i; }; }'`; \
296 test -z "$(CTAGS_ARGS)$$unique" \
297 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
298 $$unique
299
300 GTAGS:
301 here=`$(am__cd) $(top_builddir) && pwd` \
302 && $(am__cd) $(top_srcdir) \
303 && gtags -i $(GTAGS_ARGS) "$$here"
304
305 distclean-tags:
306 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
307
308 check-TESTS: $(TESTS)
309 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
310 srcdir=$(srcdir); export srcdir; \
311 list=' $(TESTS) '; \
312 $(am__tty_colors); \
313 if test -n "$$list"; then \
314 for tst in $$list; do \
315 if test -f ./$$tst; then dir=./; \
316 elif test -f $$tst; then dir=; \
317 else dir="$(srcdir)/"; fi; \
318 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
319 all=`expr $$all + 1`; \
320 case " $(XFAIL_TESTS) " in \
321 *[\ \ ]$$tst[\ \ ]*) \
322 xpass=`expr $$xpass + 1`; \
323 failed=`expr $$failed + 1`; \
324 col=$$red; res=XPASS; \
325 ;; \
326 *) \
327 col=$$grn; res=PASS; \
328 ;; \
329 esac; \
330 elif test $$? -ne 77; then \
331 all=`expr $$all + 1`; \
332 case " $(XFAIL_TESTS) " in \
333 *[\ \ ]$$tst[\ \ ]*) \
334 xfail=`expr $$xfail + 1`; \
335 col=$$lgn; res=XFAIL; \
336 ;; \
337 *) \
338 failed=`expr $$failed + 1`; \
339 col=$$red; res=FAIL; \
340 ;; \
341 esac; \
342 else \
343 skip=`expr $$skip + 1`; \
344 col=$$blu; res=SKIP; \
345 fi; \
346 echo "$${col}$$res$${std}: $$tst"; \
347 done; \
348 if test "$$all" -eq 1; then \
349 tests="test"; \
350 All=""; \
351 else \
352 tests="tests"; \
353 All="All "; \
354 fi; \
355 if test "$$failed" -eq 0; then \
356 if test "$$xfail" -eq 0; then \
357 banner="$$All$$all $$tests passed"; \
358 else \
359 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
360 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
361 fi; \
362 else \
363 if test "$$xpass" -eq 0; then \
364 banner="$$failed of $$all $$tests failed"; \
365 else \
366 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
367 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
368 fi; \
369 fi; \
370 dashes="$$banner"; \
371 skipped=""; \
372 if test "$$skip" -ne 0; then \
373 if test "$$skip" -eq 1; then \
374 skipped="($$skip test was not run)"; \
375 else \
376 skipped="($$skip tests were not run)"; \
377 fi; \
378 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
379 dashes="$$skipped"; \
380 fi; \
381 report=""; \
382 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
383 report="Please report to $(PACKAGE_BUGREPORT)"; \
384 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
385 dashes="$$report"; \
386 fi; \
387 dashes=`echo "$$dashes" | sed s/./=/g`; \
388 if test "$$failed" -eq 0; then \
389 echo "$$grn$$dashes"; \
390 else \
391 echo "$$red$$dashes"; \
392 fi; \
393 echo "$$banner"; \
394 test -z "$$skipped" || echo "$$skipped"; \
395 test -z "$$report" || echo "$$report"; \
396 echo "$$dashes$$std"; \
397 test "$$failed" -eq 0; \
398 else :; fi
399
400 distdir: $(DISTFILES)
401 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403 list='$(DISTFILES)'; \
404 dist_files=`for file in $$list; do echo $$file; done | \
405 sed -e "s|^$$srcdirstrip/||;t" \
406 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407 case $$dist_files in \
408 */*) $(MKDIR_P) `echo "$$dist_files" | \
409 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410 sort -u` ;; \
411 esac; \
412 for file in $$dist_files; do \
413 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414 if test -d $$d/$$file; then \
415 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416 if test -d "$(distdir)/$$file"; then \
417 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418 fi; \
419 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422 fi; \
423 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424 else \
425 test -f "$(distdir)/$$file" \
426 || cp -p $$d/$$file "$(distdir)/$$file" \
427 || exit 1; \
428 fi; \
429 done
430 check-am: all-am
431 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
432 check: check-am
433 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
434 installdirs:
435 install: install-am
436 install-exec: install-exec-am
437 install-data: install-data-am
438 uninstall: uninstall-am
439
440 install-am: all-am
441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443 installcheck: installcheck-am
444 install-strip:
445 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447 `test -z '$(STRIP)' || \
448 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-generic:
454 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
456
457 maintainer-clean-generic:
458 @echo "This command is intended for maintainers to use"
459 @echo "it deletes files that may require special tools to rebuild."
460 clean: clean-am
461
462 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
463 mostlyclean-am
464
465 distclean: distclean-am
466 -rm -rf ./$(DEPDIR)
467 -rm -f Makefile
468 distclean-am: clean-am distclean-compile distclean-generic \
469 distclean-tags
470
471 dvi: dvi-am
472
473 dvi-am:
474
475 html: html-am
476
477 html-am:
478
479 info: info-am
480
481 info-am:
482
483 install-data-am:
484
485 install-dvi: install-dvi-am
486
487 install-dvi-am:
488
489 install-exec-am:
490
491 install-html: install-html-am
492
493 install-html-am:
494
495 install-info: install-info-am
496
497 install-info-am:
498
499 install-man:
500
501 install-pdf: install-pdf-am
502
503 install-pdf-am:
504
505 install-ps: install-ps-am
506
507 install-ps-am:
508
509 installcheck-am:
510
511 maintainer-clean: maintainer-clean-am
512 -rm -rf ./$(DEPDIR)
513 -rm -f Makefile
514 maintainer-clean-am: distclean-am maintainer-clean-generic
515
516 mostlyclean: mostlyclean-am
517
518 mostlyclean-am: mostlyclean-compile mostlyclean-generic
519
520 pdf: pdf-am
521
522 pdf-am:
523
524 ps: ps-am
525
526 ps-am:
527
528 uninstall-am:
529
530 .MAKE: check-am install-am install-strip
531
532 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
533 clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
534 distclean distclean-compile distclean-generic distclean-tags \
535 distdir dvi dvi-am html html-am info info-am install \
536 install-am install-data install-data-am install-dvi \
537 install-dvi-am install-exec install-exec-am install-html \
538 install-html-am install-info install-info-am install-man \
539 install-pdf install-pdf-am install-ps install-ps-am \
540 install-strip installcheck installcheck-am installdirs \
541 maintainer-clean maintainer-clean-generic mostlyclean \
542 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
543 tags uninstall uninstall-am
544
545
546 # Tell versions [3.59,3.63) of GNU make to not export all variables.
547 # Otherwise a system limit (for SysV at least) may be exceeded.
548 .NOEXPORT: