⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 Linux下的GTK系统监视器 v0.1
💻 AM
字号:
## Process this file with automake to produce Makefile.in## Created by Anjuta - will be overwritten## If you don't want it to overwrite it,## 	Please disable it in the Anjuta project configurationINCLUDES = \	$(PACKAGE_CFLAGS)AM_CFLAGS =\	 -Wall\	 -gbin_PROGRAMS = status_watcherstatus_watcher_SOURCES = \	support.h\	support.c\	main.c\	interface.h\	interface.c\	callbacks.h\	callbacks.cstatus_watcher_LDFLAGS = status_watcher_LDADD =  \	$(PACKAGE_LIBS)

⌨️ 快捷键说明

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