Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30415/acore

Modified Files:
        .cvsignore Makefile 
Log Message:
- fixed the dependency/clean-up of pcm_lib.c.




Index: .cvsignore
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  10 Nov 2003 17:32:37 -0000      1.4
+++ .cvsignore  3 Feb 2004 17:02:57 -0000       1.5
@@ -5,6 +5,7 @@
 rawmidi.c
 sound.c
 timer.c
+pcm_lib.c
 pcm_native.c
 info.c
 memalloc.c

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- Makefile    3 Feb 2004 12:27:30 -0000       1.38
+++ Makefile    3 Feb 2004 17:02:57 -0000       1.39
@@ -5,7 +5,7 @@
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-clean-files := info.c pcm_native.c pcm_lib.c control.c hwdep.c init.c rawmidi.c 
sound.c timer.c memalloc.c
+clean-files := info.c pcm_lib.c pcm_native.c control.c hwdep.c init.c rawmidi.c 
sound.c timer.c memalloc.c
 
 obj-$(CONFIG_SND_PDPLUS) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
 obj-$(CONFIG_SND_MIXART) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-hwdep.o
@@ -15,6 +15,7 @@
 obj-$(CONFIG_SND_AU8810) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
 obj-$(CONFIG_SND_AU8820) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
 obj-$(CONFIG_SND_AU8830) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
+obj-$(CONFIG_SND_BT87X) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
 obj-$(CONFIG_SND_INTEL8X0M) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
 obj-$(CONFIG_SND_HDSPM) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o 
snd-hwdep.o
 
@@ -26,6 +27,7 @@
 include $(SND_TOPDIR)/Rules.make
 
 info.c: info.inc info.patch $(SND_TOPDIR)/alsa-kernel/core/info.c
+pcm_lib.c: pcm_lib.patch $(SND_TOPDIR)/alsa-kernel/core/pcm_lib.c
 pcm_native.c: pcm_native.patch $(SND_TOPDIR)/alsa-kernel/core/pcm_native.c
 control.c: control.patch $(SND_TOPDIR)/alsa-kernel/core/control.c
 hwdep.c: hwdep.patch $(SND_TOPDIR)/alsa-kernel/core/hwdep.c



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to