/**/#
/**/# graphics - libgraphic library demo program
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

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

SimpleProgramTarget(graphics)

#endif /* if compiling in subdirectory */
