#
#  $(size)fx Library make file
#

LIBS=..\lib
INCS=..\allincs

$(size)fxerror.obj: $(INCS)\cas.h $(INCS)\FAX.h $(INCS)\FAXerror.h FAXerror.c
    cl /Zi /A$(size)  /c /Fo$(size)fxerror FAXerror.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxerror.obj; >>make.out

$(size)fxsend.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXsend.c $(INCS)\FAXdflts.h
    cl /Zi /A$(size)  /c /Fo$(size)fxsend FAXsend.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxsend.obj; >>make.out

$(size)fxsubmi.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXsubmi.c $(INCS)\FAXdflts.h
    cl /Zi /A$(size)  /c /Fo$(size)fxsubmi FAXsubmi.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxsubmi.obj; >>make.out

$(size)fxcopye.obj: $(INCS)\cas.h $(INCS)\FAX.h FAXcopye.c
    cl /Zi /A$(size)  /c /Fo$(size)fxcopye FAXcopye.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxcopye.obj; >>make.out

$(size)fxfreee.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXfreee.c
    cl /Zi /A$(size)  /c /Fo$(size)fxfreee FAXfreee.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxfreee.obj; >>make.out

$(size)fxgete1.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete1.c
    cl /Zi /A$(size)  /c /Fo$(size)fxgete1 FAXgete1.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete1.obj; >>make.out

$(size)fxgete2.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete2.c
    cl /Zi /A$(size)  /c /Fo$(size)fxgete2 FAXgete2.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete2.obj; >>make.out

$(size)fxgete3.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXgete3.c
    cl /Zi /A$(size)  /c /Fo$(size)fxgete3 FAXgete3.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxgete3.obj; >>make.out

$(size)fxcance.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXcance.c
    cl /Zi /A$(size)  /c /Fo$(size)fxcance FAXcance.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxcance.obj; >>make.out

$(size)fxutils.obj: $(INCS)\cas.h $(INCS)\FAX.h  FAXutils.c
    cl /Zi /A$(size)  /c /Fo$(size)fxutils FAXutils.c >>make.out
    lib $(LIBS)\$(size)FAXlib.lib -+$(size)fxutils.obj; >>make.out
