summaryrefslogtreecommitdiff
path: root/tao/ImR_Client.mpc
blob: 5b1e6ceef420ff30d869c65ba972c0aea26fca4b (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
60
61
62
63
64
65
66
//$Id$
project(*idl) : tao_versioning_idl_defaults {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Ssi -Gd -Sorb -GA \
                -Wb,export_macro=TAO_IMR_Client_Export \
                -Wb,export_include=tao/ImR_Client/imr_client_export.h \
                -o ImR_Client
    idlflags -= -Sa -St
    ImR_Client/ServerObject.pidl
  }

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

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

  Source_Files {
    ImR_Client
  }

  Source_Files {
    ImR_Client/ServerObjectC.cpp
    ImR_Client/ServerObjectA.cpp
    ImR_Client/ServerObjectS.cpp
    ImR_Client/ImplRepoC.cpp
    ImR_Client/ImplRepoS.cpp
  }

  Header_Files {
    ImR_Client
  }

  Inline_Files {
    ImR_Client
  }

  Template_Files {
    ImR_Client
  }

  Resource_Files {
    ImR_Client
  }

  PIDL_Files {
    ImR_Client
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    ImR_Client/TAO_ImR_Client.pc.in
  }
}