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

📄 rules

📁 Nokia手机工具程序。可以管理手机的电话薄
💻
字号:
#!/usr/bin/make -f#export DH_VERBOSE=1build:	build-stampbuild-stamp:	dh_testdir	./configure --prefix=/usr --with-x	makeclean:	dh_testdir	dh_testroot	make clean	dh_clean# Build architecture-independent files here.binary-indep:	build# There are no architecture-independent files to be uploaded# generated by this package.  If there were any they would be# made here.binary-arch:	build#	dh_testversion	dh_testdir	dh_testroot	dh_installdirs	make install prefix=`pwd`/debian/tmp/usr	mkdir -p `pwd`/debian/tmp/etc/	sed 's#/usr/local/sbin/#/usr/sbin/#' < Docs/sample/sample.gnokiirc > `pwd`/debian/tmp/etc/gnokiirc#	dh_installdebconf	#	dh_installexamples	dh_installdocs	dh_installmenu#	dh_installemacsen#	dh_installpam#	dh_installinit#	dh_installcron#	dh_installmanpages	dh_installinfo#	dh_undocumented	dh_installchangelogs	dh_link	dh_strip	dh_compress	dh_fixperms	# You may want to make some executables suid here.	dh_suidregister#	dh_makeshlibs	dh_installdeb#	dh_perl	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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -