CORE_SRC = MSymbol.cs MPlist.cs MText.cs CS=gmcs all: M17N.exe temp.exe M17NCore.dll: ${CORE_SRC} $(CS) /out:$@ /t:library ${CORE_SRC} M17N.exe: M17N.cs M17NCore.dll $(CS) /r:M17NCore M17N.cs temp.exe: temp.cs M17NCore.dll $(CS) /r:M17NCore temp.cs clean: rm -f *.dll *.exe