new grabbag lib
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 7 Nov 2002 05:10:07 +0000 (05:10 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 7 Nov 2002 05:10:07 +0000 (05:10 +0000)
src/share/Makefile.am
src/share/Makefile.vc

index 4ee3a21d8fd3179bd60fc5e618a5c26ada43da22..35427f80afa774b1cad9253531d376872f1941c4 100644 (file)
@@ -15,7 +15,7 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-SUBDIRS = file_utils gain_analysis getopt replaygain utf8
+SUBDIRS = gain_analysis getopt grabbag utf8
 
 EXTRA_DIST = \
        Makefile.vc \
index b85e0da5170786ae4f8cb97a5f1f958626a6e3b2..dfc92e06a08826bff94080600eb66ab0cdcf7afe 100644 (file)
@@ -3,16 +3,13 @@
 # It's less hassle to spell it all out that to figure out how to do it right with nmake:\r
 \r
 all:\r
-       cd file_utils\r
-       nmake /f Makefile.vc\r
-       cd ..\r
        cd gain_analysis\r
        nmake /f Makefile.vc\r
        cd ..\r
        cd getopt\r
        nmake /f Makefile.vc\r
        cd ..\r
-       cd replaygain\r
+       cd grabbag\r
        nmake /f Makefile.vc\r
        cd ..\r
        cd utf8\r
@@ -20,16 +17,13 @@ all:
        cd ..\r
 \r
 clean:\r
-       cd file_utils\r
-       nmake /f Makefile.vc clean\r
-       cd ..\r
        cd gain_analysis\r
        nmake /f Makefile.vc clean\r
        cd ..\r
        cd getopt\r
        nmake /f Makefile.vc clean\r
        cd ..\r
-       cd replaygain\r
+       cd grabbag\r
        nmake /f Makefile.vc clean\r
        cd ..\r
        cd utf8\r