win32 and debian dirs added
authorJack Moffitt <jack@xiph.org>
Sat, 18 Nov 2000 04:24:30 +0000 (04:24 +0000)
committerJack Moffitt <jack@xiph.org>
Sat, 18 Nov 2000 04:24:30 +0000 (04:24 +0000)
svn path=/trunk/vorbis/; revision=1074

Makefile.am
configure.in
debian/.cvsignore [new file with mode: 0644]
debian/Makefile.am [new file with mode: 0644]
win32/.cvsignore [new file with mode: 0644]
win32/Makefile.am [new file with mode: 0644]

index a265953..5471cfd 100644 (file)
@@ -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
index bacde9c..4e826b2 100644 (file)
@@ -166,4 +166,4 @@ AC_SUBST(DEBUG)
 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)
diff --git a/debian/.cvsignore b/debian/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/debian/Makefile.am b/debian/Makefile.am
new file mode 100644 (file)
index 0000000..1eca9b7
--- /dev/null
@@ -0,0 +1,10 @@
+## 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
diff --git a/win32/.cvsignore b/win32/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/win32/Makefile.am b/win32/Makefile.am
new file mode 100644 (file)
index 0000000..f262326
--- /dev/null
@@ -0,0 +1,14 @@
+## 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