2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.ServiceModel.Activation
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.ServiceModel.Activation.dll
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System.Core System plainservice/System.ServiceModel
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
servicemodel = $(the_libdir_base)plainservice/System.ServiceModel.dll
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
$(the_libdir_base)$(LIBRARY): $(servicemodel)
|
|
|
|
|
|
|
|
$(servicemodel):
|
|
|
|
(cd ../System.ServiceModel; $(MAKE) $@)
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
.NOTPARALLEL: $(servicemodel)
|