📄 makefile.am
字号:
# Base level Makefile.am for kaffe extensions## Copyright (c) 2002, 2003# Dalibor Topic <robilad@yahoo.com>## See the file "license.terms" for information on usage and redistribution # of this file. ## Pick sound backendsif COND_SOUND_ALSA MAYBE_ALSA_DIR = alsaendifif COND_SOUND_ESD MAYBE_ESD_DIR = esdendifSUBDIRS = common $(MAYBE_ALSA_DIR) $(MAYBE_ESD_DIR)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -