/**/#
/**/# sted - simple text editor
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

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

SimpleProgramTarget(sted)

#endif /* if compiling in subdirectory */
