1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
70 EXTRA_DIST
= README Makefile.am.in assert.m4 check-decl.m4 check-type.m4 const.m4 decl.m4 error.m4 fnmatch.m4 fstypename.m4 getline.m4 glibc.m4 hide
/gettext.m4 hide
/lcmessage.m4 hide
/progtest.m4 inttypes_h.m4 isc-posix.m4 jm-glibc-io.m4 jm-macros.m4 jm-mktime.m4 lfs.m4 ls-mntd-fs.m4 lstat.m4 malloc.m4 memcmp.m4 mktime.m4 perl.m4 prereq.m4 putenv.m4 readdir.m4 realloc.m4 regex.m4 st_dm_mode.m4 st_mtim.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 utimbuf.m4 utime.m4 utimes.m4
72 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
73 CONFIG_HEADER
= ..
/config.h
75 DIST_COMMON
= README ChangeLog Makefile.am Makefile.in
78 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
84 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
85 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu m4
/Makefile
87 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
89 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
95 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
100 here
=`cd $(top_builddir) && pwd`; \
101 top_distdir
=`cd $(top_distdir) && pwd`; \
102 distdir
=`cd $(distdir) && pwd`; \
104 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnu m4
/Makefile
105 $(mkinstalldirs
) $(distdir
)/hide
106 @for file in
$(DISTFILES
); do \
108 if
test -d
$$d/$$file; then \
109 cp
-pr
$$d/$$file $(distdir
)/$$file; \
111 test -f
$(distdir
)/$$file \
112 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
113 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
123 installcheck: installcheck-am
125 install-exec
: install-exec-am
128 install-data
: install-data-am
131 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
134 uninstall: uninstall-am
138 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
147 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
148 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
150 maintainer-clean-generic
:
151 mostlyclean-am
: mostlyclean-generic
153 mostlyclean: mostlyclean-am
155 clean-am
: clean-generic mostlyclean-am
159 distclean-am
: distclean-generic clean-am
161 distclean: distclean-am
163 maintainer-clean-am
: maintainer-clean-generic distclean-am
164 @echo
"This command is intended for maintainers to use;"
165 @echo
"it deletes files that may require special tools to rebuild."
167 maintainer-clean
: maintainer-clean-am
169 .PHONY
: tags distdir info-am
info dvi-am
dvi check check-am \
170 installcheck-am
installcheck install-exec-am install-exec \
171 install-data-am install-data install-am
install uninstall-am
uninstall \
172 all-redirect all-am
all installdirs mostlyclean-generic \
173 distclean-generic clean-generic maintainer-clean-generic
clean \
174 mostlyclean distclean maintainer-clean
177 Makefile.am
: Makefile.am.in
179 sed
-n
'1,/^##m4-files-begin/p' $< > $@t
180 ( echo EXTRA_DIST
= README Makefile.am.in
; \
181 find .
-type f
-name
'*.m4' -print |sed
's,^\./,,' |
sort ) \
182 |fmt |
(tr
'\012' @
; echo
) \
183 |sed
's/@$$/%/;s/@/ \\@/g' |tr @
% '\012\012' \
185 sed
-n
'/^##m4-files-end/,$$p' $< >> $@t
189 # Tell versions [3.59,3.63) of GNU make to not export all variables.
190 # Otherwise a system limit (for SysV at least) may be exceeded.