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

📄 makefile.am

📁 Affix - Bluetooth Protocol Stack for Linux has been developed at Nokia Research Center in Helsinki
💻 AM
字号:
##  $Id: Makefile.am,v 1.24 2003/03/18 10:14:24 kds Exp $##  process this file with automake to produce Makefile.in#affixconfdir = $(sysconfdir)/affixpppupdir = $(sysconfdir)/ppp/ip-up.dpppdowndir = $(sysconfdir)/ppp/ip-down.daffixconf_DATA = btsrv.conf affix.conf device.mapaffixconf_SCRIPTS = ppp_server serial btsrv-gui affixpppup_SCRIPTS = masq-uppppdown_SCRIPTS = masq-down EXTRA_DIST = affix.rc.deb affix.rc.rh $(affixconf_DATA) $(affixconf_SCRIPTS) $(pppup_SCRIPTS) $(pppdown_SCRIPTS)install-exec-local:	if [ -f /etc/debian_version ] ; then \		cp affix.rc.deb $(DESTDIR)/etc/init.d/affix || true; \		if [ "$(DESTDIR)" = "" ] ; then \			update-rc.d affix defaults; \		fi \	fi	if [ -f /etc/redhat-release ] ; then \		cp affix.rc.rh $(DESTDIR)/etc/rc.d/init.d/affix || true; \		if [ "$(DESTDIR)" = "" ] ; then \			chkconfig --add affix; \		fi \	fiuninstall-local:	if [ -f /etc/debian_version ] ; then \		if [ "$(DESTDIR)" = "" ] ; then \			update-rc.d -f affix remove; \		fi; \		rm $(DESTDIR)/etc/init.d/affix; \	fi	if [ -f /etc/redhat-release ] ; then \		if [ "$(DESTDIR)" = "" ] ; then \			chkconfig --del affix; \		fi; \		rm $(DESTDIR)/etc/rc.d/init.d/affix; \	fi

⌨️ 快捷键说明

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