makelocal.mk
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 28 行
MK
28 行
# @(#)Makelocal.mk 4.1 ULTRIX 7/17/90# Make template for Makelocal.mk# Should be used to make sources within a directory and subdirectories# First thing is to include the general variables for the machine# type.include $(GMAKEVARS)LINCLUDES=-I../../../../etc/2780d.d/_$(MACHINE).d \ -I.. -I$(SRCROOT)/usr/includeCFLAGS=-OLDFLAGS=${CFLAGS} -sall: 2780e 3780e2780e: 2780e.c $(CC) $(LDFLAGS) $(LINCLUDES) ../$? -o $@3780e: 2780e.c $(CC) $(LDFLAGS) $(LINCLUDES) -Dd3780 ../$? -o $@install: ${INSTALL} -c -s -m 4755 2780e ${DESTROOT}/usr/bin/2780e ${INSTALL} -c -s -m 4755 3780e ${DESTROOT}/usr/bin/3780e# All vars are set above.# Include rules file that will perform operations based on those vars.include $(GMAKERULES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?