gzipfs.mk

来自「Solaris操作系统下的过滤驱动程序, C源码程序.」· MK 代码 · 共 26 行

MK
26
字号
# start of gzipfs.mkSCA_UBINS = sca_list_idx sca_mk_idx sca_read sca_writeEXTRA_OBJS = sca_aux.o sca_code.o# all ZLIB_OBJS must be re-compiled for user-land, so we use libz insteadZLIB_OBJS = inflate.o infblock.o deflate.o trees.o infutil.o inftrees.o infcodes.o adler32.o inffast.o \	zutil.csca_list_idx: sca_list_idx.c ${EXTRA_OBJS}	${CC} -o $@ $^ ${UCFLAGS} -lzsca_mk_idx: sca_mk_idx.c ${EXTRA_OBJS}	${CC} -o $@ $^ ${UCFLAGS} -lzsca_read: sca_read.c ${EXTRA_OBJS}	${CC} -o $@ $^ ${UCFLAGS} -lzsca_write: sca_write.c ${EXTRA_OBJS} -lz	${CC} -o $@ $^ ${UCFLAGS}sca_aux.o: sca_aux.c sca_aux.h	${CC} -c $< ${UCFLAGS}sca_code.o: sca_code.c sca_code.h	${CC} -c $< ${UCFLAGS}# end of gzipfs.mk

⌨️ 快捷键说明

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