SRCLIST = ..\..\..\tools\emitter\formatter.cs formatter_info.cs .SUFFIXES: .dll .cs .cs.dll: csc $*.cs ISE.Reflection.Formatter.dll : $(SRCLIST) makefile_formatter Formatter.key csc /t:library /out:ISE.Reflection.Formatter.dll $(SRCLIST) Formatter.key: sn -k Formatter.key