]> git.mxchange.org Git - simgear.git/blob - simgear/hla/Makefile.am
hla: for rti13 queue all callbacks.
[simgear.git] / simgear / hla / Makefile.am
1 INCLUDES = -I$(top_srcdir)
2
3 lib_LIBRARIES = libsghla.a
4
5 libsghla_adir = @includedir@/hla
6
7 libsghla_a_HEADERS = \
8         RTIData.hxx \
9         HLAArrayDataElement.hxx \
10         HLAArrayDataType.hxx \
11         HLABasicDataElement.hxx \
12         HLABasicDataType.hxx \
13         HLADataElement.hxx \
14         HLADataType.hxx \
15         HLADataTypeVisitor.hxx \
16         HLAEnumeratedDataElement.hxx \
17         HLAEnumeratedDataType.hxx \
18         HLAFixedRecordDataElement.hxx \
19         HLAFixedRecordDataType.hxx \
20         HLAFederate.hxx \
21         HLAInteractionClass.hxx \
22         HLALocation.hxx \
23         HLAObjectClass.hxx \
24         HLAObjectInstance.hxx \
25         HLAOMTXmlVisitor.hxx \
26         HLAPropertyDataElement.hxx \
27         HLARawDataElement.hxx \
28         HLAVariantDataElement.hxx \
29         HLAVariantDataType.hxx
30
31 libsghla_a_SOURCES = \
32         HLAArrayDataElement.cxx \
33         HLAArrayDataType.cxx \
34         HLABasicDataElement.cxx \
35         HLABasicDataType.cxx \
36         HLADataElement.cxx \
37         HLADataType.cxx \
38         HLADataTypeVisitor.cxx \
39         HLAEnumeratedDataElement.cxx \
40         HLAEnumeratedDataType.cxx \
41         HLAFederate.cxx \
42         HLAFixedRecordDataElement.cxx \
43         HLAFixedRecordDataType.cxx \
44         HLAObjectClass.cxx \
45         HLAObjectInstance.cxx \
46         HLAOMTXmlVisitor.cxx \
47         HLAPropertyDataElement.cxx \
48         HLARawDataElement.cxx \
49         HLAVariantDataElement.cxx \
50         HLAVariantDataType.cxx
51
52 if ENABLE_HLA13
53
54 lib_LIBRARIES += libsgrti13.a
55
56 libsgrti13_adir = @includedir@/hla
57
58 libsgrti13_a_SOURCES = \
59         RTI13ObjectClass.cxx \
60         RTI13ObjectInstance.cxx \
61         RTI13Federate.cxx
62
63 endif
64
65 lib_LIBRARIES += libsgrti.a
66
67 libsgrti_adir = @includedir@/hla
68
69 libsgrti_a_SOURCES = \
70         RTIObjectClass.cxx \
71         RTIObjectInstance.cxx \
72         RTIFederate.cxx
73