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

📄 makefile.am

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 AM
字号:
# Makefile for sample configuration filesinclude $(top_srcdir)/config/automake/installperms.amamanda_dir     = $(localstatedir)/lib/amandatemplatedir   = $(amanda_dir)/template.dexampledir    = $(amanda_dir)/examplelbltempldir   = $(amanda_dir)/example/label-templatesEXTRA_DIST =	chg-multi.conf \		chg-scsi.conf \		config.site \		disklist \		chg-mcutil.confdist_template_DATA = template.d/advanced.conf \		template.d/amanda-harddisk.conf \		template.d/amanda-single-tape.conf \		template.d/amanda-tape-changer.conf \		template.d/amanda-S3.conf \		template.d/dumptypes \		template.d/tapetypes \		template.d/README   \		template.d/chg-manual.conf   dist_example_DATA = amanda.conf \	       amanda-client.conf \	       inetd.conf.amandaclient \	       xinetd.amandaclient \	       xinetd.amandaserver dist_lbltempl_DATA = DLT.ps \                EXB-8500.ps \                HP-DAT.ps \                8.5x11.ps \                3hole.ps \		DLT-A4.ps \                DIN-A4.ps INSTALLPERMS_data = chown=amanda \	dest=$(templatedir) $(dist_template_DATA) \	dest=$(exampledir) $(dist_example_DATA) \	dest=$(libtempldir) $(dist_libtempl_DATA) 

⌨️ 快捷键说明

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