annotate Makefile.paths @ 2833:d0e186348cb2 default tip

Add mention of soft level limitation to 'Eightleg woods'.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 May 2024 20:33:53 +0300
parents de2e01e4343b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2506
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 ###
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ### Binary paths
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 ###
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 STITCHMAP_BIN=$(BINPATH)stitchmap$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 COLORMAP_BIN=$(BINPATH)colormap$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 MKCITYMAP_BIN=$(BINPATH)mkcitymap$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 DIFFMAP_BIN=$(BINPATH)diffmap$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 PATCHMAP_BIN=$(BINPATH)patchmap$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 MKLOC_BIN=$(BINPATH)mkloc$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 MAP2PPM_BIN=$(BINPATH)map2ppm$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 COMBINE_BIN=$(BINPATH)combine$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 MAPSTATS_BIN=$(BINPATH)mapstats$(BINEXT)
de2e01e4343b Large refactoring and cleanup of the build system.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 MAPSEARCH_BIN=$(BINPATH)mapsearch$(BINEXT)