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

# Kernel makefile
# This makefile was automatically generated. Do not hand-modify
# Generated at Wed Aug  4 15:58:20 1993

# Template for kernel build makefile.
# Below, %C -> compile rules, %l -> link files, %b = "before" files,

# %B -> "before" rules, %a = "after" files, %A -> "after" rules,
# %r -> clean files and %% -> %.


PREFLAGS = 
POSTFLAGS = $(TARGET)

DRVOBJS = obj/conf.o /TB/K81/conf/streams/Stub.o obj/cohmain.o obj/console.o /TB/K81/conf/em87/Stub.o obj/fd.o obj/at.o obj/hai.o 

all: pre $(TARGET) post

pre: 
	for i in $<; do if [ -x $$i ]; then $$i $(PREFLAGS); fi; done

$(TARGET): $(K386LIB)/k0.o $(DRVOBJS) $(K386LIB)/k386.a
	ld -K -o $(TARGET) -e stext $(K386LIB)/k0.o $(DRVOBJS) \
			$(K386LIB)/k386.a

post: /TB/K81/conf/asy/after 
	for i in $<; do if [ -x $$i ]; then $$i $(POSTFLAGS); fi; done

obj/conf.o : conf.c conf.h
	$(CC) $(CFLAGS) -o obj/conf.o -c conf.c

conf.h: mtune stune
	echo confpath=$(CONFPATH)
	$(CONFPATH)/bin/devadm -t
	if [ "obj/*" ] ; then rm -f obj/* ; else true ; fi

conf.c: mdevice sdevice
	@echo "You need to run \"make\" in response to a configuration change"
	exit 1

obj/cohmain.o : /TB/K81/conf/cohmain/Space.c
	$(CC) $(CFLAGS) -I/TB/K81/conf/cohmain -I. -o obj/cohmain.o  -c /TB/K81/conf/cohmain/Space.c

obj/console.o : /TB/K81/conf/console/Space.c
	$(CC) $(CFLAGS) -I/TB/K81/conf/console -I. -o obj/console.o  -c /TB/K81/conf/console/Space.c

obj/fd.o : /TB/K81/conf/fd/Space.c
	$(CC) $(CFLAGS) -I/TB/K81/conf/fd -I. -o obj/fd.o  -c /TB/K81/conf/fd/Space.c

obj/at.o : /TB/K81/conf/at/Space.c
	$(CC) $(CFLAGS) -I/TB/K81/conf/at -I. -o obj/at.o  -c /TB/K81/conf/at/Space.c

obj/hai.o : /TB/K81/conf/hai/Space.c
	$(CC) $(CFLAGS) -I/TB/K81/conf/hai -I. -o obj/hai.o  -c /TB/K81/conf/hai/Space.c



clean:
	rm conf.c conf.h
	if [ "obj/cohmain.o obj/console.o obj/fd.o obj/at.o obj/hai.o " ] ; then rm -f obj/cohmain.o obj/console.o obj/fd.o obj/at.o obj/hai.o  ; 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.