diff options
author | ariff <ariff@FreeBSD.org> | 2009-06-10 06:49:45 +0000 |
---|---|---|
committer | ariff <ariff@FreeBSD.org> | 2009-06-10 06:49:45 +0000 |
commit | ddb9834c3c59bcc9abdda53584a7676e799b99e2 (patch) | |
tree | 19f80fbb394eb5dff56db925d0cc2c74c991c01c /sys/modules | |
parent | 91bcf57cdbc4f9a15e2f54b6ace79f08d4b3ce85 (diff) | |
download | FreeBSD-src-ddb9834c3c59bcc9abdda53584a7676e799b99e2.zip FreeBSD-src-ddb9834c3c59bcc9abdda53584a7676e799b99e2.tar.gz |
Move all sound related scripts to its own 'sound' subdir.
Suggested by: jmallett
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/sound/sound/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index cd25108..67403ba 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -19,14 +19,14 @@ SRCS+= ac97.c ac97_patch.c buffer.c channel.c clone.c dsp.c SRCS+= mixer.c sndstat.c sound.c unit.c vchan.c SRCS+= midi.c mpu401.c sequencer.c -feeder_eq_gen.h: @ @/tools/feeder_eq_mkfilter.awk machine - ${AWK} -f @/tools/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET} +feeder_eq_gen.h: @ @/tools/sound/feeder_eq_mkfilter.awk machine + ${AWK} -f @/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET} -feeder_rate_gen.h: @ @/tools/feeder_rate_mkfilter.awk machine - ${AWK} -f @/tools/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET} +feeder_rate_gen.h: @ @/tools/sound/feeder_rate_mkfilter.awk machine + ${AWK} -f @/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET} -snd_fxdiv_gen.h: @ @/tools/snd_fxdiv_gen.awk machine - ${AWK} -f @/tools/snd_fxdiv_gen.awk -- > ${.TARGET} +snd_fxdiv_gen.h: @ @/tools/sound/snd_fxdiv_gen.awk machine + ${AWK} -f @/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET} CLEANFILES+= feeder_eq_gen.h feeder_rate_gen.h snd_fxdiv_gen.h |