# Copyright (C) 2003-2004 Palo Alto Research Center
#
# The attached "TinyGALS" software is provided to you under the terms and
# conditions of the GNU General Public License Version 2 as published by the
# Free Software Foundation.
#
# TinyGALS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with TinyGALS; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

ifndef GALSC
GALSC = /usr/local/galsc
endif

ifndef GALSCC
GALSCC = ${GALSC}/bin/galscc
endif

TINYGALS_TOSDIR = ../../tos

INCLUDE = -I. -I$(TINYGALS_TOSDIR)/sensorboards/$(SENSORBOARD) \
          -I$(TINYGALS_TOSDIR)/interfaces \
          -I$(TINYGALS_TOSDIR)/system \
          -I$(TINYGALS_TOSDIR)/lib/Triggers

CFLAGS += $(INCLUDE)

include ../Makerules.base
