?? makefile
字號:
# (C) Copyright changhong 2004.
# MODULE: QAM5516 DVB-C project
#
# FILE : makefile
#
# NAME : zxg changhong
#
include $(DVD_MAKE)/generic.mak
EXPORTS = stzip.lib
# local objects which comprise this component
vpath %.h $(DVD_ROOT)/main
OBJS = trees.tco \
inftrees.tco maketree.tco \
infutil.tco adler32.tco \
compress.tco crc32.tco deflate.tco \
gzio.tco infblock.tco \
infcodes.tco inffast.tco
###############################
#OBJS = untgz.tco trees.tco minizip.tco \
## inftrees.tco minigzip.tco maketree.tco \
## infutil.tco miniunz.tco adler32.tco \
## compress.tco crc32.tco deflate.tco \
## example.tco gvmat32c.tco gzio.tco infblock.tco \
## infcodes.tco inffast.tco
# Default build targets
TARGETS = stzip.lib
include $(DVD_MAKE)/defrules.mak
stzip.lib: $(OBJS)
ifeq ($(strip $(SILENT)),)
@echo Linking $@
endif
$(AR) $^ -o $@
clean:
@echo Cleaning stzip
$(RM) *.tco
$(RM) *.lib
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -