1noinst_LIBRARIES = libmicrosim.a
2
3libmicrosim_a_SOURCES = MSBitSetLogic.h \
4MSBaseVehicle.cpp MSBaseVehicle.h \
5MSCModel_NonInteracting.h MSCModel_NonInteracting.cpp \
6MSContainer.cpp MSContainer.h \
7MSEdge.cpp MSEdge.h MSEdgeControl.cpp MSEdgeControl.h \
8MSEdgeWeightsStorage.cpp MSEdgeWeightsStorage.h \
9MSEventControl.cpp MSEventControl.h \
10MSFrame.cpp MSFrame.h MSGlobals.cpp MSGlobals.h \
11MSInsertionControl.cpp MSInsertionControl.h \
12MSInternalJunction.cpp MSInternalJunction.h \
13MSJunction.cpp MSJunction.h \
14MSJunctionControl.cpp MSJunctionControl.h \
15MSJunctionLogic.cpp MSJunctionLogic.h MSLane.cpp MSLane.h \
16MSLaneChanger.cpp MSLaneChanger.h \
17MSLaneChangerSublane.cpp MSLaneChangerSublane.h \
18MSLink.cpp MSLink.h MSLinkCont.cpp MSLinkCont.h \
19MSLogicJunction.cpp MSLogicJunction.h MSMoveReminder.cpp MSMoveReminder.h \
20MSNet.cpp MSNet.h MSNoLogicJunction.cpp MSNoLogicJunction.h \
21MSRightOfWayJunction.cpp MSRightOfWayJunction.h \
22MSRoute.cpp MSRoute.h MSRouteHandler.cpp MSRouteHandler.h \
23MSStoppingPlace.cpp MSStoppingPlace.h \
24MSParkingArea.cpp MSParkingArea.h \
25MSVehicle.cpp MSVehicle.h \
26MSLeaderInfo.cpp MSLeaderInfo.h \
27MSVehicleContainer.cpp MSVehicleContainer.h \
28MSVehicleControl.cpp MSVehicleControl.h \
29MSVehicleTransfer.cpp MSVehicleTransfer.h \
30MSVehicleType.cpp MSVehicleType.h \
31MSStateHandler.h MSStateHandler.cpp \
32MSDriverState.h MSDriverState.cpp \
33MSTransportable.h MSTransportable.cpp \
34MSTransportableControl.h MSTransportableControl.cpp \
35MSDynamicShapeUpdater.h MSDynamicShapeUpdater.cpp
36
37SUBDIRS = actions cfmodels devices engine lcmodels logging output pedestrians \
38traffic_lights trigger
39