]> git.mxchange.org Git - simgear.git/blob - simgear/hla/Makefile.am
hla: Move callbacks into the rti federate implementation.
[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         HLAEnumeratedDataElement.cxx \
39         HLAEnumeratedDataType.cxx \
40         HLAFederate.cxx \
41         HLAFixedRecordDataElement.cxx \
42         HLAFixedRecordDataType.cxx \
43         HLAObjectClass.cxx \
44         HLAObjectInstance.cxx \
45         HLAOMTXmlVisitor.cxx \
46         HLAPropertyDataElement.cxx \
47         HLARawDataElement.cxx \
48         HLAVariantDataElement.cxx \
49         HLAVariantDataType.cxx
50
51 if ENABLE_HLA13
52
53 lib_LIBRARIES += libsgrti13.a
54
55 libsgrti13_adir = @includedir@/hla
56
57 libsgrti13_a_SOURCES = \
58         RTI13ObjectClass.cxx \
59         RTI13ObjectInstance.cxx \
60         RTI13Federate.cxx
61
62 endif
63
64 lib_LIBRARIES += libsgrti.a
65
66 libsgrti_adir = @includedir@/hla
67
68 libsgrti_a_SOURCES = \
69         RTIObjectClass.cxx \
70         RTIObjectInstance.cxx \
71         RTIFederate.cxx
72