1 # Generated automatically from Makefile.in by configure. 2 # Makefile.in generated automatically by automake 1.3 from Makefile.am 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 5 # This Makefile.in is free software; the Free Software Foundation 6 # gives unlimited permission to copy and/or distribute it, 7 # with or without modifications, as long as this notice is preserved. 8 9 # This program is distributed in the hope that it will be useful, 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # PARTICULAR PURPOSE. 13 14 15 SHELL = /bin/sh 16 17 srcdir = . 18 top_srcdir = .. 19 prefix = /usr/local 20 exec_prefix = ${prefix} 21 22 bindir = ${exec_prefix}/bin 23 sbindir = ${exec_prefix}/sbin 24 libexecdir = ${exec_prefix}/libexec 25 datadir = ${prefix}/share 26 sysconfdir = ${prefix}/etc 27 sharedstatedir = ${prefix}/com 28 localstatedir = ${prefix}/var 29 libdir = ${exec_prefix}/lib 30 infodir = ${prefix}/info 31 mandir = ${prefix}/man 32 includedir = ${prefix}/include 33 oldincludedir = /usr/include 34 35 DISTDIR = 36 37 pkgdatadir = $(datadir)/bc 38 pkglibdir = $(libdir)/bc 39 pkgincludedir = $(includedir)/bc 40 41 top_builddir = .. 42 43 ACLOCAL = aclocal 44 AUTOCONF = autoconf 45 AUTOMAKE = automake 46 AUTOHEADER = autoheader 47 48 INSTALL = /usr/bin/ginstall -c 49 INSTALL_PROGRAM = ${INSTALL} 50 INSTALL_DATA = ${INSTALL} -m 644 51 INSTALL_SCRIPT = ${INSTALL_PROGRAM} 52 transform = s,x,x, 53 54 NORMAL_INSTALL = : 55 PRE_INSTALL = : 56 POST_INSTALL = : 57 NORMAL_UNINSTALL = : 58 PRE_UNINSTALL = : 59 POST_UNINSTALL = : 60 CC = i586-pc-msdosdjgpp-gcc 61 LEX = flex -I8 62 MAKEINFO = makeinfo 63 PACKAGE = bc 64 RANLIB = i586-pc-msdosdjgpp-ranlib 65 VERSION = 1.05 66 YACC = bison -y 67 68 noinst_LIBRARIES = libbc.a 69 70 INCLUDES = -I$(srcdir) -I$(srcdir)/../h 71 72 libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c 73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 74 CONFIG_HEADER = ../config.h 75 CONFIG_CLEAN_FILES = 76 LIBRARIES = $(noinst_LIBRARIES) 77 78 79 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.. 80 CPPFLAGS = 81 LDFLAGS = 82 LIBS = 83 libbc_a_LIBADD = 84 libbc_a_OBJECTS = getopt.o getopt1.o vfprintf.o number.o 85 AR = ar 86 CFLAGS = -g -O2 87 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 88 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 89 DIST_COMMON = Makefile.am Makefile.in 90 91 92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 93 94 TAR = tar 95 GZIP = --best 96 SOURCES = $(libbc_a_SOURCES) 97 OBJECTS = $(libbc_a_OBJECTS) 98 99 all: Makefile $(LIBRARIES) 100 101 .SUFFIXES: 102 .SUFFIXES: .S .c .o .s 103 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 104 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile 105 106 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 107 cd $(top_builddir) \ 108 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 109 110 111 mostlyclean-noinstLIBRARIES: 112 113 clean-noinstLIBRARIES: 114 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 115 116 distclean-noinstLIBRARIES: 117 118 maintainer-clean-noinstLIBRARIES: 119 120 .c.o: 121 $(COMPILE) -c $< 122 123 .s.o: 124 $(COMPILE) -c $< 125 126 .S.o: 127 $(COMPILE) -c $< 128 129 mostlyclean-compile: 130 -rm -f *.o core *.core 131 132 clean-compile: 133 134 distclean-compile: 135 -rm -f *.tab.c 136 137 maintainer-clean-compile: 138 139 libbc.a: $(libbc_a_OBJECTS) $(libbc_a_DEPENDENCIES) 140 -rm -f libbc.a 141 $(AR) cru libbc.a $(libbc_a_OBJECTS) $(libbc_a_LIBADD) 142 $(RANLIB) libbc.a 143 144 tags: TAGS 145 146 ID: $(HEADERS) $(SOURCES) $(LISP) 147 here=`pwd` && cd $(srcdir) \ 148 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) 149 150 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 151 tags=; \ 152 here=`pwd`; \ 153 list='$(SOURCES) $(HEADERS)'; \ 154 unique=`for i in $$list; do echo $$i; done | \ 155 awk ' { files[$$0] = 1; } \ 156 END { for (i in files) print i; }'`; \ 157 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 158 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 159 160 mostlyclean-tags: 161 162 clean-tags: 163 164 distclean-tags: 165 -rm -f TAGS ID 166 167 maintainer-clean-tags: 168 169 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 170 171 subdir = lib 172 173 distdir: $(DISTFILES) 174 @for file in $(DISTFILES); do \ 175 d=$(srcdir); \ 176 test -f $(distdir)/$$file \ 177 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 178 || cp -p $$d/$$file $(distdir)/$$file; \ 179 done 180 info: 181 dvi: 182 check: all 183 $(MAKE) 184 installcheck: 185 install-exec: 186 @$(NORMAL_INSTALL) 187 188 install-data: 189 @$(NORMAL_INSTALL) 190 191 install: install-exec install-data all 192 @: 193 194 uninstall: 195 196 install-strip: 197 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install 198 installdirs: 199 200 201 mostlyclean-generic: 202 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 203 204 clean-generic: 205 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 206 207 distclean-generic: 208 -rm -f Makefile $(DISTCLEANFILES) 209 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 210 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 211 212 maintainer-clean-generic: 213 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 214 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 215 mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \ 216 mostlyclean-tags mostlyclean-generic 217 218 clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ 219 mostlyclean 220 221 distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \ 222 distclean-generic clean 223 -rm -f config.status 224 225 maintainer-clean: maintainer-clean-noinstLIBRARIES \ 226 maintainer-clean-compile maintainer-clean-tags \ 227 maintainer-clean-generic distclean 228 @echo "This command is intended for maintainers to use;" 229 @echo "it deletes files that may require special tools to rebuild." 230 231 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ 232 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ 233 mostlyclean-compile distclean-compile clean-compile \ 234 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 235 clean-tags maintainer-clean-tags distdir info dvi installcheck \ 236 install-exec install-data install uninstall all installdirs \ 237 mostlyclean-generic distclean-generic clean-generic \ 238 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 239 240 241 #libbc_LIBADD = @LIBOBJS@ 242 #libbc_DEPENDENCIES = $(bc_LIBADD) 243 244 # Tell versions [3.59,3.63) of GNU make to not export all variables. 245 # Otherwise a system limit (for SysV at least) may be exceeded. 246 .NOEXPORT: |