makefile
来自「最新的linux下dvd刻录软件,支持DVD+RW、DVD-RW光盘刻录。」· 代码 · 共 44 行
TXT
44 行
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=7.0DIST=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)/mp.h \ $(DIST)/win32err.h \ $(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 + =
减小字号Ctrl + -
显示快捷键?