📄 makefile
字号:
################################################################################ keyboard emulator project## Copyright (C) 1998-2003 Reznic Valery <valery_reznic@users.sourceforge.net>## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.################################################################################all-local:TOP_DIR := ..G_MANPAGES_7 := xt_kbde_scancode.7GENERATED_MANPAGE_FILES = scancode.inc $(G_MANPAGES)BUILD_SCRIPTS = $(addsuffix .sh,$(GENERATED_MANPAGE_FILES))SOURCES = Makefile $(S_MANPAGES) $(BUILD_SCRIPTS) xt_kbde_scancode.7.inS_MANPAGES_1 := kbde.1S_MANPAGES_3 := kbde.3 kbde_ascii.3 kbde_misc.3# First dependencies is a input filext_kbde_scancode.7: xt_kbde_scancode.7.in scancode.inc xt_kbde_scancode.7.shscancode.inc : $(TOP_DIR)/lib/kbde.description $(TOP_DIR)/lib/kbde.awk scancode.inc.shinstall-local: install-man-localclean-local: $(RM) $(GENERATED_MANPAGE_FILES)include $(TOP_DIR)/Makefile.includeinclude $(TOP_DIR)/Makefile.manall-local: $(GENERATED_MANPAGE_FILES)$(GENERATED_MANPAGE_FILES): $(RM) $@ /bin/sh ./$@.sh < $< > $@ || { $(RM) $@; exit 1; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -