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

📄 makefile.am

📁 Remote Connection Manager是一个Gnome2 应用程序
💻 AM
字号:
## Process this file with automake to produce Makefile.inSUBDIRS = src po help pixmaps EXTRA_DIST = \	autogen.sh \	grcm.glade \	grcm.gladep \	xmldocs.make \	omf.make \	grcm.desktopApplicationsdir = $(datadir)/gnome/apps/InternetApplications_DATA = grcm.desktopinstall-data-local:	@$(NORMAL_INSTALL)	if test -d $(srcdir)/pixmaps; then \	  $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \	  for pixmap in $(srcdir)/pixmaps/*; do \	    if test -f $$pixmap; then \	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \	    fi \	  done \	fi#dist-hook:#	if test -d pixmaps; then \#	  mkdir $(distdir)/pixmaps; \#	  for pixmap in pixmaps/*; do \#	    if test -f $$pixmap; then \#	      cp -p $$pixmap $(distdir)/pixmaps; \#	    fi \#	  done \#	fi

⌨️ 快捷键说明

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