rbcdio 0.02 → 0.03
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.
- data/ChangeLog +34 -1
 - data/INSTALL +26 -35
 - data/Makefile.am +17 -15
 - data/Makefile.in +54 -62
 - data/NEWS +6 -1
 - data/Rakefile +1 -1
 - data/VERSION +1 -1
 - data/config.guess +49 -43
 - data/config.sub +17 -7
 - data/configure +64 -91
 - data/configure.ac +3 -6
 - data/doc/created.rid +1 -1
 - data/example/audio.rb +13 -15
 - data/example/cd-read.rb +13 -15
 - data/example/cdchange.rb +14 -16
 - data/example/device.rb +13 -14
 - data/example/drivers.rb +13 -15
 - data/example/eject.rb +13 -14
 - data/example/iso1.rb +7 -8
 - data/example/iso2.rb +7 -8
 - data/example/iso3.rb +7 -8
 - data/example/tracks.rb +13 -14
 - data/ext/cdio/Makefile +24 -28
 - data/ext/cdio/rubycdio_wrap.c +1263 -183
 - data/ext/iso9660/Makefile +24 -28
 - data/ext/iso9660/rubyiso9660_wrap.c +1050 -176
 - data/install-sh +82 -266
 - data/lib/cdio.rb +45 -46
 - data/lib/iso9660.rb +13 -15
 - data/missing +27 -34
 - data/swig/audio.swg +12 -13
 - data/swig/compat.swg +12 -13
 - data/swig/device.swg +12 -14
 - data/swig/device_const.swg +12 -13
 - data/swig/disc.swg +12 -13
 - data/swig/read.swg +12 -14
 - data/swig/rubycdio.swg +12 -14
 - data/swig/rubyiso9660.swg +12 -14
 - data/swig/track.swg +12 -13
 - data/swig/types.swg +12 -13
 - metadata +47 -40
 
    
        data/ChangeLog
    CHANGED
    
    | 
         @@ -2,6 +2,39 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            ## autogenerated ChangeLog -- don't edit
         
     | 
| 
       3 
3 
     | 
    
         
             
            ##
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
      
 5 
     | 
    
         
            +
            2008-09-22 Monday 20:26  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            	* NEWS, configure.ac: Get ready for 0.03 release
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            2008-08-25 Monday 21:23  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            	* Makefile.am, Rakefile, configure.ac: Make make install work. Bump
         
     | 
| 
      
 12 
     | 
    
         
            +
            	  revision number.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            2008-05-02 Friday 13:05  karl
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            	* Makefile.am, example/audio.rb, example/cd-read.rb,
         
     | 
| 
      
 17 
     | 
    
         
            +
            	  example/cdchange.rb, example/device.rb, example/drivers.rb,
         
     | 
| 
      
 18 
     | 
    
         
            +
            	  example/eject.rb, example/iso1.rb, example/iso2.rb,
         
     | 
| 
      
 19 
     | 
    
         
            +
            	  example/iso3.rb, example/tracks.rb, lib/cdio.rb, lib/iso9660.rb,
         
     | 
| 
      
 20 
     | 
    
         
            +
            	  swig/audio.swg, swig/compat.swg, swig/device.swg,
         
     | 
| 
      
 21 
     | 
    
         
            +
            	  swig/device_const.swg, swig/disc.swg, swig/read.swg,
         
     | 
| 
      
 22 
     | 
    
         
            +
            	  swig/rubycdio.swg, swig/rubyiso9660.swg, swig/track.swg,
         
     | 
| 
      
 23 
     | 
    
         
            +
            	  swig/types.swg: gplv3+
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            2007-12-09 Sunday 14:22  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            	* lib/cdio.rb: Doc changes to make more rdoc friendly; some doc
         
     | 
| 
      
 28 
     | 
    
         
            +
            	  typos corrected too
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            2007-11-19 Monday 21:20  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            	* htdocs/: index.html: > Typo
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            2007-11-19 Monday 21:11  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            	* htdocs/index.html: Make more 2.0y by using css.
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
       5 
38 
     | 
    
         
             
            2007-10-27 Saturday 11:18  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
       6 
39 
     | 
    
         | 
| 
       7 
40 
     | 
    
         
             
            	* INSTALL, NEWS: Revise for 0.02 release.
         
     | 
| 
         @@ -56,7 +89,7 @@ 
     | 
|
| 
       56 
89 
     | 
    
         | 
| 
       57 
90 
     | 
    
         
             
            2006-12-22 Friday 16:27  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
       58 
91 
     | 
    
         | 
| 
       59 
     | 
    
         
            -
            	* htdocs/index.html: Uncomment $Id 
     | 
| 
      
 92 
     | 
    
         
            +
            	* htdocs/index.html: Uncomment $Id$ line.
         
     | 
| 
       60 
93 
     | 
    
         | 
| 
       61 
94 
     | 
    
         
             
            2006-12-22 Friday 16:27  Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
       62 
95 
     | 
    
         | 
    
        data/INSTALL
    CHANGED
    
    | 
         @@ -1,8 +1,8 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Installation Instructions
         
     | 
| 
       2 
2 
     | 
    
         
             
            *************************
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
       4 
     | 
    
         
            -
            Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
      
 4 
     | 
    
         
            +
            Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
         
     | 
| 
      
 5 
     | 
    
         
            +
            Software Foundation, Inc.
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
       7 
7 
     | 
    
         
             
            This file is free documentation; the Free Software Foundation gives
         
     | 
| 
       8 
8 
     | 
    
         
             
            unlimited permission to copy, distribute and modify it.
         
     | 
| 
         @@ -10,21 +10,7 @@ unlimited permission to copy, distribute and modify it. 
     | 
|
| 
       10 
10 
     | 
    
         
             
            Basic Installation
         
     | 
