Lines Matching refs:exe
69 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe
71 test: example.exe minigzip.exe
75 testdll: example_d.exe minigzip_d.exe
95 example.exe: example.o $(STATICLIB)
99 minigzip.exe: minigzip.o $(STATICLIB)
103 example_d.exe: example.o $(IMPLIB)
107 minigzip_d.exe: minigzip.o $(IMPLIB)
160 -$(RM) *.exe