stx_libtool.st
author Claus Gittinger <cg@exept.de>
Mon, 14 Feb 2011 18:12:07 +0100
changeset 9766 8991b96a132c
parent 9731 5141590e17f6
child 9780 eb9074266716
permissions -rw-r--r--
initial checkin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     1
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
diff changeset
     3
              All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     4
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     5
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     6
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     8
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     9
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    10
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    11
"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libtool' }"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libtool
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    15
	instanceVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    16
	classVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    17
	poolDictionaries:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    18
	category:'* Projects & Packages *'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    21
!stx_libtool class methodsFor:'documentation'!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    22
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    23
copyright
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    24
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
diff changeset
    26
              All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    27
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    28
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    29
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    31
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    32
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    33
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    34
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    35
!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    36
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    37
documentation
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    38
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libtool.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    40
    This library contains developer tools.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    41
"
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    42
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    43
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    44
extensionsVersion_CVS
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.44 2011-02-01 10:58:52 cg Exp $'
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    46
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    47
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    48
extensionsVersion_SVN
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    49
    ^ 'Id:'
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    50
! !
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
!stx_libtool class methodsFor:'description'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    54
excludedFromPreRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    55
    "list all packages which should be ignored in the automatic
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    56
     preRequisites scan. See #preRequisites for more."
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    57
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    58
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    59
        #'stx:goodies/xml/stx'    "XMLCoder - referenced by Tools::NewSystemBrowser>>selectorMenuFileOutXMLAs "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    60
        #'stx:libsvn'    "SVN::RepositoryManager - referenced by NewLauncher>>updateInfo "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    61
    )
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    62
!
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    63
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    64
preRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    65
    "list all required packages.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    66
     This list can be maintained manually or (better) generated and
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    67
     updated by scanning the superclass hierarchies and looking for
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    68
     global variable accesses. (the browser has a menu function for that)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    69
     Howevery, often too much is found, and you may want to explicitely
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    70
     exclude individual packages in the #excludedFromPrerequisites method."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    71
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    72
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    73
        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    74
        #'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    75
        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    76
        #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Tools::NewSystemBrowser>>checkAcceptedMethod:inClass: "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    77
        #'stx:libcomp'    "Parser - referenced by Tools::NewSystemBrowser>>checkForEmptyMethodComment:inClass: "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    78
        #'stx:libui'    "VariablePanelSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    79
        #'stx:libview'    "TopView - superclass of ChangesBrowser "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    80
        #'stx:libview2'    "Model - superclass of Tools::ClassGeneratorList "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    81
        #'stx:libwidg'    "DialogBox - superclass of AboutBox "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    82
        #'stx:libwidg2'    "HierarchicalList - superclass of SettingsDialog::HierarchicalApplicationList "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    83
        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    84
    )
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    85
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    86
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    87
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    88
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    89
additionalBaseAddressDefinition_bc_dot_mak
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    90
    "this is an optional definition, which (if present) may speed up the dll-loading a little
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    91
     on win32 systems."
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    92
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    93
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
    94
