root / JX / trunk / libjcore / Make.files

Revision 6, 2.7 kB (checked in by daboo, 2 years ago)

Changes to JX for Mulberry. This includes Xft support, rudimentary unicode
support, and various other tweaks.

Line 
1-suffix .cpp
2
3@libjcore-${JX_LIB_VERSION}.a
4@libjcore-${JX_LIB_VERSION}.so
5
6-prefix ${JCOREDIR}/
7
8JBooleanIO
9JOrderedSetT
10JOrderedSetUtil
11JBroadcaster
12JBroadcastSnooper
13JCollection
14JContainer
15JString
16JString16
17JPtrArray-JString
18JPtrArray-JString16
19JStringManager
20JSubstitute
21JSubset
22JIntRange
23JIndexRange
24JUndo
25JPoint
26JRect
27JComplex
28jStreamUtil
29jStreamUtil_UNIX
30jFStreamUtil
31jFStreamUtil_UNIX
32jFileUtil
33jFileUtil_UNIX
34jDirUtil
35jDirUtil_UNIX
36jSysUtil_UNIX
37jMountUtil_UNIX
38JProbDistr
39JStopWatch
40jCommandLine
41jMath
42jMemory
43jSignal
44jTime
45jTime_UNIX
46jGlobals
47jGlobals_UNIX
48jMouseUtil
49jVCSUtil
50
51jAssert
52JAssertBase
53
54JRTTIBase
55JError
56JStdError
57JErrorState
58
59JDirInfo
60JDirInfo_UNIX
61JDirEntry
62JFileID
63
64JTable
65JTableData
66JStringTableData
67JFloatTableData
68JFloatBufferTableData
69JStyleTableData
70JTableSelection
71JTableSelectionIterator
72
73JSliderBase
74JPartition
75
76JTextEditor
77JTEUndoBase
78JTEUndoTextBase
79JTEUndoTyping
80JTEUndoPaste
81JTEUndoDrop
82JTEUndoStyle
83JTEUndoTabShift
84JTEStyler
85JTEHTMLScanner
86
87JExtractHTMLTitle
88JHTMLScanner
89.l JHTMLScannerL
90
91JTextEditor16
92JTEUndoBase16
93JTEUndoTextBase16
94JTEUndoTyping16
95JTEUndoPaste16
96JTEUndoDrop16
97JTEUndoStyle16
98JTEUndoTabShift16
99JTEStyler16
100
101JVector
102JMatrix
103
104JFileArray
105JFileArrayIndex
106
107JPrefsManager
108JPrefObject
109JPrefsFile
110
111JFontStyle
112JFontManager
113JPainter
114JPrinter
115JPTPrinter
116JPagePrinter
117JPSPrinterBase
118JPSPrinter
119JEPSPrinter
120JImage
121JImageMask
122JColormap
123jColor
124JColorList
125
126JGetCurrentFontManager
127JGetCurrentColormap
128
129JUserNotification
130JTextUserNotification
131
132JChooseSaveFile
133JTextChooseSaveFile
134
135JLatentPG
136JProgressDisplay
137JTextProgressDisplay
138JCreateProgressDisplay
139JCreateTextPG
140
141JProcess
142JSimpleProcess
143JThisProcess
144JProcessError
145jProcessUtil
146jProcessUtil_UNIX
147
148JACETemplates
149JOutPipeStream
150
151JMDIServer
152
153JTree
154JTreeNode
155JTreeList
156JNamedTreeNode
157JNamedTreeList
158
159Templates-short
160Templates-int
161Templates-uint
162Templates-long
163Templates-longlong
164Templates-ulong
165Templates-float
166Templates-double
167Templates-JCharacter
168Templates-JCharacter16
169Templates-JBoolean
170Templates-JTextEditor
171Templates-JTextEditor16
172Templates-JString
173Templates-JString16
174Templates-JString2
175Templates-JString216
176
177# JMemoryManager (Dustin Laurence)
178literal: ${JMM_FILES}
179
180# JRegex (Dustin Laurence)
181-prefix ${DJ_REGEX_DIR}/
182JRegex
183JInterpolate
184
185# JHash (Dustin Laurence)
186-prefix ${DJ_HASH_DIR}/
187jHashFunctions
188
189# JRand (Dustin Laurence)
190-prefix ${DJ_RAND_DIR}/
191JKLRand
192jRand
193
194# PCRE (Philip Hazel)
195
196-prefix ${PCREDIR}/.libs/
197
198.o maketables
199.o get
200.o study
201.o pcre
202#.o pcreposix
203
204# regex (Henry Spencer)
205
206-prefix ${REGEXDIR}/
207
208.o regcomp
209.o regexec
210.o regerror
211.o regfree
212
213literal: ${GD_FILES}
214
215# force calculation of JMM dependencies
216# (remember to update JMM_FILES in Make.header)
217
218@fake_JMM_target.a
219
220-prefix ${DJ_MM_DIR}/
221
222jNew
223JMemoryManager
224JMMTable
225JMMArrayTable
226JMMHashTable
227JMMMonitor
228JMMErrorPrinter
229JMMRecord
Note: See TracBrowser for help on using the browser.