kbuild

来自「klibc精简化的c程序库」· 代码 · 共 28 行

TXT
28
字号
## kbuild file for nfsmount#static-y := static/nfsmount#FIXME - build is broken static-y := dummypmapshared-y := shared/nfsmountobjs := main.o mount.o portmap.o dummypmap.o sunrpc.o# Create built-in.o with all .o files (used by kinit)lib-y := $(objs)# .o files used for executablesstatic/nfsmount-y := $(objs)shared/nfsmount-y := $(objs)# dummypmap uses a single .o file (rename src file?)dummypmap-y := dummypmap_test.o# TODO - do we want a stripped version# TODO - do we want the static.g + shared.g directories?clean-dirs := static shared# Install binaryinstall-y := $(shared-y)

⌨️ 快捷键说明

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