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

📄 makefile.m4

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 M4
字号:
##  Makefile for Sendmail library##	@(#)Makefile.m4	4.1		7/25/83#include(../md/config.m4)dnlALL=	sendmail.hf libsys.aSRCS=	sendmail.hf syslog.cLIBOBJS=syslog.oGET=	sccs getCCONFIG=m4CONFIGCFLAGS=	$O -I../`include' $(CCONFIG) -DEBUGO=	-OASMSED=	../`include'/asm.sed.c.o:	cc -S ${CFLAGS} $*.c	sed -f $(ASMSED) $*.s | as -o $*.o	rm -f $*.sall: $(ALL)libsys.a: $(LIBOBJS)	ar rv libsys.a $(LIBOBJS)	ranlib libsys.andir: /tmp	cd libndir; make	ar rv libsys.a libndir/*.o	ranlib libsys.a	rm -f ../`include'/dir.h	cp libndir/dir.h ../`include'sources: $(SRCS)$(SRCS):	$(GET) $(REL) SCCS/s.$@clean:	rm -f libsys.a core a.out	rm -f *.o libndir/*.o

⌨️ 快捷键说明

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