# MS-DOS 'make' file used to create: # # Biquad IIR example using interrupt-driven memory-mapped I/O ports # # Analog Devices, Inc. DSP Applications P.O.Box 9106 Norwood, MA 02062 # tel. (617) 461-3672 # Christoph D. Cavigioli ... 16-Apr-1991 # # Invoke this on PC (using Microsoft Make) thus: make makefile.irq # # IF YOU DO NOT HAVE "MAKE": issue the commands which appear # on the lines starting with a tab. #----- Assemble the source code files -------------------------------------- # iirirq.obj: iirirq.asm def21020.h iircoefs.dat asm21k iirirq cascade.obj: cascade.asm asm21k cascade #----- Link the assembled object files together ---------------------------- # iirirq.exe: iirirq.obj cascade.obj iirirq.ach ld21k iirirq cascade -a iirirq -m #----- Done ----------------------------------------------------------------