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

📄 makefile

📁 linux平台下的dvd刻录软件
💻
字号:
all:	@(m4 -DOS=`uname -s` Makefile.m4 | $(MAKE) -f - dvd+rw-tools)install:# BSD make doesn't support wild-card targets:-(	@(m4 -DOS=`uname -s` Makefile.m4 | $(MAKE) -f - $@)nothing:# dumb target.%:	# don't mess with Solaris .INIT/.DONE, ...%:	# ... but the rest just passes through	@(m4 -DOS=`uname -s` Makefile.m4 | $(MAKE) -f - $@)CHAIN=growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-controlclean:	-(rm *.o $(CHAIN) rpl8 btcflash; exit 0) < /dev/null > /dev/null 2>&1VER=5.21.4.10.8DIST=dvd+rw-tools-$(VER)pkg:	[ -h $(DIST) ] || ln -s . $(DIST)	tar chf dvd+rw-tools-$(VER).tar		\		--owner=bin --group=bin 	\		$(DIST)/Makefile		\		$(DIST)/Makefile.m4		\		$(DIST)/dvd+rw-tools.spec	\		$(DIST)/growisofs.1		\		$(DIST)/transport.hxx		\		$(DIST)/growisofs.c		\		$(DIST)/growisofs_mmc.cpp	\		$(DIST)/dvd+rw-format.cpp	\		$(DIST)/dvd+rw-mediainfo.cpp	\		$(DIST)/dvd+rw-booktype.cpp	\		$(DIST)/dvd-ram-control.cpp	\		$(DIST)/rpl8.cpp		\		$(DIST)/btcflash.cpp		\		$(DIST)/LICENSE	if [ -f index.html ]; then		\	    tar rhf dvd+rw-tools-$(VER).tar	\		--owner=bin --group=bin		\		$(DIST)/index.html;		\	fi	gzip -f dvd+rw-tools-$(VER).tar	rm $(DIST)

⌨️ 快捷键说明

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