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

📄 makefile.am

📁 Remote Connection Manager是一个Gnome2 应用程序
💻 AM
字号:
## Process this file with automake to produce Makefile.inINCLUDES = \	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \	-DPACKAGE_PIXMAP_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" \	@PACKAGE_CFLAGS@bin_PROGRAMS = grcmgrcm_SOURCES = \	main.c main.h\	support.c support.h \	interface.c interface.h \	callbacks.c callbacks.h \	connection_types.c connections.cgrcm_LDADD = @PACKAGE_LIBS@ 

⌨️ 快捷键说明

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