Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rv2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Phyks
rv2
Commits
ae17005b
Commit
ae17005b
authored
Jan 15, 2015
by
Jean-Benoist Leger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename of route to get_route
parent
61baa0cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/Makefile
src/Makefile
+4
-4
src/get_route_main.cc
src/get_route_main.cc
+0
-0
No files found.
src/Makefile
View file @
ae17005b
...
...
@@ -4,12 +4,12 @@ CXXFLAGS=-O2 -std=c++11
#LDFLAGS=-g -Wall
LDFLAGS
=
-O2
-fwhole-program
-flto
LDLIBS_LMDB
=
-llmdb
-lpthread
LDLIBS_OSMPBF
=
-L
../../osmpbf/osmpbf
-losmpbf
-lprotobuf
-lz
LDLIBS_OSMPBF
=
-L
../../osmpbf/osmpbf
-losmpbf
-lprotobuf
-lz
-lpthread
INCLUDE_OSMPBF
=
-I
../../osmpbf
-I
../../osmpbf/osmpbf/include
.PHONY
:
clean
all
:
elevation_create_database elevation_query_database route_query_nodes_database route_query_lookup_database route route_create_databases_from_pbf lmdb_rewriter analyze_pbf
all
:
elevation_create_database elevation_query_database route_query_nodes_database route_query_lookup_database
get_
route route_create_databases_from_pbf lmdb_rewriter analyze_pbf
lmdb_rewriter
:
lmdb_rewriter.o
$(CC)
$(LDFLAGS)
-o
$@
$+
$(LDLIBS_LMDB)
...
...
@@ -26,7 +26,7 @@ route_query_nodes_database: route_query_nodes_database.o nodes_db.o conv_functio
route_query_lookup_database
:
route_query_lookup_database.o lookup.o functions.o nodes_db.o lookup_db.o conv_functions.o
$(CC)
$(LDFLAGS)
-o
$@
$+
$(LDLIBS_LMDB)
route
:
route
.o route_db.o lookup.o functions.o nodes_db.o lookup_db.o conv_functions.o get_route.o read_from_stdin.o write_to_stdout.o
get_route
:
get_route_main
.o route_db.o lookup.o functions.o nodes_db.o lookup_db.o conv_functions.o get_route.o read_from_stdin.o write_to_stdout.o
$(CC)
$(LDFLAGS)
-o
$@
$+
$(LDLIBS_LMDB)
route_create_databases_from_pbf
:
route_create_databases_from_pbf.o lookup_db.o nodes_db.o elevation.o parse_way.o conv_functions.o
...
...
@@ -74,7 +74,7 @@ route_db.o: route_db.cc route_db.h conf.h lookup.h lookup_db.h nodes_db.h types.
get_route.o
:
get_route.cc get_route.h
$(CC)
$(CXXFLAGS)
-c
$<
-o
$@
route.o
:
route
.cc
get_route_main.o
:
get_route_main
.cc
$(CC)
$(CXXFLAGS)
-c
$<
-o
$@
route_create_databases_from_pbf.o
:
route_create_databases_from_pbf.cc
...
...
src/
route
.cc
→
src/
get_route_main
.cc
View file @
ae17005b
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment