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


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

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

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


desc
@bob h wrote (and stole from others) to replace run file
@


1.3
log
@changes by steve for new macros
@
text
@# /usr/src/libl/Makefile 2/14/92

DESTDIR=/interim/usr/lib/

OBJ=\
	auto.o \
	back.o \
	ctab.o \
	ctxt.o \
	error.o \
	less.o \
	look.o \
	ltab.o \
	main.o \
	more.o \
	next.o \
	rjct.o \
	wrap.o

# Primary target.
libl.a:	$(OBJ)
	$(AR) rckus $(DESTDIR)$@@ $?

# Secondary targets.
auto.o:		auto.c lexlib.h lextype.h
back.o:		back.c lexlib.h
ctab.o:		ctab.c lexlib.h
ctxt.o:		ctxt.c lexlib.h
error.o:	error.c
less.o:		less.c lexlib.h
look.o:		look.c lexlib.h
ltab.o:		ltab.c lexlib.h
main.o:		main.c
more.o:		more.c lexlib.h
next.o:		next.c lexlib.h
rjct.o:		rjct.c lexlib.h
wrap.o:		wrap.c

clean:	libl.a $(OBJ)
	rm libl.a $(OBJ)

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


1.2
log
@changed chmog statement for proper permissions and ownership
@
text
@d1 1
a1 1
# misc/Makefile 10/11/90
d5 14
a18 15
# Objects.
O = \
		auto.o\
		back.o\
		ctxt.o\
		error.o\
		less.o\
		look.o\
		main.o\
		more.o\
		next.o\
		rjct.o\
		wrap.o\
		ctab.o\
		ltab.o
d20 3
d24 19
a42 7
# Primary target.
libl.a: $O
	su root rm -f $(DESTDIR)libl.a
	ar q $(DESTDIR)libl.a $O
	su root chmog 444 bin bin $(DESTDIR)$@@
	su root ranlib $(DESTDIR)$@@
	mv *.o objects/	
@


1.1
log
@Initial revision
@
text
@d26 1
a26 1
	su root chmog 644 root root $(DESTDIR)$@@
d28 1
a28 1
	
@
