1153
|
1 # Makefile.in generated automatically by automake 1.2d from Makefile.am |
920
|
2 |
951
|
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
920
|
4 # This Makefile.in is free software; the Free Software Foundation |
1009
|
5 # gives unlimited permission to copy and/or distribute it, |
|
6 # with or without modifications, as long as this notice is preserved. |
|
7 |
|
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 |
|
11 # PARTICULAR PURPOSE. |
920
|
12 |
|
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' |
|
16 |
|
17 |
|
18 SHELL = /bin/sh |
|
19 |
|
20 srcdir = @srcdir@ |
|
21 top_srcdir = @top_srcdir@ |
|
22 VPATH = @srcdir@ |
|
23 prefix = @prefix@ |
|
24 exec_prefix = @exec_prefix@ |
|
25 |
|
26 bindir = @bindir@ |
|
27 sbindir = @sbindir@ |
|
28 libexecdir = @libexecdir@ |
|
29 datadir = @datadir@ |
|
30 sysconfdir = @sysconfdir@ |
|
31 sharedstatedir = @sharedstatedir@ |
|
32 localstatedir = @localstatedir@ |
|
33 libdir = @libdir@ |
|
34 infodir = @infodir@ |
|
35 mandir = @mandir@ |
|
36 includedir = @includedir@ |
|
37 oldincludedir = /usr/include |
|
38 |
|
39 pkgdatadir = $(datadir)/@PACKAGE@ |
|
40 pkglibdir = $(libdir)/@PACKAGE@ |
|
41 pkgincludedir = $(includedir)/@PACKAGE@ |
|
42 |
|
43 top_builddir = .. |
|
44 |
|
45 ACLOCAL = @ACLOCAL@ |
|
46 AUTOCONF = @AUTOCONF@ |
|
47 AUTOMAKE = @AUTOMAKE@ |
|
48 AUTOHEADER = @AUTOHEADER@ |
|
49 |
|
50 INSTALL = @INSTALL@ |
|
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
52 INSTALL_DATA = @INSTALL_DATA@ |
|
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
54 transform = @program_transform_name@ |
|
55 |
1153
|
56 NORMAL_INSTALL = : |
|
57 PRE_INSTALL = : |
|
58 POST_INSTALL = : |
|
59 NORMAL_UNINSTALL = : |
|
60 PRE_UNINSTALL = : |
|
61 POST_UNINSTALL = : |
920
|
62 CATALOGS = @CATALOGS@ |
|
63 CATOBJEXT = @CATOBJEXT@ |
|
64 CC = @CC@ |
|
65 CPP = @CPP@ |
|
66 DATADIRNAME = @DATADIRNAME@ |
|
67 GENCAT = @GENCAT@ |
|
68 GMOFILES = @GMOFILES@ |
|
69 GMSGFMT = @GMSGFMT@ |
|
70 GT_NO = @GT_NO@ |
|
71 GT_YES = @GT_YES@ |
|
72 INSTOBJEXT = @INSTOBJEXT@ |
|
73 INTLDEPS = @INTLDEPS@ |
|
74 INTLLIBS = @INTLLIBS@ |
|
75 INTLOBJS = @INTLOBJS@ |
|
76 LIBOBJS = @LIBOBJS@ |
|
77 MAINT = @MAINT@ |
|
78 MAKEINFO = @MAKEINFO@ |
|
79 MKINSTALLDIRS = @MKINSTALLDIRS@ |
|
80 MSGFMT = @MSGFMT@ |
|
81 PACKAGE = @PACKAGE@ |
|
82 PERL = @PERL@ |
|
83 POFILES = @POFILES@ |
|
84 POSUB = @POSUB@ |
1154
|
85 POW_LIBM = @POW_LIBM@ |
920
|
86 RANLIB = @RANLIB@ |
|
87 U = @U@ |
|
88 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ |
|
89 USE_NLS = @USE_NLS@ |
|
90 VERSION = @VERSION@ |
|
91 l = @l@ |
|
92 |
|
93 EXTRA_DIST = README \ |
1093
|
94 check-decl.m4 chown.m4 d-ino.m4 d-type.m4 decl.m4 getgroups.m4 getline.m4 \ |
1150
|
95 getloadavg.m4 inttypes_h.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lfs.m4 \ |
|
96 lstat.m4 malloc.m4 memcmp.m4 putenv.m4 readdir.m4 realloc.m4 \ |
|
97 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \ |
1114
|
98 mktime.m4 |
920
|
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
100 CONFIG_HEADER = ../config.h |
|
101 CONFIG_CLEAN_FILES = |
1140
|
102 DIST_COMMON = README ChangeLog Makefile.am Makefile.in |
920
|
103 |
|
104 |
|
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
106 |
|
107 TAR = tar |
|
108 GZIP = --best |
|
109 default: all |
|
110 |
|
111 .SUFFIXES: |
|
112 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
113 cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile |
|
114 |
962
|
115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
920
|
116 cd $(top_builddir) \ |
|
117 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
118 |
|
119 tags: TAGS |
|
120 TAGS: |
|
121 |
|
122 |
|
123 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
124 |
|
125 subdir = m4 |
|
126 |
|
127 distdir: $(DISTFILES) |
|
128 here=`cd $(top_builddir) && pwd`; \ |
|
129 top_distdir=`cd $(top_distdir) && pwd`; \ |
1048
|
130 distdir=`cd $(distdir) && pwd`; \ |
920
|
131 cd $(top_srcdir) \ |
|
132 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile |
|
133 @for file in $(DISTFILES); do \ |
|
134 d=$(srcdir); \ |
|
135 test -f $(distdir)/$$file \ |
|
136 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
137 || cp -p $$d/$$file $(distdir)/$$file; \ |
|
138 done |
|
139 info: |
|
140 dvi: |
|
141 check: all |
|
142 $(MAKE) |
|
143 installcheck: |
|
144 install-exec: |
|
145 @$(NORMAL_INSTALL) |
|
146 |
|
147 install-data: |
|
148 @$(NORMAL_INSTALL) |
|
149 |
|
150 install: install-exec install-data all |
|
151 @: |
|
152 |
|
153 uninstall: |
|
154 |
|
155 all: Makefile |
|
156 |
|
157 install-strip: |
951
|
158 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install |
920
|
159 installdirs: |
|
160 |
|
161 |
|
162 mostlyclean-generic: |
1048
|
163 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
920
|
164 |
|
165 clean-generic: |
1048
|
166 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
920
|
167 |
|
168 distclean-generic: |
1048
|
169 -rm -f Makefile $(DISTCLEANFILES) |
|
170 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
171 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
920
|
172 |
|
173 maintainer-clean-generic: |
1048
|
174 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
|
175 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
920
|
176 mostlyclean: mostlyclean-generic |
|
177 |
|
178 clean: clean-generic mostlyclean |
|
179 |
|
180 distclean: distclean-generic clean |
1048
|
181 -rm -f config.status |
920
|
182 |
|
183 maintainer-clean: maintainer-clean-generic distclean |
|
184 @echo "This command is intended for maintainers to use;" |
|
185 @echo "it deletes files that may require special tools to rebuild." |
|
186 |
|
187 .PHONY: default tags distdir info dvi installcheck install-exec \ |
|
188 install-data install uninstall all installdirs mostlyclean-generic \ |
|
189 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
190 mostlyclean distclean maintainer-clean |
|
191 |
|
192 |
|
193 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
194 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
195 .NOEXPORT: |