source.mf

来自「epson 13506 driver code」· MF 代码 · 共 27 行

MF
27
字号
# source.mf makefile fragment for libse

# tell make not to try to rebuild this file
FRAGMENTS	:= $(FRAGMENTS) $(TopDir)/libse/source.mf

# add this lib to the list of all libs
LIBS		:= $(LIBS) libse

ifneq "$(NEEDRULES)" ""

# phony target to build library
.PHONY: libse
libse: libse.$(LIB)

# library dependancies
LIBSE_OBJS := $(TARGET)entry $(TARGET)exit $(LIBSE_EXTRAS)

libse.$(LIB): $(patsubst %, libse.$(LIB)(%.$(OBJ)), $(LIBSE_OBJS))
	$(RANLIB)

-include $(patsubst %, %.$(DEP), $(LIBSE_OBJS))

endif

# end of source.mf

⌨️ 快捷键说明

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