Blame | Last modification | View Log | RSS feed
## Makefile for rpc protocol compiler (WATCOM C/C++)#CC = wccCL = wlinkCFLAGS = -w3 -d2 -ml -I.\ -I.\..\ -DMSDOS -DPATCHEDLFLAGS =EXEDIR = .\OBJDIR = .\WCOBJOBJS = &rindex.obj &rpc_clnt.obj &rpc_cout.obj &rpc_hout.obj &rpc_main.obj &rpc_pars.obj &rpc_samp.obj &rpc_scan.obj &rpc_svco.obj &rpc_tblo.obj &rpc_util.objall: wrpcgen.exeinstall: .SYMBOLICcopy wrpcgen.exe ..\..\binwstrip ..\..\bin\wrpcgen.execlean: .SYMBOLICdel $(OBJDIR)\*.objdel *.errdel *.mapwrpcgen.exe: $(OBJS)%create rpcgen.lnk%append rpcgen.lnk Name $(EXEDIR)\wrpcgen%append rpcgen.lnk Debug Watcom Allfor %i in ($(OBJS)) do %append rpcgen.lnk File $(OBJDIR)\%i%append rpcgen.lnk Option Stack=8k%append rpcgen.lnk Option Map=$(EXEDIR)\wrpcgen.map$(CL) $(LFLAGS) @rpcgen.lnk.obj: $(OBJDIR).c.obj:$(CC) $(CFLAGS) $[@ -fo=$(OBJDIR)\$[*.obj