summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/Display_Base/Display_Base.mpc
blob: 6527818b9fcea8a57cf0296ac8f4879e8730edbc (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
67
68
69
// $Id$
// This file is generated with "generate_component_mpc.pl -n Display_Base"

project(Display_Base_idl_gen) : taoidldefaults, anytypecode {
  avoids += ace_for_tao
  custom_only = 1
  idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
              -Wb,stub_export_include=Display_Base_stub_export.h \
              -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
              -Wb,skel_export_include=Display_Base_skel_export.h

  IDL_Files {
    Display_Base.idl
  }
}

project(Display_Base_stub) : ciao_client_dnc {
  avoids += ace_for_tao
  after += Display_Base_idl_gen 
  libs  += 
  
  sharedname = Display_Base_stub
  dynamicflags   = DISPLAY_BASE_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Display_BaseC.cpp
  }

  Header_Files {
    Display_BaseC.h
    Display_Base_stub_export.h
  }

  Inline_Files {
    Display_BaseC.inl
  }
}


project(Display_Base_skel) : ciao_component_dnc {
  avoids += ace_for_tao
  after      +=  Display_Base_stub
  sharedname  = Display_Base_skel
  libs       += Display_Base_stub
 
  
  dynamicflags = DISPLAY_BASE_SKEL_BUILD_DLL
  
  IDL_Files {
  }

  Source_Files {
    Display_BaseS.cpp
  }
  
  Header_Files {
    Display_BaseS.h
    Display_Base_skel_export.h
  }
  
  Inline_Files {
    Display_BaseS.inl
  }
}