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

📄 makefile

📁 一款功能很强的光盘镜象制作工具
💻
字号:
#ident @(#)Makefile	1.10 01/11/22 ############################################################################ This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; see the file COPYING.  If not, write to# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.###########################################################################SRCROOT=	..RULESDIR=	RULESinclude		$(SRCROOT)/$(RULESDIR)/rules.top###########################################################################INSDIR=		binTARGET=		mkisofsHARDLINKS=	mkhybrid#CPPOPTS +=	-DADD_FILESCPPOPTS +=	-DUSE_LARGEFILESCPPOPTS +=	-DAPPLE_HYBCPPOPTS +=	-DUDFCPPOPTS +=	-DDVD_VIDEOCPPOPTS +=	-DSORTINGCPPOPTS +=	-I../libhfs_iso/CPPOPTS	+=	-DHAVE_CONFIG_H -DUSE_LIBSCHILY -DUSE_SCG \		'-DAPPID_DEFAULT="MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING"' \		-I../cdrecordCFILES=		mkisofs.c foolhash.c md5.c tree.c write.c hash.c rock.c udf.c multi.c \		joliet.c match.c name.c fnmatch.c eltorito.c boot.c \		getopt.c getopt1.c \		scsi.c \		scsi_cdr.c cd_misc.c \		modes.c \		apple.c volume.c desktop.c mac_label.c \		ifo_read.c dvd_file.c dvd_reader.cHFILES=		apple.h foolhash.h md5.h bootinfo.h config.h defaults.h diskmbr.h exclude.h \		fnmatch.h getopt.h iso9660.h mac_label.h mactypes.h match.h \		mkisofs.h sunlabel.h udf.h udf_fs.h vms.h \		ifo_read.h dvd_file.h dvd_reader.h bswap.h ifo_types.hLIBS=		-lhfs -lfile -lunls -lrscg -lscg -lschily $(SCSILIB) $(LIB_SOCKET)XMK_FILE=	Makefile.man hybridman.mk###########################################################################include		$(SRCROOT)/$(RULESDIR)/rules.cmd###########################################################################count:	$(CFILES) $(HFILES)	count $r1

⌨️ 快捷键说明

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