epson 13506 driver code

源代码在线查看: source.mf

软件大小: 142 K
上传用户: singwolf
关键词: driver epson 13506 code
下载地址: 免注册下载 普通下载 VIP

相关代码

				# 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
				
							

相关资源