📄 makelocal.mk
字号:
# @(#)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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -