summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ImR_Client.mpc
blob: 26d5027ea468e0909ec0cbde9d9bfdf1eaa36b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//$Id$
project(*idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sorb -GA \
                -Wb,export_macro=TAO_IMR_Client_Export \
                -Wb,export_include=tao/ImR_Client/imr_client_export.h \
                -iC tao/ImR_Client
    idlflags -= -Sa -St
    ServerObject.pidl
  }

  IDL_Files {
    idlflags += -Gp -Gd -Sorb -GX \
                -Wb,export_macro=TAO_IMR_Client_Export \
                -Wb,export_include=tao/ImR_Client/imr_client_export.h \
                -iC tao/ImR_Client
    idlflags -= -Sa -St
    ImplRepo.pidl
  }

  specific {
    install_dir = tao/ImR_Client
  }
}

project(ImR_Client) : taolib, tao_output, install, portableserver, taoidldefaults {
  after       += *idl
  sharedname   = TAO_ImR_Client
  dynamicflags += TAO_IMR_CLIENT_BUILD_DLL

  Header_Files {
    *.h
    ServerObjectC.h
    ServerObjectA.h
    ServerObjectS.h
    ImplRepoC.h
    ImplRepoA.h
    ImplRepoS.h
  }

  Source_Files {
    *.cpp
    ServerObjectC.cpp
    ServerObjectA.cpp
    ServerObjectS.cpp
    ImplRepoC.cpp
    ImplRepoS.cpp
  }

  Inline_Files {
    ImplRepoC.inl
    ServerObjectC.inl
  }

  specific {
    install_dir = tao/ImR_Client
  }
}