Lines Matching refs:vms
101 VMSHDRS = $(VMSDIR)vms-conf.h # copied to []config.h
102 VMSSRCS = $(VMSDIR)vms-code.c # copied to []vms-code.c
103 VMSOBJS = ,vms-code.obj # note leading comma
196 vms-code.obj : vms-code.c flexdef.h config.h
204 config.h : $(VMSDIR)vms-conf.h
205 $(COPY) $(VMSDIR)vms-conf.h config.h
207 vms-code.c : $(VMSDIR)vms-code.c
208 $(COPY) $(VMSDIR)vms-code.c vms-code.c
302 @- if f$search("vms-code.c").nes."" .and.-
303 f$search("$(VMSDIR)vms-code.c").nes."" then $(REMOVE) vms-code.c;*
305 f$search("$(VMSDIR)vms-conf.h").nes."" then $(REMOVE) config.h;*