# This makefile is autogenerated by MonoDevelop # Do not modify this file SOURCES = \ ./Main.cs \ ./AssemblyInfo.cs PROJECT_REFERENCES = \ "../pdfomatic.dll" PROJECT_REFERENCES_BUILD = $(addprefix -r:, $(PROJECT_REFERENCES)) MCS_OPTIONS = all: test-dictionaryparser.exe test-dictionaryparser.exe: $(SOURCES) mcs $(MCS_OPTIONS) -target:exe -out:"test-dictionaryparser.exe" $(PROJECT_REFERENCES_BUILD) $(SOURCES) \ && cp "test-dictionaryparser.exe" ../build/bin/. clean: rm -f test-dictionaryparser.exe depcheck: