# Copyright (C) 2005 Network Applied Communication Laboratory Co., Ltd. # # This file is part of Rast. # See the file COPYING for redistribution information. # module MakeVariable TOP_SRCDIR = File.expand_path("%top_srcdir%", File.dirname(__FILE__)) TOP_BUILDDIR = File.expand_path("%top_builddir%", File.dirname(__FILE__)) end # local variables: # mode: ruby # end: