makefile
来自「gfc编程示例 gfc sample of Linux GFC」· 代码 · 共 57 行
TXT
57 行
SUBDIRS = \ actions \ arrow \ aspectframe \ base \ buttonbox \ buttons \ calendar \ colorselection \ combobox \ dial \ dnd \ entry \ entrycompletion \ eventbox \ fixed \ fontselection \ frame \ gtkdial \ helloworld \ helloworld2 \ label \ menu \ notebook \ packbox \ paned \ progressbar \ radiobuttons \ rangewidgets \ rulers \ scribble \ scrolledwindow \ selection \ spinbutton \ statusbar \ table \ textview \ tictactoe \ thread \ toolbar \ treeview \ wheelbarrowall: list='$(SUBDIRS)'; \ for subdir in $$list; do \ (cd $$subdir && $(MAKE)); \ doneclean: list='$(SUBDIRS)'; \ for subdir in $$list; do \ (cd $$subdir && $(MAKE) clean); \ done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?