Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/Makefile
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Revision 884 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 24 19:09:13 2011 UTC (13 years, 4 months ago) by amb
File length: 5149 byte(s)
Diff to previous 862
Fix long-standing annoying bug with dependencies for slim versions.
Revision 862 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 6 08:06:54 2011 UTC (13 years, 5 months ago) by amb
File length: 5203 byte(s)
Diff to previous 859
Makefiles are more consistent with each other and 'make test' can be run from the top level.
Revision 859 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 5 18:02:37 2011 UTC (13 years, 5 months ago) by amb
File length: 5206 byte(s)
Diff to previous 789
Add the gcc options for profiling (coverage) and delete the files generated by it.
Revision 789 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 10:56:25 2011 UTC (13 years, 9 months ago) by amb
File length: 5129 byte(s)
Diff to previous 697
Use the -std=c99 option by default.
Revision 697 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 7 11:32:03 2011 UTC (13 years, 10 months ago) by amb
File length: 5129 byte(s)
Diff to previous 692
Require slim and non-slim versions of fakes.o.
Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 6 18:06:21 2011 UTC (13 years, 10 months ago) by amb
File length: 5119 byte(s)
Diff to previous 613
Allow running 'make test' in the source directory.
Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 19:44:23 2011 UTC (14 years, 1 month ago) by amb
File length: 4903 byte(s)
Diff to previous 608
Make dependency filename based on object file name (fixes overwriting problem with slim versions).
Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 16:00:10 2011 UTC (14 years, 1 month ago) by amb
File length: 4903 byte(s)
Diff to previous 542
When finding a normal route check for turn relations (considering previous segment). When finding turn relations convert fake segments into real ones.
Revision 542 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 18 15:19:33 2010 UTC (14 years, 3 months ago) by amb
File length: 4972 byte(s)
Diff to previous 519
Add a Relations data type and write out the turn relations that have been read in. Still doesn't perform the required processing after reading the data or use the information for routing.
Revision 519 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 13 14:22:28 2010 UTC (14 years, 4 months ago) by amb
File length: 4914 byte(s)
Diff to previous 495
Add an option to make the output more suitable for a log file.
Revision 495 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 17 17:42:21 2010 UTC (14 years, 6 months ago) by amb
File length: 4844 byte(s)
Diff to previous 482
Add files and datatypes for processing relations.
Revision 482 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 5 18:27:17 2010 UTC (14 years, 6 months ago) by amb
File length: 4813 byte(s)
Diff to previous 476
Move all of the installation pathnames to the top level Makefile and include it into the lower level makefiles.
Revision 476 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 30 13:39:12 2010 UTC (14 years, 6 months ago) by amb
File length: 4745 byte(s)
Diff to previous 458
Added 'install' to top level (and lower) Makefiles.
Revision 458 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 23 14:35:03 2010 UTC (14 years, 7 months ago) by amb
File length: 4440 byte(s)
Diff to previous 453
Add the fakes.c file.
Revision 453 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 18:04:29 2010 UTC (14 years, 8 months ago) by amb
File length: 4424 byte(s)
Diff to previous 452
Added a slim mode to the router (just for nodes to start with).
Revision 452 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 14 18:00:10 2010 UTC (14 years, 8 months ago) by amb
File length: 3824 byte(s)
Diff to previous 444
Replaced the runtime selection of slim mode / non-slim mode with compile time selection that gives no runtime overhead but gives two executables.
Revision 444 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 9 17:43:00 2010 UTC (14 years, 8 months ago) by amb
File length: 3271 byte(s)
Diff to previous 439
Default compilation flags include optimisation and not debugging symbols.
Revision 439 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 17:28:21 2010 UTC (14 years, 8 months ago) by amb
File length: 3270 byte(s)
Diff to previous 405
Copy files to web directory like done in other Makefiles.
Revision 405 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 27 17:25:23 2010 UTC (14 years, 9 months ago) by amb
File length: 3071 byte(s)
Diff to previous 397
Add an option to filedumper to dump an OSM format file.
Revision 397 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 18:39:37 2010 UTC (14 years, 10 months ago) by amb
File length: 3042 byte(s)
Diff to previous 384
Add tagmodifier program.
Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 28 17:26:23 2010 UTC (14 years, 10 months ago) by amb
File length: 2833 byte(s)
Diff to previous 365
Compile with _FILE_OFFSET_BITS=64 to get 64-bit fopen() and stat().
Revision 365 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 16:42:23 2010 UTC (14 years, 11 months ago) by amb
File length: 2729 byte(s)
Diff to previous 359
Move the type checking/printing functions from way.c to type.c.
Revision 359 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 10 18:33:20 2010 UTC (14 years, 11 months ago) by amb
File length: 2705 byte(s)
Diff to previous 353
Added file of translations and language selection.
Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 18:49:50 2010 UTC (14 years, 11 months ago) by amb
File length: 2691 byte(s)
Diff to previous 340
Remove special lex/flex flags. Remove profiles.o from planetsplitter.
Revision 340 - (view) (download) (annotate) - [select for diffs]
Added Mon Mar 29 18:18:54 2010 UTC (14 years, 11 months ago) by amb
File length: 2812 byte(s)
Diff to previous 333
Better handling of the xml sub-directory.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.