stx_libtool.st
author Claus Gittinger <cg@exept.de>
Fri, 24 Oct 2008 15:36:55 +0200
changeset 8377 91bac9d0d414
parent 8248 73a0086951f6
child 8469 289f3354d4b3
permissions -rw-r--r--
*** empty log message ***
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
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
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
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
7755
2714286051c6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7694
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
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
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
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    42
! !
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libtool class methodsFor:'description'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    46
excludedFromPreRequisites
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    47
    "list packages which are to be explicitely excluded from the automatic constructed
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    48
     prerequisites list. If empty, everything that is found along the inheritance of any of
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    49
     my classes is considered to be a prerequisite package."
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    50
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    51
    ^ #(
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    52
	#'stx:goodies'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    53
	#'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    54
	#'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>basicSaveSettings "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    55
	#'exept:CC'    "CBrowser::Browser - referenced by FileBrowser>>hasCBrowser "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    56
	#'stx:clients/Demos'    "Demos::ChickenFun - referenced by NewLauncher>>chickenFunIsRunning "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    57
	#'stx:clients/MailTool'    "SendMailTool - referenced by DebugView>>initializeButtonsIn: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    58
	#'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    59
	#'stx:libjava'
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    60
	#'stx:libjavascript'
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    61
	#'stx:goodies/sif'    "SmalltalkInterchangeFileManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    62
	#'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    63
	#'stx:goodies/sunit'    "TestResult - referenced by Tools::NewSystemBrowser>>runTestCasesWithDebug: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    64
	#'stx:goodies/webServer'    "HTTPEmbeddedApplicationService - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    65
	#'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>hasCreatedServer "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    66
	#'stx:goodies/xml/vw'    "XML::SourceNodeBuilder - referenced by ChangesBrowser class>>readXMLChangesFrom:inBackground: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    67
	#'exept:xml'    "XMLRepresenter - referenced by Tools::NewSystemBrowser>>canFileOutXML "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    68
	#'stx:goodies/refactoryBrowser/browser'    "MethodNameDialog - referenced by Tools::NewSystemBrowser>>renameMethod:in: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    69
	#'stx:goodies/refactoryBrowser/changes'    "RefactoryChangeManager - referenced by Tools::NewSystemBrowser>>setUndoCount "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    70
	#'stx:goodies/refactoryBrowser/helpers'    "RBAbstractClass - referenced by Tools::NewSystemBrowser>>handlingRefactoringErrorDo: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    71
	#'stx:goodies/refactoryBrowser/lint'    "ParseTreeLintRule - referenced by Tools::ClassChecker>>guardingClause "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    72
	#'stx:goodies/refactoryBrowser/parser'    "RBFormatter - referenced by BrowserView>>updateCodeView "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    73
	#'stx:goodies/refactoryBrowser/refactoring'    "AddParameterRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuAddParameter "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    74
	#'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    75
	#'stx:libdb'    "SQL::SQLError - referenced by AbstractSettingsApplication::SourceCodeManagementSettingsAppl>>tryToConnectTo: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    76
	#'stx:libtool2'    "SnapShotImage - referenced by SystemBrowser class>>openOnSnapShotImage: "
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    77
    )
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    78
!
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    79
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    80
preRequisites
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    81
    ^ #(
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    82
	#'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    83
	#'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    84
	#'stx:libbasic3'    "ChangeSet - referenced by Tools::ProjectList>>nameListFor: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    85
	#'stx:libcomp'    "Parser - referenced by SystemBrowser class>>filterToSearchRefsTo:classVars:access: "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    86
	#'stx:libui'    "VariablePanelSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    87
	#'stx:libview'    "TopView - superclass of FileBrowser "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    88
	#'stx:libview2'    "SimpleDialog - superclass of FileDialog "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    89
	#'stx:libwidg'    "DialogBox - superclass of AboutBox "
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    90
	#'stx:libwidg2'    "HierarchicalList - superclass of SettingsDialog::HierarchicalApplicationList "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    91
    )
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    92
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    93
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    94
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    95
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
    96
additionalDefinitions_bc_dot_mak
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    97
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
    98
# see stdHeader_bc for LIBTOOL_BASE
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    99
# LIBTOOL_BASE   =0x64800000
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   100
LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   101
'
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   102
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   103
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   104
!stx_libtool class methodsFor:'description - contents'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   105
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
classNamesAndAttributes
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
    ^ #(
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   108
        "<className> or (<className> attributes...) in load order"
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   109
        AboutBox
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   110
        AbstractDirectoryBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   111
        AbstractFileApplicationNoteBookComponent
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   112
        AbstractFileBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   113
        AbstractLauncherApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   114
        (AbstractRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   115
        AbstractSettingsApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   116
        (AbstractVersionDiffBrowserItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   117
        (ApplicationBuilder autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   118
        BrowserView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   119
        ChangeSetBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   120
        ChangesBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   121
        (ClassInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   122
        (ClassItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   123
        (ClassItemRoot autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   124
        (ClassItemRootForRevision autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   125
        (ClassNameItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   126
        (ClassRevisionTree autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   127
        (ClassVariablesInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   128
        CodeGeneratorTool
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   129
        (ColorInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   130
        ContextInspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   131
        DebugView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   132
        DictionaryInspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   133
        (Diff3TextView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   134
        DiffTextView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   135
        DirectoryContentsBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   136
        DirectoryTreeBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   137
        (EWorldIconLibrary autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   138
        (EventMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   139
        (ExpandableRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   140
        FileApplicationNoteBook
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   141
        FileBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   142
        FileBrowserV2
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   143
        FileBrowserV2PanelView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   144
        (FileBrowserV2SettingsAppl autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   145
        (FileBrowserV2SettingsDialog autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   146
        (FileBrowserV2Tests autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   147
        FileBrowserV2UISpecifications
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   148
        FileDialog
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   149
        (FileDialogV2 autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   150
        FileOperation
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   151
        FilenameEditFieldV2
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   152
        FindFileApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   153
        GenericToolbarIconLibrary
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   154
        (HierarchicalClassRevisionList autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   155
        (HierarchicalVersionDiffBrowser autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   156
        (ImageInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   157
        InspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   158
        (Launcher autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   159
        (LibraryBuilder autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   160
        (MemoryMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   161
        (MemoryMonitorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   162
        (MemoryUsageView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   163
        MultiViewToolApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   164
        (NewChangesBrowser autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   165
        NewLauncher
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   166
        (OldLauncher autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   167
        OrderedCollectionInspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   168
        (ProcessMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   169
        ProcessMonitorV2
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   170
        (ProjectView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   171
        (RCSConflictEditTextView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   172
        (SemaphoreMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   173
        SetInspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   174
        SettingsDialog
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   175
        (SmalltalkInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   176
        (SourceRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   177
        SystemBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   178
        (SystemStatusMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   179
        (TerminalApplication autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   180
        #'Tools::BrowserList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   181
        #'Tools::CheckinInfoDialog'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   182
        #'Tools::ClassCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   183
        #'Tools::ClassChecker'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   184
        #'Tools::ClassGeneratorList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   185
        #'Tools::ClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   186
        #'Tools::FullMethodCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   187
        #'Tools::HierarchicalClassCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   188
        #'Tools::HierarchicalClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   189
        #'Tools::HierarchicalProjectList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   190
        #'Tools::ImplementingClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   191
        #'Tools::ImplementingMethodList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   192
        #'Tools::InheritanceClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   193
        #'Tools::MethodCategoryCache'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   194
        #'Tools::MethodCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   195
        #'Tools::MethodList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   196
        #'Tools::NamespaceList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   197
        #'Tools::NavigationState'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   198
        #'Tools::NavigatorCanvas'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   199
        #'Tools::NavigatorModel'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   200
        #'Tools::NewSystemBrowser'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   201
        #'Tools::OrganizerCanvas'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   202
        #'Tools::ProjectList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   203
        #'Tools::SearchDialog'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   204
        #'Tools::SpecialCodeView'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   205
        #'Tools::VariableList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   206
        VersionDiffBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   207
        (VersionRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   208
        ViewWithAcceptAndCancelBar
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   209
        WorkspaceApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   210
        XPToolbarIconLibrary
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   211
        #'stx_libtool'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   212
        (#'Tools::ToDoList' autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   213
        (#'Tools::ToDoListBrowser' autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   214
        (#'Tools::ToDoListEntry' autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   215
        (#'Tools::ToDoNotification' autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   216
        (#'Tools::CompilerWarningToDoListEntry' autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   217
        #'Tools::CodeCritics'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   218
        BookmarksEditDialog
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   219
        Win32FileDialog
8056
9466cc0bac16 automatic checkIn
fm
parents: 8022
diff changeset
   220
        #'Tools::StringSearchTool'
9466cc0bac16 automatic checkIn
fm
parents: 8022
diff changeset
   221
        #'Tools::StringSearchToolForTextView'
8101
447949a23bf6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8056
diff changeset
   222
        DiffCodeView
8248
73a0086951f6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8221
diff changeset
   223
        #'Tools::BreakpointBrowser'
8377
91bac9d0d414 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8248
diff changeset
   224
        VistaToolbarIconLibrary
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
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   229
    ^ #(
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   230
	ByteArray inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   231
	Color inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   232
	Dictionary inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   233
	Form inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   234
	Image inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   235
	Integer inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   236
	Method inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   237
	Method printStringForBrowserWithSelector:inClass:
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   238
	Method selectorPrintStringInBrowserFor:
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   239
	MethodDictionary inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   240
	OrderedCollection inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   241
	RunArray inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   242
	Set inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   243
	Text inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   244
	#'NameSpace class' inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   245
	#'Smalltalk class' inspectorClass
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   246
	Character inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   247
	Collection inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   248
	Object inspectorExtraAttributes
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   249
	Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   250
	ExecutableFunction printStringForBrowserWithSelector:
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
   251
	Method selectorPrintStringInBrowserFor:class:
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   252
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   253
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   254
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   255
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   256
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   257
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   258
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   270
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
8221
993b7d33c39b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8101
diff changeset
   272
    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
7893
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   273
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   274
    "Modified: / 08-11-2007 / 16:58:51 / cg"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   276
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   277
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   278
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   279
version
8377
91bac9d0d414 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8248
diff changeset
   280
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.33 2008-10-24 13:36:55 cg Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   281
! !