1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
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.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61LEX = @LEX@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64RANLIB = @RANLIB@
65READLINELIB = @READLINELIB@
66VERSION = @VERSION@
67YACC = @YACC@
68
69noinst_LIBRARIES = libbc.a
70
71INCLUDES = -I. -I.. -I$(srcdir)/../h
72
73libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c
74
75DEFS = @DEFS@ $(DEFSADD)
76
77CFLAGS = @CFLAGS@ -Wall -funsigned-char
78
79MAINTAINERCLEANFILES = Makefile.in number.c
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = ../config.h
82CONFIG_CLEAN_FILES = 
83LIBRARIES =  $(noinst_LIBRARIES)
84
85CPPFLAGS = @CPPFLAGS@
86LDFLAGS = @LDFLAGS@
87LIBS = @LIBS@
88libbc_a_LIBADD = 
89libbc_a_OBJECTS =  getopt.o getopt1.o vfprintf.o number.o
90AR = ar
91COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
94DIST_COMMON =  Makefile.am Makefile.in
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = tar
100GZIP_ENV = --best
101SOURCES = $(libbc_a_SOURCES)
102OBJECTS = $(libbc_a_OBJECTS)
103
104all: all-redirect
105.SUFFIXES:
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
109
110Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
111	cd $(top_builddir) \
112	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114
115mostlyclean-noinstLIBRARIES:
116
117clean-noinstLIBRARIES:
118	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
119
120distclean-noinstLIBRARIES:
121
122maintainer-clean-noinstLIBRARIES:
123
124.c.o:
125	$(COMPILE) -c $<
126
127.s.o:
128	$(COMPILE) -c $<
129
130.S.o:
131	$(COMPILE) -c $<
132
133mostlyclean-compile:
134	-rm -f *.o core *.core
135
136clean-compile:
137
138distclean-compile:
139	-rm -f *.tab.c
140
141maintainer-clean-compile:
142
143libbc.a: $(libbc_a_OBJECTS) $(libbc_a_DEPENDENCIES)
144	-rm -f libbc.a
145	$(AR) cru libbc.a $(libbc_a_OBJECTS) $(libbc_a_LIBADD)
146	$(RANLIB) libbc.a
147
148tags: TAGS
149
150ID: $(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)
157
158TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
159	tags=; \
160	here=`pwd`; \
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)
167
168mostlyclean-tags:
169
170clean-tags:
171
172distclean-tags:
173	-rm -f TAGS ID
174
175maintainer-clean-tags:
176
177distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
178
179subdir = lib
180
181distdir: $(DISTFILES)
182	@for file in $(DISTFILES); do \
183	  d=$(srcdir); \
184	  if test -d $$d/$$file; then \
185	    cp -pr $$/$$file $(distdir)/$$file; \
186	  else \
187	    test -f $(distdir)/$$file \
188	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
189	    || cp -p $$d/$$file $(distdir)/$$file || :; \
190	  fi; \
191	done
192getopt.o: getopt.c ../config.h ../h/getopt.h
193getopt1.o: getopt1.c ../config.h ../h/getopt.h
194number.o: number.c ../config.h ../h/number.h
195vfprintf.o: vfprintf.c ../config.h
196
197info-am:
198info: info-am
199dvi-am:
200dvi: dvi-am
201check-am: all-am
202check: check-am
203installcheck-am:
204installcheck: installcheck-am
205install-exec-am:
206install-exec: install-exec-am
207
208install-data-am:
209install-data: install-data-am
210
211install-am: all-am
212	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
213install: install-am
214uninstall-am:
215uninstall: uninstall-am
216all-am: Makefile $(LIBRARIES)
217all-redirect: all-am
218install-strip:
219	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
220installdirs:
221
222
223mostlyclean-generic:
224
225clean-generic:
226
227distclean-generic:
228	-rm -f Makefile $(CONFIG_CLEAN_FILES)
229	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
230
231maintainer-clean-generic:
232	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
233mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
234		mostlyclean-tags mostlyclean-generic
235
236mostlyclean: mostlyclean-am
237
238clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
239		mostlyclean-am
240
241clean: clean-am
242
243distclean-am:  distclean-noinstLIBRARIES distclean-compile \
244		distclean-tags distclean-generic clean-am
245
246distclean: distclean-am
247
248maintainer-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."
253
254maintainer-clean: maintainer-clean-am
255
256.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
257clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
258mostlyclean-compile distclean-compile clean-compile \
259maintainer-clean-compile tags mostlyclean-tags distclean-tags \
260clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
261check-am installcheck-am installcheck install-exec-am install-exec \
262install-data-am install-data install-am install uninstall-am uninstall \
263all-redirect all-am all installdirs mostlyclean-generic \
264distclean-generic clean-generic maintainer-clean-generic clean \
265mostlyclean distclean maintainer-clean
266
267
268newnumber.o: number.c muldigits.h
269	$(CC) $(CFLAGS) $(INCLUDES) -c -DMULDIGITS -o newnumber.o $(srcdir)/number.c
270
271muldigits.h: testmul
272	@echo "The following may take up to 10 minutes."
273	testmul > muldigits.h
274
275testmul: testmul.o number.o
276	$(CC) $(CFLAGS) -o testmul testmul.o number.o
277
278specialnumber: newnumber.o
279	cp newnumber.o number.o
280
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.
283.NOEXPORT:
284