head     1.3;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @@;


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

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

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


desc
@bob h wrote for use on romana
@


1.3
log
@update by steve for new make macros
@
text
@# /usr/src/liby/Makefile 2/12/92

DESTDIR=/interim/usr/lib/

OBJ=\
	yyerror.o \
	yylex.o \
	yymain.o

liby.a:	$(OBJ)
	$(AR) rckus $(DESTDIR)$@@ $?

# end of /usr/src/liby/Makefile
@


1.2
log
@bob h wrote and stole to replace run file
@
text
@d1 1
a1 1
# misc/Makefile 10/11/90
d5 3
a7 4
# Objects.
O = \
	yyerror.o\
	yylex.o\
d10 4
a13 7
# Primary target.
liby.a: $O
	su root rm -f $(DESTDIR)liby.a
	ar q $(DESTDIR)liby.a $O
	su root chmog 444 bin bin $(DESTDIR)$@@
	su root ranlib $(DESTDIR)$@@
	mv *.o objects/	
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#bob h Makefile for use on romana
d5 10
a14 4
liby.a:
	su root rm -f $(DESTDIR)$@@
	cc -O -c *.c
	ar rc $(DESTDIR)liby.a *.o
d17 1
a17 1

@
