/**/#
/**/# Simple test case to display a string
/**/#

#ifdef InObjectCodeDir

APP_CCLDLIBS = -lgl_s

OBJS = main.o

Use_libInterViews()
ComplexProgramTarget(a.out)

MakeObjectFromSrc(main)

#else

MakeInObjectCodeDir()

#endif
