.dir.info
changeset 37 758be6e05f1d
equal deleted inserted replaced
36:bc04c0ad66d0 37:758be6e05f1d
       
     1 This directory contains additional high level graphical development tools;
       
     2 currently, a new multipane inspector is found here.
       
     3 
       
     4 These are normally not needed for final applications.
       
     5 
       
     6 Depending on the configuration and capabilities of your Operating-
       
     7 System, the resulting classlibrary is either:
       
     8 
       
     9 	libtool2.a     - an archive
       
    10 
       
    11 	libtool2.obj   - a prelinked object library
       
    12 
       
    13 	libtool2.so    - a shared object
       
    14 
       
    15 the library includes init code (libtool2_Init) for all of its components.
       
    16 
       
    17 
       
    18 Things you can do here:
       
    19 
       
    20     make                compile all classes, producing libtool2
       
    21 
       
    22     make objs           compile all object files
       
    23 
       
    24     make install        compile all and install in DESTLIBDIR
       
    25 
       
    26     make qinstall       only install - assumes binaries are up-to-date 
       
    27 
       
    28     make check          syntax check only over all .st files
       
    29 
       
    30     make <file>.o       compile <file>.st to object-file
       
    31 
       
    32     make <file>.c       compile <file>.st to c intermediate
       
    33 
       
    34     make clean
       
    35 
       
    36     make clobber