1 # Makefile.in generated automatically by automake 1.1f from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
11 top_srcdir
= @top_srcdir@
14 exec_prefix = @
exec_prefix@
18 libexecdir
= @libexecdir@
20 sysconfdir
= @sysconfdir@
21 sharedstatedir
= @sharedstatedir@
22 localstatedir
= @localstatedir@
26 includedir = @
includedir@
27 oldincludedir = /usr
/include
29 pkgdatadir
= $(datadir)/@PACKAGE@
30 pkglibdir
= $(libdir)/@PACKAGE@
31 pkgincludedir
= $(includedir)/@PACKAGE@
36 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
37 INSTALL_DATA
= @INSTALL_DATA@
38 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
39 transform
= @program_transform_name@
41 AUTOMAKE_OPTIONS
= 1.1
45 mkinstalldirs
= $(top_srcdir
)/mkinstalldirs
46 CONFIG_HEADER
= ..
/..
/config.h
48 DIST_COMMON
= Makefile.am Makefile.in
54 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) \
55 $(TEXINFOS
) $(INFOS
) $(MANS
) $(EXTRA_DIST
)
56 DEP_DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) \
57 $(TEXINFOS
) $(INFO_DEPS
) $(MANS
) $(EXTRA_DIST
)
63 $(srcdir)/Makefile.in
: @MAINT@Makefile.am
$(top_srcdir
)/configure.in
64 cd
$(top_srcdir
) && automake
$(subdir
)/Makefile
66 Makefile
: $(top_builddir
)/config.status
$(srcdir)/Makefile.in
$(BUILT_SOURCES
)
67 cd
$(top_builddir
) && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= .
/config.status
72 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
74 subdir
= tests
/md5sum-test
75 distdir
: $(DEP_DISTFILES
)
76 @for file in
`cd $(srcdir) && echo $(DISTFILES)`; do \
77 test -f
$(distdir
)/$$file \
78 || ln
$(srcdir)/$$file $(distdir
)/$$file 2> /dev
/null \
79 || cp
-p
$(srcdir)/$$file $(distdir
)/$$file; \
83 srcdir=$(srcdir); export srcdir; \
84 for tst in
$(TESTS
); do \
85 all=`expr $$all + 1`; \
86 if
test -f
$$tst; then
dir=.
; \
87 else dir="$(srcdir)"; fi
; \
88 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
91 failed
=`expr $$failed + 1`; \
95 if
test "$$failed" -eq
0; then \
96 echo
"========================"; \
97 echo
"All $$all tests passed"; \
98 echo
"========================"; \
100 echo
"$$failed of $$all tests failed"; \
104 check: all check-TESTS
112 install: install-exec install-data
all
120 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' install
125 test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
128 test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
131 rm -f Makefile
$(DISTCLEANFILES
)
132 rm -f config.cache config.log stamp-h
133 test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
135 maintainer-clean-generic
:
136 test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
137 test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
138 mostlyclean: mostlyclean-generic
140 clean: clean-generic
mostlyclean
142 distclean: distclean-generic
clean
145 maintainer-clean
: maintainer-clean-generic
distclean
146 @echo
"This command is intended for maintainers to use;"
147 @echo
"it deletes files that may require special tools to rebuild."
149 .PHONY
: default
tags distdir check-TESTS
info dvi check installcheck \
150 install-exec install-data
install uninstall all installdirs \
151 mostlyclean-generic distclean-generic clean-generic \
152 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
156 # Tell versions [3.59,3.63) of GNU make to not export all variables.
157 # Otherwise a system limit (for SysV at least) may be exceeded.