| 
       11 
11 
     | 
    
         
             
            ==================
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
            rubyforge.net "gem install rbcdio" may work.
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
               Briefly, the shell commands `./configure; make; make test; make
         
     | 
| 
       17 
     | 
    
         
            -
            install' should configure, build, test and install this package.  On
         
     | 
| 
       18 
     | 
    
         
            -
            systems which don't install GNU Make by default you may have to use
         
     | 
| 
       19 
     | 
    
         
            -
            "gmake" instead of "make".
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
               Alternatively to be more Ruby like, you can use "rake", "rake test"
         
     | 
| 
       22 
     | 
    
         
            -
            and "rake package" to build, and test and create a gem package. To
         
     | 
| 
       23 
     | 
    
         
            -
            install the gem, cd to pkg and "gem install rbcdio-*.gem."
         
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
               On systems which don't install GNU Make by default you may have to
         
     | 
| 
       26 
     | 
    
         
            -
            use The following more-detailed instructions are generic; see the
         
     | 
| 
       27 
     | 
    
         
            -
            `README' file for instructions specific to this package.
         
     | 
| 
      
 13 
     | 
    
         
            +
            These are generic installation instructions.
         
     | 
| 
       28 
14 
     | 
    
         | 
| 
       29 
15 
     | 
    
         
             
               The `configure' shell script attempts to guess correct values for
         
     | 
| 
       30 
16 
     | 
    
         
             
            various system-dependent variables used during compilation.  It uses
         
     | 
| 
         @@ -37,9 +23,9 @@ debugging `configure'). 
     | 
|
| 
       37 
23 
     | 
    
         | 
| 
       38 
24 
     | 
    
         
             
               It can also use an optional file (typically called `config.cache'
         
     | 
| 
       39 
25 
     | 
    
         
             
            and enabled with `--cache-file=config.cache' or simply `-C') that saves
         
     | 
| 
       40 
     | 
    
         
            -
            the results of its tests to speed up reconfiguring.  Caching is
         
     | 
| 
      
 26 
     | 
    
         
            +
            the results of its tests to speed up reconfiguring.  (Caching is
         
     | 
| 
       41 
27 
     | 
    
         
             
            disabled by default to prevent problems with accidental use of stale
         
     | 
| 
       42 
     | 
    
         
            -
            cache files.
         
     | 
| 
      
 28 
     | 
    
         
            +
            cache files.)
         
     | 
| 
       43 
29 
     | 
    
         | 
| 
       44 
30 
     | 
    
         
             
               If you need to do unusual things to compile the package, please try
         
     | 
| 
       45 
31 
     | 
    
         
             
            to figure out how `configure' could check whether to do them, and mail
         
     | 
| 
         @@ -49,17 +35,20 @@ some point `config.cache' contains results you don't want to keep, you 
     | 
|
| 
       49 
35 
     | 
    
         
             
            may remove or edit it.
         
     | 
| 
       50 
36 
     | 
    
         | 
| 
       51 
37 
     | 
    
         
             
               The file `configure.ac' (or `configure.in') is used to create
         
     | 
| 
       52 
     | 
    
         
            -
            `configure' by a program called `autoconf'.  You need 
     | 
| 
       53 
     | 
    
         
            -
            you want to change it or regenerate `configure' using 
     | 
| 
       54 
     | 
    
         
            -
            of `autoconf'.
         
     | 
| 
      
 38 
     | 
    
         
            +
            `configure' by a program called `autoconf'.  You only need
         
     | 
| 
      
 39 
     | 
    
         
            +
            `configure.ac' if you want to change it or regenerate `configure' using
         
     | 
| 
      
 40 
     | 
    
         
            +
            a newer version of `autoconf'.
         
     | 
| 
       55 
41 
     | 
    
         | 
| 
       56 
42 
     | 
    
         
             
            The simplest way to compile this package is:
         
     | 
| 
       57 
43 
     | 
    
         | 
| 
       58 
44 
     | 
    
         
             
              1. `cd' to the directory containing the package's source code and type
         
     | 
| 
       59 
     | 
    
         
            -
                 `./configure' to configure the package for your system.
         
     | 
| 
      
 45 
     | 
    
         
            +
                 `./configure' to configure the package for your system.  If you're
         
     | 
| 
      
 46 
     | 
    
         
            +
                 using `csh' on an old version of System V, you might need to type
         
     | 
| 
      
 47 
     | 
    
         
            +
                 `sh ./configure' instead to prevent `csh' from trying to execute
         
     | 
| 
      
 48 
     | 
    
         
            +
                 `configure' itself.
         
     | 
| 
       60 
49 
     | 
    
         | 
| 
       61 
     | 
    
         
            -
                 Running `configure'  
     | 
| 
       62 
     | 
    
         
            -
                  
     | 
| 
      
 50 
     | 
    
         
            +
                 Running `configure' takes awhile.  While running, it prints some
         
     | 
| 
      
 51 
     | 
    
         
            +
                 messages telling which features it is checking for.
         
     | 
| 
       63 
52 
     | 
    
         | 
| 
       64 
53 
     | 
    
         
             
              2. Type `make' to compile the package.
         
     | 
| 
       65 
54 
     | 
    
         | 
| 
         @@ -89,7 +78,7 @@ details on some of the pertinent environment variables. 
     | 
|
| 
       89 
78 
     | 
    
         
             
            by setting variables in the command line or in the environment.  Here
         
     | 
| 
       90 
79 
     | 
    
         
             
            is an example:
         
     | 
| 
       91 
80 
     | 
    
         | 
| 
       92 
     | 
    
         
            -
                 ./configure CC= 
     | 
| 
      
 81 
     | 
    
         
            +
                 ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
         
     | 
