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@
65 READLINELIB
= @READLINELIB@
69 noinst_LIBRARIES
= libbc.a
71 INCLUDES
= -I.
-I..
-I
$(srcdir)/..
/h
73 libbc_a_SOURCES
= getopt.c getopt1.c vfprintf.c number.c
75 DEFS
= @DEFS@
$(DEFSADD
)
77 CFLAGS
= @CFLAGS@
-Wall
-funsigned-char
79 MAINTAINERCLEANFILES
= Makefile.in number.c
80 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
81 CONFIG_HEADER
= ..
/config.h
83 LIBRARIES
= $(noinst_LIBRARIES
)
89 libbc_a_OBJECTS
= getopt.o getopt1.o vfprintf.o number.o
91 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
93 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
94 DIST_COMMON
= Makefile.am Makefile.in
97 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
101 SOURCES
= $(libbc_a_SOURCES
)
102 OBJECTS
= $(libbc_a_OBJECTS
)
106 .SUFFIXES
: .S .c .o .s
107 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
108 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps lib
/Makefile
110 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
112 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
115 mostlyclean-noinstLIBRARIES
:
117 clean-noinstLIBRARIES
:
118 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
120 distclean-noinstLIBRARIES
:
122 maintainer-clean-noinstLIBRARIES
:
134 -rm -f
*.o core
*.core
141 maintainer-clean-compile
:
143 libbc.a
: $(libbc_a_OBJECTS
) $(libbc_a_DEPENDENCIES
)
145 $(AR
) cru libbc.a
$(libbc_a_OBJECTS
) $(libbc_a_LIBADD
)
150 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
151 list
='$(SOURCES) $(HEADERS)'; \
152 unique
=`for i in $$list; do echo $$i; done | \
153 awk ' { files[$$0] = 1; } \
154 END { for (i in files) print i; }'`; \
155 here
=`pwd` && cd
$(srcdir) \
156 && mkid
-f
$$here/ID
$$unique $(LISP
)
158 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
161 list
='$(SOURCES) $(HEADERS)'; \
162 unique
=`for i in $$list; do echo $$i; done | \
163 awk ' { files[$$0] = 1; } \
164 END { for (i in files) print i; }'`; \
165 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
166 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
175 maintainer-clean-tags
:
177 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
181 distdir
: $(DISTFILES
)
182 @for file in
$(DISTFILES
); do \
184 if
test -d
$$d/$$file; then \
185 cp
-pr
$$/$$file $(distdir
)/$$file; \
187 test -f
$(distdir
)/$$file \
188 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
189 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
192 getopt.o
: getopt.c ..
/config.h ..
/h
/getopt.h
193 getopt1.o
: getopt1.c ..
/config.h ..
/h
/getopt.h
194 number.o
: number.c ..
/config.h ..
/h
/number.h
195 vfprintf.o
: vfprintf.c ..
/config.h
204 installcheck: installcheck-am
206 install-exec
: install-exec-am
209 install-data
: install-data-am
212 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
215 uninstall: uninstall-am
216 all-am
: Makefile
$(LIBRARIES
)
219 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
228 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
229 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
231 maintainer-clean-generic
:
232 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
233 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
234 mostlyclean-tags mostlyclean-generic
236 mostlyclean: mostlyclean-am
238 clean-am
: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
243 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
244 distclean-tags distclean-generic clean-am
246 distclean: distclean-am
248 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
249 maintainer-clean-compile maintainer-clean-tags \
250 maintainer-clean-generic distclean-am
251 @echo
"This command is intended for maintainers to use;"
252 @echo
"it deletes files that may require special tools to rebuild."
254 maintainer-clean
: maintainer-clean-am
256 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
257 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
258 mostlyclean-compile distclean-compile clean-compile \
259 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
260 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
261 check-am installcheck-am
installcheck install-exec-am install-exec \
262 install-data-am install-data install-am
install uninstall-am
uninstall \
263 all-redirect all-am
all installdirs mostlyclean-generic \
264 distclean-generic clean-generic maintainer-clean-generic
clean \
265 mostlyclean distclean maintainer-clean
268 newnumber.o
: number.c muldigits.h
269 $(CC
) $(CFLAGS
) $(INCLUDES
) -c
-DMULDIGITS
-o newnumber.o
$(srcdir)/number.c
272 @echo
"The following may take up to 10 minutes."
273 testmul
> muldigits.h
275 testmul
: testmul.o number.o
276 $(CC
) $(CFLAGS
) -o testmul testmul.o number.o
278 specialnumber
: newnumber.o
279 cp newnumber.o number.o
281 # Tell versions [3.59,3.63) of GNU make to not export all variables.
282 # Otherwise a system limit (for SysV at least) may be exceeded.