# t3d
# by Georg Acher, acher@informatik.tu-muenchen.de
# Imakefile for t3d
# make Makefile with xmkmf
# 
          SRCS1 = t3d.c 
          OBJS1 = t3d.o 
       INCLUDES = -I$(TOP) -Im $(T3DFLAGS)
       PROGRAMS =  t3d
       T3DFLAGS = -DFASTDRAW -DFASTCOPY -DT3DICON='"'$(PWD)/t3d.icon'"'
	

ComplexProgramTarget_1(t3d,$(XLIB),-lm)

