proj4rb 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
 - data/ChangeLog +46 -0
 - data/Gemfile +4 -0
 - data/README.rdoc +158 -148
 - data/Rakefile +26 -41
 - data/lib/area.rb +32 -0
 - data/lib/config.rb +70 -0
 - data/lib/context.rb +103 -0
 - data/lib/coordinate.rb +197 -0
 - data/lib/crs.rb +206 -0
 - data/lib/ellipsoid.rb +42 -0
 - data/lib/error.rb +18 -0
 - data/lib/operation.rb +43 -0
 - data/lib/pj_object.rb +82 -0
 - data/lib/point.rb +72 -0
 - data/lib/prime_meridian.rb +40 -0
 - data/lib/proj.rb +31 -0
 - data/lib/proj4.rb +3 -469
 - data/lib/projection.rb +207 -0
 - data/lib/transformation.rb +61 -0
 - data/lib/unit.rb +54 -0
 - data/proj4rb.gemspec +31 -0
 - data/test/abstract_test.rb +7 -0
 - data/test/context_test.rb +82 -0
 - data/test/coordinate_test.rb +35 -0
 - data/test/crs_test.rb +373 -0
 - data/test/ellipsoid_test.rb +34 -0
 - data/test/operation_test.rb +29 -0
 - data/test/prime_meridians_test.rb +33 -0
 - data/test/proj_test.rb +17 -0
 - data/test/projection_test.rb +224 -0
 - data/test/transformation_test.rb +68 -0
 - data/test/unit_test.rb +47 -0
 - metadata +82 -77
 - data/data/GL27 +0 -22
 - data/data/MD +0 -0
 - data/data/TN +0 -0
 - data/data/WI +0 -0
 - data/data/WO +0 -0
 - data/data/conus +0 -0
 - data/data/epsg +0 -5443
 - data/data/epsg-deprecated +0 -2
 - data/data/esri +0 -5937
 - data/data/esri.extra +0 -948
 - data/data/hawaii +0 -0
 - data/data/nad.lst +0 -142
 - data/data/nad27 +0 -809
 - data/data/nad83 +0 -744
 - data/data/ntv1_can.dat +0 -0
 - data/data/null +0 -0
 - data/data/other.extra +0 -49
 - data/data/proj_def.dat +0 -17
 - data/data/prvi +0 -0
 - data/data/stgeorge +0 -0
 - data/data/stlrnc +0 -0
 - data/data/stpaul +0 -0
 - data/data/world +0 -212
 - data/example/basic.rb +0 -18
 - data/example/list-datums.rb +0 -17
 - data/example/list-ellipsoids.rb +0 -17
 - data/example/list-errors.rb +0 -11
 - data/example/list-prime-meridians.rb +0 -17
 - data/example/list-projection-types.rb +0 -17
 - data/example/list-units.rb +0 -17
 - data/example/version.rb +0 -8
 - data/ext/Makefile +0 -238
 - data/ext/extconf.rb +0 -16
 - data/ext/mkmf.log +0 -103
 - data/ext/out.log +0 -0
 - data/ext/proj4_ruby-x64-mingw32.def +0 -2
 - data/ext/proj4_ruby.so +0 -0
 - data/ext/projrb.c +0 -566
 - data/ext/projrb.o +0 -0
 - data/ext/vc/proj4_ruby.sln +0 -19
 - data/ext/vc/proj4_ruby.vcproj +0 -208
 - data/test/test_constants.rb +0 -18
 - data/test/test_create_projection.rb +0 -63
 - data/test/test_datums.rb +0 -45
 - data/test/test_ellipsoids.rb +0 -46
 - data/test/test_errors.rb +0 -66
 - data/test/test_init_projection.rb +0 -109
 - data/test/test_prime_meridians.rb +0 -45
 - data/test/test_projection_type.rb +0 -44
 - data/test/test_simple_projection.rb +0 -58
 - data/test/test_suite.rb +0 -14
 - data/test/test_transform.rb +0 -115
 - data/test/test_units.rb +0 -46
 
    
        data/data/ntv1_can.dat
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/null
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/other.extra
    DELETED
    
    | 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ## NAD83 / BC Albers (this has been superceeded but is kept for compatibility)
         
     | 
| 
       2 
     | 
    
         
            -
            <42102> +proj=aea +ellps=GRS80 +lat_0=45 +lon_0=-126.0 +lat_1=50.0 +lat_2=58.5 +x_0=1000000.0 +y_0=0 +datum=NAD83 +units=m no_defs <>
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            #
         
     | 
| 
       6 
     | 
    
         
            -
            #  OGC-defined extended codes  (41000--41999)
         
     | 
| 
       7 
     | 
    
         
            -
            #  see http://www.digitalearth.gov/wmt/auto.html
         
     | 
| 
       8 
     | 
    
         
            -
            #
         
     | 
| 
       9 
     | 
    
         
            -
            # WGS84 / Simple Mercator
         
     | 
| 
       10 
     | 
    
         
            -
            <41001> +proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       11 
     | 
    
         
            -
            #
         
     | 
| 
       12 
     | 
    
         
            -
            #  CubeWerx-defined extended codes  (42100--42199)
         
     | 
| 
       13 
     | 
    
         
            -
            #
         
     | 
| 
       14 
     | 
    
         
            -
            # WGS 84 / LCC Canada
         
     | 
| 
       15 
     | 
    
         
            -
            <42101> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=0 +lon_0=-95 +x_0=0 +y_0=-8000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       16 
     | 
    
         
            -
            #EPSG:42102,"PROJCS[\"NAD83 / BC Albers\",GEOGCS[\"NAD83\",DATUM[\"North_American_Datum_1983\",SPHEROID[\"GRS_1980\",6378137,298.257222101]],PRIMEM[\"Greenwich\",0],UNIT[\"Decimal_Degree\",0.0174532925199433]],PROJECTION[\"Albers_conic_equal_area\"],PARAMETER[\"central_meridian\",-126.0],PARAMETER[\"latitude_of_origin\",45],PARAMETER[\"standard_parallel_1\",50.0],PARAMETER[\"standard_parallel_2\",58.5],PARAMETER[\"false_easting\",1000000.0],PARAMETER[\"false_northing\",0],UNIT[\"Meter\",1]]"
         
     | 
| 
       17 
     | 
    
         
            -
            # WGS 84 / LCC USA
         
     | 
| 
       18 
     | 
    
         
            -
            <42103> +proj=lcc +lat_1=33 +lat_2=45 +lat_0=0 +lon_0=-100 +x_0=0 +y_0=0 +ellps=WGS72 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       19 
     | 
    
         
            -
            # NAD83 / MTM zone 8 Québec
         
     | 
| 
       20 
     | 
    
         
            -
            <42104> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.999900 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs  no_defs <>
         
     | 
| 
       21 
     | 
    
         
            -
            # WGS84 / Merc NorthAm
         
     | 
| 
       22 
     | 
    
         
            -
            <42105> +proj=merc +lat_ts=0 +lon_0=-96 +k=1.000000 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       23 
     | 
    
         
            -
            # WGS84 / Lambert Azim Mozambique
         
     | 
| 
       24 
     | 
    
         
            -
            <42106> +proj=laea +lat_0=5 +lon_0=20 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       25 
     | 
    
         
            -
            #
         
     | 
| 
       26 
     | 
    
         
            -
            #  CubeWerx-customer definitions  (42300--42399)
         
     | 
| 
       27 
     | 
    
         
            -
            #
         
     | 
| 
       28 
     | 
    
         
            -
            # NAD27 / Polar Stereographic / CM=-98
         
     | 
| 
       29 
     | 
    
         
            -
            <42301> +proj=stere +lat_0=90 +lon_0=-98 +x_0=0 +y_0=0 +ellps=clrk66 +datum=NAD27 +units=m +no_defs  no_defs <>
         
     | 
| 
       30 
     | 
    
         
            -
            # JapanOrtho.09 09
         
     | 
| 
       31 
     | 
    
         
            -
            <42302> +proj=tmerc +lat_0=36 +lon_0=139.833333333333 +k=0.999900 +x_0=0 +y_0=0 +ellps=bessel +units=m +no_defs  no_defs <>
         
     | 
| 
       32 
     | 
    
         
            -
            # NAD83 / Albers NorthAm
         
     | 
| 
       33 
     | 
    
         
            -
            <42303> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  no_defs <>
         
     | 
| 
       34 
     | 
    
         
            -
            # NAD83 / NRCan LCC Canada
         
     | 
| 
       35 
     | 
    
         
            -
            <42304> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  no_defs <>
         
     | 
| 
       36 
     | 
    
         
            -
            # France_II
         
     | 
| 
       37 
     | 
    
         
            -
            <42305> +proj=lcc +lat_1=45.898918964419 +lat_2=47.696014502038 +lat_0=46.8 +lon_0=2.337229166666667 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356514.999904194 +pm=2.337229166666667 +units=m +no_defs  no_defs <>
         
     | 
| 
       38 
     | 
    
         
            -
            # NAD83/QC_LCC
         
     | 
| 
       39 
     | 
    
         
            -
            <42306> +proj=lcc +lat_1=46 +lat_2=60 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  no_defs <>
         
     | 
| 
       40 
     | 
    
         
            -
            # NAD83 / Texas Central - feet
         
     | 
| 
       41 
     | 
    
         
            -
            <42307> +proj=lcc +lat_1=31.8833333333333 +lat_2=30.1166666666667 +lat_0=29.6666666666667 +lon_0=-100.333333333333 +x_0=700000.0000000001 +y_0=3000000 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192 +no_defs  no_defs <>
         
     | 
| 
       42 
     | 
    
         
            -
            # NAD27 / California Albers
         
     | 
| 
       43 
     | 
    
         
            -
            <42308> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=clrk66 +datum=NAD27 +units=m +no_defs  no_defs <>
         
     | 
| 
       44 
     | 
    
         
            -
            # NAD 83 / LCC Canada AVHRR-2
         
     | 
| 
       45 
     | 
    
         
            -
            <42309> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=0 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  no_defs <>
         
     | 
| 
       46 
     | 
    
         
            -
            # WGS84+GRS80 / Mercator
         
     | 
| 
       47 
     | 
    
         
            -
            <42310> +proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=GRS80 +datum=WGS84 +units=m +no_defs  no_defs <>
         
     | 
| 
       48 
     | 
    
         
            -
            # NAD83 / LCC Statcan
         
     | 
| 
       49 
     | 
    
         
            -
            <42311> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666700000001 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  no_defs <>
         
     | 
    
        data/data/proj_def.dat
    DELETED
    
    | 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # Projection library defaults file
         
     | 
| 
       2 
     | 
    
         
            -
            # SCCSID--- @(#)proj_def.dat	4.3	94/02/23	GIE	REL"
         
     | 
| 
       3 
     | 
    
         
            -
            # very preliminary version
         
     | 
| 
       4 
     | 
    
         
            -
            <general>
         
     | 
| 
       5 
     | 
    
         
            -
            ellps=WGS84 
         
     | 
| 
       6 
     | 
    
         
            -
            <>
         
     | 
| 
       7 
     | 
    
         
            -
            <aea> # Conterminous U.S. map
         
     | 
| 
       8 
     | 
    
         
            -
            lat_1=29.5
         
     | 
| 
       9 
     | 
    
         
            -
            lat_2=45.5
         
     | 
| 
       10 
     | 
    
         
            -
            <>
         
     | 
| 
       11 
     | 
    
         
            -
            <lcc> # Conterminous U.S. map
         
     | 
| 
       12 
     | 
    
         
            -
            lat_1=33
         
     | 
| 
       13 
     | 
    
         
            -
            lat_2=45
         
     | 
| 
       14 
     | 
    
         
            -
            <>
         
     | 
| 
       15 
     | 
    
         
            -
            <lagrng>
         
     | 
| 
       16 
     | 
    
         
            -
            W=2
         
     | 
| 
       17 
     | 
    
         
            -
            <>
         
     | 
    
        data/data/prvi
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/stgeorge
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/stlrnc
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/stpaul
    DELETED
    
    | 
         Binary file 
     | 
    
        data/data/world
    DELETED
    
    | 
         @@ -1,212 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # SCCSID @(#)world	1.2 95/08/05 GIE REL
         
     | 
| 
       2 
     | 
    
         
            -
            # proj +init files for various non-U.S. coordinate systems.
         
     | 
| 
       3 
     | 
    
         
            -
            #
         
     | 
| 
       4 
     | 
    
         
            -
            <CH1903> # Swiss Coordinate System
         
     | 
| 
       5 
     | 
    
         
            -
            	+proj=somerc +lat_0=46d57'8.660"N +lon_0=7d26'22.500"E
         
     | 
| 
       6 
     | 
    
         
            -
            	+ellps=bessel +x_0=600000 +y_0=200000
         
     | 
| 
       7 
     | 
    
         
            -
            	+k_0=1.  no_defs <>
         
     | 
| 
       8 
     | 
    
         
            -
            <madagascar> # Laborde grid for Madagascar
         
     | 
| 
       9 
     | 
    
         
            -
            	proj=labrd ellps=intl lon_0=46d26'13.95E lat_0=18d54S
         
     | 
| 
       10 
     | 
    
         
            -
            	azi=18d54 k_0=.9995 x_0=400000 y_0=800000
         
     | 
| 
       11 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       12 
     | 
    
         
            -
            <new_zealand> # New Zealand Map Grid (NZMG)
         
     | 
| 
       13 
     | 
    
         
            -
            	proj=nzmg  # Projection unique to N.Z. so all factors fixed
         
     | 
| 
       14 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       15 
     | 
    
         
            -
            # Secondary grids DMA TM8358.1, p. 4.3
         
     | 
| 
       16 
     | 
    
         
            -
            <bwi> # British West Indies
         
     | 
| 
       17 
     | 
    
         
            -
            	proj=tmerc ellps=clrk80 lon_0=62W
         
     | 
| 
       18 
     | 
    
         
            -
            	x_0=400000 k_0=0.9995
         
     | 
| 
       19 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       20 
     | 
    
         
            -
            <costa-n> # Costa Rica Norte
         
     | 
| 
       21 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=10d28N lon_0=84d20W
         
     | 
| 
       22 
     | 
    
         
            -
            	x_0=500000 y_0=217820.522 k_0=0.99995696
         
     | 
| 
       23 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       24 
     | 
    
         
            -
            <costa-s> # Costa Rica Sud
         
     | 
| 
       25 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=9dN lon_0=83d40W
         
     | 
| 
       26 
     | 
    
         
            -
            	x_0=500000 y_0=327987.436 k_0=0.99995696
         
     | 
| 
       27 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       28 
     | 
    
         
            -
            <cuba-n> # Cuba Norte
         
     | 
| 
       29 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=22d21N lon_0=81dW
         
     | 
| 
       30 
     | 
    
         
            -
            	x_0=500000 y_0=280296.016 k_0=0.99993602
         
     | 
| 
       31 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       32 
     | 
    
         
            -
            <cuba-s> # Cuba Sud
         
     | 
| 
       33 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=20d43'N lon_0=76d50'W
         
     | 
| 
       34 
     | 
    
         
            -
            	x_0=500000 y_0=229126.939 k_0=0.99994848
         
     | 
| 
       35 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       36 
     | 
    
         
            -
            <domin_rep> # Dominican Republic
         
     | 
| 
       37 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
         
     | 
| 
       38 
     | 
    
         
            -
            	x_0=500000 y_0=277063.657 k_0=0.99991102
         
     | 
| 
       39 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       40 
     | 
    
         
            -
            <egypt-1> # Egypt
         
     | 
| 
       41 
     | 
    
         
            -
            	proj=tmerc ellps=intl lon_0=25d30'E x_0=300000 k_0=0.99985
         
     | 
| 
       42 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       43 
     | 
    
         
            -
            <egypt-2> # Egypt
         
     | 
| 
       44 
     | 
    
         
            -
            	proj=tmerc ellps=intl lon_0=28d30'E x_0=300000 k_0=0.99985
         
     | 
| 
       45 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       46 
     | 
    
         
            -
            <egypt-3> # Egypt
         
     | 
| 
       47 
     | 
    
         
            -
            	proj=tmerc ellps=intl lon_0=31d30'E x_0=300000 k_0=0.99985
         
     | 
| 
       48 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       49 
     | 
    
         
            -
            <egypt-4> # Egypt
         
     | 
| 
       50 
     | 
    
         
            -
            	proj=tmerc ellps=intl lon_0=34d30'E x_0=300000 k_0=0.99985
         
     | 
| 
       51 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       52 
     | 
    
         
            -
            <egypt-5> # Egypt
         
     | 
| 
       53 
     | 
    
         
            -
            	proj=tmerc ellps=intl lon_0=37d30'E x_0=300000 k_0=0.99985
         
     | 
| 
       54 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       55 
     | 
    
         
            -
            <el_sal> # El Salvador
         
     | 
| 
       56 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=89dW
         
     | 
| 
       57 
     | 
    
         
            -
            	x_0=500000 y_0=295809.184 k_0=0.99996704
         
     | 
| 
       58 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       59 
     | 
    
         
            -
            <guat-n> # Guatemala Norte
         
     | 
| 
       60 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=16d49'N lon_0=90d20'W
         
     | 
| 
       61 
     | 
    
         
            -
            	x_0=500000 y_0=292209.579 k_0=0.99992226
         
     | 
| 
       62 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       63 
     | 
    
         
            -
            <guat-s> # Guatemala Sud
         
     | 
| 
       64 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=14d54'N lon_0=90d20'W
         
     | 
| 
       65 
     | 
    
         
            -
            	x_0=500000 y_0=325992.681 k_0=0.99989906
         
     | 
| 
       66 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       67 
     | 
    
         
            -
            <haiti> # Haiti
         
     | 
| 
       68 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
         
     | 
| 
       69 
     | 
    
         
            -
            	x_0=500000 y_0=277063.657 k_0=0.99991102
         
     | 
| 
       70 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       71 
     | 
    
         
            -
            <hond-n> # Honduras Norte
         
     | 
| 
       72 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=15d30'N lon_0=86d10'W
         
     | 
| 
       73 
     | 
    
         
            -
            	x_0=500000 y_0=296917.439 k_0=0.99993273
         
     | 
| 
       74 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       75 
     | 
    
         
            -
            <hond-s> # Honduras Sud
         
     | 
| 
       76 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=87d10'W
         
     | 
| 
       77 
     | 
    
         
            -
            	x_0=500000 y_0=296215.903 k_0=0.99995140
         
     | 
| 
       78 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       79 
     | 
    
         
            -
            <levant> # Levant
         
     | 
| 
       80 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=34d39'N lon_0=37d21'E
         
     | 
| 
       81 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.9996256
         
     | 
| 
       82 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       83 
     | 
    
         
            -
            <nica-n> # Nicaragua Norte
         
     | 
| 
       84 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=13d52'N lon_0=85d30'W
         
     | 
| 
       85 
     | 
    
         
            -
            	x_0=500000 y_0=359891.816 k_0=0.99990314
         
     | 
| 
       86 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       87 
     | 
    
         
            -
            <nica-s> # Nicaragua Sud
         
     | 
| 
       88 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=11d40'N lon_0=85d30'W
         
     | 
| 
       89 
     | 
    
         
            -
            	x_0=500000 y_0=288876.327 k_0=0.99992228
         
     | 
| 
       90 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       91 
     | 
    
         
            -
            <nw-africa> # Northwest Africa
         
     | 
| 
       92 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lat_1=34dN lon_0=0dE
         
     | 
| 
       93 
     | 
    
         
            -
            	x_0=1000000 y_0=500000 k_0=0.99908
         
     | 
| 
       94 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       95 
     | 
    
         
            -
            <palestine> # Palestine
         
     | 
| 
       96 
     | 
    
         
            -
            	proj=tmerc a=6378300.79 rf=293.488307656
         
     | 
| 
       97 
     | 
    
         
            -
            	lat_0=31d44'2.749"N lon_0=35d12'43.490"E
         
     | 
| 
       98 
     | 
    
         
            -
            	x_0=170251.555 y_0=126867.909 k_0=1
         
     | 
| 
       99 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       100 
     | 
    
         
            -
            <panama> # Panama
         
     | 
| 
       101 
     | 
    
         
            -
            	proj=lcc ellps=clrk66 lat_1=8d25'N lon_0=80dW
         
     | 
| 
       102 
     | 
    
         
            -
            	x_0=500000 y_0=294865.303 k_0=0.99989909
         
     | 
| 
       103 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       104 
     | 
    
         
            -
            # other grids in DMA TM8358.1
         
     | 
| 
       105 
     | 
    
         
            -
            <bng> # British National Grid
         
     | 
| 
       106 
     | 
    
         
            -
            	proj=tmerc ellps=airy lat_0=49dN lon_0=2dW
         
     | 
| 
       107 
     | 
    
         
            -
            	k_0=0.9996012717 x_0=400000 y_0=-100000
         
     | 
| 
       108 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       109 
     | 
    
         
            -
            <malay> # West Malaysian RSO Grid
         
     | 
| 
       110 
     | 
    
         
            -
            	proj=omerc a=6377295.66402 rf=300.8017 alpha=323d01'32.846"
         
     | 
| 
       111 
     | 
    
         
            -
            	no_uoff rot_conv lonc=102d15E lat_0=4dN k_0=0.99984 x_0=804670.240 y_0=0
         
     | 
| 
       112 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       113 
     | 
    
         
            -
            <india-I> # India Zone I
         
     | 
| 
       114 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=68E lat_1=32d30'N
         
     | 
| 
       115 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       116 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       117 
     | 
    
         
            -
            <india-IIA> # India Zone IIA
         
     | 
| 
       118 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=74E lat_1=26N
         
     | 
| 
       119 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       120 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       121 
     | 
    
         
            -
            <india-IIB> # India Zone IIB
         
     | 
| 
       122 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=90E lat_1=26N
         
     | 
| 
       123 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       124 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       125 
     | 
    
         
            -
            <india-IIIA> # India Zone IIIA
         
     | 
| 
       126 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=80E lat_1=19N
         
     | 
| 
       127 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       128 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       129 
     | 
    
         
            -
            <india-IIIB> # India Zone IIIB
         
     | 
| 
       130 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=100E lat_1=19N
         
     | 
| 
       131 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       132 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       133 
     | 
    
         
            -
            <india-IVA> # India Zone IVA
         
     | 
| 
       134 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=80E lat_1=12N
         
     | 
| 
       135 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       136 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       137 
     | 
    
         
            -
            <india-IVB> # India Zone IVB
         
     | 
| 
       138 
     | 
    
         
            -
            	proj=lcc ellps=everest lon_0=104E lat_1=12N
         
     | 
| 
       139 
     | 
    
         
            -
            	x_0=2743185.69 y_0=914395.23 k_0=.998786408
         
     | 
| 
       140 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       141 
     | 
    
         
            -
            <ceylon> # Ceylon Belt
         
     | 
| 
       142 
     | 
    
         
            -
            	proj=tmerc ellps=everest lon_0=80d46'18.160"E lat_0=7d0'1.729"N
         
     | 
| 
       143 
     | 
    
         
            -
            	x_0=160933.56048 y_0=160933.56048 k_0=1.
         
     | 
| 
       144 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       145 
     | 
    
         
            -
            <irish> # Irish Transverse Mercator Grid
         
     | 
| 
       146 
     | 
    
         
            -
            	proj=tmerx ellps=mod_airy lat_0=53d30'N lon_0=8W
         
     | 
| 
       147 
     | 
    
         
            -
            	x_0=200000 y_0=-250000 k_0=1.000035
         
     | 
| 
       148 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       149 
     | 
    
         
            -
            <neiez> # Netherlands East Indies Equitorial Zone
         
     | 
| 
       150 
     | 
    
         
            -
            	proj=merc ellps=bessel lon_0=110E
         
     | 
| 
       151 
     | 
    
         
            -
            	x_0=3900000 y_0=900000 k_0=0.997
         
     | 
| 
       152 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       153 
     | 
    
         
            -
            <n-alger> # Nord Algerie Grid
         
     | 
| 
       154 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=2d42E lat_0=36N
         
     | 
| 
       155 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999625544
         
     | 
| 
       156 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       157 
     | 
    
         
            -
            <n-maroc> # Nord Maroc Grid
         
     | 
| 
       158 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=5d24'W lat_0=33d18'N
         
     | 
| 
       159 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999625769
         
     | 
| 
       160 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       161 
     | 
    
         
            -
            <n-tunis> # Nord Tunisie Grid
         
     | 
| 
       162 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=9d54E lat_0=36N
         
     | 
| 
       163 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999625544
         
     | 
| 
       164 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       165 
     | 
    
         
            -
            <s-alger> # Sud Algerie Grid
         
     | 
| 
       166 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=2d42E lat_0=33d18'N
         
     | 
| 
       167 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999625769
         
     | 
| 
       168 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       169 
     | 
    
         
            -
            <s-maroc> # Sud Maroc Grid
         
     | 
| 
       170 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=5d24W lat_0=29d42'N
         
     | 
| 
       171 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999615596
         
     | 
| 
       172 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       173 
     | 
    
         
            -
            <s-tunis> # Sud Tunisie Grid
         
     | 
| 
       174 
     | 
    
         
            -
            	proj=lcc ellps=clrk80 lon_0=9d54'E lat_0=33d18'N
         
     | 
| 
       175 
     | 
    
         
            -
            	x_0=500000 y_0=300000 k_0=0.999625769
         
     | 
| 
       176 
     | 
    
         
            -
            	no_defs <>
         
     | 
| 
       177 
     | 
    
         
            -
            # Gauss Krueger Grid for Germany
         
     | 
| 
       178 
     | 
    
         
            -
            # 
         
     | 
| 
       179 
     | 
    
         
            -
            # The first figure of the easting is lon_0 devided by 3
         
     | 
| 
       180 
     | 
    
         
            -
            # ( 2 for 6d0E, 3 for 9d0E, 4 for 12d0E)
         
     | 
| 
       181 
     | 
    
         
            -
            # For translations you have to remove this first figure
         
     | 
| 
       182 
     | 
    
         
            -
            # and convert northings and eastings from km to meter .
         
     | 
| 
       183 
     | 
    
         
            -
            # The other way round, devide by 1000 and add the figure.
         
     | 
| 
       184 
     | 
    
         
            -
            # I made 3 entrys for the officially used grids in Germany
         
     | 
| 
       185 
     | 
    
         
            -
            # 
         
     | 
| 
       186 
     | 
    
         
            -
            #
         
     | 
| 
       187 
     | 
    
         
            -
            # Und nochmal in deutsch :
         
     | 
| 
       188 
     | 
    
         
            -
            # Die erste Ziffer des Rechtswerts beschreibt den Hauptmeridian
         
     | 
| 
       189 
     | 
    
         
            -
            # und ist dessen Gradzahl geteilt durch 3.
         
     | 
| 
       190 
     | 
    
         
            -
            # Zum Umrechnen in Grad muss daher die erste Ziffer des Rechtswertes
         
     | 
| 
       191 
     | 
    
         
            -
            # entfernt werden und evt. von km auf Metern umgerechnet werden.
         
     | 
| 
       192 
     | 
    
         
            -
            # Zur Umrechnung in Gauss Krueger Koordinaten entsprechend die
         
     | 
| 
       193 
     | 
    
         
            -
            # Ziffer fuer den Hauptmeridian vor dem Rechtswert ergaenzen.
         
     | 
| 
       194 
     | 
    
         
            -
            # Ich hab fuer alle drei in Deutschland ueblichen Hauptmeridiane
         
     | 
| 
       195 
     | 
    
         
            -
            # jeweils einen Eintrag ergaenzt.   
         
     | 
| 
       196 
     | 
    
         
            -
            #
         
     | 
| 
       197 
     | 
    
         
            -
            #
         
     | 
| 
       198 
     | 
    
         
            -
            # added by Michael Goepel <goepel@ffm.plusline.de>
         
     | 
| 
       199 
     | 
    
         
            -
            #
         
     | 
| 
       200 
     | 
    
         
            -
            <gk2-d> # Gauss Krueger Grid for Germany
         
     | 
| 
       201 
     | 
    
         
            -
                    proj=tmerc ellps=bessel lon_0=6d0E lat_0=0
         
     | 
| 
       202 
     | 
    
         
            -
                    x_0=500000
         
     | 
| 
       203 
     | 
    
         
            -
                    no_defs<>
         
     | 
| 
       204 
     | 
    
         
            -
            <gk3-d> # Gauss Krueger Grid for Germany
         
     | 
| 
       205 
     | 
    
         
            -
                    proj=tmerc ellps=bessel lon_0=9d0E lat_0=0
         
     | 
| 
       206 
     | 
    
         
            -
                    x_0=500000
         
     | 
| 
       207 
     | 
    
         
            -
                    no_defs<>
         
     | 
| 
       208 
     | 
    
         
            -
            <gk4-d> # Gauss Krueger Grid for Germany
         
     | 
| 
       209 
     | 
    
         
            -
                    proj=tmerc ellps=bessel lon_0=12d0E lat_0=0
         
     | 
| 
       210 
     | 
    
         
            -
                    x_0=500000
         
     | 
| 
       211 
     | 
    
         
            -
                    no_defs<>
         
     | 
| 
       212 
     | 
    
         
            -
             
     | 
    
        data/example/basic.rb
    DELETED
    
    | 
         @@ -1,18 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            # create projection object
         
     | 
| 
       9 
     | 
    
         
            -
            proj = Projection.new(["proj=utm", "zone=21", "units=m", "no.defs"])
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            # create the point you want to project
         
     | 
| 
       12 
     | 
    
         
            -
            point = Point.new(45000,2700000)
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
            # do the projection
         
     | 
| 
       15 
     | 
    
         
            -
            res = proj.inverse(point)
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            puts "x=#{point.x}, y=#{point.y} ==> lon=#{res.lon}, lat=#{res.lat}"
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
    
        data/example/list-datums.rb
    DELETED
    
    | 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            if ARGV[0] == '-v'
         
     | 
| 
       9 
     | 
    
         
            -
                puts "%-15s %-10s %-50s" % [ 'ID', 'Ellipse ID', 'Comment' ]
         
     | 
| 
       10 
     | 
    
         
            -
                puts '-----------------------------------------------------------------------------'
         
     | 
| 
       11 
     | 
    
         
            -
                Datum.list.sort.each do |datum|
         
     | 
| 
       12 
     | 
    
         
            -
                    puts "%-15s %-10s %-50s\n  %s\n " % [ datum.id, datum.ellipse_id, datum.comments, datum.defn ]
         
     | 
| 
       13 
     | 
    
         
            -
                end
         
     | 
| 
       14 
     | 
    
         
            -
            else
         
     | 
| 
       15 
     | 
    
         
            -
                puts Datum.list.sort
         
     | 
| 
       16 
     | 
    
         
            -
            end
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
    
        data/example/list-ellipsoids.rb
    DELETED
    
    | 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            if ARGV[0] == '-v'
         
     | 
| 
       9 
     | 
    
         
            -
                puts "%-9s %-14s %-18s %-36s" % [ 'ID', 'a', 'b/rf', 'Name' ]
         
     | 
| 
       10 
     | 
    
         
            -
                puts '-----------------------------------------------------------------------------'
         
     | 
| 
       11 
     | 
    
         
            -
                Ellipsoid.list.sort.each do |ell|
         
     | 
| 
       12 
     | 
    
         
            -
                    puts "%-9s %-14s %-18s %-36s" % [ ell.id, ell.major, ell.ell, ell.name ]
         
     | 
| 
       13 
     | 
    
         
            -
                end
         
     | 
| 
       14 
     | 
    
         
            -
            else
         
     | 
| 
       15 
     | 
    
         
            -
                puts Ellipsoid.list.sort
         
     | 
| 
       16 
     | 
    
         
            -
            end
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
    
        data/example/list-errors.rb
    DELETED
    
    
| 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            if ARGV[0] == '-v'
         
     | 
| 
       9 
     | 
    
         
            -
                puts "%-16s %-50s" % [ 'ID', 'Definition' ]
         
     | 
| 
       10 
     | 
    
         
            -
                puts '-----------------------------------------------------------------------------'
         
     | 
| 
       11 
     | 
    
         
            -
                PrimeMeridian.list.sort.each do |pm|
         
     | 
| 
       12 
     | 
    
         
            -
                    puts "%-16s %-50s" % [ pm.id, pm.defn ]
         
     | 
| 
       13 
     | 
    
         
            -
                end
         
     | 
| 
       14 
     | 
    
         
            -
            else
         
     | 
| 
       15 
     | 
    
         
            -
                puts PrimeMeridian.list.sort
         
     | 
| 
       16 
     | 
    
         
            -
            end
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            if ARGV[0] == '-v'
         
     | 
| 
       9 
     | 
    
         
            -
                puts "%-7s %-70s" % [ 'ID', 'Name/Description' ]
         
     | 
| 
       10 
     | 
    
         
            -
                puts '-----------------------------------------------------------------------------'
         
     | 
| 
       11 
     | 
    
         
            -
                ProjectionType.list.sort.each do |pt|
         
     | 
| 
       12 
     | 
    
         
            -
                    puts "%-7s %-70s" % [ pt.id, pt.descr ]
         
     | 
| 
       13 
     | 
    
         
            -
                end
         
     | 
| 
       14 
     | 
    
         
            -
            else
         
     | 
| 
       15 
     | 
    
         
            -
                puts ProjectionType.list
         
     | 
| 
       16 
     | 
    
         
            -
            end
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
    
        data/example/list-units.rb
    DELETED
    
    | 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #!/usr/bin/ruby -w
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            $: << File.dirname(__FILE__) + '/../lib/' << File.dirname(__FILE__) + '/../ext/'
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            require 'proj4'
         
     | 
| 
       6 
     | 
    
         
            -
            include Proj4
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            if ARGV[0] == '-v'
         
     | 
| 
       9 
     | 
    
         
            -
                puts "%-8s %-20s %-50s" % [ 'ID', 'To meter', 'Name' ]
         
     | 
| 
       10 
     | 
    
         
            -
                puts "------------------------------------------------------------------------------"
         
     | 
| 
       11 
     | 
    
         
            -
                Unit.list.sort.each do |unit|
         
     | 
| 
       12 
     | 
    
         
            -
                    puts "%-8s %-20s %-50s" % [ unit.id, unit.to_meter, unit.name ]
         
     | 
| 
       13 
     | 
    
         
            -
                end
         
     | 
| 
       14 
     | 
    
         
            -
            else
         
     | 
| 
       15 
     | 
    
         
            -
                puts Unit.list.sort
         
     | 
| 
       16 
     | 
    
         
            -
            end
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
    
        data/example/version.rb
    DELETED
    
    
    
        data/ext/Makefile
    DELETED
    
    | 
         @@ -1,238 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            SHELL = /bin/sh
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            # V=0 quiet, V=1 verbose.  other values don't work.
         
     | 
| 
       5 
     | 
    
         
            -
            V = 0
         
     | 
| 
       6 
     | 
    
         
            -
            Q1 = $(V:1=)
         
     | 
| 
       7 
     | 
    
         
            -
            Q = $(Q1:0=@)
         
     | 
| 
       8 
     | 
    
         
            -
            ECHO1 = $(V:1=@:)
         
     | 
| 
       9 
     | 
    
         
            -
            ECHO = $(ECHO1:0=@echo)
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            #### Start of system configuration section. ####
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            srcdir = .
         
     | 
| 
       14 
     | 
    
         
            -
            topdir = /c/mingw64/mingw64/local/ruby/include/ruby-2.1.0
         
     | 
| 
       15 
     | 
    
         
            -
            hdrdir = $(topdir)
         
     | 
| 
       16 
     | 
    
         
            -
            arch_hdrdir = c:/mingw64/mingw64/local/ruby/include/ruby-2.1.0/x64-mingw32
         
     | 
| 
       17 
     | 
    
         
            -
            PATH_SEPARATOR = :
         
     | 
| 
       18 
     | 
    
         
            -
            VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
         
     | 
| 
       19 
     | 
    
         
            -
            prefix = $(DESTDIR)/c/mingw64/mingw64/local/ruby
         
     | 
| 
       20 
     | 
    
         
            -
            rubysitearchprefix = $(rubylibprefix)/$(sitearch)
         
     | 
| 
       21 
     | 
    
         
            -
            rubyarchprefix = $(rubylibprefix)/$(arch)
         
     | 
| 
       22 
     | 
    
         
            -
            rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
         
     | 
| 
       23 
     | 
    
         
            -
            exec_prefix = $(prefix)
         
     | 
| 
       24 
     | 
    
         
            -
            vendorarchhdrdir = $(vendorhdrdir)/$(sitearch)
         
     | 
| 
       25 
     | 
    
         
            -
            sitearchhdrdir = $(sitehdrdir)/$(sitearch)
         
     | 
| 
       26 
     | 
    
         
            -
            rubyarchhdrdir = $(rubyhdrdir)/$(arch)
         
     | 
| 
       27 
     | 
    
         
            -
            vendorhdrdir = $(rubyhdrdir)/vendor_ruby
         
     | 
| 
       28 
     | 
    
         
            -
            sitehdrdir = $(rubyhdrdir)/site_ruby
         
     | 
| 
       29 
     | 
    
         
            -
            rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
         
     | 
| 
       30 
     | 
    
         
            -
            vendorarchdir = $(vendorlibdir)/$(sitearch)
         
     | 
| 
       31 
     | 
    
         
            -
            vendorlibdir = $(vendordir)/$(ruby_version)
         
     | 
| 
       32 
     | 
    
         
            -
            vendordir = $(rubylibprefix)/vendor_ruby
         
     | 
| 
       33 
     | 
    
         
            -
            sitearchdir = $(sitelibdir)/$(sitearch)
         
     | 
| 
       34 
     | 
    
         
            -
            sitelibdir = $(sitedir)/$(ruby_version)
         
     | 
| 
       35 
     | 
    
         
            -
            sitedir = $(rubylibprefix)/site_ruby
         
     | 
| 
       36 
     | 
    
         
            -
            rubyarchdir = $(rubylibdir)/$(arch)
         
     | 
| 
       37 
     | 
    
         
            -
            rubylibdir = $(rubylibprefix)/$(ruby_version)
         
     | 
| 
       38 
     | 
    
         
            -
            sitearchincludedir = $(includedir)/$(sitearch)
         
     | 
| 
       39 
     | 
    
         
            -
            archincludedir = $(includedir)/$(arch)
         
     | 
| 
       40 
     | 
    
         
            -
            sitearchlibdir = $(libdir)/$(sitearch)
         
     | 
| 
       41 
     | 
    
         
            -
            archlibdir = $(libdir)/$(arch)
         
     | 
| 
       42 
     | 
    
         
            -
            ridir = $(datarootdir)/$(RI_BASE_NAME)
         
     | 
| 
       43 
     | 
    
         
            -
            mandir = $(datarootdir)/man
         
     | 
| 
       44 
     | 
    
         
            -
            localedir = $(datarootdir)/locale
         
     | 
| 
       45 
     | 
    
         
            -
            libdir = $(exec_prefix)/lib
         
     | 
| 
       46 
     | 
    
         
            -
            psdir = $(docdir)
         
     | 
| 
       47 
     | 
    
         
            -
            pdfdir = $(docdir)
         
     | 
| 
       48 
     | 
    
         
            -
            dvidir = $(docdir)
         
     | 
| 
       49 
     | 
    
         
            -
            htmldir = $(docdir)
         
     | 
| 
       50 
     | 
    
         
            -
            infodir = $(datarootdir)/info
         
     | 
| 
       51 
     | 
    
         
            -
            docdir = $(datarootdir)/doc/$(PACKAGE)
         
     | 
| 
       52 
     | 
    
         
            -
            oldincludedir = $(DESTDIR)/usr/include
         
     | 
| 
       53 
     | 
    
         
            -
            includedir = $(prefix)/include
         
     | 
| 
       54 
     | 
    
         
            -
            localstatedir = $(prefix)/var
         
     | 
| 
       55 
     | 
    
         
            -
            sharedstatedir = $(prefix)/com
         
     | 
| 
       56 
     | 
    
         
            -
            sysconfdir = $(prefix)/etc
         
     | 
| 
       57 
     | 
    
         
            -
            datadir = $(datarootdir)
         
     | 
| 
       58 
     | 
    
         
            -
            datarootdir = $(prefix)/share
         
     | 
| 
       59 
     | 
    
         
            -
            libexecdir = $(exec_prefix)/libexec
         
     | 
| 
       60 
     | 
    
         
            -
            sbindir = $(exec_prefix)/sbin
         
     | 
| 
       61 
     | 
    
         
            -
            bindir = $(exec_prefix)/bin
         
     | 
| 
       62 
     | 
    
         
            -
            archdir = $(rubyarchdir)
         
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
            CC = x86_64-w64-mingw32-gcc
         
     | 
| 
       66 
     | 
    
         
            -
            CXX = x86_64-w64-mingw32-g++
         
     | 
| 
       67 
     | 
    
         
            -
            LIBRUBY = lib$(RUBY_SO_NAME).dll.a
         
     | 
| 
       68 
     | 
    
         
            -
            LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
         
     | 
| 
       69 
     | 
    
         
            -
            LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
         
     | 
| 
       70 
     | 
    
         
            -
            LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
         
     | 
| 
       71 
     | 
    
         
            -
            empty =
         
     | 
| 
       72 
     | 
    
         
            -
            OUTFLAG = -o $(empty)
         
     | 
| 
       73 
     | 
    
         
            -
            COUTFLAG = -o $(empty)
         
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
            RUBY_EXTCONF_H = 
         
     | 
| 
       76 
     | 
    
         
            -
            cflags   =  $(optflags) $(debugflags) $(warnflags)
         
     | 
| 
       77 
     | 
    
         
            -
            optflags = -O3 -fno-omit-frame-pointer -fno-fast-math
         
     | 
| 
       78 
     | 
    
         
            -
            debugflags = -ggdb3
         
     | 
| 
       79 
     | 
    
         
            -
            warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
         
     | 
| 
       80 
     | 
    
         
            -
            CCDLFLAGS = 
         
     | 
| 
       81 
     | 
    
         
            -
            CFLAGS   = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
         
     | 
| 
       82 
     | 
    
         
            -
            INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
         
     | 
| 
       83 
     | 
    
         
            -
            DEFS     = -D_FILE_OFFSET_BITS=64
         
     | 
| 
       84 
     | 
    
         
            -
            CPPFLAGS = -DHAVE_PROJ_API_H -Ic:/mingw64/mingw64/local/include -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT $(DEFS) $(cppflags)
         
     | 
| 
       85 
     | 
    
         
            -
            CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG)
         
     | 
| 
       86 
     | 
    
         
            -
            ldflags  = -L. -Lc:/mingw64/mingw64/local/lib
         
     | 
| 
       87 
     | 
    
         
            -
            dldflags =  -Wl,--enable-auto-image-base,--enable-auto-import $(DEFFILE) 
         
     | 
| 
       88 
     | 
    
         
            -
            ARCH_FLAG = 
         
     | 
| 
       89 
     | 
    
         
            -
            DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
         
     | 
| 
       90 
     | 
    
         
            -
            LDSHARED = $(CC) -shared $(if $(filter-out -g -g0,$(debugflags)),,-s)
         
     | 
| 
       91 
     | 
    
         
            -
            LDSHAREDXX = $(CXX) -shared $(if $(filter-out -g -g0,$(debugflags)),,-s)
         
     | 
| 
       92 
     | 
    
         
            -
            AR = ar
         
     | 
| 
       93 
     | 
    
         
            -
            EXEEXT = .exe
         
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
            RUBY_INSTALL_NAME = ruby
         
     | 
| 
       96 
     | 
    
         
            -
            RUBY_SO_NAME = x64-msvcrt-ruby210
         
     | 
| 
       97 
     | 
    
         
            -
            RUBYW_INSTALL_NAME = $(RUBYW_BASE_NAME)
         
     | 
| 
       98 
     | 
    
         
            -
            RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)
         
     | 
| 
       99 
     | 
    
         
            -
            RUBYW_BASE_NAME = rubyw
         
     | 
| 
       100 
     | 
    
         
            -
            RUBY_BASE_NAME = ruby
         
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
            arch = x64-mingw32
         
     | 
| 
       103 
     | 
    
         
            -
            sitearch = x64-msvcrt
         
     | 
| 
       104 
     | 
    
         
            -
            ruby_version = 2.1.0
         
     | 
| 
       105 
     | 
    
         
            -
            ruby = $(bindir)/ruby
         
     | 
| 
       106 
     | 
    
         
            -
            RUBY = $(ruby)
         
     | 
| 
       107 
     | 
    
         
            -
            ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/defines.h $(hdrdir)/ruby/missing.h $(hdrdir)/ruby/intern.h $(hdrdir)/ruby/st.h $(hdrdir)/ruby/subst.h $(arch_hdrdir)/ruby/config.h
         
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
            RM = rm -f
         
     | 
| 
       110 
     | 
    
         
            -
            RM_RF = $(RUBY) -run -e rm -- -rf
         
     | 
| 
       111 
     | 
    
         
            -
            RMDIRS = rmdir --ignore-fail-on-non-empty -p
         
     | 
| 
       112 
     | 
    
         
            -
            MAKEDIRS = /bin/mkdir -p
         
     | 
| 
       113 
     | 
    
         
            -
            INSTALL = /bin/install -c
         
     | 
| 
       114 
     | 
    
         
            -
            INSTALL_PROG = $(INSTALL) -m 0755
         
     | 
| 
       115 
     | 
    
         
            -
            INSTALL_DATA = $(INSTALL) -m 644
         
     | 
| 
       116 
     | 
    
         
            -
            COPY = cp
         
     | 
| 
       117 
     | 
    
         
            -
            TOUCH = exit >
         
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
            #### End of system configuration section. ####
         
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
            preload = 
         
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
            libpath = . $(libdir)
         
     | 
| 
       124 
     | 
    
         
            -
            LIBPATH =  -L. -L$(libdir)
         
     | 
| 
       125 
     | 
    
         
            -
            DEFFILE = $(TARGET)-$(arch).def
         
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
            CLEANFILES = mkmf.log $(DEFFILE)
         
     | 
| 
       128 
     | 
    
         
            -
            DISTCLEANFILES = 
         
     | 
| 
       129 
     | 
    
         
            -
            DISTCLEANDIRS = 
         
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
            extout = 
         
     | 
| 
       132 
     | 
    
         
            -
            extout_prefix = 
         
     | 
| 
       133 
     | 
    
         
            -
            target_prefix = 
         
     | 
| 
       134 
     | 
    
         
            -
            LOCAL_LIBS = 
         
     | 
| 
       135 
     | 
    
         
            -
            LIBS = $(LIBRUBYARG_SHARED) -lproj  -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi  
         
     | 
| 
       136 
     | 
    
         
            -
            ORIG_SRCS = projrb.c
         
     | 
| 
       137 
     | 
    
         
            -
            SRCS = $(ORIG_SRCS) 
         
     | 
| 
       138 
     | 
    
         
            -
            OBJS = projrb.o
         
     | 
| 
       139 
     | 
    
         
            -
            HDRS = 
         
     | 
| 
       140 
     | 
    
         
            -
            TARGET = proj4_ruby
         
     | 
| 
       141 
     | 
    
         
            -
            TARGET_NAME = proj4_ruby
         
     | 
| 
       142 
     | 
    
         
            -
            TARGET_ENTRY = Init_$(TARGET_NAME)
         
     | 
| 
       143 
     | 
    
         
            -
            DLLIB = $(TARGET).so
         
     | 
| 
       144 
     | 
    
         
            -
            EXTSTATIC = 
         
     | 
| 
       145 
     | 
    
         
            -
            STATIC_LIB = 
         
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
            TIMESTAMP_DIR = .
         
     | 
| 
       148 
     | 
    
         
            -
            BINDIR        = $(bindir)
         
     | 
| 
       149 
     | 
    
         
            -
            RUBYCOMMONDIR = $(sitedir)$(target_prefix)
         
     | 
| 
       150 
     | 
    
         
            -
            RUBYLIBDIR    = $(sitelibdir)$(target_prefix)
         
     | 
