diff options
| author | Howard Butler <howard@hobu.co> | 2015-09-08 16:13:52 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2015-09-08 16:13:52 +0000 |
| commit | bd3d58c0d22c203b07764f0669159c37b1f9288c (patch) | |
| tree | eea4cab1d09724eeb9465f8b6a6b2356f9e84454 /nad | |
| parent | 0a7eda807da1e17f60558acebd89a08872b5b6e9 (diff) | |
| download | PROJ-bd3d58c0d22c203b07764f0669159c37b1f9288c.tar.gz PROJ-bd3d58c0d22c203b07764f0669159c37b1f9288c.zip | |
autogen'd stuff
Diffstat (limited to 'nad')
| -rw-r--r-- | nad/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nad/Makefile.in b/nad/Makefile.in index 446d3864..03c3d28f 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -278,15 +278,15 @@ 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 + CH IGNF testIGNF proj_outIGNF.dist \ + null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat makefile.vc CMakeLists.txt 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 + null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat makefile.vc CMakeLists.txt all: all-am @@ -504,7 +504,6 @@ 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 \ |
