blob: 78d34cc389b916834f4d1ec9509a684dc960df3f (
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
|
//$Id$
project(CodecFactory) : taolib, tao_output, install, core_anytypecode, tao_versioning_idl_defaults, nolink_codecfactory {
sharedname = TAO_CodecFactory
dynamicflags = TAO_CODECFACTORY_BUILD_DLL
Source_Files {
CodecFactory
}
Header_Files {
CodecFactory
}
Inline_Files {
CodecFactory
}
Template_Files {
CodecFactory
}
Resource_Files {
CodecFactory
}
PIDL_Files {
CodecFactory
}
IDL_Files {
idlflags += -Gp -Gd -Sci -SS -Sorb -Sal -GX \
-Wb,export_macro=TAO_CodecFactory_Export \
-Wb,export_include=tao/CodecFactory/codecfactory_export.h \
-Wb,include_guard=TAO_CODECFACTORY_SAFE_INCLUDE \
-Wb,safe_include=tao/CodecFactory/CodecFactory.h \
-o CodecFactory
idlflags -= -Sa -St
CodecFactory/IOP_Codec.pidl
}
IDL_Files {
idlflags += -Sci -SS -Sorb -Sa -GX \
-Wb,export_macro=TAO_CodecFactory_Export \
-Wb,export_include=tao/CodecFactory/codecfactory_export.h \
-Wb,unique_include=tao/CodecFactory/CodecFactory.h \
-o CodecFactory
CodecFactory/IOP_Codec_include.pidl
}
Pkgconfig_Files {
CodecFactory/TAO_CodecFactory.pc.in
}
}
|