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

📄 compress.mk

📁 UNIX、Linux环境下
💻 MK
字号:
#	Copyright (c) 1990, 1991, 1992, 1993 Novell, Inc. All Rights Reserved.#	Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 Novell, Inc. All Rights Reserved.#	  All Rights Reserved#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.#	The copyright notice above does not evidence any#	actual or intended publication of such source code.#	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T#	  All Rights Reserved#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T#	The copyright notice above does not evidence any#	actual or intended publication of such source code.#	Portions Copyright(c) 1988, Sun Microsystems, Inc.#	All Rights Reserved.#ident	"@(#)compress:compress.mk	1.6.5.1"#ident "$Header: compress.mk 1.2 91/03/22 $"#	Makefile for compressinclude $(CMDRULES)INSDIR = $(USRBIN)OWN = binGRP = bin#top## Generated by makefile 1.47MAKEFILE = compress.mkMAINS = compress uncompress zcatOBJECTS =  compress.oSOURCES =  compress.call:		$(MAINS)compress: compress.o 	$(CC) $(CFLAGS) $(DEFLIST) -o compress compress.o $(LDFLAGS) $(LDLIBS) \		$(SHLIBS)uncompress:	compress		rm -f uncompress		ln compress uncompresszcat:		compress		rm -f zcat		ln compress zcatcompress.o:	 $(INC)/signal.h $(INC)/stdio.h \		 $(INC)/ctype.h $(INC)/sys/types.h \		 $(INC)/sys/stat.h $(INC)/sys/ioctl.h \		 $(INC)/unistd.hGLOBALINCS = $(INC)/signal.h $(INC)/stdio.h $(INC)/ctype.h \	$(INC)/types.h $(INC)/sys/stat.h $(INC)/sys/ioctl.h \		 $(INC)/unistd.hclean:	rm -f $(OBJECTS)clobber: clean	rm -f $(MAINS)newmakefile:	makefile -m -f $(MAKEFILE)  -s INC $(INC)#bottom#install: all	$(INS) -f $(INSDIR) -m 0555 -u bin -g bin compress	rm -f $(INSDIR)/uncompress $(INSDIR)/zcat	ln $(INSDIR)/compress $(INSDIR)/uncompress	ln $(INSDIR)/compress $(INSDIR)/zcatsize: all	$(SIZE) $(MAINS)strip: all	$(STRIP) $(MAINS)#	These targets are useful but optionalpartslist:	@echo $(MAKEFILE) $(SOURCES) $(LOCALINCS)  |  tr ' ' '\012'  |  sortproductdir:	@echo $(INSDIR) | tr ' ' '\012' | sortproduct:	@echo $(MAINS)  |  tr ' ' '\012'  | \	sed 's;^;$(INSDIR)/;'srcaudit:	@fileaudit $(MAKEFILE) $(LOCALINCS) $(SOURCES) -o $(OBJECTS) $(MAINS)

⌨️ 快捷键说明

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