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

📄 makefile.am

📁 Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.
💻 AM
字号:
AM_CPPFLAGS=-DCM_CONFIG_DIR="\"$(etcdir)\""ACLOCAL_AMFLAGS = #-I m4bin_PROGRAMS=cryptmountcryptmount_SOURCES=cryptmount.c cryptmount.h \	armour.c armour.h \	dmutils.c dmutils.h \	fsutils.c fsutils.h \	looputils.c looputils.h \	tables.c tables.h \	cmtesting.c cmtesting.hlocaledir=$(datadir)/localeINCLUDES=-DLOCALEDIR=\"$(localedir)\"EXTRA_DIST = config.rpath mkinstalldirs \	initscript initdefaults cmtab.example \	mudslinger RELNOTES ToDo cryptmount.specSUBDIRS = po maninstall-exec-hook:	install-etcdir install-inits	chown root.root $(DESTDIR)$(bindir)/cryptmount$(EXEEXT)	chmod u+srwx,go-w,go+r $(DESTDIR)$(bindir)/cryptmount$(EXEEXT).PHONY:	install-etcdirinstall-etcdir:	if test ! -d "${DESTDIR}${etcdir}" ; then \	    ${mkdir_p} "${DESTDIR}${etcdir}" ; \	    ${INSTALL_PROGRAM_ENV} ${INSTALL_DATA} cmtab.example "${DESTDIR}${etcdir}" ; \	fi	if test ! -f "${DESTDIR}${etcdir}/cmtab" ; then \	    echo -e "# ${etcdir}/cmtab - encrypted filesystem information for cryptmount\n# try 'man 8 cryptmount' or 'man 5 cmtab' for more details\n" >> "${DESTDIR}${etcdir}/cmtab"; \	fi.PHONY:	install-initsinstall-inits:	if test -d "${DESTDIR}/etc/init.d" ; then \	    ${INSTALL_PROGRAM_ENV} ${INSTALL_SCRIPT} initscript "${DESTDIR}/etc/init.d/cryptmount" ; \	fi	if test -d "${DESTDIR}/etc/default" -a ! -f "${DESTDIR}/etc/default/cryptmount" ; then \	    ${INSTALL_PROGRAM_ENV} ${INSTALL_DATA} initdefaults "${DESTDIR}/etc/default/cryptmount" ; \	ficlean-local:	-rm -f ${man_MANS} mudslinger.logpedantic:	CFLAGS = -Wall -W -pedantic -gpedantic:	${bin_PROGRAMS}# 'cmtest' target is for use with 'mudslinger' testing script:cmtest:	CFLAGS = -g -DTESTINGcmtest:	${bin_PROGRAMS}

⌨️ 快捷键说明

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