makefile

来自「NOKIA手机开发包」· 代码 · 共 55 行

TXT
55
字号
## $Id: Makefile,v 1.15 2004/01/15 02:03:53 uid66849 Exp $## Makefile for the GNOKII tool suite.## Copyright (C) 1999 Hugh Blemings & Pavel Jan韐 ml.#               2000 Karel Zak### For this common directory is used "subsystem.o" .o files concept.#   (the list of object files to be linked together (to COMMON.o),#   and other dirs is used this _one_ file (instead of all OBJS)#TOPDIR=../..include $(TOPDIR)/Makefile.globalOBJS =	tekram.lo \	unixirda.lo \	bluetooth.loifdef WIN32	OBJS += winserial.loelse	OBJS += unixserial.lo \		unixbluetooth.lo \		osxbluetooth.lo \		tcp.loendifall: libDEVICES.lalibDEVICES.la: $(OBJS)	$(LIBTOOL) --mode=link $(CC) -o libDEVICES.la $(OBJS)clean:	$(LIBTOOL) --mode=clean $(RM) libDEVICES.la $(OBJS)	$(RM) *~ dependinstall:	@echodepend dep:	$(CC) $(CFLAGS) -MM *.c >dependifeq (depend,$(wildcard depend))include dependendif.PHONY: all install clean dep depend

⌨️ 快捷键说明

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