/**/#
/**/# genclass - instantiate generic classes
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()
BootstrapTarget()

#else

AOUT		= genclass
BINDIR		= $(LOCALBINDIR)

SimpleProgramTarget(genclass)
BootstrapTarget()

#endif /* if compiling in subdirectory */
