gnumakefile

来自「java 实现的小波压缩库代码,内部包含了分析器」· 代码 · 共 20 行

TXT
20
字号
# CVS identifier:
# $Id: GNUmakefile,v 1.1 1999/03/28 17:51:20 dsanta Exp $
#
#    JJ2000
#
# This is a local makefile for gmake. Please put
# the rigth path name for the RELROOT variable.
# RELROOT should contain the path leading to the
# src/ directory at the root of the project. 
#
# Questions or comments: henry@crf.canon.fr 
#

RELROOT=../../../..

#---------------------------Do not edit under this line

include $(RELROOT)/GNUmakefile.var
include $(RELROOT)/GNUmakefile.rules

⌨️ 快捷键说明

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