/**/#
/**/# squares - libInterViews demo program
/**/#

#if CompileInMachineDepSubdir && !defined(InMachineDepSubdir)
#define IHaveMachineDepSubdirs

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

LOCAL_LIBRARIES	= $(LIBINTERVIEWS)
SYS_LIBRARIES	= -l$X -lm

SRCS		= $(SRC)//**/*.c
OBJS		= \
	glue.o \
	main.o \
	metaview.o \
	sframe.o \
	squares.o \
	view.o

ComplexProgramTarget(squares)

MakeObjectFromSrc(glue)
MakeObjectFromSrc(main)
MakeObjectFromSrc(metaview)
MakeObjectFromSrc(sframe)
MakeObjectFromSrc(squares)
MakeObjectFromSrc(view)

#endif /* if compiling in subdirectory */
