all: freqresp_module.o freqresp_app hinf_module.o hinf_app include rtl.mk freqresp_app: freqresp_app.c freqresp.h ${CC} ${INCLUDE} ${USER_CFLAGS} ${LIB} -O2 -Wall freqresp_app.c -o freqresp_app -lm -lrealfft -lfft freqresp_module.o: freqresp_module.c adc.o freqresp.h ${CC} ${INCLUDE} ${CFLAGS} -c freqresp_module.c -o freqresp_module_tmp.o ld -r -static freqresp_module_tmp.o -o freqresp_module.o adc.o -L/usr/lib/ -lm -lc hinf_app: hinf_app.c hinf.h ${CC} ${INCLUDE} ${USER_CFLAGS} ${LIB} -O2 -Wall hinf_app.c -o hinf_app -lm -lrealfft -lfft hinf_module.o: hinf_module.c adc.o hinf.h ${CC} ${INCLUDE} ${CFLAGS} -c hinf_module.c -o hinf_module_tmp.o ld -r -static hinf_module_tmp.o -o hinf_module.o adc.o -L/usr/lib/ -lm -lc adc.o: adc.c adc.h ${CC} ${CFLAGS} -c $< include $(RTL_DIR)/Rules.make rtl: cd /usr/src/rtlinux/rtlinux-3.1; ./scripts/insrtl insmod /usr/src/rtlinux/rtlinux-3.1/drivers/mbuff/mbuff.o