📄 makefile
字号:
## $Id: Makefile,v 1.15 2004/03/26 10:12:43 bozo 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 = atbus.lo \ fbus.lo \ fbus-phonet.lo \ fbus-3110.lo \ m2bus.lo \ gnbus.lo \ utils.lo# cbus.loall: libLINKS.lalibLINKS.la: $(OBJS) $(LIBTOOL) --mode=link $(CC) -o libLINKS.la $(OBJS)clean: $(LIBTOOL) --mode=clean $(RM) libLINKS.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -