Update of /cvsroot/alsa/alsa-driver/acore/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv1156/acore/seq

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/seq/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 May 2003 13:58:59 -0000      1.2
+++ .cvsignore  10 Nov 2003 17:32:37 -0000      1.3
@@ -1,3 +1,6 @@
 .depend
 seq_clientmgr.c
 seq_memory.c
+.*.cmd
+*.ko
+*.mod.c

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/seq/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile    31 Oct 2003 11:38:38 -0000      1.12
+++ Makefile    10 Nov 2003 17:32:37 -0000      1.13
@@ -1,9 +1,7 @@
-TOPDIR = ../..
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
 
-include $(TOPDIR)/toplevel.config
-include $(TOPDIR)/Makefile.conf
-
-EXTRA_CLEAN = seq_clientmgr.c seq_memory.c
+clean-files := seq_clientmgr.c seq_memory.c
 
 obj-$(CONFIG_SND_SERIALMIDI) += snd-seq-midi.o snd-seq.o snd-seq-device.o 
snd-seq-midi-event.o
 obj-$(CONFIG_SND_MSND_PINNACLE) += snd-seq-midi.o snd-seq.o snd-seq-device.o 
snd-seq-midi-event.o
@@ -14,12 +12,11 @@
 export-objs  := seq_device.o seq.o seq_instr.o seq_midi_emul.o \
                seq_midi_event.o seq_virmidi.o
 
-TOPDIR = $(MAINSRCDIR)
-include $(TOPDIR)/alsa-kernel/core/seq/Makefile
+include $(SND_TOPDIR)/alsa-kernel/core/seq/Makefile
 
-EXTRA_CFLAGS = -I$(TOPDIR)/alsa-kernel/core/seq
+EXTRA_CFLAGS += -I$(SND_TOPDIR)/alsa-kernel/core/seq
 
-include $(TOPDIR)/Rules.make
+include $(SND_TOPDIR)/Rules.make
 
-seq_clientmgr.c: seq_clientmgr.patch $(TOPDIR)/alsa-kernel/core/seq/seq_clientmgr.c
-seq_memory.c: seq_memory.patch $(TOPDIR)/alsa-kernel/core/seq/seq_memory.c
+seq_clientmgr.c: seq_clientmgr.patch 
$(SND_TOPDIR)/alsa-kernel/core/seq/seq_clientmgr.c
+seq_memory.c: seq_memory.patch $(SND_TOPDIR)/alsa-kernel/core/seq/seq_memory.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

Reply via email to