| 
       151 
     | 
    
         
            -
            RUBYARCHDIR   = $(sitearchdir)$(target_prefix)
         
     | 
| 
       152 
     | 
    
         
            -
            HDRDIR        = $(rubyhdrdir)/ruby$(target_prefix)
         
     | 
| 
       153 
     | 
    
         
            -
            ARCHHDRDIR    = $(rubyhdrdir)/$(arch)/ruby$(target_prefix)
         
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
            TARGET_SO     = $(DLLIB)
         
     | 
| 
       156 
     | 
    
         
            -
            CLEANLIBS     = $(TARGET).so 
         
     | 
| 
       157 
     | 
    
         
            -
            CLEANOBJS     = *.o  *.bak
         
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
            all:    $(DLLIB)
         
     | 
| 
       160 
     | 
    
         
            -
            static: $(STATIC_LIB)
         
     | 
| 
       161 
     | 
    
         
            -
            .PHONY: all install static install-so install-rb
         
     | 
| 
       162 
     | 
    
         
            -
            .PHONY: clean clean-so clean-static clean-rb
         
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
            clean-static::
         
     | 
| 
       165 
     | 
    
         
            -
            clean-rb-default::
         
     | 
| 
       166 
     | 
    
         
            -
            clean-rb::
         
     | 
| 
       167 
     | 
    
         
            -
            clean-so::
         
     | 
| 
       168 
     | 
    
         
            -
            clean: clean-so clean-static clean-rb-default clean-rb
         
     | 
| 
       169 
     | 
    
         
            -
            		-$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
         
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
            distclean-rb-default::
         
     | 
| 
       172 
     | 
    
         
            -
            distclean-rb::
         
     | 
| 
       173 
     | 
    
         
            -
            distclean-so::
         
     | 
| 
       174 
     | 
    
         
            -
            distclean-static::
         
     | 
| 
       175 
     | 
    
         
            -
            distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb
         
     | 
| 
       176 
     | 
    
         
            -
            		-$(Q)$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
         
     | 
| 
       177 
     | 
    
         
            -
            		-$(Q)$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES)
         
     | 
| 
       178 
     | 
    
         
            -
            		-$(Q)$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true
         
     | 
| 
       179 
     | 
    
         
            -
             
     | 
| 
       180 
     | 
    
         
            -
            realclean: distclean
         
     | 
| 
       181 
     | 
    
         
            -
            install: install-so install-rb
         
     | 
| 
       182 
     | 
    
         
            -
             
     | 
| 
       183 
     | 
    
         
            -
            install-so: $(DLLIB) $(TIMESTAMP_DIR)/.RUBYARCHDIR.time
         
     | 
| 
       184 
     | 
    
         
            -
            	$(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR)
         
     | 
| 
       185 
     | 
    
         
            -
            clean-static::
         
     | 
| 
       186 
     | 
    
         
            -
            	-$(Q)$(RM) $(STATIC_LIB)
         
     | 
| 
       187 
     | 
    
         
            -
            install-rb: pre-install-rb install-rb-default
         
     | 
| 
       188 
     | 
    
         
            -
            install-rb-default: pre-install-rb-default
         
     | 
| 
       189 
     | 
    
         
            -
            pre-install-rb: Makefile
         
     | 
| 
       190 
     | 
    
         
            -
            pre-install-rb-default: Makefile
         
     | 
| 
       191 
     | 
    
         
            -
            pre-install-rb-default:
         
     | 
| 
       192 
     | 
    
         
            -
            	$(ECHO) installing default proj4_ruby libraries
         
     | 
| 
       193 
     | 
    
         
            -
            $(TIMESTAMP_DIR)/.RUBYARCHDIR.time:
         
     | 
| 
       194 
     | 
    
         
            -
            	$(Q) $(MAKEDIRS) $(@D) $(RUBYARCHDIR)
         
     | 
| 
       195 
     | 
    
         
            -
            	$(Q) $(TOUCH) $@
         
     | 
| 
       196 
     | 
    
         
            -
             
     | 
| 
       197 
     | 
    
         
            -
            site-install: site-install-so site-install-rb
         
     | 
| 
       198 
     | 
    
         
            -
            site-install-so: install-so
         
     | 
| 
       199 
     | 
    
         
            -
            site-install-rb: install-rb
         
     | 
| 
       200 
     | 
    
         
            -
             
     | 
| 
       201 
     | 
    
         
            -
            .SUFFIXES: .c .m .cc .mm .cxx .cpp .o
         
     | 
| 
       202 
     | 
    
         
            -
             
     | 
| 
       203 
     | 
    
         
            -
            .cc.o:
         
     | 
| 
       204 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       205 
     | 
    
         
            -
            	$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       206 
     | 
    
         
            -
             
     | 
| 
       207 
     | 
    
         
            -
            .mm.o:
         
     | 
| 
       208 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       209 
     | 
    
         
            -
            	$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       210 
     | 
    
         
            -
             
     | 
| 
       211 
     | 
    
         
            -
            .cxx.o:
         
     | 
| 
       212 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       213 
     | 
    
         
            -
            	$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       214 
     | 
    
         
            -
             
     | 
| 
       215 
     | 
    
         
            -
            .cpp.o:
         
     | 
| 
       216 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       217 
     | 
    
         
            -
            	$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       218 
     | 
    
         
            -
             
     | 
| 
       219 
     | 
    
         
            -
            .c.o:
         
     | 
| 
       220 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       221 
     | 
    
         
            -
            	$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       222 
     | 
    
         
            -
             
     | 
| 
       223 
     | 
    
         
            -
            .m.o:
         
     | 
| 
       224 
     | 
    
         
            -
            	$(ECHO) compiling $(<)
         
     | 
| 
       225 
     | 
    
         
            -
            	$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
         
     | 
| 
       226 
     | 
    
         
            -
             
     | 
| 
       227 
     | 
    
         
            -
            $(DLLIB): $(DEFFILE) $(OBJS) Makefile
         
     | 
| 
       228 
     | 
    
         
            -
            	$(ECHO) linking shared-object $(DLLIB)
         
     | 
| 
       229 
     | 
    
         
            -
            	-$(Q)$(RM) $(@)
         
     | 
| 
       230 
     | 
    
         
            -
            	$(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
         
     | 
| 
       231 
     | 
    
         
            -
             
     | 
| 
       232 
     | 
    
         
            -
             
     | 
| 
       233 
     | 
    
         
            -
             
     | 
| 
       234 
     | 
    
         
            -
            $(DEFFILE): 
         
     | 
| 
       235 
     | 
    
         
            -
            	$(ECHO) generating $(@)
         
     | 
| 
       236 
     | 
    
         
            -
            	$(Q) $(RUBY) -e "puts 'EXPORTS', '$(TARGET_ENTRY)'"  > $@
         
     | 
| 
       237 
     | 
    
         
            -
             
     | 
| 
       238 
     | 
    
         
            -
            $(OBJS): $(HDRS) $(ruby_headers)
         
     |