|
From: <kin...@us...> - 2004-02-13 02:53:12
|
Update of /cvsroot/teem/NrrdIO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15196 Modified Files: pre-GNUmakefile Log Message: added correctness check of TEEM_ROOT setting Index: pre-GNUmakefile =================================================================== RCS file: /cvsroot/teem/NrrdIO/pre-GNUmakefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** pre-GNUmakefile 21 Dec 2003 06:40:52 -0000 1.1.1.1 --- pre-GNUmakefile 13 Feb 2004 02:47:49 -0000 1.2 *************** *** 47,52 **** $(error Make quitting)) ### The following sources are pretty much stubs, to create the symbols, ! ### but not the functionality of different formats and the bzip2 encoding. ### As such, they are NOT copied from teem but are made for NrrdIO. ### --- 47,59 ---- $(error Make quitting)) + $(if $(wildcard $(TEEM_ROOT)/src/air/*.c),,\ + $(warning *)\ + $(warning * Environment variable TEEM_ROOT=$(TEEM_ROOT) not correctly set:)\ + $(warning * Must directory containing "src", "include", etc. of teem)\ + $(warning *)\ + $(error Make quitting)) + ### The following sources are pretty much stubs, to create the symbols, ! ### but not the functionality, of different formats and the bzip2 encoding. ### As such, they are NOT copied from teem but are made for NrrdIO. ### |