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@
71 dc_SOURCES
= dc.c misc.c eval.c stack.c array.c numeric.c string.c
72 noinst_HEADERS
= dc.h dc-proto.h dc-regdef.h
74 INCLUDES
= -I
$(srcdir)/..
-I
$(srcdir)/..
/h
75 LDADD
= ..
/lib
/libbc.a
77 MAINTAINERCLEANFILES
= Makefile.in
79 CFLAGS
= @CFLAGS@
-Wall
-funsigned-char
80 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
81 CONFIG_HEADER
= ..
/config.h
83 PROGRAMS
= $(bin_PROGRAMS
)
86 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
90 dc_OBJECTS
= dc.o misc.o eval.o stack.o array.o numeric.o string.o
92 dc_DEPENDENCIES
= ..
/lib
/libbc.a
94 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
96 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
97 HEADERS
= $(noinst_HEADERS
)
99 DIST_COMMON
= Makefile.am Makefile.in
102 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
106 SOURCES
= $(dc_SOURCES
)
107 OBJECTS
= $(dc_OBJECTS
)
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
115 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
117 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
120 mostlyclean-binPROGRAMS
:
123 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
125 distclean-binPROGRAMS
:
127 maintainer-clean-binPROGRAMS
:
129 install-binPROGRAMS
: $(bin_PROGRAMS
)
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)/'`; \
139 uninstall-binPROGRAMS
:
141 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
142 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
155 -rm -f
*.o core
*.core
162 maintainer-clean-compile
:
164 dc
: $(dc_OBJECTS
) $(dc_DEPENDENCIES
)
166 $(LINK
) $(dc_LDFLAGS
) $(dc_OBJECTS
) $(dc_LDADD
) $(LIBS
)
170 ID
: $(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
)
178 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
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
)
195 maintainer-clean-tags
:
197 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
201 distdir
: $(DISTFILES
)
202 @for file in
$(DISTFILES
); do \
204 if
test -d
$$d/$$file; then \
205 cp
-pr
$$/$$file $(distdir
)/$$file; \
207 test -f
$(distdir
)/$$file \
208 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
209 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
212 array.o
: array.c ..
/config.h dc.h dc-proto.h dc-regdef.h
213 dc.o
: dc.c ..
/config.h ..
/h
/getopt.h dc.h dc-proto.h
214 eval.o
: eval.c ..
/config.h dc.h dc-proto.h
215 misc.o
: misc.c ..
/config.h ..
/h
/getopt.h dc.h dc-proto.h
216 numeric.o
: numeric.c ..
/config.h ..
/h
/number.h dc.h dc-proto.h
217 stack.o
: stack.c ..
/config.h dc.h dc-proto.h dc-regdef.h
218 string.o
: string.c ..
/config.h dc.h dc-proto.h
227 installcheck: installcheck-am
228 install-exec-am
: install-binPROGRAMS
229 install-exec
: install-exec-am
232 install-data
: install-data-am
235 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
237 uninstall-am
: uninstall-binPROGRAMS
238 uninstall: uninstall-am
239 all-am
: Makefile
$(PROGRAMS
) $(HEADERS
)
242 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
244 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
252 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
253 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
255 maintainer-clean-generic
:
256 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
257 mostlyclean-am
: mostlyclean-binPROGRAMS mostlyclean-compile \
258 mostlyclean-tags mostlyclean-generic
260 mostlyclean: mostlyclean-am
262 clean-am
: clean-binPROGRAMS clean-compile clean-tags clean-generic \
267 distclean-am
: distclean-binPROGRAMS distclean-compile distclean-tags \
268 distclean-generic clean-am
270 distclean: distclean-am
272 maintainer-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."
278 maintainer-clean
: maintainer-clean-am
280 .PHONY
: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
281 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
282 mostlyclean-compile distclean-compile clean-compile \
283 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
284 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
285 check-am installcheck-am
installcheck install-exec-am install-exec \
286 install-data-am install-data install-am
install uninstall-am
uninstall \
287 all-redirect all-am
all installdirs mostlyclean-generic \
288 distclean-generic clean-generic maintainer-clean-generic
clean \
289 mostlyclean distclean maintainer-clean
292 $(PROGRAMS
): $(LDADD
)
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.