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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
##  @(#)Makefile 1.1 92/07/30 Copyright (c) 1985 by Sun Microsystems, Inc.#HDRS = getgroup.h table.h util.hSRCS = revnetgroup.c getgroup.c table.c util.cOBJS = revnetgroup.o getgroup.o table.o util.oCC   = /bin/ccCFLAGS= -ODESTDIR=revnetgroup: $(OBJS)	$(CC) $(CFLAGS) $(OBJS) -o revnetgrouplint:	lint $(SRCS)clean: 	rm -f revnetgroup  $(OBJS)install: revnetgroup	install -s revnetgroup $(DESTDIR)/usr/etc/ypdepend:	cp /dev/null x.c	for i in $(SRCS) ; do \		(/bin/grep '^#[     ]*include' x.c $$i | sed \			-e 's,<\(.*\)>,"/usr/include/\1",' \			-e 's/:[^"]*"\([^"]*\)".*/: \1/' \			-e 's/\.c/\.o/' >>makedep); done	echo '/^# DO NOT DELETE THIS LINE/+2,$$d' >eddep	echo '$$r makedep' >>eddep	echo 'w' >>eddep	cp Makefile Makefile.bak	ed - Makefile < eddep	rm eddep makedep x.c	echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile	echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile	echo '# see make depend above' >> Makefile # DO NOT DELETE THIS LINE -- make depend uses it# DEPENDENCIES MUST END AT END OF FILErevnetgroup.o: /usr/include/stdio.hrevnetgroup.o: /usr/include/ctype.hrevnetgroup.o: /usr/include/strings.hrevnetgroup.o: /usr/include/pwd.hrevnetgroup.o: /usr/include/rpcsvc/ypclnt.hrevnetgroup.o: util.hrevnetgroup.o: table.hrevnetgroup.o: getgroup.hgetgroup.o: /usr/include/stdio.hgetgroup.o: /usr/include/ctype.hgetgroup.o: /usr/include/strings.hgetgroup.o: table.hgetgroup.o: util.hgetgroup.o: getgroup.htable.o: /usr/include/ctype.htable.o: util.htable.o: table.hutil.o: /usr/include/stdio.hutil.o: util.h# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY# see make depend above

⌨️ 快捷键说明

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