7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
24 lines
534 B
Makefile
24 lines
534 B
Makefile
thisdir = class/System.ServiceModel.Activation
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.ServiceModel.Activation.dll
|
|
|
|
LIB_REFS = System.Core System plainservice/System.ServiceModel
|
|
KEYFILE = ../winfx.pub
|
|
LIB_MCS_FLAGS =
|
|
|
|
TEST_MCS_FLAGS =
|
|
TEST_LIB_REFS = System System.Core
|
|
|
|
servicemodel = $(the_libdir_base)plainservice/System.ServiceModel.dll
|
|
|
|
include ../../build/library.make
|
|
|
|
$(the_libdir_base)$(LIBRARY): $(servicemodel)
|
|
|
|
$(servicemodel):
|
|
(cd ../System.ServiceModel; $(MAKE) $@)
|
|
|
|
.NOTPARALLEL: $(servicemodel)
|