00001 #
00002 # $Id$
00003 #
00004
00005 #define PRG_WISH "/usr/bin/wish"
00006
00007
00008
00009 #ifdef __DO_NOT_USE_FROM_C_CODE
00010
00011 #if swig is available
00012 all: simulavr simulavr.so
00013 #else swig is not availabe
00014 #all: simulavr
00015 #endif
00016
00017 #if ccache is available
00018 CXX=ccache g++
00019 #else
00020 # CXX= g++
00021 #endif
00022
00023 #some systems have no libtcl.so, they use libtcl8.4 instead so please set TCL_VERSION
00024 #it is allowed to leave TCL_VERSION
00025 #TCL_VERSION=8.4
00026 TCL_VERSION=
00027
00028
00029 #endif