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

📄 makefile.am

📁 Linux下的飞鸽传书
💻 AM
字号:
## Process this file with automake to produce Makefile.inSUBDIRS = src poserverdir = $(libdir)/bonobo/serversserver_in_files = g2ipmsg.server.inserver_DATA = $(server_in_files:.server.in=.server)$(server_in_files): $(server_in_files:.server.in=.server.in.in)	sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@@INTLTOOL_SERVER_RULE@Applicationdir = $(datadir)/applicationsApplication_in_files = g2ipmsg.desktop.inApplication_DATA = $(Application_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@schemadir = $(GCONF_SCHEMA_FILE_DIR)schema_in_files = g2ipmsg.schemas.inschema_DATA = $(schema_in_files:.schemas.in=.schemas) 	@INTLTOOL_SCHEMAS_RULE@uidir = $(datadir)/gnome-2.0/uiui_DATA = g2ipmsg.xmlEXTRA_DIST = \	autogen.sh \	g2ipmsg.glade \	g2ipmsg.gladep \	g2ipmsg.server.in.in \	g2ipmsg.desktop.in \	g2ipmsg.schemas.in  \	g2ipmsg.xml    \	g2ipmsg.spec   \	README.jp      \	intltool-extract.in \	intltool-update.in  \	intltool-merge.ininstall-data-local: install-schemas	@$(NORMAL_INSTALL)	if test -d $(srcdir)/pixmaps; then \	  $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \	  for pixmap in $(srcdir)/pixmaps/*.xpm; do \	    if test -f $$pixmap; then \	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \	    fi \	  done \	fi	if test -d $(srcdir)/sounds; then \	  $(mkinstalldirs) $(DESTDIR)$(datadir)/sounds/$(PACKAGE); \	  for sound in $(srcdir)/sounds/*; do \	    if test -f $$sound; then \	      $(INSTALL_DATA) $$sound $(DESTDIR)$(datadir)/sounds/$(PACKAGE); \	    fi \	  done \	fi 	$(INSTALL_DATA) $(srcdir)/pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps; # 	if test -f $(srcdir)/$(server_DATA); then \# 	     $(INSTALL_DATA) $(srcdir)/$(server_DATA) $(serverdir); \# 	fidist-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	if test -d sounds; then \	  mkdir $(distdir)/sounds; \	  for sound in sounds/*; do \	    if test -f $$sound; then \	      cp -p $$sound $(distdir)/sounds; \	    fi \	  done \	fi install-schemas: g2ipmsg.schemasif GCONF_SCHEMAS_INSTALL	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \	gconftool-2 --makefile-install-rule g2ipmsg.schemasendif GCONF_SCHEMAS_INSTALL

⌨️ 快捷键说明

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