# 
# FasTrak Generated Makefile - Version 2.1.0
# 
# Created: Tue Mar 03 10:28:45 1998
# Last Modified: Mon Oct 19 15:57:38 1998
# 
# Filename: Phone\bbt\wstream.mak
# 
# This makefile creates a Program Module named "wstream"
# The Link is done at the Object-Code Level
# This program is compiled for OS-9000
# 

# 
# Macros
# 
# START USER DEFINED BLOCK
# END USER DEFINED BLOCK
CC 	= xcc
OUTPUT	= wstream
INPUT	= wstream.c
ICDIR	= 
RELS	= wstream.c second_e.c
# cc opts: -d=IPC_ADB -v=. -v=..\inc -v=..\.. -v=c:\mwos\src\defs -v=c:\_projects\adb-acc -tp=860 -s=1 -t=10 -w=c:\mwos\os9000\ppc\lib -w=..\lib -i -l=sys_clib.l -l=item.l -l=maui.l
# ++ opts: -cw -tp=860,ld,lcd
COPTS	= -to=os9k -d=IPC_ADB -v=. -v=..\inc -v=..\.. -v=c:\mwos\src\defs \
	   -v=c:\_projects\adb-acc -tp=860 -s=1 -t=10 -r \
	   -w=c:\mwos\os9000\ppc\lib -w=..\lib -i -l=sys_clib.l -l=item.l \
	   -l=maui.l -cw -tp=860,ld,lcd
LOPTS	= -to=os9k -d=IPC_ADB -v=. -v=..\inc -v=..\.. -v=c:\mwos\src\defs \
	   -v=c:\_projects\adb-acc -tp=860 -s=1 -t=10 -r \
	   -w=c:\mwos\os9000\ppc\lib -w=..\lib -i -l=sys_clib.l -l=item.l \
	   -l=maui.l -cw -tp=860,ld,lcd
# START USER DEFINED BLOCK
# END USER DEFINED BLOCK

# 
# LINK Command
# 
$(OUTPUT) : $(RELS)
	$(CC) $(RELS) -fd=$(OUTPUT) $(LOPTS)

# START USER DEFINED BLOCK
# END USER DEFINED BLOCK

# 
# Compile Commands
# 

second_e.r : second_e.c
	$(CC) second_e.c -eas=. -fd=second_e.r $(COPTS)
# wstream - wstream.c
wstream.r : wstream.c
	$(CC) wstream.c -eas=. -fd=wstream.r $(COPTS)
