makefile.am

来自「Remote Connection Manager是一个Gnome2 应用程序」· AM 代码 · 共 37 行

AM
37
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?