# Generated automatically from Makefile.in by configure. # Main Makefile for GNU m4. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. PRODUCT = m4 VERSION = 1.4 SHELL = /bin/sh srcdir = . # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. CC = cc CFLAGS = -fno-common INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_PROGRAM = install -s -o root -g wheel -m 555 LDFLAGS = -L/usr/local/lib LIBS = prefix = /usr/local exec_prefix = ${prefix} bindir = $(exec_prefix)/bin infodir = $(prefix)/info MDEFINES = CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \ prefix='$(prefix)' exec_prefix='$(exec_prefix)' \ bindir='$(bindir)' infodir='$(infodir)' SUBDIRS = lib src .SUFFIXES: all: config.h -@set -e; \ set dummy $(MAKEFLAGS); amf=$$2; \ for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $(MDEFINES) $@) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" info dvi: cd doc && $(MAKE) $@ check: all cd checks && $(MAKE) $@ tags: cd lib && $(MAKE) $@ cd src && $(MAKE) $@ mostlyclean: mostlyclean-recursive mostlyclean-local clean: clean-recursive clean-local distclean: distclean-recursive distclean-local rm config.status realclean: realclean-recursive realclean-local rm config.status mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive: for subdir in $(SUBDIRS); do \ target=`echo $@ | sed 's/-recursive//'`; \ echo making $$target in $$subdir; \ (cd $$subdir && $(MAKE) $$target); \ done mostlyclean-local: clean-local: mostlyclean-local distclean-local: clean-local rm -f Makefile config.cache config.h config.log stamp-h realclean-local: distclean-local # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: