⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mkfile.txt

📁 Fax and soft modem source code. - Slow modem You can use this code to build a soft modem function
💻 TXT
字号:
BUILTINS =

objs = tonedec.o sinegen.o goertzel.o equalize.o filters.o debug.o co_debug.o scramble.o myaudio.o mystdio.o
hdrs = tonedec.h sinegen.h goertzel.h equalize.h filters.h debug.h complex.h scramble.h myaudio.h mystdio.h private.h

library.a:	$objs
		rm -f library.a
		ar cr library.a $objs

%.o:		%.C $hdrs
		gcc -O -c -I$MYLIB $stem.C

clean:
		rm -f $objs

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -