[Firebug-cvs] fireboard/fireboard/apps Makelocal,1.3,1.4
Brought to you by:
doolin
From: <ash...@us...> - 2004-01-20 21:17:27
|
Update of /cvsroot/firebug/fireboard/fireboard/apps In directory sc8-pr-cvs1:/tmp/cvs-serv4118 Modified Files: Makelocal Log Message: Index: Makelocal =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/apps/Makelocal,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makelocal 14 Jan 2004 15:22:54 -0000 1.3 --- Makelocal 20 Jan 2004 21:17:24 -0000 1.4 *************** *** 1,5 **** - MTS420CA = $(HOME)/sf.net/firebug/fireboard/fireboard LOCAL_PATH += -I$(MTS420CA)/sensors/$(SENSORBOARD) --- 1,10 ---- + #declare it locally + #MTS420CA = $(HOME)/sf.net/firebug/fireboard/fireboard + + ifndef MTS420CA + $(error Environment variable 'MTS420CA' not declared) + endif LOCAL_PATH += -I$(MTS420CA)/sensors/$(SENSORBOARD) *************** *** 18,21 **** --- 23,32 ---- #LOCAL_PATH += -I$(MTS420CA)/apps/TestFireBoardData + + #make sure tree outside can find BLAST + ifndef BLASTROOT + $(error Environment variable 'BLASTROOT' not declared) + endif + ROUTE_PATH += -I$(BLASTROOT)/Sender \ -I$(BLASTROOT)/Interface \ |