#! /bin/sh
# This file is part of the
#
#      Delta Project  (ConversationBuilder)
#      Human-Computer Interaction Laboratory
#      University of Illinois at Urbana-Champaign
#      Department of Computer Science
#      1304 W. Springfield Avenue
#      Urbana, Illinois 61801
#      USA
#
#      c 1989,1990,1991,1992 Board of Trustees
#              University of Illinois
#              All Rights Reserved
#
# This code is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY. No author or distributor accepts
# responsibility to anyone for the consequences of using this code
# or for whether it serves any particular purpose or works at all,
# unless explicitly stated in a written agreement.
#
# Everyone is granted permission to copy, modify and redistribute
# this code, except that the original author(s) must be given due credit,
# and this copyright notice must be preserved on all copies.
#
#      Author:  Doug Bogia (bogia@cs.uiuc.edu)
#
#      Project Leader:  Simon Kaplan (kaplan@cs.uiuc.edu)
#      Direct enquiries to the project leader please.
#

# If you change TOP here you MUST also change it in Makefile.global
TOP=/delta/scratch/widgets
PATH=${PATH}:/usr/lib:/lib
MAKEFILE_GLOBAL=${TOP}/Makefile.global

echo "# Automatically generated file.  DO NOT EDIT" > Makefile
cpp -I. -I${TOP}/include -I${TOP} -P ${MAKEFILE_GLOBAL} | \
  awk -f ${TOP}/util/a.merge \
  >> Makefile
make localdepend
