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


1.5
date	98.01.19.14.12.48;	author anidel;	state Exp;
branches;
next	1.4;

1.4
date	97.12.15.11.26.41;	author anidel;	state Exp;
branches;
next	1.3;

1.3
date	97.12.12.11.02.52;	author anidel;	state Exp;
branches;
next	1.2;

1.2
date	97.12.12.00.50.58;	author anidel;	state Exp;
branches;
next	1.1;

1.1
date	97.12.08.18.31.36;	author anidel;	state Exp;
branches;
next	;


desc
@@


1.5
log
@*** empty log message ***
@
text
@#
# T.C.F.S. Utils 2.0 $Revision$
#
# 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.
#

#
#       $Source$
#        $State$
#
#     $Revision$
#       $Author$
#         $Date$
#       $Locker$
#              
# -+-_== 

BINDIR=/usr/local/bin
OBJS=tcfsadduser.o tcfserrors.o tcfsgenkey.o tcfsputkey.o \
	tcfsrmkey.o tcfsrmuser.o tcfsviewkey.o unix_auth.o \
	show_usage.o

BINS=tcfsadduser tcfsrmuser tcfsgenkey tcfsputkey tcfsrmkey tcfsviewkey

CC=gcc
CFLAGS=-g -I../include -DGDBM_SUPPORT -DSHADOW_PASSWORD
LDFLAGS=

# Uncomment line below is you use GLIBC
LOADLIBES=-lcrypt -lgdbm -L../lib -ltcfs
# Uncomment the line below is you do not have GLIBC
#LOADLIBES=-lgdbm -L../lib -ltcfs

all: $(BINS)

tcfsadduser: tcfsadduser.o tcfserrors.o show_usage.o

tcfsrmuser: tcfsrmuser.o tcfserrors.o show_usage.o

tcfsgenkey: tcfsgenkey.o tcfserrors.o unix_auth.o show_usage.o

tcfsputkey: tcfsputkey.o tcfserrors.o unix_auth.o show_usage.o

tcfsrmkey: tcfsrmkey.o tcfserrors.o show_usage.o

tcfsviewkey: tcfsviewkey.o tcfserrors.o unix_auth.o show_usage.o

clean:
	@@rm -f *.o $(BINS)

install: $(BINS)
	chmod 4755 tcfsgenkey
	mv $(BINS) $(BINDIR)
@


1.4
log
@*** empty log message ***
@
text
@d2 1
a2 1
# T.C.F.S. Utils 2.0 $Revision: 1.3 $
d6 2
a8 1
#		Angelo Celentano, <angcel@@mikonos.dia.unisa.it>
d25 2
a26 2
#       $Source: /home/anidel/Wip/Tcfs/src/RCS/Makefile,v $
#        $State: Exp $
d28 4
a31 4
#     $Revision: 1.3 $
#       $Author: anidel $
#         $Date: 1997/12/12 11:02:52 $
#       $Locker: anidel $
a32 1

d35 1
d37 1
a37 1
	tcfsrmkey.o tcfsrmuser.o tcfsview.o unix_auth.o \
d40 1
a40 1
BINS=tcfsadduser tcfsrmuser tcfsgenkey tcfsputkey tcfsrmkey tcfsview
d45 5
a49 1
LOADLIBES=-lgdbm -L../lib -ltcfs
d63 1
a63 1
tcfsview: tcfsview.o tcfserrors.o unix_auth.o show_usage.o
d66 1
a66 1
	@@rm -f *.o
d68 3
a70 2
cleanall: clean
	@@rm -f $(BINS)
@


1.3
log
@*** empty log message ***
@
text
@d2 1
a2 1
# T.C.F.S. Utils 2.0 $Revision: 1.2 $
d24 1
a24 1
#       $Source: /usr/local/home/anidel/Lic/Tcfs/src/RCS/Makefile,v $
d27 1
a27 1
#     $Revision: 1.2 $
d29 1
a29 1
#         $Date: 1997/12/12 00:50:58 $
d36 1
a36 1
	tcfsrmkey.o tcfsrmuser.o tcfsviewkey.o unix_auth.o \
d39 1
a39 1
BINS=tcfsadduser tcfsrmuser tcfsgenkey tcfsputkey tcfsrmkey tcfsviewkey
d58 1
a58 1
tcfsviewkey: tcfsviewkey.o tcfserrors.o unix_auth.o show_usage.o
d61 4
a64 1
	@@rm -f $(BINS) *.o
@


1.2
log
@*** empty log message ***
@
text
@d2 1
a2 1
# T.C.F.S. Utils 2.0 $Revision: 1.1 $
d27 1
a27 1
#     $Revision: 1.1 $
d29 1
a29 1
#         $Date: 1997/12/08 18:31:36 $
d36 2
a37 1
	tcfsrmkey.o tcfsrmuser.o tcfsviewkey.o unix_auth.o
d42 3
a44 2
CFLAGS=-g -I../include -DGDBM_SUPPORT
LDFLAGS=-L../lib -lgdbm -ltcfs
d48 1
a48 1
tcfsadduser: tcfsadduser.o tcfserrors.o
d50 1
a50 1
tcfsrmuser: tcfsrmuser.o tcfserrors.o
d52 1
a52 1
tcfsgenkey: tcfsgenkey.o tcfserrors.o unix_auth.o
d54 1
a54 1
tcfsputkey: tcfsputkey.o tcfserrors.o unix_auth.o
d56 1
a56 1
tcfsrmkey: tcfsrmkey.o tcfserrors.o
d58 1
a58 1
tcfsviewkey: tcfsviewkey.o tcfserrors.o unix_auth.o
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# T.C.F.S. Utils 2.0 $Revision$
d24 2
a25 2
#       $Source$
#        $State$
d27 4
a30 4
#     $Revision$
#       $Author$
#         $Date$
#       $Locker$
d35 25
@
