Lines Matching refs:make
1 # -*-Makefile-*- to build GNU make with nmake
3 # NOTE: If you have no 'make' program at all to process this makefile,
31 …y) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.…
32 CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/
35 /INCREMENTAL:no /PDB:WinDebug/make.pdb /MACHINE:I386 \
36 /OUT:WinDebug/make.exe /DEBUG
38 /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe
52 if exist WinDebug\make.exe erase WinDebug\make.exe
53 if exist WinRel\make.exe erase WinRel\make.exe
59 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_release)" CFLAGS="$(CFLAGS_release)" OUTDIR=WinRel WinRel/make.exe
61 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_debug)" CFLAGS="$(CFLAGS_debug)" OUTDIR=WinDebug WinDebug/make.exe
107 $(OUTDIR)/make.exe: $(OUTDIR) $(OBJS)
131 ar.o ar.o: ar.c make.h config.h \
136 arscan.o arscan.o: arscan.c make.h config.h \
141 commands.o commands.o: commands.c make.h config.h \
147 default.o default.o: default.c make.h config.h \
153 dir.o dir.o: dir.c make.h config.h \
158 expand.o expand.o: expand.c make.h config.h \
165 file.o file.o: file.c make.h config.h \
172 function.o function.o: function.c make.h config.h \
187 hash.o hash.o: hash.c make.h config.h \
192 implicit.o implicit.o: implicit.c make.h config.h \
199 job.o job.o: job.c make.h config.h \
207 make.h \
212 main.o main.o: main.c make.h config.h \
219 misc.o misc.o: misc.c make.h config.h \
224 read.o read.o: read.c make.h config.h \
231 remake.o remake.o: remake.c make.h config.h \
241 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \
247 rule.o rule.o: rule.c make.h config.h \
254 signame.o signame.o: signame.c make.h config.h \
259 strcache.o strcache.o: strcache.c make.h config.h \
264 variable.o variable.o: variable.c make.h config.h \
277 vpath.o vpath.o: vpath.c make.h config.h \