repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v6.5.1'
[xcsoar.git]
/
build
/
libwaypoint.mk
blob
8f67b0350fdde7fdbe4a74e755ac437466349302
1
WAYPOINT_SRC_DIR
= $(
SRC
)/
Engine
/
Waypoint
2
3
WAYPOINT_SOURCES
=
\
4
$(
WAYPOINT_SRC_DIR
)/
WaypointVisitor.
cpp
\
5
$(
WAYPOINT_SRC_DIR
)/
Waypoints.
cpp
\
6
$(
WAYPOINT_SRC_DIR
)/
Waypoint.
cpp
7
8
$(
eval
$(
call link-library
,
libwaypoint
,
WAYPOINT
))