XCOMM $XConsortium: Imakefile,v 1.7 94/03/25 20:02:38 matt Exp $

#include <Fresco.tmpl>

/*
 * You must be able to find the tcl headers and libraries to build dish.
 * If your compiler cannot find them by default, set TCL_INCLUDES to a
 * string of the form "-I/path/to/tcl/headers" and set TCL_LIBRARIES to
 * whatever your compiler needs to link in libtcl.
 */

   TCL_INCLUDES = -I/usr/local/include
  TCL_LIBRARIES = -L/usr/local/lib -ltcl

LOCAL_LIBRARIES = $(TCL_LIBRARIES) FrescoClientLibs
       INCLUDES = $(TCL_INCLUDES)
           SRCS = main.CCsuf
           OBJS = main.o

ComplexCplusplusProgramTarget(dish)
