CSFLAGS = -debug references = -r:../WebThing.dll -r:System.Web all: GoogleSearch.dll WikipediaSearch.dll clean: rm -f *.dll *.mdb *.so %.dll: %.cs ../WebThing.dll gmcs $(CSFLAGS) $(references) -target:library -out:$@ $<