📄 rules
字号:
#!/usr/bin/make -finclude /usr/share/cdbs/1/rules/debhelper.mkinclude /usr/share/cdbs/1/class/autotools.mkDEB_CONFIGURE_EXTRA_FLAGS := --without-prefixext \ --with-serverbindir=/usr/sbin \ --with-serverconfdir=/etc/afbackup \ --with-servervardir=/var/lib/afbackup \ --with-serverlogdir=/var/log/afbackup \ --with-clientbindir=/usr/sbin \ --with-clientconfdir=/etc/afbackup \ --with-clientvardir=/var/lib/afbackup \ --with-clientlogdir=/var/log/afbackup \ --with-rexecdir=/usr/lib/afbackup/rexec \ --with-clientconf=client.conf \ --with-serverconf=server.conf \ --with-servermandir=/usr/share/man \ --with-clientmandir=/usr/share/man \ --with-commondir=/usr/lib/afbackup \ --with-commondatadir=/usr/share/afbackup \ --with-commonshlibdir=/usr/share/afbackup \ --with-zlib \ --with-zlib-include=/usr/include/ \ --with-zlib-libdir=/usr/lib/ \ --with-des --with-des-ldflag='-lcrypto -lz' \ --with-des-include=/usr/include/openssl/DEB_MAKE_INSTALL_TARGET := install.client install.server \ CLIENTBINDIR=`pwd`/debian/afbackup-client/usr/sbin \ CLIENTCONFDIR=`pwd`/debian/afbackup-client/etc/afbackup \ CLIENTMANDIR=`pwd`/debian/afbackup-client/usr/share/man \ CLIENTVARDIR=`pwd`/debian/afbackup-client/var/lib/afbackup \ SERVERBINDIR=`pwd`/debian/afbackup/usr/sbin \ SERVERCONFDIR=`pwd`/debian/afbackup/etc/afbackup \ SERVERMANDIR=`pwd`/debian/afbackup/usr/share/man \ SERVERVARDIR=`pwd`/debian/afbackup/var/lib/afbackup \ COMMONDIR=`pwd`/debian/afbackup-common/usr/lib/afbackup \ COMMONDATADIR=`pwd`/debian/afbackup-common/usr/share/afbackup \ COMMONSHLIBDIR=`pwd`/debian/afbackup-common/usr/share/afbackupDEB_INSTALL_DOCS_ALL :=# make must be invoked twice because of different CLIENTBINDIR!install/afbackup-client:: make install.rexeclinks \ CLIENTBINDIR=../../../sbin \ SERVERREXECDIR=`pwd`/debian/afbackup-client/usr/lib/afbackup/rexec -$(RM) debian/afbackup/var/lib/afbackup/readonly_tapes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -