File:  [MW Coherent from dump] / coherent / b / STREAMS / conf_79 / template.coh
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

# Template for kernel build makefile. Note that all the comments in this
# template will disappear. Below, %C -> compile rules, %L -> link files,
# %R -> clean files and %% -> %.

CFLAGS = -O -I.

DRVOBJS = conf.o %L

$(K386LIB)/drivers.o: conf.o
	ld -r -o $(K386LIB)/drivers.o $(DRVOBJS)
	if [ "%R" ] ; then rm %R ; else true ; fi

conf.o : conf.c conf.h
	make space
	$(CC) $(CFLAGS) -c conf.c

space: %L

%C
clean:
	if [ "%R" ] ; then rm %R ; else true ; fi

unix.superglobalmegacorp.com

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