]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/server/dist/share/proj/makefile.vc
Adding pkg-precompiled tileserver-mapnik to avoid npm install
[simantics/district.git] / org.simantics.maps.server / server / dist / share / proj / makefile.vc
1 #
2 # makefile.vc - builds PROJ.4 library with Visual C++
3 #
4
5 !INCLUDE ..\nmake.opt
6
7 OLD_GRIDS = conus MD TN WI WO alaska hawaii prvi stgeorge stlrnc stpaul null
8
9 OTHER_FILES = FL GL27 nad.lst nad27 nad83 proj_def.dat world epsg esri \
10         esri.extra other.extra IGNF
11
12
13
14 default:
15         if exist conus.lla $(MAKE) /f makefile.vc nadshift
16
17 nadshift:
18         for %f in ( $(OLD_GRIDS) ) do ..\src\nad2bin.exe %f < %f.lla
19
20 clean:
21         -for %f in ( $(OLD_GRIDS) ) do del %f
22
23 install-nadgrids:
24         for %f in ( $(OLD_GRIDS) ) do copy %f $(PROJ_LIB_DIR)
25
26 install-all: 
27         -mkdir $(INSTDIR)
28         -mkdir $(PROJ_LIB_DIR)
29         for %f in ( $(OTHER_FILES) ) do copy %f $(PROJ_LIB_DIR)
30         if exist conus $(MAKE) /f makefile.vc install-nadgrids
31         -copy *.gsb $(PROJ_LIB_DIR)
32         -copy ntv1_can.dat $(PROJ_LIB_DIR)