makefile.m4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· M4 代码 · 共 44 行

M4
44
字号
##  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 + =
减小字号Ctrl + -
显示快捷键?