patch-2.1.63 linux/drivers/sound/Makefile
Next file: linux/drivers/sound/Readme
Previous file: linux/drivers/sound/Config.in
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Nov 9 22:59:28 1997
- Orig file:
v2.1.62/linux/drivers/sound/Makefile
- Orig date:
Wed May 28 10:51:32 1997
diff -u --recursive --new-file v2.1.62/linux/drivers/sound/Makefile linux/drivers/sound/Makefile
@@ -1,3 +1,4 @@
+BUILDCODE=o
# Makefile for the Linux sound card driver
#
# Note 2! The CFLAGS definitions are now inherited from the
@@ -155,6 +156,7 @@
clrconf:
rm -f local.h .depend synth-ld.h trix_boot.h smw-midi0001.h maui_boot.h .defines
+ rm Config.in;cp Config.std Config.in
configure: configure.c
$(HOSTCC) -o configure configure.c
@@ -162,6 +164,7 @@
dep:
$(CPP) -M $(CFLAGS) -I. *.c > .depend
+ cd lowlevel;make dep
setup:
@echo Compiling Sound Driver v $(VERSION) for Linux
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov