Lines Matching refs:exe
7 PROG=e32boot.exe
12 IN=$(PROG:.exe=.in)
13 MAP=$(PROG:.exe=.map)
44 $(LD) -s --base-file $(PROG:.exe=.bas) \
48 --output-exp $(PROG:.exe=.exp) --base-file $(PROG:.exe=.bas) \
50 $(LD) -s -Map $(MAP) -o $@ $(PROG:.exe=.exp) \
55 rm $@.tmp $(PROG:.exe=.bas) $(PROG:.exe=.exp)
63 rm -f $(PROG:.exe=.bas) $(PROG:.exe=.exp)