# see stdHeader_bc for LIBTOOL_BASE
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    95
LIB_BASE=$(LIBTOOL_BASE)
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    96
'
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    97
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    98
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    99
!stx_libtool class methodsFor:'description - contents'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   100
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
classNamesAndAttributes
9203
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   102
    "lists the classes which are to be included in the project.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   103
     Each entry in the list may be: a single class-name (symbol),
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   104
     or an array-literal consisting of class name and attributes.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   105
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   106
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   108
        "<className> or (<className> attributes...) in load order"
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   109
        AboutBox
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   110
        AbstractFileApplicationNoteBookComponent
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   111
        AbstractFileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   112
        AbstractLauncherApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   113
        (AbstractRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   114
        AbstractSettingsApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   115
        (AbstractVersionDiffBrowserItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   116
        (ApplicationBuilder autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   117
        BookmarksEditDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   118
        BrowserView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   119
        ChangesBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   120
        (ClassInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   121
        (ClassItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   122
        (ClassItemRoot autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   123
        (ClassItemRootForRevision autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   124
        (ClassNameItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   125
        (ClassRevisionTree autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   126
        (ClassVariablesInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   127
        CodeGeneratorTool
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   128
        (ColorInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   129
        DebugView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   130
        (Diff3TextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   131
        DiffListUtility
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   132
        DiffTextView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   133
        (EWorldIconLibrary autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   134
        (EventMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   135
        (ExpandableRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   136
        FileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   137
        FileBrowserV2PanelView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   138
        (FileBrowserV2SettingsDialog autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   139
        (FileBrowserV2Tests autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   140
        FileBrowserV2UISpecifications
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   141
        FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   142
        (FileDialogV2 autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   143
        FileOperation
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   144
        FilenameEditFieldV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   145
        (HierarchicalClassRevisionList autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   146
        (HierarchicalVersionDiffBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   147
        InspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   148
        (Launcher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   149
        (LibraryBuilder autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   150
        MemoryMonitor
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   151
        MemoryMonitorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   152
        (MemoryUsageView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   153
        MultiViewToolApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   154
        (NewChangesBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   155
        (OldLauncher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   156
        (ProcessMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   157
        ProcessMonitorV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   158
        (ProjectView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   159
        (RCSConflictEditTextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   160
        (SemaphoreMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   161
        SettingsDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   162
        (SmalltalkInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   163
        (SourceRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   164
        SystemBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   165
        (SystemStatusMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   166
        (TerminalApplication autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   167
        #'Tools::BreakpointBrowser'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   168
        #'Tools::CheckinInfoDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   169
        #'Tools::ClassChecker'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   170
        #'Tools::CodeCritics'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   171
        (#'Tools::CompilerWarningToDoListEntry' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   172
        #'Tools::MethodCategoryCache'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   173
        #'Tools::NavigationState'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   174
        #'Tools::NavigatorModel'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   175
        #'Tools::NewClassWizardDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   176
        #'Tools::SearchDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   177
        #'Tools::SpecialCodeView'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   178
        #'Tools::StringSearchTool'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   179
        (#'Tools::ToDoList' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   180
        (#'Tools::ToDoListBrowser' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   181
        (#'Tools::ToDoListEntry' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   182
        (#'Tools::ToDoNotification' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   183
        VersionDiffBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   184
        (VersionRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   185
        ViewWithAcceptAndCancelBar
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   186
        Win32FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   187
        #'stx_libtool'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   188
        AbstractDirectoryBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   189
        ChangeSetBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   190
        ContextInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   191
        DictionaryInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   192
        DiffCodeView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   193
        FileApplicationNoteBook
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   194
        FileBrowserV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   195
        FileBrowserV2SettingsAppl
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   196
        FindFileApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   197
        ImageInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   198
        NewLauncher
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   199
        OrderedCollectionInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   200
        SetInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   201
        #'Tools::BrowserList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   202
        #'Tools::NavigatorCanvas'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   203
        #'Tools::NewSystemBrowser'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   204
        #'Tools::OrganizerCanvas'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   205
        #'Tools::StringSearchToolForTextView'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   206
        WorkspaceApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   207
        DirectoryContentsBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   208
        DirectoryTreeBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   209
        #'Tools::ClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   210
        #'Tools::ClassGeneratorList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   211
        #'Tools::ClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   212
        #'Tools::MethodCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   213
        #'Tools::MethodList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   214
        #'Tools::NamespaceList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   215
        #'Tools::ProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   216
        #'Tools::VariableList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   217
        #'Tools::FullMethodCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   218
        #'Tools::HierarchicalClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   219
        #'Tools::HierarchicalClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   220
        #'Tools::HierarchicalProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   221
        #'Tools::ImplementingClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   222
        #'Tools::ImplementingMethodList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   223
        #'Tools::InheritanceClassList'
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
diff changeset
   224
        SmalltalkCodeGeneratorTool
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   225
    )
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   226
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   227
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   228
extensionMethodNames
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   229
    "lists the extension methods which are to be included in the project.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   230
     Entries are 2-element array literals, consisting of class-name and selector."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   231
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   232
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   233
        ByteArray inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   234
        Character inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   235
        CharacterArray inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   236
        Collection inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   237
        Color inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   238
        Color inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   239
        Dictionary inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   240
        ExecutableFunction printStringForBrowserWithSelector:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   241
        Form inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   242
        Image inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   243
        Integer inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   244
        Method inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   245
        Method printStringForBrowserWithSelector:inClass:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   246
        Method selectorPrintStringInBrowserFor:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   247
        Method selectorPrintStringInBrowserFor:class:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   248
        MethodDictionary inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   249
        Object inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   250
        OrderedCollection inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   251
        RunArray inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   252
        Set inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   253
        Text inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   254
        'NameSpace class' inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   255
        'Smalltalk class' inspectorClass
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   256
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   257
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   258
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   270
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   272
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   273
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   274
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   276
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
7893
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   277
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   278
    "Modified: / 01-02-2011 / 11:56:18 / cg"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   279
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   280
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   281
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   282
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   283
version
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   284
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.44 2011-02-01 10:58:52 cg Exp $'
8830
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   285
!
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   286
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   287
version_CVS
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   288
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.44 2011-02-01 10:58:52 cg Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   289
! !