📄 makefile.in
字号:
ifeq (@ENABLE_SRTP@,yes)SR=srtpendififeq (@ENABLE_SPEEX@,yes)SE=SpeexendifSUBDIRS=po dissipate2 gsm ilbc $(SE) $(SR) ringing kdial kphoneSUBS :=$(foreach sub,$(SUBDIRS), $(sub)/$(sub).a)all dep: @set -e; for T in $(SUBDIRS); do make -C $$T $@; done# @for T in $(SUBDIRS); do make -C $$T $@; doneinstall: all make -C po install make -C icons install make -C kphone install make -C kdial install make -C ringing installuninstall: make -C po uninstall make -C icons uninstall make -C kphone uninstall make -C ringing uninstall make -C kdial uninstallclean: @for T in $(SUBDIRS); do make -C $$T $@; donedistclean: clean rm -f config.cache config.log config.status rm -f Makefile rm -f config.h @for T in $(SUBDIRS); do make -C $$T $@; done rm -f po/Makefile rm -f icons/Makefile rm -rf autom4te.cache
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -