Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.ServiceModel.Activation « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c0e953fd276fd6f963590a24c927417e52692d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)