1*89a07cf8Schristos# Copyright (C) 1989-2000 Free Software Foundation, Inc. 2*89a07cf8Schristos# Written by James Clark (jjc@jclark.com) 3*89a07cf8Schristos# 4*89a07cf8Schristos# This file is part of groff. 5*89a07cf8Schristos# 6*89a07cf8Schristos# groff is free software; you can redistribute it and/or modify it under 7*89a07cf8Schristos# the terms of the GNU General Public License as published by the Free 8*89a07cf8Schristos# Software Foundation; either version 2, or (at your option) any later 9*89a07cf8Schristos# version. 10*89a07cf8Schristos# 11*89a07cf8Schristos# groff is distributed in the hope that it will be useful, but WITHOUT ANY 12*89a07cf8Schristos# WARRANTY; without even the implied warranty of MERCHANTABILITY or 13*89a07cf8Schristos# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14*89a07cf8Schristos# for more details. 15*89a07cf8Schristos# 16*89a07cf8Schristos# You should have received a copy of the GNU General Public License along 17*89a07cf8Schristos# with groff; see the file COPYING. If not, write to the Free Software 18*89a07cf8Schristos# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. 19*89a07cf8Schristos 20*89a07cf8SchristosSHELL=/bin/sh 21*89a07cf8Schristos 22*89a07cf8Schristos.PHONY: all 23*89a07cf8Schristosall: 24*89a07cf8Schristos $(SHELL) configure 25*89a07cf8Schristos $(MAKE) all 26