File:  [MW Coherent from dump] / coherent / f / f0 / lex / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# lex/Makefile 2/6/91
# Does not include header file dependencies.

DESTDIR386=/bin386/bin/

OBJ=\
	lex0.o\
	lex1.o\
	lex2.o\
	lex3.o

# Primary target.

lex386:	$(OBJ)
	cc -o $(DESTDIR386)lex $(OBJ)
	su root chmog 511 bin bin $(DESTDIR386)/lex

# Secondary targets.
lex0.o:	lex0.c
lex1.o:	lex1.c
lex2.o:	lex2.c
lex3.o:	lex3.c

clean:
	rm $O

# end of lex/Makefile

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.