#
# Build file for creating the FM LARGE model objects
#
AS   = /Mx			    ### make file ASSEMBLER permenant switches
CS   = /c /Ox /Zp1		    ### make file COMPILER permenant switches
AO   = /DMODELSIZE=4 /DBUILD_NONE=1 ### make file ASSEMBLER command line switches
CO   = /AL			    ### make file COMPILER command line switches

INC  = ..\..\INC
GINC = ..\..\..\INC

LBO  =
LIB  = ..\..\inc

DEFAULT: $(LIB)\mvhllib.lib

l3812a.obj: 3812a.asm $(GINC)\model.inc $(GINC)\masm.inc $(INC)\common.inc
    masm $(AS) $(AO) 3812a,l3812a;

$(LIB)\mvhllib.lib: l3812a.obj
    lib $(LBO) $(LIB)\mvhllib -+l3812a.obj ,,$(LIB)\mvhllib;

