head     1.6;
access   ;
symbols  ;
locks    bin:1.6;
comment  @@;


1.6
date     91.05.09.14.36.13;  author bin;  state Exp;
branches ;
next	1.5;

1.5
date     91.05.06.19.22.56;  author bin;  state Exp;
branches ;
next	1.4;

1.4
date     91.05.06.19.09.09;  author bin;  state Exp;
branches ;
next	1.3;

1.3
date     91.03.28.18.53.24;  author bin;  state Exp;
branches ;
next	1.2;

1.2
date     91.03.28.18.49.29;  author bin;  state Exp;
branches ;
next	1.1;

1.1
date     91.03.28.18.47.28;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by cef
@


1.6
log
@modified by cef, changed messages per Doug's input
@
text
@O =lsys1.o uuin.o uunam.o helpscn.o devices.o permis.o \
  comment.o choices.o choices1.o choices2.o getline.o escapes.o
CFLAGS = -I. -A
L = -lscn  -lcurses -lterm -lmisc

uuinstall : $O uuinstall.o /usr/lib/libscn.a
	cc -o uuinstall uuinstall.o $O $L

install : uuinstall
	strip uuinstall
	su root cp -d uuinstall /bin
	su root chmog 500 root root /bin/uuinstall

uuinstall.o : uuinstall.c

comment.c : comment
	scn $<

choices.c : choices
	scn $<

choices1.c : choices1
	scn $<

escapes.c : escapes
	scn $<

choices2.c : choices2
	scn $<

uunam.c : uunam
	scn $<

lsys1.c : lsys1
	scn $<

uuin.c : uuin
	scn $<

helpscn.c : helpscn
	scn $<

devices.c : devices
	scn $<

permis.c : permis
	scn $<

comment.o : comment.c
devices.o : devices.c
permis.o : permis.c
choices.o : choices.c
choices1.o : choices1.c
choices2.o : choices2.c
escapes.o : escapes.c
lsys1.o : lsys1.c
uuin.o : uuin.c
uunam.o : uunam.c
helpscn.o : helpscn.c
getline.o : getline.c
@


1.5
log
@modified by bob h to place uuinstall in proper srcbox directory
@
text
@d1 1
a1 1
P =lsys1.o uuin.o uunam.o helpscn.o devices.o permis.o \
a2 5
S = Makefile lsys1 uuin uunam helpscn devices permis \
 comment choices choices1 choices2 escapes uuinstall.c getline.c \
 L.sys Permissions domain uucpname uuinstall

DESTDIR=/interim/usr/bin/
d6 2
a7 3
uuinstall : $P uuinstall.o /usr/lib/libscn.a
	cc -o $(DESTDIR)uuinstall uuinstall.o $P $L
	su root chmog 500 root root /interim/usr/bin/uuinstall
d9 5
@


1.4
log
@mod. by cef for v3.2 uuinstall
@
text
@d7 1
d12 2
a13 1
	cc -o uuinstall uuinstall.o $P $L
@


1.3
log
@bob h added chmod...
@
text
@d2 1
a2 1
  comment.o choices.o choices1.o
d4 1
a4 1
 comment choices choices1 uuinstall.c \
d7 1
a7 1
CFLAGS = -I.
a8 1
DESTDIR= /interim/usr/bin/
d10 2
a11 5
uuinstall : $P uuinstall.o
	cc -o $(DESTDIR)uuinstall uuinstall.o $P $L
	su root chown root $(DESTDIR)$@@
	su root chgrp root $(DESTDIR)$@@
	su root chmod 500 $(DESTDIR)$@@
d24 6
d53 2
d59 1
@


1.2
log
@bob h added destdir to Makefile
@
text
@d13 3
@


1.1
log
@Initial revision
@
text
@d9 1
d12 1
a12 1
	cc -o uuinstall uuinstall.o $P $L
@
