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


2.1
date	98.11.02.15.37.58;	author anidel;	state Exp;
branches;
next	2.0;

2.0
date	98.10.22.08.39.39;	author anidel;	state Exp;
branches;
next	;


desc
@This is part of tcfslib v. 0.1
@


2.1
log
@*** empty log message ***
@
text
@#
# T.C.F.S. Utils 2.0
#
# Authors:	Giuseppe Cattaneo, <cattaneo@@udsab.dia.unisa.it>
#		Giuseppe Persiano, <giuper@@udsab.dia.unisa.it>
#		Luigi Catuogno, <luicat@@mikonos.dia.unisa.it>
#		Angelo Celentano, <angcel@@mikonos.dia.unisa.it>
#		Andrea Cozzolino, <andcoz@@mikonos.dia.unisa.it>
#		Aniello Del Sorbo, <anidel@@mikonos.dia.unisa.it>
#		Ermelindo Mauriello, <ermmau@@mikonos.dia.unisa.it>
#		Raffaele Pisapia, <rafpis@@mikonos.dia.unisa.it>
#
# Permission  to use,  copy,  and modify this  software  without fee
# is hereby granted, provided that this entire notice is included in
# all  copies  of  any  software  which  is  or includes  a copy  or
# modification of this  software and in all copies of the supporting
# documentation for such software.
#
# This  software maybe  be used for  any purpose provided  the above 
# copyright  notice  is  retained.  It is  supplied as  is, with  no 
# warranty expressed or implied.
#

# -+-_==

all: utilities

dep:
	@@(cd src; make dep)

utilities:
	@@(cd src; make all)

install:
	@@(cd man; make)
	@@(cd src; make install)

clean:
	@@(cd src; make clean)
@


2.0
log
@Initial revision
@
text
@d28 3
@
