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

📄 makefile.am

📁 affix是一个Open Source的蓝牙协议栈
💻 AM
字号:
##  $Id: Makefile.am,v 1.31 2004/03/19 15:55:05 kassatki Exp $##  process this file with automake to produce Makefile.in#affixconfdir = $(sysconfdir)/affixpppupdir = $(sysconfdir)/ppp/ip-up.dpppdowndir = $(sysconfdir)/ppp/ip-down.dpkgconfigdir = /usr/lib/pkgconfigaffixconf_DATA = btsrv.conf affix.conf device.map services dhcpd.conf pan.confaffixconf_SCRIPTS = serial btsrv-gui affixpppup_SCRIPTS = masq-uppppdown_SCRIPTS = masq-down pkgconfig_DATA = affix.pcEXTRA_DIST = affix.rc.deb affix.rc.rh $(affixconf_DATA) $(affixconf_SCRIPTS) \	$(pppup_SCRIPTS) $(pppdown_SCRIPTS) $(pkgconfig_DATA)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 + -