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
69bin_PROGRAMS = dc
70
71dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
72noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
73
74INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../h
75LDADD = ../lib/libbc.a
76
77MAINTAINERCLEANFILES = Makefile.in
78
79CFLAGS = @CFLAGS@ -Wall -funsigned-char
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = ../config.h
82CONFIG_CLEAN_FILES = 
83PROGRAMS =  $(bin_PROGRAMS)
84
85
86DEFS = @DEFS@ -I. -I$(srcdir) -I..
87CPPFLAGS = @CPPFLAGS@
88LDFLAGS = @LDFLAGS@
89LIBS = @LIBS@
90dc_OBJECTS =  dc.o misc.o eval.o stack.o array.o numeric.o string.o
91dc_LDADD = $(LDADD)
92dc_DEPENDENCIES =  ../lib/libbc.a
93dc_LDFLAGS = 
94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97HEADERS =  $(noinst_HEADERS)
98
99DIST_COMMON =  Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106SOURCES = $(dc_SOURCES)
107OBJECTS = $(dc_OBJECTS)
108
109all: all-redirect
110.SUFFIXES:
111.SUFFIXES: .S .c .o .s
112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps dc/Makefile
114
115Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
116	cd $(top_builddir) \
117	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120mostlyclean-binPROGRAMS:
121
122clean-binPROGRAMS:
123	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
124
125distclean-binPROGRAMS:
126
127maintainer-clean-binPROGRAMS:
128
129install-binPROGRAMS: $(bin_PROGRAMS)
130	@$(NORMAL_INSTALL)
131	$(mkinstalldirs) $(DESTDIR)$(bindir)
132	@list='$(bin_PROGRAMS)'; for p in $$list; do \
133	  if test -f $$p; then \
134	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
135	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
136	  else :; fi; \
137	done
138
139uninstall-binPROGRAMS:
140	@$(NORMAL_UNINSTALL)
141	list='$(bin_PROGRAMS)'; for p in $$list; do \
142	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143	done
144
145.c.o:
146	$(COMPILE) -c $<
147
148.s.o:
149	$(COMPILE) -c $<
150
151.S.o:
152	$(COMPILE) -c $<
153
154mostlyclean-compile:
155	-rm -f *.o core *.core
156
157clean-compile:
158
159distclean-compile:
160	-rm -f *.tab.c
161
162maintainer-clean-compile:
163
164dc: $(dc_OBJECTS) $(dc_DEPENDENCIES)
165	@rm -f dc
166	$(LINK) $(dc_LDFLAGS) $(dc_OBJECTS) $(dc_LDADD) $(LIBS)
167
168tags: TAGS
169
170ID: $(HEADERS) $(SOURCES) $(LISP)
171	list='$(SOURCES) $(HEADERS)'; \
172	unique=`for i in $$list; do echo $$i; done | \
173	  awk '    { files[$$0] = 1; } \
174	       END { for (i in files) print i; }'`; \
175	here=`pwd` && cd $(srcdir) \
176	  && mkid -f$$here/ID $$unique $(LISP)
177
178TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
179	tags=; \
180	here=`pwd`; \
181	list='$(SOURCES) $(HEADERS)'; \
182	unique=`for i in $$list; do echo $$i; done | \
183	  awk '    { files[$$0] = 1; } \
184	       END { for (i in files) print i; }'`; \
185	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
187
188mostlyclean-tags:
189
190clean-tags:
191
192distclean-tags:
193	-rm -f TAGS ID
194
195maintainer-clean-tags:
196
197distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
199subdir = dc
200
201distdir: $(DISTFILES)
202	@for file in $(DISTFILES); do \
203	  d=$(srcdir); \
204	  if test -d $$d/$$file; then \
205	    cp -pr $$/$$file $(distdir)/$$file; \
206	  else \
207	    test -f $(distdir)/$$file \
208	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
209	    || cp -p $$d/$$file $(distdir)/$$file || :; \
210	  fi; \
211	done
212array.o: array.c ../config.h dc.h dc-proto.h dc-regdef.h
213dc.o: dc.c ../config.h ../h/getopt.h dc.h dc-proto.h
214eval.o: eval.c ../config.h dc.h dc-proto.h
215misc.o: misc.c ../config.h ../h/getopt.h dc.h dc-proto.h
216numeric.o: numeric.c ../config.h ../h/number.h dc.h dc-proto.h
217stack.o: stack.c ../config.h dc.h dc-proto.h dc-regdef.h
218string.o: string.c ../config.h dc.h dc-proto.h
219
220info-am:
221info: info-am
222dvi-am:
223dvi: dvi-am
224check-am: all-am
225check: check-am
226installcheck-am:
227installcheck: installcheck-am
228install-exec-am: install-binPROGRAMS
229install-exec: install-exec-am
230
231install-data-am:
232install-data: install-data-am
233
234install-am: all-am
235	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
236install: install-am
237uninstall-am: uninstall-binPROGRAMS
238uninstall: uninstall-am
239all-am: Makefile $(PROGRAMS) $(HEADERS)
240all-redirect: all-am
241install-strip:
242	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
243installdirs:
244	$(mkinstalldirs)  $(DESTDIR)$(bindir)
245
246
247mostlyclean-generic:
248
249clean-generic:
250
251distclean-generic:
252	-rm -f Makefile $(CONFIG_CLEAN_FILES)
253	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
254
255maintainer-clean-generic:
256	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
257mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
258		mostlyclean-tags mostlyclean-generic
259
260mostlyclean: mostlyclean-am
261
262clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
263		mostlyclean-am
264
265clean: clean-am
266
267distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
268		distclean-generic clean-am
269
270distclean: distclean-am
271
272maintainer-clean-am:  maintainer-clean-binPROGRAMS \
273		maintainer-clean-compile maintainer-clean-tags \
274		maintainer-clean-generic distclean-am
275	@echo "This command is intended for maintainers to use;"
276	@echo "it deletes files that may require special tools to rebuild."
277
278maintainer-clean: maintainer-clean-am
279
280.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
281maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
282mostlyclean-compile distclean-compile clean-compile \
283maintainer-clean-compile tags mostlyclean-tags distclean-tags \
284clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
285check-am installcheck-am installcheck install-exec-am install-exec \
286install-data-am install-data install-am install uninstall-am uninstall \
287all-redirect all-am all installdirs mostlyclean-generic \
288distclean-generic clean-generic maintainer-clean-generic clean \
289mostlyclean distclean maintainer-clean
290
291
292$(PROGRAMS): $(LDADD)
293
294# Tell versions [3.59,3.63) of GNU make to not export all variables.
295# Otherwise a system limit (for SysV at least) may be exceeded.
296.NOEXPORT:
297