[xiph-cvs] cvs commit: speex/win32/speexenc Makefile.am

Jean-Marc Valin jm at xiph.org
Fri Oct 11 14:17:54 PDT 2002



jm          02/10/11 17:17:54

  Modified:    .        Makefile.am configure.in
  Added:       win32    Makefile.am
               win32/libspeex Makefile.am
               win32/speexdec Makefile.am
               win32/speexenc Makefile.am
  Log:
  Added MSVC project files to the distribution

Revision  Changes    Path
1.7       +1 -1      speex/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/speex/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am	3 Oct 2002 06:28:08 -0000	1.6
+++ Makefile.am	11 Oct 2002 21:17:53 -0000	1.7
@@ -5,7 +5,7 @@
 
 EXTRA_DIST = Speex.spec Speex.spec.in
 
-SUBDIRS = libspeex @src@ doc
+SUBDIRS = libspeex @src@ doc win32
 
 rpm: dist
         rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz

<p><p>1.33      +4 -2      speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- configure.in	3 Oct 2002 06:28:08 -0000	1.32
+++ configure.in	11 Oct 2002 21:17:53 -0000	1.33
@@ -5,7 +5,7 @@
 SPEEX_MAJOR_VERSION=0
 SPEEX_MINOR_VERSION=99
 SPEEX_MICRO_VERSION=0
-SPEEX_VERSION=1.0beta1
+SPEEX_VERSION=1.0beta2-cvs
 SPEEX_BINARY_AGE=0
 SPEEX_INTERFACE_AGE=0
 
@@ -48,7 +48,9 @@
 
 dnl Output the makefiles and version.h.
 
-AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec ])
+AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
+           win32/Makefile win32/libspeex/Makefile win32/speexenc/Makefile
+           win32/speexdec/Makefile ])
 
 if test "x$src" = "x"; then 
 echo "You don't seem to have libogg installed. Only the Speex library (libspeex) will be built (no encoder/decoder executable)"

<p><p>1.1                  speex/win32/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies

SUBDIRS = libspeex speexenc speexdec

<p><p><p>1.1                  speex/win32/libspeex/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies

EXTRA_DIST = libspeex.dsp  libspeex.dsw

<p><p>1.1                  speex/win32/speexdec/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies

EXTRA_DIST = speexdec.dsp  speexdec.dsw

<p><p>1.1                  speex/win32/speexenc/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies

EXTRA_DIST = speexenc.dsp  speexenc.dsw

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list