.dir.info
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 21:40:13 +0200
changeset 5476 7355a4b11cb6
parent 512 e3cff812b71c
permissions -rw-r--r--
#FEATURE by cg class: Socket class added: #newTCPclientToHost:port:domain:domainOrder:withTimeout: changed: #newTCPclientToHost:port:domain:withTimeout:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
101
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
This directory contains some more (less frequently used) basic classes.
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
They are included in a standard smalltalk, but can be left out for a 
512
e3cff812b71c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 101
diff changeset
     3
minitalk or in special (small) final applications.
101
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
Compiled by stc into the library 'libbasic2'.
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
Depending on the configuration and capabilities of your Operating-
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
System, the resulting classlibrary is either:
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
512
e3cff812b71c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 101
diff changeset
    10
	libbasic2.a      - an archive
101
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
512
e3cff812b71c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 101
diff changeset
    12
	libbasic2.obj    - a prelinked object library
101
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
512
e3cff812b71c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 101
diff changeset
    14
	libbasic2.so     - a shared object
101
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
the library includes init code (libbasic2_Init) for all of its components.
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
Things you can do here:
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
    make                compile all classes, producing libbasic2
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
    make objs           compile object files
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
    make install        compile all and install in DESTLIBDIR
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
    make qinstall       only install - assumes binaries are up-to-date 
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
    make check          syntax check only over all .st files
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
    make <file>.o       compile <file>.st to object-file
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
    make <file>.c       compile <file>.st to c intermediate
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
    make clean
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
336cb0e16135 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
    make clobber