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

CC = bcc +streams.cfg
CFLAGS = 
LDFLAGS = -v

STROBJS = assert.obj cmn_err.obj confinfo.obj ddi_data.obj defer.obj \
	devno.obj dosint.obj drv_ddi.obj fhsys.obj kmem.obj ksynch.obj \
	poll.obj spl.obj strhead.obj strmisc.obj strmlib.obj struser.obj \
	st_alloc.obj test.obj timeout.obj uio.obj v_proc.obj x86io.obj \
	x86lock.obj _putcon.obj _putput.obj

DRVOBJS = conf.obj %L

streams.exe : streams.cfg $(STROBJS) $(DRVOBJS)
	$(CC) $(LDFLAGS) -estreams.exe @&&|
$(STROBJS) $(DRVOBJS)
|

conf.obj : conf.c

%C
clean:
	rm %R

streams.cfg: makefile
	copy &&|
-b-
-d
-v
-D_OLD_COH_POLLING=1
-I\MALLOC;\BORLANDC\INCLUDE;\MALLOC\COH
-O2
-ms
-w-stu
-3
| streams.cfg


unix.superglobalmegacorp.com

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