head     1.3;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     93.05.16.18.27.06;  author kenm;  state Exp;
branches ;
next     1.2;

1.2
date     93.02.22.11.47.22;  author kenm;  state Exp;
branches ;
next     1.1;

1.1
date     93.02.22.11.14.49;  author kenm;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@*** empty log message ***
@
text
@#
# Builds and installs base libraries plus the three
# programs e2fmt esim and erprt
#

def:;  XCFLAGS="`getcflags`" $(MAKE) all

install all:;
	cd util; make
	cd edifparse; make
	cd netlist; make
	cd e2fmt; make install
	cd esim; make install
	cd erprt; make install

clean:;
	cd util; make clean
	cd edifparse; make clean
	cd netlist; make clean
	cd e2fmt; make clean
	cd esim; make clean
	cd erprt; make clean
@


1.2
log
@added copyrights
@
text
@d1 4
a4 1
# Copyright (C) 1993 Mentor Graphics Corporation
d15 8
@


1.1
log
@Initial revision
@
text
@d1 1
@
