cg@37: This directory contains additional high level graphical development tools; cg@37: currently, a new multipane inspector is found here. cg@37: cg@37: These are normally not needed for final applications. cg@37: cg@37: Depending on the configuration and capabilities of your Operating- cg@37: System, the resulting classlibrary is either: cg@37: cg@37: libtool2.a - an archive cg@37: cg@37: libtool2.obj - a prelinked object library cg@37: cg@37: libtool2.so - a shared object cg@37: cg@37: the library includes init code (libtool2_Init) for all of its components. cg@37: cg@37: cg@37: Things you can do here: cg@37: cg@37: make compile all classes, producing libtool2 cg@37: cg@37: make objs compile all object files cg@37: cg@37: make install compile all and install in DESTLIBDIR cg@37: cg@37: make qinstall only install - assumes binaries are up-to-date cg@37: cg@37: make check syntax check only over all .st files cg@37: cg@37: make .o compile .st to object-file cg@37: cg@37: make .c compile .st to c intermediate cg@37: cg@37: make clean cg@37: cg@37: make clobber