ICON_ENTRY = test-icon-entry SPELL_ENTRY = test-spell-entry URL_LABEL = test-url-label BUILD = $(MCS) -r:$(top_builddir)/src/libsexy-sharp.dll $(GTKSHARP_LIBS) all: $(ICON_ENTRY).exe $(SPELL_ENTRY).exe $(URL_LABEL).exe $(ICON_ENTRY).exe: $(ICON_ENTRY).cs $(BUILD) -out:$@ $< $(SPELL_ENTRY).exe: $(SPELL_ENTRY).cs $(BUILD) -out:$@ $< $(URL_LABEL).exe: $(URL_LABEL).cs $(BUILD) -out:$@ $< CLEANFILES = *.exe DISTCLEANFILES = Makefile.in EXTRA_DIST = \ $(srcdir)/$(ICON_ENTRY).cs \ $(srcdir)/$(SPELL_ENTRY).cs \ $(srcdir)/$(URL_LABEL).cs