diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2015-09-09 09:47:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2015-09-09 09:47:20 +0200 |
| commit | 3bbee2b5e54db54eb510d484b470da2c4f67b3e2 (patch) | |
| tree | 40e2f60dbd6a03ad653972343983cb7eaa899fc9 | |
| parent | 759c0bad01193f61aaa0b5f01de71c400c2699fd (diff) | |
| download | PROJ-3bbee2b5e54db54eb510d484b470da2c4f67b3e2.tar.gz PROJ-3bbee2b5e54db54eb510d484b470da2c4f67b3e2.zip | |
Regenerate nad/Makefile.in as a follow-up of https://github.com/OSGeo/proj.4/pull/301
| -rw-r--r-- | nad/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nad/Makefile.in b/nad/Makefile.in index 03c3d28f..6a412df2 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -278,15 +278,14 @@ TESTDATUMFILE = $(NADPATH)/testdatumfile TESTIGN = $(NADPATH)/testIGNF pkgdata_DATA = GL27 nad.lst proj_def.dat nad27 nad83 world epsg esri \ esri.extra other.extra \ - CH IGNF testIGNF proj_outIGNF.dist \ - null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat makefile.vc CMakeLists.txt + CH IGNF EXTRA_DIST = GL27 nad.lst proj_def.dat nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ test27 test83 world epsg esri tv_out.dist tf_out.dist \ testflaky testvarious testdatumfile testntv2 ntv2_out.dist \ esri.extra other.extra \ CH IGNF testIGNF proj_outIGNF.dist \ - null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat makefile.vc CMakeLists.txt + makefile.vc CMakeLists.txt all: all-am @@ -504,6 +503,7 @@ uninstall-am: uninstall-pkgdataDATA mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am uninstall-pkgdataDATA + process-nad2bin: @if [ -f $(NADPATH)/null.lla -a ! -f null ] || [ -f $(NADPATH)/conus.lla -a ! -f conus ] ; then \ for x in $(NADPATH)/*.lla ; do \ |
