16 lines
332 B
Makefile
16 lines
332 B
Makefile
thisdir = class/Mono.XBuild.Tasks
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
XBUILD_DIR=$(topdir)/tools/xbuild
|
|
include $(XBUILD_DIR)/xbuild.make
|
|
|
|
LIBRARY = Mono.XBuild.Tasks.dll
|
|
|
|
LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Xml
|
|
LIB_MCS_FLAGS =
|
|
|
|
include $(XBUILD_DIR)/xbuild_test.make
|
|
|
|
include ../../build/library.make
|