freebsd-dev/contrib/bc/dc/Makefile.in

297 lines
7.8 KiB
Makefile
Raw Normal View History

2001-02-26 07:13:00 +00:00
# Makefile.in generated automatically by automake 1.4 from Makefile.am
1998-04-29 21:53:01 +00:00
2001-02-26 07:13:00 +00:00
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
1998-04-29 21:53:01 +00:00
# This Makefile.in is free software; the Free Software Foundation
2000-01-16 10:01:07 +00:00
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
1998-04-29 21:53:01 +00:00
2001-02-26 07:13:00 +00:00
SHELL = @SHELL@
1998-04-29 21:53:01 +00:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
2001-02-26 07:13:00 +00:00
DESTDIR =
2000-01-16 10:01:07 +00:00
1998-04-29 21:53:01 +00:00
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
2001-02-26 07:13:00 +00:00
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
1998-04-29 21:53:01 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
2000-01-16 10:01:07 +00:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
1998-04-29 21:53:01 +00:00
CC = @CC@
LEX = @LEX@
2000-01-16 10:01:07 +00:00
MAKEINFO = @MAKEINFO@
1998-04-29 21:53:01 +00:00
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
2001-02-26 07:13:00 +00:00
READLINELIB = @READLINELIB@
1998-04-29 21:53:01 +00:00
VERSION = @VERSION@
YACC = @YACC@
bin_PROGRAMS = dc
dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../h
LDADD = ../lib/libbc.a
2001-02-26 07:13:00 +00:00
MAINTAINERCLEANFILES = Makefile.in
CFLAGS = @CFLAGS@ -Wall -funsigned-char
1998-04-29 21:53:01 +00:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(bin_PROGRAMS)
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
dc_OBJECTS = dc.o misc.o eval.o stack.o array.o numeric.o string.o
dc_LDADD = $(LDADD)
dc_DEPENDENCIES = ../lib/libbc.a
dc_LDFLAGS =
2001-02-26 07:13:00 +00:00
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1998-04-29 21:53:01 +00:00
HEADERS = $(noinst_HEADERS)
DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
2001-02-26 07:13:00 +00:00
GZIP_ENV = --best
1998-04-29 21:53:01 +00:00
SOURCES = $(dc_SOURCES)
OBJECTS = $(dc_OBJECTS)
2001-02-26 07:13:00 +00:00
all: all-redirect
1998-04-29 21:53:01 +00:00
.SUFFIXES:
2000-01-16 10:01:07 +00:00
.SUFFIXES: .S .c .o .s
2001-02-26 07:13:00 +00:00
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
2000-01-16 10:01:07 +00:00
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps dc/Makefile
1998-04-29 21:53:01 +00:00
2000-01-16 10:01:07 +00:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1998-04-29 21:53:01 +00:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
mostlyclean-binPROGRAMS:
clean-binPROGRAMS:
2000-01-16 10:01:07 +00:00
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
1998-04-29 21:53:01 +00:00
distclean-binPROGRAMS:
maintainer-clean-binPROGRAMS:
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
2000-01-16 10:01:07 +00:00
$(mkinstalldirs) $(DESTDIR)$(bindir)
1998-04-29 21:53:01 +00:00
@list='$(bin_PROGRAMS)'; for p in $$list; do \
if test -f $$p; then \
2001-02-26 07:13:00 +00:00
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1998-04-29 21:53:01 +00:00
else :; fi; \
done
uninstall-binPROGRAMS:
2000-01-16 10:01:07 +00:00
@$(NORMAL_UNINSTALL)
1998-04-29 21:53:01 +00:00
list='$(bin_PROGRAMS)'; for p in $$list; do \
2001-02-26 07:13:00 +00:00
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1998-04-29 21:53:01 +00:00
done
.c.o:
$(COMPILE) -c $<
2000-01-16 10:01:07 +00:00
.s.o:
$(COMPILE) -c $<
.S.o:
$(COMPILE) -c $<
1998-04-29 21:53:01 +00:00
mostlyclean-compile:
2000-01-16 10:01:07 +00:00
-rm -f *.o core *.core
1998-04-29 21:53:01 +00:00
clean-compile:
distclean-compile:
2000-01-16 10:01:07 +00:00
-rm -f *.tab.c
1998-04-29 21:53:01 +00:00
maintainer-clean-compile:
dc: $(dc_OBJECTS) $(dc_DEPENDENCIES)
@rm -f dc
$(LINK) $(dc_LDFLAGS) $(dc_OBJECTS) $(dc_LDADD) $(LIBS)
tags: TAGS
2000-01-16 10:01:07 +00:00
ID: $(HEADERS) $(SOURCES) $(LISP)
2001-02-26 07:13:00 +00:00
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
2000-01-16 10:01:07 +00:00
here=`pwd` && cd $(srcdir) \
2001-02-26 07:13:00 +00:00
&& mkid -f$$here/ID $$unique $(LISP)
1998-04-29 21:53:01 +00:00
2000-01-16 10:01:07 +00:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1998-04-29 21:53:01 +00:00
tags=; \
here=`pwd`; \
2000-01-16 10:01:07 +00:00
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
1998-04-29 21:53:01 +00:00
mostlyclean-tags:
clean-tags:
distclean-tags:
2000-01-16 10:01:07 +00:00
-rm -f TAGS ID
1998-04-29 21:53:01 +00:00
maintainer-clean-tags:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = dc
2000-01-16 10:01:07 +00:00
1998-04-29 21:53:01 +00:00
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
2001-02-26 07:13:00 +00:00
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
1998-04-29 21:53:01 +00:00
done
2001-02-26 07:13:00 +00:00
array.o: array.c ../config.h dc.h dc-proto.h dc-regdef.h
dc.o: dc.c ../config.h ../h/getopt.h dc.h dc-proto.h
eval.o: eval.c ../config.h dc.h dc-proto.h
misc.o: misc.c ../config.h ../h/getopt.h dc.h dc-proto.h
numeric.o: numeric.c ../config.h ../h/number.h dc.h dc-proto.h
stack.o: stack.c ../config.h dc.h dc-proto.h dc-regdef.h
string.o: string.c ../config.h dc.h dc-proto.h
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am: install-binPROGRAMS
install-exec: install-exec-am
install-data-am:
install-data: install-data-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-binPROGRAMS
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS) $(HEADERS)
all-redirect: all-am
1998-04-29 21:53:01 +00:00
install-strip:
2001-02-26 07:13:00 +00:00
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1998-04-29 21:53:01 +00:00
installdirs:
2001-02-26 07:13:00 +00:00
$(mkinstalldirs) $(DESTDIR)$(bindir)
1998-04-29 21:53:01 +00:00
mostlyclean-generic:
clean-generic:
distclean-generic:
2001-02-26 07:13:00 +00:00
-rm -f Makefile $(CONFIG_CLEAN_FILES)
2000-01-16 10:01:07 +00:00
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
1998-04-29 21:53:01 +00:00
maintainer-clean-generic:
2000-01-16 10:01:07 +00:00
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2001-02-26 07:13:00 +00:00
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
1998-04-29 21:53:01 +00:00
mostlyclean-tags mostlyclean-generic
2001-02-26 07:13:00 +00:00
mostlyclean: mostlyclean-am
1998-04-29 21:53:01 +00:00
2001-02-26 07:13:00 +00:00
clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
mostlyclean-am
1998-04-29 21:53:01 +00:00
2001-02-26 07:13:00 +00:00
clean: clean-am
distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
distclean-generic clean-am
distclean: distclean-am
maintainer-clean-am: maintainer-clean-binPROGRAMS \
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-generic distclean-am
1998-04-29 21:53:01 +00:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
2001-02-26 07:13:00 +00:00
maintainer-clean: maintainer-clean-am
2000-01-16 10:01:07 +00:00
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
1998-04-29 21:53:01 +00:00
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
2001-02-26 07:13:00 +00:00
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
check-am installcheck-am installcheck install-exec-am install-exec \
install-data-am install-data install-am install uninstall-am uninstall \
all-redirect all-am all installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean
1998-04-29 21:53:01 +00:00
$(PROGRAMS): $(LDADD)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: