head     1.5;
branch   ;
access   ;
symbols  ;
locks    bin:1.5;
comment  @@;


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

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

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

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

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


desc
@initial version provided by cef
@


1.5
log
@update by cef after 401
@
text
@# Parts of scn
O = y.tab.o lex.o

# Parts of libscn
L = 	yesNo.o \
	nonNull.o \
	numeric.o \
	userCtlc.o \
	getStuff.o \
	checkEnd.o \
	clearbak.o \
	cleararea.o \
	noWhite.o \
	noVerify.o \
	showbak.o \
 	showMsg.o \
	query.o \
	fatal.o \
	closeup.o \
	longfield.o \
	setup.o

CFLAGS = -O -A -I. -I..

all : scn libscn.a
	echo all done

install : libscn.a scn scn.h
	su root `srcpath installer`

libscn.a : $L
	rm -f libscn.a
	ar rcs libscn.a $L

longfield.c : longfield scn
	./scn `srcpath longfield`

longfield.o : longfield.c

scn : $O
	cc -o scn $O -lmisc

y.tab.o : y.tab.c

y.tab.c : scn.y
	yacc $<

lex.o : lex.c y.tab.c scn.h
	cc -A -I. -I.. -c -O `srcpath lex.c`
@


1.4
log
@added showMsg
@
text
@a5 1
	longfield.o \
d16 1
a16 1
	showMsg.o \
d20 1
d28 2
a29 2
install : /usr/lib/libscn.a /usr/bin/scn /usr/include/scn.h
	echo all done
a30 9
/usr/lib/libscn.a : libscn.a
	su root cp libscn.a /usr/lib

/usr/bin/scn : scn
	su root cp scn /usr/bin

/usr/include/scn.h : scn.h
	su root cp  $< /usr/include

d33 1
a33 1
	ar q libscn.a $L
@


1.3
log
@modified by cef to build libscn.a for romana to build uuinstall
@
text
@d17 1
@


1.2
log
@by cef for new uuinstall for v3.2
@
text
@d24 1
a24 1
all : libscn.a scn
d43 2
a44 2
longfield.c : longfield
	scn $<
@


1.1
log
@Initial revision
@
text
@d1 2
a2 1
CFLAGS = -O -A
d4 3
a6 1
O = 	yesNo.o \
d11 1
d14 2
a16 1
	tracer.o \
a17 1
	showerr.o \
d22 2
d27 4
a30 1
install : libscn.a scn scn.h
d32 2
a34 1
	su root cp `srcpath scn.h` /usr/include
d36 4
a39 1
libscn.a : $O
d41 1
a41 1
	ar q libscn.a $O
d43 15
a57 2
scn : scn.o
	cc scn.o -lmisc
@
