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

267 lines
6.7 KiB
Makefile
Raw Normal View History

2000-01-16 10:01:07 +00:00
# Makefile.in generated automatically by automake 1.3 from Makefile.am
1998-04-29 21:53:01 +00:00
2000-01-16 10:01:07 +00:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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
SHELL = /bin/sh
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
2000-01-16 10:01:07 +00:00
DISTDIR =
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@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
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@
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
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 =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
2000-01-16 10:01:07 +00:00
LINK = $(CC) $(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
GZIP = --best
SOURCES = $(dc_SOURCES)
OBJECTS = $(dc_OBJECTS)
2000-01-16 10:01:07 +00:00
all: Makefile $(PROGRAMS) $(HEADERS)
1998-04-29 21:53:01 +00:00
.SUFFIXES:
2000-01-16 10:01:07 +00:00
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
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 \
2000-01-16 10:01:07 +00:00
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
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 \
2000-01-16 10:01:07 +00:00
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
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)
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $(SOURCES) $(HEADERS) $(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); \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
info:
dvi:
check: all
$(MAKE)
installcheck:
install-exec: install-binPROGRAMS
@$(NORMAL_INSTALL)
install-data:
@$(NORMAL_INSTALL)
install: install-exec install-data all
@:
uninstall: uninstall-binPROGRAMS
install-strip:
2000-01-16 10:01:07 +00:00
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1998-04-29 21:53:01 +00:00
installdirs:
2000-01-16 10:01:07 +00:00
$(mkinstalldirs) $(DATADIR)$(bindir)
1998-04-29 21:53:01 +00:00
mostlyclean-generic:
2000-01-16 10:01:07 +00:00
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1998-04-29 21:53:01 +00:00
clean-generic:
2000-01-16 10:01:07 +00:00
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1998-04-29 21:53:01 +00:00
distclean-generic:
2000-01-16 10:01:07 +00:00
-rm -f Makefile $(DISTCLEANFILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
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)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1998-04-29 21:53:01 +00:00
mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
mostlyclean-tags mostlyclean-generic
clean: clean-binPROGRAMS clean-compile clean-tags clean-generic \
mostlyclean
distclean: distclean-binPROGRAMS distclean-compile distclean-tags \
distclean-generic clean
2000-01-16 10:01:07 +00:00
-rm -f config.status
1998-04-29 21:53:01 +00:00
maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
maintainer-clean-tags maintainer-clean-generic \
distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
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 \
clean-tags maintainer-clean-tags distdir info dvi installcheck \
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
$(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: