makefile.am

来自「一个很有名的浏览器」· AM 代码 · 共 48 行

AM
48
字号
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.27 2004/11/19 15:33:07 zas Exp $include $(top_srcdir)/Makefile.baseif CONFIG_LEDSledsobj = leds.oendifnoinst_LIBRARIES = libbfu.aEXTRA_libbfu_a_SOURCES = leds.c leds.hlibbfu_a_LIBADD = $(ledsobj)libbfu_a_SOURCES = \ button.c \ button.h \ checkbox.c \ checkbox.h \ common.h \ dialog.c \ dialog.h \ group.c \ group.h \ hierbox.c \ hierbox.h \ hotkey.c \ hotkey.h \ inpfield.c \ inpfield.h \ inphist.c \ inphist.h \ listbox.c \ listbox.h \ listmenu.c \ listmenu.h \ menu.c \ menu.h \ msgbox.c \ msgbox.h \ style.c \ style.h \ text.c \ text.h \ widget.c \ widget.h

⌨️ 快捷键说明

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