| 
       93 
82 
     | 
    
         | 
| 
       94 
83 
     | 
    
         
             
               *Note Defining Variables::, for more details.
         
     | 
| 
       95 
84 
     | 
    
         | 
| 
         @@ -98,15 +87,17 @@ Compiling For Multiple Architectures 
     | 
|
| 
       98 
87 
     | 
    
         | 
| 
       99 
88 
     | 
    
         
             
            You can compile the package for more than one kind of computer at the
         
     | 
| 
       100 
89 
     | 
    
         
             
            same time, by placing the object files for each architecture in their
         
     | 
| 
       101 
     | 
    
         
            -
            own directory.  To do this, you  
     | 
| 
      
 90 
     | 
    
         
            +
            own directory.  To do this, you must use a version of `make' that
         
     | 
| 
      
 91 
     | 
    
         
            +
            supports the `VPATH' variable, such as GNU `make'.  `cd' to the
         
     | 
| 
       102 
92 
     | 
    
         
             
            directory where you want the object files and executables to go and run
         
     | 
| 
       103 
93 
     | 
    
         
             
            the `configure' script.  `configure' automatically checks for the
         
     | 
| 
       104 
94 
     | 
    
         
             
            source code in the directory that `configure' is in and in `..'.
         
     | 
| 
       105 
95 
     | 
    
         | 
| 
       106 
     | 
    
         
            -
                
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
      
 96 
     | 
    
         
            +
               If you have to use a `make' that does not support the `VPATH'
         
     | 
| 
      
 97 
     | 
    
         
            +
            variable, you have to compile the package for one architecture at a
         
     | 
| 
      
 98 
     | 
    
         
            +
            time in the source code directory.  After you have installed the
         
     | 
| 
      
 99 
     | 
    
         
            +
            package for one architecture, use `make distclean' before reconfiguring
         
     | 
| 
      
 100 
     | 
    
         
            +
            for another architecture.
         
     | 
| 
       110 
101 
     | 
    
         | 
| 
       111 
102 
     | 
    
         
             
            Installation Names
         
     | 
| 
       112 
103 
     | 
    
         
             
            ==================
         
     | 
| 
         @@ -199,12 +190,12 @@ them in the `configure' command line, using `VAR=value'.  For example: 
     | 
|
| 
       199 
190 
     | 
    
         
             
                 ./configure CC=/usr/local2/bin/gcc
         
     | 
| 
       200 
191 
     | 
    
         | 
| 
       201 
192 
     | 
    
         
             
            causes the specified `gcc' to be used as the C compiler (unless it is
         
     | 
| 
       202 
     | 
    
         
            -
            overridden in the site shell script).
         
     | 
| 
      
 193 
     | 
    
         
            +
            overridden in the site shell script).  Here is a another example:
         
     | 
| 
       203 
194 
     | 
    
         | 
| 
       204 
     | 
    
         
            -
             
     | 
| 
       205 
     | 
    
         
            -
            an Autoconf bug.  Until the bug is fixed you can use this workaround:
         
     | 
| 
      
 195 
     | 
    
         
            +
                 /bin/bash ./configure CONFIG_SHELL=/bin/bash
         
     | 
| 
       206 
196 
     | 
    
         | 
| 
       207 
     | 
    
         
            -
             
     | 
| 
      
 197 
     | 
    
         
            +
            Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
         
     | 
| 
      
 198 
     | 
    
         
            +
            configuration-related scripts to be executed by `/bin/bash'.
         
     | 
| 
       208 
199 
     | 
    
         | 
| 
       209 
200 
     | 
    
         
             
            `configure' Invocation
         
     | 
| 
       210 
201 
     | 
    
         
             
            ======================
         
     | 
    
        data/Makefile.am
    CHANGED
    
    | 
         @@ -1,22 +1,20 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # 
     | 
| 
      
 1 
     | 
    
         
            +
            #  $Id: Makefile.am,v 1.25 2008/08/25 21:23:48 rocky Exp $
         
     | 
| 
       2 
2 
     | 
    
         
             
            #
         
     | 
| 
       3 
     | 
    
         
            -
            # 
     | 
| 
      
 3 
     | 
    
         
            +
            #  Copyright (C) 2006, 2007, 2008 Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
       4 
4 
     | 
    
         
             
            #
         
     | 
| 
       5 
     | 
    
         
            -
            # 
     | 
| 
       6 
     | 
    
         
            -
            # 
     | 
| 
       7 
     | 
    
         
            -
            # 
     | 
| 
       8 
     | 
    
         
            -
            # 
     | 
| 
      
 5 
     | 
    
         
            +
            #  This program is free software: you can redistribute it and/or modify
         
     | 
| 
      
 6 
     | 
    
         
            +
            #  it under the terms of the GNU General Public License as published by
         
     | 
| 
      
 7 
     | 
    
         
            +
            #  the Free Software Foundation, either version 3 of the License, or
         
     | 
| 
      
 8 
     | 
    
         
            +
            #  (at your option) any later version.
         
     | 
| 
       9 
9 
     | 
    
         
             
            #
         
     | 
| 
       10 
     | 
    
         
            -
            # 
     | 
| 
       11 
     | 
    
         
            -
            # 
     | 
| 
       12 
     | 
    
         
            -
            # 
     | 
| 
       13 
     | 
    
         
            -
            # 
     | 
| 
       14 
     | 
    
         
            -
            #
         
     | 
| 
       15 
     | 
    
         
            -
            #    You should have received a copy of the GNU General Public License
         
     | 
| 
       16 
     | 
    
         
            -
            #    along with this program; if not, write to the Free Software
         
     | 
| 
       17 
     | 
    
         
            -
            #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
         
     | 
| 
       18 
     | 
    
         
            -
            #    02110-1301 USA.
         
     | 
| 
      
 10 
     | 
    
         
            +
            #  This program is distributed in the hope that it will be useful,
         
     | 
| 
      
 11 
     | 
    
         
            +
            #  but WITHOUT ANY WARRANTY; without even the implied warranty of
         
     | 
| 
      
 12 
     | 
    
         
            +
            #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
         
     | 
| 
      
 13 
     | 
    
         
            +
            #  GNU General Public License for more details.
         
     | 
| 
       19 
14 
     | 
    
         
             
            #
         
     | 
| 
      
 15 
     | 
    
         
            +
            #  You should have received a copy of the GNU General Public License
         
     | 
| 
      
 16 
     | 
    
         
            +
            #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
       20 
18 
     | 
    
         
             
            ## Process this file with automake to produce Makefile.in
         
     | 
| 
       21 
19 
     | 
    
         
             
            ##   which configure then turns into a Makefile  ...
         
     | 
| 
       22 
20 
     | 
    
         
             
            ##     which make can then use to produce stuff. Isn't configuration simple? 
         
     | 
| 
         @@ -120,6 +118,10 @@ clean-generic: 
     | 
|
| 
       120 
118 
     | 
    
         
             
            	ext/cdio/rubycdio$(SO) ext/iso9660/rubyiso9660$(SO)
         
     | 
| 
       121 
119 
     | 
    
         
             
            	-rm -fr pkg
         
     | 
| 
       122 
120 
     | 
    
         | 
| 
      
 121 
     | 
    
         
            +
            install: all-am
         
     | 
| 
      
 122 
     | 
    
         
            +
            	rake package
         
     | 
| 
      
 123 
     | 
    
         
            +
            	gem install --local pkg/$(distdir).gem
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
       123 
125 
     | 
    
         
             
            # From libtool documentation amended with guidance from N. Boullis: 
         
     | 
| 
       124 
126 
     | 
    
         
             
            #
         
     | 
| 
       125 
127 
     | 
    
         
             
            #  1. Start with version information of `0:0:0' for each libtool library.
         
     | 
    
        data/Makefile.in
    CHANGED
    
    | 
         @@ -1,8 +1,8 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # Makefile.in generated by automake 1. 
     | 
| 
      
 1 
     | 
    
         
            +
            # Makefile.in generated by automake 1.9.6 from Makefile.am.
         
     | 
| 
       2 
2 
     | 
    
         
             
            # @configure_input@
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
       4 
4 
     | 
    
         
             
            # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
         
     | 
| 
       5 
     | 
    
         
            -
            # 2003, 2004, 2005 
     | 
| 
      
 5 
     | 
    
         
            +
            # 2003, 2004, 2005  Free Software Foundation, Inc.
         
     | 
| 
       6 
6 
     | 
    
         
             
            # This Makefile.in is free software; the Free Software Foundation
         
     | 
| 
       7 
7 
     | 
    
         
             
            # gives unlimited permission to copy and/or distribute it,
         
     | 
| 
       8 
8 
     | 
    
         
             
            # with or without modifications, as long as this notice is preserved.
         
     | 
| 
         @@ -14,30 +14,31 @@ 
     | 
|
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
            @SET_MAKE@
         
     | 
| 
       16 
16 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
            # 
     | 
| 
      
 17 
     | 
    
         
            +
            #  $Id: Makefile.am,v 1.25 2008/08/25 21:23:48 rocky Exp $
         
     | 
| 
       18 
18 
     | 
    
         
             
            #
         
     | 
| 
       19 
     | 
    
         
            -
            # 
     | 
| 
      
 19 
     | 
    
         
            +
            #  Copyright (C) 2006, 2007, 2008 Rocky Bernstein <rocky@gnu.org>
         
     | 
| 
       20 
20 
     | 
    
         
             
            #
         
     | 
| 
       21 
     | 
    
         
            -
            # 
     | 
| 
       22 
     | 
    
         
            -
            # 
     | 
| 
       23 
     | 
    
         
            -
            # 
     | 
| 
       24 
     | 
    
         
            -
            # 
     | 
| 
      
 21 
     | 
    
         
            +
            #  This program is free software: you can redistribute it and/or modify
         
     | 
| 
      
 22 
     | 
    
         
            +
            #  it under the terms of the GNU General Public License as published by
         
     | 
| 
      
 23 
     | 
    
         
            +
            #  the Free Software Foundation, either version 3 of the License, or
         
     | 
| 
      
 24 
     | 
    
         
            +
            #  (at your option) any later version.
         
     | 
| 
       25 
25 
     | 
    
         
             
            #
         
     | 
| 
       26 
     | 
    
         
            -
            # 
     | 
| 
       27 
     | 
    
         
            -
            # 
     | 
| 
       28 
     | 
    
         
            -
            # 
     | 
| 
       29 
     | 
    
         
            -
            # 
     | 
| 
       30 
     | 
    
         
            -
            #
         
     | 
| 
       31 
     | 
    
         
            -
            #    You should have received a copy of the GNU General Public License
         
     | 
| 
       32 
     | 
    
         
            -
            #    along with this program; if not, write to the Free Software
         
     | 
| 
       33 
     | 
    
         
            -
            #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
         
     | 
| 
       34 
     | 
    
         
            -
            #    02110-1301 USA.
         
     | 
| 
      
 26 
     | 
    
         
            +
            #  This program is distributed in the hope that it will be useful,
         
     | 
| 
      
 27 
     | 
    
         
            +
            #  but WITHOUT ANY WARRANTY; without even the implied warranty of
         
     | 
| 
      
 28 
     | 
    
         
            +
            #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
         
     | 
| 
      
 29 
     | 
    
         
            +
            #  GNU General Public License for more details.
         
     | 
| 
       35 
30 
     | 
    
         
             
            #
         
     | 
| 
      
 31 
     | 
    
         
            +
            #  You should have received a copy of the GNU General Public License
         
     | 
| 
      
 32 
     | 
    
         
            +
            #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
         
     | 
| 
      
 33 
     | 
    
         
            +
            srcdir = @srcdir@
         
     | 
| 
      
 34 
     | 
    
         
            +
            top_srcdir = @top_srcdir@
         
     | 
| 
       36 
35 
     | 
    
         
             
            VPATH = @srcdir@
         
     | 
| 
       37 
36 
     | 
    
         
             
            pkgdatadir = $(datadir)/@PACKAGE@
         
     | 
| 
       38 
37 
     | 
    
         
             
            pkglibdir = $(libdir)/@PACKAGE@
         
     | 
| 
       39 
38 
     | 
    
         
             
            pkgincludedir = $(includedir)/@PACKAGE@
         
     | 
| 
      
 39 
     | 
    
         
            +
            top_builddir = .
         
     | 
| 
       40 
40 
     | 
    
         
             
            am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
         
     | 
| 
      
 41 
     | 
    
         
            +
            INSTALL = @INSTALL@
         
     | 
| 
       41 
42 
     | 
    
         
             
            install_sh_DATA = $(install_sh) -c -m 644
         
     | 
| 
       42 
43 
     | 
    
         
             
            install_sh_PROGRAM = $(install_sh) -c
         
     | 
| 
       43 
44 
     | 
    
         
             
            install_sh_SCRIPT = $(install_sh) -c
         
     | 
| 
         @@ -51,18 +52,18 @@ PRE_UNINSTALL = : 
     | 
|
| 
       51 
52 
     | 
    
         
             
            POST_UNINSTALL = :
         
     | 
| 
       52 
53 
     | 
    
         
             
            build_triplet = @build@
         
     | 
| 
       53 
54 
     | 
    
         
             
            host_triplet = @host@
         
     | 
| 
       54 
     | 
    
         
            -
            subdir = .
         
     | 
| 
       55 
55 
     | 
    
         
             
            DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
         
     | 
| 
       56 
56 
     | 
    
         
             
            	$(srcdir)/Makefile.in $(srcdir)/VERSION.in \
         
     | 
| 
       57 
57 
     | 
    
         
             
            	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
         
     | 
| 
       58 
58 
     | 
    
         
             
            	THANKS config.guess config.sub install-sh missing
         
     | 
| 
      
 59 
     | 
    
         
            +
            subdir = .
         
     | 
| 
       59 
60 
     | 
    
         
             
            ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
         
     | 
| 
       60 
61 
     | 
    
         
             
            am__aclocal_m4_deps = $(top_srcdir)/rubycdio.m4 \
         
     | 
| 
       61 
62 
     | 
    
         
             
            	$(top_srcdir)/configure.ac
         
     | 
| 
       62 
63 
     | 
    
         
             
            am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         
     | 
| 
       63 
64 
     | 
    
         
             
            	$(ACLOCAL_M4)
         
     | 
| 
       64 
65 
     | 
    
         
             
            am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
         
     | 
| 
       65 
     | 
    
         
            -
             configure.lineno  
     | 
| 
      
 66 
     | 
    
         
            +
             configure.lineno configure.status.lineno
         
     | 
| 
       66 
67 
     | 
    
         
             
            mkinstalldirs = $(install_sh) -d
         
     | 
| 
       67 
68 
     | 
    
         
             
            CONFIG_CLEAN_FILES = VERSION
         
     | 
| 
       68 
69 
     | 
    
         
             
            SOURCES =
         
     | 
| 
         @@ -79,6 +80,8 @@ GZIP_ENV = --best 
     | 
|
| 
       79 
80 
     | 
    
         
             
            distuninstallcheck_listfiles = find . -type f -print
         
     | 
| 
       80 
81 
     | 
    
         
             
            distcleancheck_listfiles = find . -type f -print
         
     | 
| 
       81 
82 
     | 
    
         
             
            ACLOCAL = @ACLOCAL@
         
     | 
| 
      
 83 
     | 
    
         
            +
            AMDEP_FALSE = @AMDEP_FALSE@
         
     | 
| 
      
 84 
     | 
    
         
            +
            AMDEP_TRUE = @AMDEP_TRUE@
         
     | 
| 
       82 
85 
     | 
    
         
             
            AMTAR = @AMTAR@
         
     | 
| 
       83 
86 
     | 
    
         
             
            AUTOCONF = @AUTOCONF@
         
     | 
| 
       84 
87 
     | 
    
         
             
            AUTOHEADER = @AUTOHEADER@
         
     | 
| 
         @@ -96,7 +99,6 @@ ECHO_C = @ECHO_C@ 
     | 
|
| 
       96 
99 
     | 
    
         
             
            ECHO_N = @ECHO_N@
         
     | 
| 
       97 
100 
     | 
    
         
             
            ECHO_T = @ECHO_T@
         
     | 
| 
       98 
101 
     | 
    
         
             
            EXEEXT = @EXEEXT@
         
     | 
| 
       99 
     | 
    
         
            -
            INSTALL = @INSTALL@
         
     | 
| 
       100 
102 
     | 
    
         
             
            INSTALL_DATA = @INSTALL_DATA@
         
     | 
| 
       101 
103 
     | 
    
         
             
            INSTALL_PROGRAM = @INSTALL_PROGRAM@
         
     | 
| 
       102 
104 
     | 
    
         
             
            INSTALL_SCRIPT = @INSTALL_SCRIPT@
         
     | 
| 
         @@ -108,8 +110,9 @@ LIBS = @LIBS@ 
     | 
|
| 
       108 
110 
     | 
    
         
             
            LN_S = @LN_S@
         
     | 
| 
       109 
111 
     | 
    
         
             
            LTLIBOBJS = @LTLIBOBJS@
         
     | 
| 
       110 
112 
     | 
    
         
             
            MAINT = @MAINT@
         
     | 
| 
      
 113 
     | 
    
         
            +
            MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
         
     | 
| 
      
 114 
     | 
    
         
            +
            MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
         
     | 
| 
       111 
115 
     | 
    
         
             
            MAKEINFO = @MAKEINFO@
         
     | 
| 
       112 
     | 
    
         
            -
            MKDIR_P = @MKDIR_P@
         
     | 
| 
       113 
116 
     | 
    
         
             
            OBJEXT = @OBJEXT@
         
     | 
| 
       114 
117 
     | 
    
         
             
            PACKAGE = @PACKAGE@
         
     | 
| 
       115 
118 
     | 
    
         
             
            PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
         
     | 
| 
         @@ -130,11 +133,9 @@ STRIP = @STRIP@ 
     | 
|
| 
       130 
133 
     | 
    
         
             
            SWIG = @SWIG@
         
     | 
| 
       131 
134 
     | 
    
         
             
            SWIG_FLAGS = @SWIG_FLAGS@
         
     | 
| 
       132 
135 
     | 
    
         
             
            VERSION = @VERSION@
         
     | 
| 
       133 
     | 
    
         
            -
            abs_builddir = @abs_builddir@
         
     | 
| 
       134 
     | 
    
         
            -
            abs_srcdir = @abs_srcdir@
         
     | 
| 
       135 
     | 
    
         
            -
            abs_top_builddir = @abs_top_builddir@
         
     | 
| 
       136 
     | 
    
         
            -
            abs_top_srcdir = @abs_top_srcdir@
         
     | 
| 
       137 
136 
     | 
    
         
             
            ac_ct_CC = @ac_ct_CC@
         
     | 
| 
      
 137 
     | 
    
         
            +
            am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
         
     | 
| 
      
 138 
     | 
    
         
            +
            am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
         
     | 
| 
       138 
139 
     | 
    
         
             
            am__include = @am__include@
         
     | 
| 
       139 
140 
     | 
    
         
             
            am__leading_dot = @am__leading_dot@
         
     | 
| 
       140 
141 
     | 
    
         
             
            am__quote = @am__quote@
         
     | 
| 
         @@ -146,7 +147,6 @@ build_alias = @build_alias@ 
     | 
|
| 
       146 
147 
     | 
    
         
             
            build_cpu = @build_cpu@
         
     | 
| 
       147 
148 
     | 
    
         
             
            build_os = @build_os@
         
     | 
| 
       148 
149 
     | 
    
         
             
            build_vendor = @build_vendor@
         
     | 
| 
       149 
     | 
    
         
            -
            builddir = @builddir@
         
     | 
| 
       150 
150 
     | 
    
         
             
            datadir = @datadir@
         
     | 
| 
       151 
151 
     | 
    
         
             
            datarootdir = @datarootdir@
         
     | 
| 
       152 
152 
     | 
    
         
             
            docdir = @docdir@
         
     | 
| 
         @@ -178,11 +178,8 @@ program_transform_name = @program_transform_name@ 
     | 
|
| 
       178 
178 
     | 
    
         
             
            psdir = @psdir@
         
     | 
| 
       179 
179 
     | 
    
         
             
            sbindir = @sbindir@
         
     | 
| 
       180 
180 
     | 
    
         
             
            sharedstatedir = @sharedstatedir@
         
     | 
| 
       181 
     | 
    
         
            -
            srcdir = @srcdir@
         
     | 
| 
       182 
181 
     | 
    
         
             
            sysconfdir = @sysconfdir@
         
     | 
| 
       183 
182 
     | 
    
         
             
            target_alias = @target_alias@
         
     | 
| 
       184 
     | 
    
         
            -
            top_builddir = @top_builddir@
         
     | 
| 
       185 
     | 
    
         
            -
            top_srcdir = @top_srcdir@
         
     | 
| 
       186 
183 
     | 
    
         
             
            CDIO_EXTCONF = $(top_builddir)/ext/cdio/extconf.rb
         
     | 
| 
       187 
184 
     | 
    
         
             
            ISO_EXTCONF = $(top_builddir)/ext/iso9660/extconf.rb
         
     | 
| 
       188 
185 
     | 
    
         | 
| 
         @@ -300,6 +297,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 
     | 
|
| 
       300 
297 
     | 
    
         
             
            	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
         
     | 
| 
       301 
298 
     | 
    
         
             
            VERSION: $(top_builddir)/config.status $(srcdir)/VERSION.in
         
     | 
| 
       302 
299 
     | 
    
         
             
            	cd $(top_builddir) && $(SHELL) ./config.status $@
         
     | 
| 
      
 300 
     | 
    
         
            +
            uninstall-info-am:
         
     | 
| 
       303 
301 
     | 
    
         
             
            tags: TAGS
         
     | 
| 
       304 
302 
     | 
    
         
             
            TAGS:
         
     | 
| 
       305 
303 
     | 
    
         | 
| 
         @@ -309,22 +307,24 @@ CTAGS: 
     | 
|
| 
       309 
307 
     | 
    
         | 
| 
       310 
308 
     | 
    
         
             
            distdir: $(DISTFILES)
         
     | 
| 
       311 
309 
     | 
    
         
             
            	$(am__remove_distdir)
         
     | 
| 
       312 
     | 
    
         
            -
            	 
     | 
| 
       313 
     | 
    
         
            -
            	 
     | 
| 
       314 
     | 
    
         
            -
            	 
     | 
| 
       315 
     | 
    
         
            -
            	 
     | 
| 
       316 
     | 
    
         
            -
             
     | 
| 
       317 
     | 
    
         
            -
            	   
     | 
| 
       318 
     | 
    
         
            -
             
     | 
| 
       319 
     | 
    
         
            -
             
     | 
| 
       320 
     | 
    
         
            -
            	   
     | 
| 
       321 
     | 
    
         
            -
            			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
         
     | 
| 
       322 
     | 
    
         
            -
            			   sort -u` ;; \
         
     | 
| 
       323 
     | 
    
         
            -
            	esac; \
         
     | 
| 
       324 
     | 
    
         
            -
            	for file in $$dist_files; do \
         
     | 
| 
      
 310 
     | 
    
         
            +
            	mkdir $(distdir)
         
     | 
| 
      
 311 
     | 
    
         
            +
            	$(mkdir_p) $(distdir)/$(top_builddir)/ext/cdio $(distdir)/$(top_builddir)/ext/iso9660 $(distdir)/$(top_srcdir)/swig $(distdir)/. $(distdir)/data $(distdir)/example $(distdir)/lib $(distdir)/test
         
     | 
| 
      
 312 
     | 
    
         
            +
            	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
         
     | 
| 
      
 313 
     | 
    
         
            +
            	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
         
     | 
| 
      
 314 
     | 
    
         
            +
            	list='$(DISTFILES)'; for file in $$list; do \
         
     | 
| 
      
 315 
     | 
    
         
            +
            	  case $$file in \
         
     | 
| 
      
 316 
     | 
    
         
            +
            	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
         
     | 
| 
      
 317 
     | 
    
         
            +
            	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
         
     | 
| 
      
 318 
     | 
    
         
            +
            	  esac; \
         
     | 
| 
       325 
319 
     | 
    
         
             
            	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
         
     | 
| 
      
 320 
     | 
    
         
            +
            	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
         
     | 
| 
      
 321 
     | 
    
         
            +
            	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
         
     | 
| 
      
 322 
     | 
    
         
            +
            	    dir="/$$dir"; \
         
     | 
| 
      
 323 
     | 
    
         
            +
            	    $(mkdir_p) "$(distdir)$$dir"; \
         
     | 
| 
      
 324 
     | 
    
         
            +
            	  else \
         
     | 
| 
      
 325 
     | 
    
         
            +
            	    dir=''; \
         
     | 
| 
      
 326 
     | 
    
         
            +
            	  fi; \
         
     | 
| 
       326 
327 
     | 
    
         
             
            	  if test -d $$d/$$file; then \
         
     | 
| 
       327 
     | 
    
         
            -
            	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
         
     | 
| 
       328 
328 
     | 
    
         
             
            	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
         
     | 
| 
       329 
329 
     | 
    
         
             
            	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
         
     | 
| 
       330 
330 
     | 
    
         
             
            	    fi; \
         
     | 
| 
         @@ -338,7 +338,7 @@ distdir: $(DISTFILES) 
     | 
|
| 
       338 
338 
     | 
    
         
             
            	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
         
     | 
| 
       339 
339 
     | 
    
         
             
            	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
         
     | 
| 
       340 
340 
     | 
    
         
             
            	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
         
     | 
| 
       341 
     | 
    
         
            -
            	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
         
     | 
| 
      
 341 
     | 
    
         
            +
            	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
         
     | 
| 
       342 
342 
     | 
    
         
             
            	|| chmod -R a+r $(distdir)
         
     | 
| 
       343 
343 
     | 
    
         
             
            dist-gzip: distdir
         
     | 
| 
       344 
344 
     | 
    
         
             
            	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
         
     | 
| 
         @@ -413,7 +413,7 @@ distcheck: dist 
     | 
|
| 
       413 
413 
     | 
    
         
             
            	$(am__remove_distdir)
         
     | 
| 
       414 
414 
     | 
    
         
             
            	@(echo "$(distdir) archives ready for distribution: "; \
         
     | 
| 
       415 
415 
     | 
    
         
             
            	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
         
     | 
| 
       416 
     | 
    
         
            -
            	  sed -e  
     | 
| 
      
 416 
     | 
    
         
            +
            	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
         
     | 
| 
       417 
417 
     | 
    
         
             
            distuninstallcheck:
         
     | 
| 
       418 
418 
     | 
    
         
             
            	@cd $(distuninstallcheck_dir) \
         
     | 
| 
       419 
419 
     | 
    
         
             
            	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
         
     | 
| 
         @@ -436,7 +436,6 @@ check-am: all-am 
     | 
|
| 
       436 
436 
     | 
    
         
             
            check: check-am
         
     | 
| 
       437 
437 
     | 
    
         
             
            all-am: Makefile
         
     | 
| 
       438 
438 
     | 
    
         
             
            installdirs:
         
     | 
| 
       439 
     | 
    
         
            -
            install: install-am
         
     | 
| 
       440 
439 
     | 
    
         
             
            install-exec: install-exec-am
         
     | 
| 
       441 
440 
     | 
    
         
             
            install-data: install-data-am
         
     | 
| 
       442 
441 
     | 
    
         
             
            uninstall: uninstall-am
         
     | 
| 
         @@ -480,20 +479,12 @@ info-am: 
     | 
|
| 
       480 
479 
     | 
    
         | 
| 
       481 
480 
     | 
    
         
             
            install-data-am:
         
     | 
| 
       482 
481 
     | 
    
         | 
| 
       483 
     | 
    
         
            -
            install-dvi: install-dvi-am
         
     | 
| 
       484 
     | 
    
         
            -
             
     | 
| 
       485 
482 
     | 
    
         
             
            install-exec-am:
         
     | 
| 
       486 
483 
     | 
    
         | 
| 
       487 
     | 
    
         
            -
            install-html: install-html-am
         
     | 
| 
       488 
     | 
    
         
            -
             
     | 
| 
       489 
484 
     | 
    
         
             
            install-info: install-info-am
         
     | 
| 
       490 
485 
     | 
    
         | 
| 
       491 
486 
     | 
    
         
             
            install-man:
         
     | 
| 
       492 
487 
     | 
    
         | 
| 
       493 
     | 
    
         
            -
            install-pdf: install-pdf-am
         
     | 
| 
       494 
     | 
    
         
            -
             
     | 
| 
       495 
     | 
    
         
            -
            install-ps: install-ps-am
         
     | 
| 
       496 
     | 
    
         
            -
             
     | 
| 
       497 
488 
     | 
    
         
             
            installcheck-am:
         
     | 
| 
       498 
489 
     | 
    
         | 
| 
       499 
490 
     | 
    
         
             
            maintainer-clean: maintainer-clean-am
         
     | 
| 
         @@ -514,21 +505,18 @@ ps: ps-am 
     | 
|
| 
       514 
505 
     | 
    
         | 
| 
       515 
506 
     | 
    
         
             
            ps-am:
         
     | 
| 
       516 
507 
     | 
    
         | 
| 
       517 
     | 
    
         
            -
            uninstall-am:
         
     | 
| 
       518 
     | 
    
         
            -
             
     | 
| 
       519 
     | 
    
         
            -
            .MAKE: install-am install-strip
         
     | 
| 
      
 508 
     | 
    
         
            +
            uninstall-am: uninstall-info-am
         
     | 
| 
       520 
509 
     | 
    
         | 
| 
       521 
510 
     | 
    
         
             
            .PHONY: all all-am am--refresh check check-am clean clean-generic dist \
         
     | 
| 
       522 
511 
     | 
    
         
             
            	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
         
     | 
| 
       523 
512 
     | 
    
         
             
            	distcheck distclean distclean-generic distcleancheck distdir \
         
     | 
| 
       524 
513 
     | 
    
         
             
            	distuninstallcheck dvi dvi-am html html-am info info-am \
         
     | 
| 
       525 
     | 
    
         
            -
            	install install-am install-data install-data-am install- 
     | 
| 
       526 
     | 
    
         
            -
            	install- 
     | 
| 
       527 
     | 
    
         
            -
            	install-html-am install-info install-info-am install-man \
         
     | 
| 
       528 
     | 
    
         
            -
            	install-pdf install-pdf-am install-ps install-ps-am \
         
     | 
| 
      
 514 
     | 
    
         
            +
            	install install-am install-data install-data-am install-exec \
         
     | 
| 
      
 515 
     | 
    
         
            +
            	install-exec-am install-info install-info-am install-man \
         
     | 
| 
       529 
516 
     | 
    
         
             
            	install-strip installcheck installcheck-am installdirs \
         
     | 
| 
       530 
517 
     | 
    
         
             
            	maintainer-clean maintainer-clean-generic mostlyclean \
         
     | 
| 
       531 
     | 
    
         
            -
            	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
         
     | 
| 
      
 518 
     | 
    
         
            +
            	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
         
     | 
| 
      
 519 
     | 
    
         
            +
            	uninstall-info-am
         
     | 
| 
       532 
520 
     | 
    
         | 
| 
       533 
521 
     | 
    
         | 
| 
       534 
522 
     | 
    
         
             
            .PHONY: test check ChangeLog doc rdoc, doc, rerdoc
         
     | 
| 
         @@ -564,6 +552,10 @@ clean-generic: 
     | 
|
| 
       564 
552 
     | 
    
         
             
            	ext/cdio/rubycdio$(SO) ext/iso9660/rubyiso9660$(SO)
         
     | 
| 
       565 
553 
     | 
    
         
             
            	-rm -fr pkg
         
     | 
| 
       566 
554 
     | 
    
         | 
| 
      
 555 
     | 
    
         
            +
            install: all-am
         
     | 
| 
      
 556 
     | 
    
         
            +
            	rake package
         
     | 
| 
      
 557 
     | 
    
         
            +
            	gem install --local pkg/$(distdir).gem
         
     | 
| 
      
 558 
     | 
    
         
            +
             
     | 
| 
       567 
559 
     | 
    
         
             
            @MAINTAINER_MODE_TRUE@ChangeLog:
         
     | 
| 
       568 
560 
     | 
    
         
             
            @MAINTAINER_MODE_TRUE@	$(CVS2CL) -W 450 --header $(srcdir)/cvs2cl_header --utc -w -I ChangeLog --usermap $(srcdir)/cvs2cl_usermap -P 
         
     | 
| 
       569 
561 
     | 
    
         
             
            # Tell versions [3.59,3.63) of GNU make to not export all variables.
         
     | 
    
        data/NEWS
    CHANGED
    
    | 
         @@ -1,3 +1,8 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            0.03
         
     | 
| 
      
 2 
     | 
    
         
            +
            2008-09-22
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            - Switch license to GPL V3. Make "make install work".
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
       1 
6 
     | 
    
         
             
            0.02
         
     | 
| 
       2 
7 
     | 
    
         
             
            2007-10-27
         
     | 
| 
       3 
8 
     | 
    
         | 
| 
         @@ -14,4 +19,4 @@ 
     | 
|
| 
       14 
19 
     | 
    
         | 
| 
       15 
20 
     | 
    
         
             
            - First cut at converting to Ruby
         
     | 
| 
       16 
21 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
            $Id: NEWS,v 1. 
     | 
| 
      
 22 
     | 
    
         
            +
            $Id: NEWS,v 1.6 2008/09/22 20:27:28 rocky Exp $
         
     | 
    
        data/Rakefile
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.03
         
     |