#include "../../Imakefile.Demos"

PROGRAMS = contourdemo smallcontour

MISCSRCS = ../Contour.c gvalue.c
MISCOBJS = ../Contour.o gvalue.o

DEMOSRCS = $(MISCSRCS) gencolor.c contourdemo.c
DEMOOBJS = $(MISCOBJS) gencolor.o contourdemo.o

SMALLSRCS = $(MISCSRCS) gencolor.c smallcontour.c
SMALLOBJS = $(MISCOBJS) gencolor.o smallcontour.o

SRCS = $(MISCSRCS) contourdemo.c smallcontour.c
OBJS = $(MISCOBJS) contourdemo.o smallcontour.o

SingleProgramTarget(contourdemo,$(DEMOOBJS),,)
SingleProgramTarget(smallcontour,$(SMALLOBJS),,)

AllTarget($(PROGRAMS))

DependTarget()
