rules
来自「wvdial 软件包是一个自动拨号程序」· 代码 · 共 57 行
TXT
57 行
#!/usr/bin/make -f# debian/rules for WvDial, using debhelper. ## Modified by Avery Pennarun from the debhelper sample, which was# GNU copyright 1997 by Joey Hess.# Uncomment this to turn on verbose mode.#export DH_VERBOSE=1build: build-stampbuild-stamp: dh_testdir $(MAKE) CXXOPTS="-fno-implement-inlines -fno-rtti -fno-exceptions" \ VERBOSE=1 touch build-stampclean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean dh_clean# Build architecture-independent files here.binary-indep: build# We have nothing to do by default.# Build architecture-dependent files here.binary-arch: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) prefix=`pwd`/debian/wvdial/usr \ PPPDIR=`pwd`/debian/wvdial/etc/ppp/peers \ install-bin cp debian/pon.wvdial debian/poff.wvdial debian/wvdial/usr/bin/ dh_installdebconf dh_installdocs dh_installman dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddebsource diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; falsebinary: binary-indep binary-arch.PHONY: build clean binary-indep binary-arch binary
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?