makefile.src

来自「Libgist is an implementation of the Gene」· SRC 代码 · 共 11 行

SRC
11
字号
# Makefile.src# Copyright (c) 1998, Regents of the University of California# $Id: Makefile.src,v 1.1 1999/09/27 01:10:13 marcel Exp $SRCS += $(LIBNPTREEDIR)/gist_nptree.cc \	$(LIBNPTREEDIR)/sequence.cc ifeq (${AMDB},true)SRCS += $(LIBNPTREEDIR)/amdb_nptree.cc endif

⌨️ 快捷键说明

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