summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIDL/CodeGen/Basic.mpc
blob: 97cdef6fedecd78f2c93c053d0b847753682c6ef (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
70
71
72
73
74
75
76
77
78
79
80
// $Id$
// This file is generated with "generate_component_mpc.pl -n Basic"

project(Basic_idl_gen) : componentidldefaults {
  custom_only = 1
  idlflags += -Wb,stub_export_macro=BASIC_STUB_Export \
              -Wb,stub_export_include=Basic_stub_export.h \
              -Wb,skel_export_macro=BASIC_SKEL_Export \
              -Wb,skel_export_include=Basic_skel_export.h

  IDL_Files {
    Basic.idl
  }
}

project(Basic_lem_gen) : ciaoidldefaults {
  custom_only = 1
  after += Basic_idl_gen
  idlflags += -Wb,stub_export_macro=BASIC_STUB_Export \
              -Wb,stub_export_include=Basic_stub_export.h \
              -Wb,skel_export_macro=BASIC_SKEL_Export \
              -Wb,skel_export_include=Basic_skel_export.h

  IDL_Files {
    BasicE.idl
  }
}

project(Basic_stub) : ccm_stub {
  after += Basic_lem_gen
  libs  +=

  sharedname = Basic_stub
  dynamicflags += BASIC_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    BasicC.cpp
    BasicEC.cpp
  }

  Header_Files {
    BasicC.h
    Basic_stub_export.h
  }

  Inline_Files {
    BasicC.inl
  }
}


project(Basic_skel) : ciao_executor {
  after      +=  Basic_stub
  sharedname  = Basic_skel
  libs       += Basic_stub


  dynamicflags += BASIC_SKEL_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    BasicS.cpp
  }

  Header_Files {
    BasicS.h
    Basic_skel_export.h
  }

  Inline_Files {
    BasicS.inl
  }
}