5762828 [rkeene@sledge /home/rkeene/devel/old/bc-dos/lib]$ cat -n Makefile.in
   1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
   2: 
   3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 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: 
  14: SHELL = /bin/sh
  15: 
  16: srcdir = @srcdir@
  17: top_srcdir = @top_srcdir@
  18: VPATH = @srcdir@
  19: prefix = @prefix@
  20: exec_prefix = @exec_prefix@
  21: 
  22: bindir = @bindir@
  23: sbindir = @sbindir@
  24: libexecdir = @libexecdir@
  25: datadir = @datadir@
  26: sysconfdir = @sysconfdir@
  27: sharedstatedir = @sharedstatedir@
  28: localstatedir = @localstatedir@
  29: libdir = @libdir@
  30: infodir = @infodir@
  31: mandir = @mandir@
  32: includedir = @includedir@
  33: oldincludedir = /usr/include
  34: 
  35: DISTDIR =
  36: 
  37: pkgdatadir = $(datadir)/@PACKAGE@
  38: pkglibdir = $(libdir)/@PACKAGE@
  39: pkgincludedir = $(includedir)/@PACKAGE@
  40: 
  41: top_builddir = ..
  42: 
  43: ACLOCAL = @ACLOCAL@
  44: AUTOCONF = @AUTOCONF@
  45: AUTOMAKE = @AUTOMAKE@
  46: AUTOHEADER = @AUTOHEADER@
  47: 
  48: INSTALL = @INSTALL@
  49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  50: INSTALL_DATA = @INSTALL_DATA@
  51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52: transform = @program_transform_name@
  53: 
  54: NORMAL_INSTALL = :
  55: PRE_INSTALL = :
  56: POST_INSTALL = :
  57: NORMAL_UNINSTALL = :
  58: PRE_UNINSTALL = :
  59: POST_UNINSTALL = :
  60: CC = @CC@
  61: LEX = @LEX@
  62: MAKEINFO = @MAKEINFO@
  63: PACKAGE = @PACKAGE@
  64: RANLIB = @RANLIB@
  65: VERSION = @VERSION@
  66: YACC = @YACC@
  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 = @DEFS@ -I. -I$(srcdir) -I..
  80: CPPFLAGS = @CPPFLAGS@
  81: LDFLAGS = @LDFLAGS@
  82: LIBS = @LIBS@
  83: libbc_a_LIBADD = 
  84: libbc_a_OBJECTS =  getopt.o getopt1.o vfprintf.o number.o
  85: AR = ar
  86: CFLAGS = @CFLAGS@
  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:
5762829 [rkeene@sledge /home/rkeene/devel/old/bc-dos/lib]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 1998-04-17 16:11:17