[xiph-cvs] cvs commit: vorbis/win32 .cvsignore Makefile.am

Jack Moffitt jack at xiph.org
Fri Nov 17 20:24:30 PST 2000



jack        00/11/17 20:24:30

  Modified:    .        Makefile.am configure.in
  Added:       debian   .cvsignore Makefile.am
               win32    .cvsignore Makefile.am
  Log:
  win32 and debian dirs added

Revision  Changes    Path
1.5       +1 -1      vorbis/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	2000/11/08 09:48:57	1.4
+++ Makefile.am	2000/11/18 04:24:29	1.5
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign dist-zip
 
-SUBDIRS = lib include doc examples
+SUBDIRS = lib include doc examples win32 debian
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4

1.30      +1 -1      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- configure.in	2000/11/08 08:36:35	1.29
+++ configure.in	2000/11/18 04:24:29	1.30
@@ -166,4 +166,4 @@
 AC_SUBST(PROFILE)
 AC_SUBST(pthread_lib)
 
-AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile)
+AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile win32/Makefile debian/Makefile)

1.1                  vorbis/debian/.cvsignore

Index: .cvsignore
===================================================================
Makefile
Makefile.in

1.1                  vorbis/debian/Makefile.am

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

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = README.Debian changelog control copyright libvorbis0-dev.dirs\
        libvorbis0-dev.docs libvorbis0-dev.examples libvorbis0-dev.files\
        libvorbis0-dev.postinst libvorbis0-dev.postrm libvorbis0-dev.preinst\
        libvorbis0-dev.prerm libvorbis0.dirs libvorbis0.docs libvorbis0.files\
        libvorbis0.postinst libvorbis0.postrm libvorbis0.preinst\
        libvorbis0.prerm rules

1.1                  vorbis/win32/.cvsignore

Index: .cvsignore
===================================================================
Makefile
Makefile.in

1.1                  vorbis/win32/Makefile.am

Index: Makefile.am
===================================================================
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = vorbis.def vorbis_dynamic.dsp vorbis_static.dsp\
        vorbisfile.def vorbisfile_dynamic.dsp vorbisfile_static.dsp\
        vorbisenc.def vorbisenc_dynamic.dsp vorbisenc_static.dsp\
        build_vorbis_dynamic.bat build_vorbis_dynamic_debug.bat\
        build_vorbis_static.bat build_vorbis_static_debug.bat\
        build_vorbisenc_dynamic.bat build_vorbisenc_dynamic_debug.bat\
        build_vorbisenc_static.bat build_vorbisenc_static_debug.bat\
        build_vorbisfile_dynamic.bat build_vorbisfile_dynamic_debug.bat\
        build_vorbisfile_static.bat build_vorbisfile_static_debug.bat

--- >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