|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.