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

O = ld.o pass1.o message.o fake.o
LI = ld.c pass1.c message.c fake.c
S = Makefile ld.h ld.c pass1.c message.c fake.c script
D = ld.c pass1.c
CFLAGS = -O


DESTDIR=/bin386/bin/
DESTDIR2=/bin386/etc/

drvld: ld
	ln -f $(DESTDIR)ld $(DESTDIR2)drvld
	
ld : $O
	rm -f $(DESTDIR)ld
	cc -so $(DESTDIR)ld $O -lmisc

pick : $(LI)
	lint -I/usr/include co $(LI) > pick

# save on mwc!
save : $S
	tar cf - $< | compress -c > /tmp/newld.tar.Z
	uucp -r /tmp/newld.tar.Z mwc!/v/cef/

# list source files
list : $S
	ph $?
	touch list

# Build error message list in troff format.
doc : $D
	cgrep -d @ "(message|fatal|filemsg|modmsg|mpmsg|spmsg|spwarn)" $< | \
	 sort | \
	 sed -f `srcpath script` | \
	 fixdoc > doc

# Install new ld
install : ld
	su root `srcpath installer`

# end of ld/Makefile

unix.superglobalmegacorp.com

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