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