summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/ImR_Client.mpc
blob: 786c317161062f9d9e31eac7124eab2c1b8e6aac (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
//$Id$
project : taolib, install, portableserver, tao_versioning_idl_defaults {
  sharedname   = TAO_ImR_Client
  dynamicflags = TAO_IMR_CLIENT_BUILD_DLL

  Source_Files {
    ImR_Client
  }

  Header_Files {
    ImR_Client
  }

  Inline_Files {
    ImR_Client
  }

  Template_Files {
    ImR_Client
  }

  Resource_Files {
    ImR_Client
  }

  PIDL_Files {
    ImR_Client
  }

  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
  }

  Pkgconfig_Files {
    ImR_Client/TAO_ImR_Client.pc.in
  }
}