makefile.am
来自「在Linux下做的QuadTree的程序」· AM 代码 · 共 25 行
AM
25 行
SUBDIRS = EXTRA_DIST = # NOTES:## AbstractSTRtree.h needed by STRtree.h for inheritance# AbstractSTRtree.h needed by SIRtree.h for inheritance# Interval.h needed by SIRtree.h for inlines# Boundable.h needed by ItemBoundable.h and AbstractNode.h for inheritance# AbstractNode.h needed by AbstractSTRtree.h for inlinesgeosdir = $(includedir)/geos/index/strtreegeos_HEADERS = \ AbstractNode.h \ AbstractSTRtree.h \ Boundable.h \ Interval.h \ SIRtree.h \ STRtree.hnoinst_HEADERS = \ ItemBoundable.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?