1 # Makefile for the Sound Blaster 16 driver (SB16)
11 # programs, flags, etc.
21 sb16
: sb16.o mixer.o audio_fw.o liveupdate.o
22 $(CC
) -o
$@
$(LDFLAGS
) sb16.o mixer.o audio_fw.o liveupdate.o
$(LIBS
)
24 audio_fw.o liveupdate.o
: ..
/framework
/audio_fw.c ..
/framework
/liveupdate.c ..
/framework
/audio_fw.h
25 $(CC
) -c ..
/framework
/audio_fw.c ..
/framework
/liveupdate.c
27 # install with other drivers
28 install: /usr
/sbin
/sb16
30 install -o root
-S
512k
-c
$?
$@
32 # clean up local files
37 mkdep
"$(CC) -E $(CPPFLAGS)" *.c
> .depend
39 # Include generated dependencies.