.PHONY: System.Messaging.dll
all-local: System.Messaging.dll
System.Messaging.dll:
"$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
-b "$(srcdir)" -B . -f System.Messaging.build all
CLEANFILES = System.Messaging.dll
install-data-local:
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
"$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
-Dmono.sources="$(MONO_SOURCE_PATH)" \
-f "$(srcdir)/System.Messaging.build" -i all
uninstall-local:
@$(NORMALL_UNINSTALL)
"$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
-Dmono.sources="$(MONO_SOURCE_PATH)" \
-f "$(srcdir)/System.Messaging.build" -u all
syntax highlighted by Code2HTML, v. 0.9.1