#
#  python/host/Makefile
#
#  Copyright (C) 2006 by Digi International Inc.
#  All rights reserved.
#
#  This program is free software; you can redistribute it and/or modify it
#  under the terms of the GNU General Public License version2  as published by
#  the Free Software Foundation.

TARGET  = host

CC      = gcc
CXX     = gcc
STRIP   = strip
AR      = ar

export CC CXX STRIP AR

include ../Makefile.in
