# This makefile is autogenerated by MonoDevelop # Do not modify this file SOURCES = \ ./pdf.cs \ ./AssemblyInfo.cs \ ./ParseException.cs MCS_OPTIONS = all: openpdf.dll openpdf.dll: $(SOURCES) mcs $(MCS_OPTIONS) -target:library -out:"openpdf.dll" $(SOURCES) \ && cp "openpdf.dll" ./build/bin/. clean: rm -f openpdf.dll depcheck: