# HG changeset patch # User thomask # Date 1099337583 0 # Node ID df8fe715d493344c03b392dbe2b04bcb977638a7 # Parent 965162333cb5dc48db1d8f449bd3406433d849a1 added support for multifile "nocompile" targets diff -r 965162333cb5 -r df8fe715d493 Makefile --- a/Makefile Mon Nov 01 19:27:52 2004 +0000 +++ b/Makefile Mon Nov 01 19:33:03 2004 +0000 @@ -137,13 +137,13 @@ %.$(ext_nocompile) : %.$(ext_source) basic_tools $(eval z_name = $(subst .$(ext_nocompile),,$@)) $(extract_z_flags) - $(eval z_return = $(shell $(return__) "$(DMD) $(DFLAGS) $(z_flags) -c -of$@ $< $(to_log)")) + $(eval z_return = $(shell $(return__) "$(DMD) $(DFLAGS) $(z_flags) -c -od$(OBJ_DIR) $< $(to_log)")) $(analyse_nocompile) %.$(ext_nocompile) : %.$(ext_source_html) basic_tools $(eval z_name = $(subst .$(ext_nocompile),,$@)) $(extract_z_flags) - $(eval z_return = $(shell $(return__) "$(DMD) $(DFLAGS) $(z_flags) -c -of$@ $< $(to_log)")) + $(eval z_return = $(shell $(return__) "$(DMD) $(DFLAGS) $(z_flags) -c -od$(OBJ_DIR) $< $(to_log)")) $(analyse_nocompile) #