TARGET = link

# Set this to produce capability of COFF output format
#COFF = 448
#BLUEW = 448

!ifdef COFF
CDEFINES = -DALTERNATE -DCOFF
ALTDEPS =
TARGET = lncoff
!endif
!ifdef BLUEW
CDEFINES = -DALTERNATE -DBLUEW
ALTDEPS = bluewlnk.c
TARGET = lnbluew
!endif
#		*List Macros*
C_dependencies = \
data.c \       
error.c \      
extern.c \     
input.c \
link.c \       
link_tab.c \
lexpr.c \       
libs.c \
linker.c \     
lines.c \
local.c \
map.c \        
module.c \     
partit.c \     
public.c \     
section.c \
symchar.c \ 
types.c $(ALTDEPS)

LIB_dependencies = umeml.lib interpl.lib

!include "..\..\..\large.mak"
..\source\link_tab.c: ..\source\link.y
	yacc -b ..\source\link ..\source\link.y