1 # Makefile.in generated automatically by automake 1.2d from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # Generate this list with
14 # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
15 # |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
21 top_srcdir
= @top_srcdir@
24 exec_prefix = @
exec_prefix@
28 libexecdir
= @libexecdir@
30 sysconfdir
= @sysconfdir@
31 sharedstatedir
= @sharedstatedir@
32 localstatedir
= @localstatedir@
36 includedir = @
includedir@
37 oldincludedir = /usr
/include
39 pkgdatadir
= $(datadir)/@PACKAGE@
40 pkglibdir
= $(libdir)/@PACKAGE@
41 pkgincludedir
= $(includedir)/@PACKAGE@
48 AUTOHEADER
= @AUTOHEADER@
51 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
52 INSTALL_DATA
= @INSTALL_DATA@
53 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
54 transform
= @program_transform_name@
63 CATOBJEXT
= @CATOBJEXT@
66 DATADIRNAME
= @DATADIRNAME@
73 INSTOBJEXT
= @INSTOBJEXT@
80 MKINSTALLDIRS
= @MKINSTALLDIRS@
82 MVDIR_PROG
= @MVDIR_PROG@
89 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
96 check-decl.m4 chown.m4 const.m4 d-ino.m4 d-type.m4 decl.m4 getgroups.m4 \
97 getline.m4 getloadavg.m4 inttypes_h.m4 jm-mktime.m4 jm-winsz1.m4 \
98 jm-winsz2.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 putenv.m4 readdir.m4 \
99 realloc.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \
101 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
102 CONFIG_HEADER
= ..
/config.h
104 DIST_COMMON
= README ChangeLog Makefile.am Makefile.in
107 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
114 $(srcdir)/Makefile.in
: @MAINT@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
115 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits m4
/Makefile
117 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
119 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
125 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
129 distdir
: $(DISTFILES
)
130 here
=`cd $(top_builddir) && pwd`; \
131 top_distdir
=`cd $(top_distdir) && pwd`; \
132 distdir
=`cd $(distdir) && pwd`; \
134 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnits m4
/Makefile
135 @for file in
$(DISTFILES
); do \
137 test -f
$(distdir
)/$$file \
138 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
139 || cp
-p
$$d/$$file $(distdir
)/$$file; \
152 install: install-exec install-data
all
160 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
165 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
168 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
171 -rm -f Makefile
$(DISTCLEANFILES
)
172 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
173 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
175 maintainer-clean-generic
:
176 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
177 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
178 mostlyclean: mostlyclean-generic
180 clean: clean-generic
mostlyclean
182 distclean: distclean-generic
clean
185 maintainer-clean
: maintainer-clean-generic
distclean
186 @echo
"This command is intended for maintainers to use;"
187 @echo
"it deletes files that may require special tools to rebuild."
189 .PHONY
: default
tags distdir
info dvi installcheck install-exec \
190 install-data
install uninstall all installdirs mostlyclean-generic \
191 distclean-generic clean-generic maintainer-clean-generic
clean \
192 mostlyclean distclean maintainer-clean
195 # Tell versions [3.59,3.63) of GNU make to not export all variables.
196 # Otherwise a system limit (for SysV at least) may be exceeded.