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

📄 makefile.in

📁 Network Administration Visualized 网络管理可视化源码
💻 IN
字号:
SHELL = @SHELL@INSTALL = @INSTALL@CHEETAH = @CHEETAH@prefix = @prefix@exec_prefix = @exec_prefix@libdir = @libdir@sysconfdir = @sysconfdir@bindir = @bindir@webroot = @webroot@tooldir = @tooldir@top_srcdir = @top_srcdir@# Just grab all files, except SVN administrative areas, and a few# other source tree-only files.files = $(shell find -type f -and -not \( -iregex '.*\.svn.*' -or -name 'INSTALL' -or -name 'Makefile' -or -name 'Makefile.in' -or -name '*~' -or -name '*.tool' -or -name '*.source' \) )tool = alertprofiles.toolexport.PHONY: all installall: config.phpconfig.php: config.php.source	$(top_srcdir)/tools/expand.pl config.php.source > config.phpprint:	@echo Files	@echo $(files)install:	for file in $(files); do \	  $(INSTALL) -D -v -m 644 $$file $(DESTDIR)/$(webroot)/alertprofiles/$$file || exit 1; \	done	$(INSTALL) -D -v -m 644 $(tool) $(DESTDIR)$(tooldir)/$(tool)clean:	find -name '*~' -print0 | xargs --null rm -fdistclean: clean	rm -f Makefile

⌨️ 快捷键说明

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