# makefile for TOM hello.  See /usr/share/doc/tom/index.html for more info.
# Written by Pieter J. Schoenmakers <tiggr@ics.ele.tue.nl>

# Copyright (C) 1998 Pieter J. Schoenmakers.

# $Id: GNUmakefile.in,v 1.4 1998/04/06 11:56:02 tiggr Exp $

# Administrativia on where to find the TOM makefiles.
prefix=			/usr
exec_prefix=		${prefix}
tom_prefix=		/usr

# Name of the program that will be built.
UNIT=			hello

# The program consists of one file: hello.t.
TOM_SRC=		hello

TOM_MAKEFILES_DIR=	$(tom_prefix)/lib/tom/makefiles
include $(TOM_MAKEFILES_DIR)/GNUmakefile.bin
