Update of /cvsroot/alsa/alsa-driver/acore/oss
In directory sc8-pr-cvs1:/tmp/cvs-serv1156/acore/oss
Modified Files:
.cvsignore Makefile
Log Message:
- fixed --with-isapnp option of configure.
- changed (added) to build / install for 2.6 kernels.
with this change, you cannot run make in the local directory any more
unless you set SND_TOPDIR environment variable. it points to the path
name of the top directory of alsa-driver directory.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/oss/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 31 May 2003 11:21:06 -0000 1.2
+++ .cvsignore 10 Nov 2003 17:32:37 -0000 1.3
@@ -1,3 +1,6 @@
.depend
mixer_oss.c
pcm_oss.c
+.*.cmd
+*.ko
+*.mod.c
Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/oss/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 31 May 2003 11:21:06 -0000 1.4
+++ Makefile 10 Nov 2003 17:32:37 -0000 1.5
@@ -1,18 +1,16 @@
-TOPDIR = ../..
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
-include $(TOPDIR)/toplevel.config
-include $(TOPDIR)/Makefile.conf
-
-EXTRA_CLEAN = mixer_oss.c pcm_oss.c
+clean-files := mixer_oss.c pcm_oss.c
export-objs := mixer_oss.o
-TOPDIR = $(MAINSRCDIR)
-include $(TOPDIR)/alsa-kernel/core/oss/Makefile
+include $(SND_TOPDIR)/alsa-kernel/core/oss/Makefile
+
+EXTRA_CFLAGS += -I$(SND_TOPDIR)/alsa-kernel/core/oss
-EXTRA_CFLAGS = -I$(TOPDIR)/alsa-kernel/core/oss
+include $(SND_TOPDIR)/Rules.make
-include $(TOPDIR)/Rules.make
+mixer_oss.c: mixer_oss.patch $(SND_TOPDIR)/alsa-kernel/core/oss/mixer_oss.c
+pcm_oss.c: pcm_oss.patch $(SND_TOPDIR)/alsa-kernel/core/oss/pcm_oss.c
-mixer_oss.c: mixer_oss.patch $(TOPDIR)/alsa-kernel/core/oss/mixer_oss.c
-pcm_oss.c: pcm_oss.patch $(TOPDIR)/alsa-kernel/core/oss/pcm_oss.c
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog