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

📄 makefile.am

📁 好东东。linux下面的文件节点、文件状态的变化监听代码
💻 AM
字号:
include $(top_srcdir)/common.amSUBDIRS = util include support libfam fam man test buildEXTRA_DIST = common.am INSTALL.rpmrpm: dist	@cd build && $(MAKE) $(AM_MAKEFLAGS) rpm#  We proceed even if these commands fail because this might be an install#  into $DESTDIR by a non-root user.install-exec-hook:	-@if test "no$(LDCONFIG)" != "no"; then \##	    echo "Adding $(libdir) to ld.so.conf..."; \	    $(EDITCONF) ld.so.conf add $(DESTDIR)$(libdir) $(DESTDIR)$(libdir); \	    exec $(LDCONFIG); \	fi##	@echo "Adding fam to rpc..."	-@$(EDITCONF) rpc add 391002 "sgi_fam		391002"##	@echo "Adding fam to inetd.conf..."	-@$(EDITCONF) inetd.conf add '\b(fam|FAM)\b' \	    "#  fam, the File Alteration Monitor, http://oss.sgi.com/projects/fam/" \	    "sgi_fam/1-2 stream rpc/tcp wait root $(DESTDIR)$(bindir)/fam fam"	@echo "Restarting inetd..."	-@killall -HUP inetd#  We don't remove $(libdir) from ld.so.conf here because we don't have#  a way to tell whether we're the ones who added it, and other things#  probably use it as well.uninstall-local:##	@echo "Removing fam from rpc..."	-@$(EDITCONF) rpc remove 391002##	@echo "Removing fam from inetd.conf..."	-@$(EDITCONF) inetd.conf remove '\b(fam|FAM)\b'	@echo "Restarting inetd..."	-@killall -HUP inetd

⌨️ 快捷键说明

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