head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 99.02.07.02.48.58; author ryu; state Exp; branches; next 1.5; 1.5 date 99.01.19.08.13.55; author ryu; state Exp; branches; next 1.4; 1.4 date 99.01.19.07.58.35; author ryu; state Exp; branches; next 1.3; 1.3 date 99.01.19.07.34.22; author ryu; state Exp; branches; next 1.2; 1.2 date 99.01.19.07.28.39; author ryu; state Exp; branches; next 1.1; 1.1 date 99.01.19.07.26.47; author ryu; state Exp; branches; next ; desc @# $Id$ @ 1.6 log @install @ text @# $Id: Makefile,v 1.5 1999/01/19 08:13:55 ryu Exp ryu $ # Copyright (C) 1999 Robert K. Yu # email: robert@@yu.org # This file is part of Autochar. # Autochar 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. # Autochar 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 Autochar; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # Set TECHDIR here to over-ride environment variable. #TECHDIR = CORNERS = ttlh default: @@echo "Usage: make " @@echo "% make install" @@echo "% make clean" install: @@for i in $(CORNERS); \ do \ echo Creating $$i.sp ... ; \ sed -e "s#TECHDIR#$(TECHDIR)#g" $$i > $$i.sp ; \ done clean: @@for i in $(CORNERS); \ do \ echo Removing $$i.sp ... ; \ rm -f $$i.sp ; \ done @ 1.5 log @.sp filetype @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1999/01/19 07:58:35 ryu Exp ryu $ d30 1 a30 1 @@echo "% make all" d33 1 a33 1 all: @ 1.4 log @TECHDIR is external @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1999/01/19 07:34:22 ryu Exp ryu $ d36 2 a37 2 echo Creating $$i.in ... ; \ sed -e "s#TECHDIR#$(TECHDIR)#g" $$i > $$i.in ; \ d43 2 a44 2 echo Removing $$i.in ... ; \ rm -f $$i.in ; \ @ 1.3 log @in filetype @ text @d1 1 a1 1 # $Id: Makefile,v 1.2 1999/01/19 07:28:39 ryu Exp ryu $ d23 3 a25 1 TECHDIR = $(AUTOCHAR)/example/tech/tsmc35 @ 1.2 log @clean @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1999/01/19 07:26:47 ryu Exp ryu $ d34 2 a35 2 echo Creating $$i.sp ... ; \ sed -e "s#TECHDIR#$(TECHDIR)#g" $$i > $$i.sp ; \ d41 2 a42 2 echo Removing $$i.sp ... ; \ rm -f $$i.sp ; \ @ 1.1 log @entered into RCS @ text @d1 1 a1 1 # $Id$ d29 1 d34 1 a34 1 echo Installing $$i ... ; \ d36 7 @