⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 bluetooth 驱动
💻
字号:
AXIS_USABLE_LIBS = UCLIBC GLIBCinclude $(APPS)/Rules.elinuxLIB       = libxmlparse.aLIBDIR    = $(prefix)/libOBJS      = xmlparse.o hashtable.oSRCS      = xmlparse.c hashtable.c#CFLAGS    += -Wall -DXML_UNICODE_WCHAR_T  -I../xmltokCFLAGS    += -Wall  -I../xmltok#CFLAGS   += -pedantic -Wall -I. -ggdb3all:  $(LIB)libxmlparse.a: $(OBJS)	$(AR) ucvr $(LIB) $(OBJS)	$(RANLIB) $(LIB)install: $(LIB)	$(INSTALL) -d $(prefix)/lib	$(INSTALL) -d $(prefix)/include	$(INSTALL) -m 0644 $(LIB) $(prefix)/lib/	$(INSTALL) -m 0644 xmlparse.h $(prefix)/include/clean:	rm -f $(LIB) *.o  coredepend:  $(SRCS)	makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null# -------------------------------------------------------------------------# The following is used to automatically generate dependencies.# DO NOT DELETExmlparse.o: ../xmltok/xmldef.h xmlparse.h ../xmltok/xmltok.hxmlparse.o: ../xmltok/xmlrole.h hashtable.hhashtable.o: ../xmltok/xmldef.h hashtable.h

⌨️ 快捷键说明

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