makelocal.mk
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 60 行
MK
60 行
# @(#)Makelocal.mk 4.1 ULTRIX 7/3/90## Dan Smith 28-Feb-90# Include files which are affected by ANSI changes to fseek/ftell.#include $(GMAKEVARS)# Files shared with generic libc version of stdioSTDIOSRC= filbuf.c fseek.c ftell.c fgetpos.c fsetpos.c# fgetpos and fsetpos are here to get proper fseek() and ftell()# Files shared with generic libcGENSRC=_asctime.c assert.c crypt.c ctime.c strftime.c tzset.c tzs.h# assert has to be here to get proper abort()# ctime needed to get proper tzset()# _asctime and strftime needed to get proper tzset()# Files shared with System V libraryVSRC=abort.c# All non-local object filesGENOBJS=_asctime.o abort.o assert.o crypt.o ctime.o strftime.o tzset.o \ fseek.o ftell.o filbuf.o fgetpos.o fsetpos.o# Local object files# OBJS=include ../Makelocal_$(MACHINE).mkall: $(GENOBJS)_asctime.o: _asctime.c tzs.habort.o: abort.cassert.o: assert.ccrypt.o: crypt.cctime.o: ctime.c tzs.hstrftime.o: strftime.ctzset.o: tzset.c tzs.hfilbuf.o: filbuf.cfseek.o: fseek.cftell.o: ftell.cfgetpos.o: fgetpos.cfsetpos.o: fsetpos.c$(GENSRC): $(RM) $@ ln -s ../../../libc/gen/$@ $@$(VSRC): $(RM) $@ ln -s ../../../libcV/gen/$@ $@$(STDIOSRC): $(RM) $@ ln -s ../../../libc/stdio/$@ $@include $(GMAKERULES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?