From b08d06c81ee334f3c5f46a670dfb33973a1415f3 Mon Sep 17 00:00:00 2001 From: Daniel Murphy Date: Sun, 23 Aug 2015 23:01:12 +1000 Subject: [PATCH] Remove win32 make rules for files that don't exist any more --- src/win32.mak | 81 --------------------------------------------------- 1 file changed, 81 deletions(-) diff --git a/src/win32.mak b/src/win32.mak index 4bb47f87ce76..36bcc9f05e56 100644 --- a/src/win32.mak +++ b/src/win32.mak @@ -497,18 +497,9 @@ glue.obj : $(CH) $(TOTALH) $C\rtlsym.h mars.h module.h glue.c gluestub.obj : $(CH) $(TOTALH) $C\rtlsym.h mars.h module.h gluestub.c $(CC) -c $(MFLAGS) -I$(ROOT) gluestub -imphint.obj : imphint.c - $(CC) -c $(CFLAGS) $* - -mars.obj : $(TOTALH) module.h mars.h mars.c verstr.h - $(CC) -c $(CFLAGS) $* -Ae - md5.obj : $C\md5.h $C\md5.c $(CC) -c $(MFLAGS) $C\md5 -module.obj : $(TOTALH) module.c - $(CC) -c $(CFLAGS) -I$C module.c - msc.obj : $(CH) mars.h msc.c $(CC) -c $(MFLAGS) -I$(ROOT) msc @@ -581,9 +572,6 @@ toir.obj : $C\rtlsym.h expression.h toir.h toir.c tocsym.obj : $(CH) $(TOTALH) mars.h module.h tocsym.c $(CC) -c $(MFLAGS) -I$(ROOT) tocsym -unittests.obj : $(TOTALH) unittests.c - $(CC) -c $(CFLAGS) $* - util2.obj : $C\util2.c $(CC) -c $(MFLAGS) $C\util2 @@ -598,77 +586,8 @@ tk.obj : tk.c newdelete.obj : $(ROOT)\newdelete.c $(CC) -c $(CFLAGS) $(ROOT)\newdelete.c -# Root/GC -- Removed (look in history) -# -#bits.obj : $(ROOT)\gc\bits.h $(ROOT)\gc\bits.c -# $(CC) -c $(CFLAGS) -I$(ROOT)\gc $(ROOT)\gc\bits.c -# -#gc.obj : $(ROOT)\gc\bits.h $(ROOT)\gc\os.h $(ROOT)\gc\gc.h $(ROOT)\gc\gc.c -# $(CC) -c $(CFLAGS) -I$(ROOT)\gc $(ROOT)\gc\gc.c -# -#win32.obj : $(ROOT)\gc\os.h $(ROOT)\gc\win32.c -# $(CC) -c $(CFLAGS) -I$(ROOT)\gc $(ROOT)\gc\win32.c - ############################## Generated Rules ############################### # These rules were generated by makedep, but are not currently maintained -access.obj : $(TOTALH) enum.h objc.h aggregate.h init.h attrib.h access.c -aliasthis.obj : $(TOTALH) aliasthis.h aliasthis.c -apply.obj : $(TOTALH) apply.c -argtypes.obj : $(TOTALH) mtype.h argtypes.c -arrayop.obj : $(TOTALH) identifier.h declaration.h arrayop.c -attrib.obj : $(TOTALH) dsymbol.h identifier.h declaration.h attrib.h attrib.c -builtin.obj : $(TOTALH) builtin.c -canthrow.obj : $(TOTALH) canthrow.c -cast.obj : $(TOTALH) expression.h mtype.h cast.c -class.obj : $(TOTALH) enum.h class.c -clone.obj : $(TOTALH) clone.c -constfold.obj : $(TOTALH) expression.h constfold.c -cond.obj : $(TOTALH) identifier.h declaration.h cond.h cond.c -cppmangle.obj : $(TOTALH) mtype.h declaration.h mars.h -declaration.obj : $(TOTALH) identifier.h attrib.h declaration.h declaration.c expression.h -delegatize.obj : $(TOTALH) delegatize.c -doc.obj : $(TOTALH) doc.h doc.c -enum.obj : $(TOTALH) dsymbol.h identifier.h enum.h enum.c -errors.obj : $(TOTALH) errors.h errors.c -escape.obj : $(TOTALH) escape.c -expression.obj : $(TOTALH) expression.h expression.c -func.obj : $(TOTALH) identifier.h attrib.h declaration.h func.c -globals.obj : $(TOTALH) globals.h globals.c -hdrgen.obj : $(TOTALH) hdrgen.h hdrgen.c -id.obj : $(TOTALH) id.h id.c -identifier.obj : $(TOTALH) identifier.h identifier.c -import.obj : $(TOTALH) dsymbol.h import.h import.c -inifile.obj : $(TOTALH) inifile.c -init.obj : $(TOTALH) init.h init.c -inline.obj : $(TOTALH) inline.c -interpret.obj : $(TOTALH) interpret.c declaration.h expression.h ctfe.h -ctfexpr.obj : $(TOTALH) ctfeexpr.c ctfe.h -intrange.obj : $(TOTALH) intrange.h intrange.c -json.obj : $(TOTALH) json.h json.c -lexer.obj : $(TOTALH) lexer.c -libmscoff.obj : $(TOTALH) lib.h libmscoff.c -link.obj : $(TOTALH) link.c -macro.obj : $(TOTALH) macro.h macro.c -mangle.obj : $(TOTALH) dsymbol.h declaration.h mangle.c -nspace.obj : $(TOTALH) nspace.c -objc_stubs.obj : $(TOTALH) objc.h objc_stubs.c objc_glue_stubs.obj : $(TOTALH) objc.h objc_glue_stubs.c -opover.obj : $(TOTALH) expression.h opover.c -optimize.obj : $(TOTALH) expression.h optimize.c -parse.obj : $(TOTALH) attrib.h lexer.h parse.h parse.c -sapply.obj : $(TOTALH) sapply.c -scope.obj : $(TOTALH) scope.h scope.c -sideeffect.obj : $(TOTALH) sideeffect.c -statement.obj : $(TOTALH) statement.h statement.c expression.h -staticassert.obj : $(TOTALH) staticassert.h staticassert.c -struct.obj : $(TOTALH) identifier.h enum.h struct.c -target.obj : $(TOTALH) target.c target.h -tokens.obj : $(TOTALH) tokens.h tokens.c -traits.obj : $(TOTALH) traits.c -dsymbol.obj : $(TOTALH) identifier.h dsymbol.h dsymbol.c -mtype.obj : $(TOTALH) mtype.h mtype.c -utf.obj : utf.h utf.c -template.obj : $(TOTALH) template.h template.c -version.obj : $(TOTALH) identifier.h dsymbol.h cond.h version.h version.c