Renderer, ...: use PixelRect::GetCenter()
[xcsoar.git] / build / harness.mk
blobf1739304b06dc4199d373d59acd1b0a107e0041c
1 HARNESS_SOURCES = \
2 $(SRC)/NMEA/MoreData.cpp \
3 $(SRC)/NMEA/Info.cpp \
4 $(SRC)/NMEA/ExternalSettings.cpp \
5 $(SRC)/NMEA/Attitude.cpp \
6 $(SRC)/NMEA/Acceleration.cpp \
7 $(SRC)/NMEA/SwitchState.cpp \
8 $(SRC)/Computer/FlyingComputer.cpp \
9 $(SRC)/IGC/IGCParser.cpp \
10 $(SRC)/Replay/IgcReplay.cpp \
11 $(SRC)/Replay/TaskAutoPilot.cpp \
12 $(SRC)/Replay/AircraftSim.cpp \
13 $(SRC)/Computer/Settings.cpp \
14 $(SRC)/Computer/Wind/Settings.cpp \
15 $(SRC)/Audio/VegaVoiceSettings.cpp \
16 $(SRC)/TeamCode/Settings.cpp \
17 $(SRC)/Logger/Settings.cpp \
18 $(SRC)/Tracking/TrackingSettings.cpp \
19 $(SRC)/Computer/TraceComputer.cpp \
20 $(SRC)/Airspace/AirspaceComputerSettings.cpp \
21 $(SRC)/Units/Descriptor.cpp \
22 $(SRC)/Units/System.cpp \
23 $(TEST_SRC_DIR)/Printing.cpp \
24 $(TEST_SRC_DIR)/AirspacePrinting.cpp \
25 $(TEST_SRC_DIR)/TaskPrinting.cpp \
26 $(TEST_SRC_DIR)/ContestPrinting.cpp \
27 $(TEST_SRC_DIR)/test_debug.cpp \
28 $(TEST_SRC_DIR)/harness_aircraft.cpp \
29 $(TEST_SRC_DIR)/harness_airspace.cpp \
30 $(TEST_SRC_DIR)/harness_flight.cpp \
31 $(TEST_SRC_DIR)/harness_waypoints.cpp \
32 $(TEST_SRC_DIR)/harness_task.cpp \
33 $(TEST_SRC_DIR)/harness_task2.cpp \
34 $(TEST_SRC_DIR)/TaskEventsPrint.cpp \
35 $(TEST_SRC_DIR)/tap.c
37 $(eval $(call link-library,harness,HARNESS))