Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/macosx/Tcl.xcodeproj/project.pbxproj @ 37

Last change on this file since 37 was 25, checked in by landauf, 17 years ago

added tcl to libs

File size: 224.4 KB
Line 
1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 42;
7        objects = {
8
9/* Begin PBXBuildFile section */
10                F90509300913A72400327603 /* tclAppInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D445508F272B9004A47F5 /* tclAppInit.c */; settings = {COMPILER_FLAGS = "-DTCL_TEST -DTCL_BUILDTIME_LIBRARY=\\\"$(TCL_SRCROOT)/library\\\""; }; };
11                F966C07508F2820D005CB29B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F966C07408F2820D005CB29B /* CoreFoundation.framework */; };
12                F96D456F08F272BB004A47F5 /* regcomp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3ED008F272A7004A47F5 /* regcomp.c */; };
13                F96D457208F272BB004A47F5 /* regerror.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3ED308F272A7004A47F5 /* regerror.c */; };
14                F96D457508F272BB004A47F5 /* regexec.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3ED608F272A7004A47F5 /* regexec.c */; };
15                F96D457608F272BB004A47F5 /* regfree.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3ED708F272A7004A47F5 /* regfree.c */; };
16                F96D457B08F272BB004A47F5 /* tclAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EDC08F272A7004A47F5 /* tclAlloc.c */; settings = {COMPILER_FLAGS = "-DUSE_TCLALLOC=0"; }; };
17                F96D457C08F272BB004A47F5 /* tclAsync.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EDD08F272A7004A47F5 /* tclAsync.c */; };
18                F96D457D08F272BB004A47F5 /* tclBasic.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EDE08F272A7004A47F5 /* tclBasic.c */; };
19                F96D457E08F272BC004A47F5 /* tclBinary.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EDF08F272A7004A47F5 /* tclBinary.c */; };
20                F96D457F08F272BC004A47F5 /* tclCkalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE008F272A7004A47F5 /* tclCkalloc.c */; };
21                F96D458008F272BC004A47F5 /* tclClock.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE108F272A7004A47F5 /* tclClock.c */; };
22                F96D458108F272BC004A47F5 /* tclCmdAH.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE208F272A7004A47F5 /* tclCmdAH.c */; };
23                F96D458208F272BC004A47F5 /* tclCmdIL.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE308F272A7004A47F5 /* tclCmdIL.c */; };
24                F96D458308F272BC004A47F5 /* tclCmdMZ.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE408F272A7004A47F5 /* tclCmdMZ.c */; };
25                F96D458408F272BC004A47F5 /* tclCompCmds.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE508F272A7004A47F5 /* tclCompCmds.c */; };
26                F96D458508F272BC004A47F5 /* tclCompExpr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE608F272A7004A47F5 /* tclCompExpr.c */; };
27                F96D458608F272BC004A47F5 /* tclCompile.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE708F272A7004A47F5 /* tclCompile.c */; };
28                F96D458808F272BC004A47F5 /* tclConfig.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EE908F272A7004A47F5 /* tclConfig.c */; };
29                F96D458908F272BC004A47F5 /* tclDate.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EEA08F272A7004A47F5 /* tclDate.c */; };
30                F96D458B08F272BC004A47F5 /* tclDictObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EEC08F272A7004A47F5 /* tclDictObj.c */; };
31                F96D458C08F272BC004A47F5 /* tclEncoding.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EED08F272A7004A47F5 /* tclEncoding.c */; };
32                F96D458D08F272BC004A47F5 /* tclEnv.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EEE08F272A7004A47F5 /* tclEnv.c */; };
33                F96D458E08F272BC004A47F5 /* tclEvent.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EEF08F272A7004A47F5 /* tclEvent.c */; };
34                F96D458F08F272BC004A47F5 /* tclExecute.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF008F272A7004A47F5 /* tclExecute.c */; };
35                F96D459008F272BC004A47F5 /* tclFCmd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF108F272A7004A47F5 /* tclFCmd.c */; };
36                F96D459108F272BC004A47F5 /* tclFileName.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF208F272A7004A47F5 /* tclFileName.c */; };
37                F96D459308F272BC004A47F5 /* tclGet.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF408F272A7004A47F5 /* tclGet.c */; };
38                F96D459508F272BC004A47F5 /* tclHash.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF608F272A7004A47F5 /* tclHash.c */; };
39                F96D459608F272BC004A47F5 /* tclHistory.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF708F272A7004A47F5 /* tclHistory.c */; };
40                F96D459708F272BC004A47F5 /* tclIndexObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EF808F272A7004A47F5 /* tclIndexObj.c */; };
41                F96D459B08F272BC004A47F5 /* tclInterp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EFC08F272A7004A47F5 /* tclInterp.c */; };
42                F96D459D08F272BC004A47F5 /* tclIO.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3EFE08F272A7004A47F5 /* tclIO.c */; };
43                F96D459F08F272BC004A47F5 /* tclIOCmd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0008F272A7004A47F5 /* tclIOCmd.c */; };
44                F96D45A008F272BC004A47F5 /* tclIOGT.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0108F272A7004A47F5 /* tclIOGT.c */; };
45                F96D45A108F272BC004A47F5 /* tclIORChan.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0208F272A7004A47F5 /* tclIORChan.c */; };
46                F96D45A208F272BC004A47F5 /* tclIOSock.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0308F272A7004A47F5 /* tclIOSock.c */; };
47                F96D45A308F272BC004A47F5 /* tclIOUtil.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0408F272A7004A47F5 /* tclIOUtil.c */; };
48                F96D45A408F272BC004A47F5 /* tclLink.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0508F272A7004A47F5 /* tclLink.c */; };
49                F96D45A508F272BC004A47F5 /* tclListObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0608F272A7004A47F5 /* tclListObj.c */; };
50                F96D45A608F272BC004A47F5 /* tclLiteral.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0708F272A7004A47F5 /* tclLiteral.c */; };
51                F96D45A708F272BC004A47F5 /* tclLoad.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0808F272A7004A47F5 /* tclLoad.c */; };
52                F96D45A908F272BC004A47F5 /* tclMain.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0A08F272A7004A47F5 /* tclMain.c */; };
53                F96D45AA08F272BC004A47F5 /* tclNamesp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0B08F272A7004A47F5 /* tclNamesp.c */; };
54                F96D45AB08F272BC004A47F5 /* tclNotify.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0C08F272A7004A47F5 /* tclNotify.c */; };
55                F96D45AC08F272BC004A47F5 /* tclObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0D08F272A7004A47F5 /* tclObj.c */; };
56                F96D45AD08F272BC004A47F5 /* tclPanic.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0E08F272A7004A47F5 /* tclPanic.c */; };
57                F96D45AE08F272BC004A47F5 /* tclParse.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F0F08F272A7004A47F5 /* tclParse.c */; };
58                F96D45B008F272BC004A47F5 /* tclPathObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1108F272A7004A47F5 /* tclPathObj.c */; };
59                F96D45B108F272BC004A47F5 /* tclPipe.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1208F272A7004A47F5 /* tclPipe.c */; };
60                F96D45B208F272BC004A47F5 /* tclPkg.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1308F272A7004A47F5 /* tclPkg.c */; };
61                F96D45B308F272BC004A47F5 /* tclPkgConfig.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1408F272A7004A47F5 /* tclPkgConfig.c */; settings = {COMPILER_FLAGS = "-DCFG_INSTALL_LIBDIR=\\\"$(LIBDIR)\\\" -DCFG_INSTALL_BINDIR=\\\"$(BINDIR)\\\" -DCFG_INSTALL_SCRDIR=\\\"$(TCL_LIBRARY)\\\" -DCFG_INSTALL_INCDIR=\\\"$(INCLUDEDIR)\\\" -DCFG_INSTALL_DOCDIR=\\\"$(MANDIR)\\\" -DCFG_RUNTIME_LIBDIR=\\\"$(LIBDIR)\\\" -DCFG_RUNTIME_BINDIR=\\\"$(BINDIR)\\\" -DCFG_RUNTIME_SCRDIR=\\\"$(TCL_LIBRARY)\\\" -DCFG_RUNTIME_INCDIR=\\\"$(INCLUDEDIR)\\\" -DCFG_RUNTIME_DOCDIR=\\\"$(MANDIR)\\\""; }; };
62                F96D45B608F272BC004A47F5 /* tclPosixStr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1708F272A7004A47F5 /* tclPosixStr.c */; };
63                F96D45B708F272BC004A47F5 /* tclPreserve.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1808F272A7004A47F5 /* tclPreserve.c */; };
64                F96D45B808F272BC004A47F5 /* tclProc.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1908F272A7004A47F5 /* tclProc.c */; };
65                F96D45B908F272BC004A47F5 /* tclRegexp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1A08F272A7004A47F5 /* tclRegexp.c */; };
66                F96D45BB08F272BC004A47F5 /* tclResolve.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1C08F272A7004A47F5 /* tclResolve.c */; };
67                F96D45BC08F272BC004A47F5 /* tclResult.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1D08F272A7004A47F5 /* tclResult.c */; };
68                F96D45BD08F272BC004A47F5 /* tclScan.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1E08F272A7004A47F5 /* tclScan.c */; };
69                F96D45BE08F272BC004A47F5 /* tclStringObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F1F08F272A7004A47F5 /* tclStringObj.c */; };
70                F96D45C308F272BC004A47F5 /* tclStrToD.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2408F272A7004A47F5 /* tclStrToD.c */; };
71                F96D45C408F272BC004A47F5 /* tclStubInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2508F272A7004A47F5 /* tclStubInit.c */; };
72                F96D45C508F272BC004A47F5 /* tclStubLib.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2608F272A7004A47F5 /* tclStubLib.c */; };
73                F96D45C608F272BC004A47F5 /* tclTest.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2708F272A7004A47F5 /* tclTest.c */; };
74                F96D45C708F272BC004A47F5 /* tclTestObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2808F272A7004A47F5 /* tclTestObj.c */; };
75                F96D45C808F272BC004A47F5 /* tclTestProcBodyObj.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2908F272A7004A47F5 /* tclTestProcBodyObj.c */; };
76                F96D45C908F272BC004A47F5 /* tclThread.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2A08F272A7004A47F5 /* tclThread.c */; };
77                F96D45CA08F272BC004A47F5 /* tclThreadAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2B08F272A7004A47F5 /* tclThreadAlloc.c */; };
78                F96D45CB08F272BC004A47F5 /* tclThreadJoin.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2C08F272A7004A47F5 /* tclThreadJoin.c */; };
79                F96D45CC08F272BC004A47F5 /* tclThreadStorage.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2D08F272A7004A47F5 /* tclThreadStorage.c */; };
80                F96D45CD08F272BC004A47F5 /* tclThreadTest.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2E08F272A7004A47F5 /* tclThreadTest.c */; };
81                F96D45CE08F272BC004A47F5 /* tclTimer.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F2F08F272A7004A47F5 /* tclTimer.c */; };
82                F96D45D008F272BC004A47F5 /* tclTomMathInterface.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F3108F272A7004A47F5 /* tclTomMathInterface.c */; };
83                F96D45D108F272BC004A47F5 /* tclTrace.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F3208F272A7004A47F5 /* tclTrace.c */; };
84                F96D45D308F272BC004A47F5 /* tclUtf.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F3408F272A7004A47F5 /* tclUtf.c */; };
85                F96D45D408F272BC004A47F5 /* tclUtil.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F3508F272A7004A47F5 /* tclUtil.c */; };
86                F96D45D508F272BC004A47F5 /* tclVar.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D3F3608F272A7004A47F5 /* tclVar.c */; };
87                F96D48E208F272C3004A47F5 /* bn_fast_s_mp_mul_digs.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426408F272B3004A47F5 /* bn_fast_s_mp_mul_digs.c */; };
88                F96D48E408F272C3004A47F5 /* bn_fast_s_mp_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426608F272B3004A47F5 /* bn_fast_s_mp_sqr.c */; };
89                F96D48E708F272C3004A47F5 /* bn_mp_add.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426908F272B3004A47F5 /* bn_mp_add.c */; };
90                F96D48E808F272C3004A47F5 /* bn_mp_add_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426A08F272B3004A47F5 /* bn_mp_add_d.c */; };
91                F96D48EB08F272C3004A47F5 /* bn_mp_clamp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426D08F272B3004A47F5 /* bn_mp_clamp.c */; };
92                F96D48EC08F272C3004A47F5 /* bn_mp_clear.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426E08F272B3004A47F5 /* bn_mp_clear.c */; };
93                F96D48ED08F272C3004A47F5 /* bn_mp_clear_multi.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426F08F272B3004A47F5 /* bn_mp_clear_multi.c */; };
94                F96D48EE08F272C3004A47F5 /* bn_mp_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427008F272B3004A47F5 /* bn_mp_cmp.c */; };
95                F96D48F008F272C3004A47F5 /* bn_mp_cmp_mag.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427208F272B3004A47F5 /* bn_mp_cmp_mag.c */; };
96                F96D48F208F272C3004A47F5 /* bn_mp_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427408F272B3004A47F5 /* bn_mp_copy.c */; };
97                F96D48F308F272C3004A47F5 /* bn_mp_count_bits.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427508F272B3004A47F5 /* bn_mp_count_bits.c */; };
98                F96D48F408F272C3004A47F5 /* bn_mp_div.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427608F272B3004A47F5 /* bn_mp_div.c */; };
99                F96D48F508F272C3004A47F5 /* bn_mp_div_2.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427708F272B3004A47F5 /* bn_mp_div_2.c */; };
100                F96D48F608F272C3004A47F5 /* bn_mp_div_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427808F272B3004A47F5 /* bn_mp_div_2d.c */; };
101                F96D48F708F272C3004A47F5 /* bn_mp_div_3.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427908F272B3004A47F5 /* bn_mp_div_3.c */; };
102                F96D48F808F272C3004A47F5 /* bn_mp_div_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427A08F272B3004A47F5 /* bn_mp_div_d.c */; };
103                F96D48FC08F272C3004A47F5 /* bn_mp_exch.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427E08F272B3004A47F5 /* bn_mp_exch.c */; };
104                F96D490508F272C3004A47F5 /* bn_mp_grow.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428708F272B3004A47F5 /* bn_mp_grow.c */; };
105                F96D490608F272C3004A47F5 /* bn_mp_init.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428808F272B3004A47F5 /* bn_mp_init.c */; };
106                F96D490708F272C3004A47F5 /* bn_mp_init_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428908F272B3004A47F5 /* bn_mp_init_copy.c */; };
107                F96D490808F272C3004A47F5 /* bn_mp_init_multi.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428A08F272B3004A47F5 /* bn_mp_init_multi.c */; };
108                F96D490908F272C3004A47F5 /* bn_mp_init_set.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428B08F272B3004A47F5 /* bn_mp_init_set.c */; };
109                F96D490B08F272C3004A47F5 /* bn_mp_init_size.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D428D08F272B3004A47F5 /* bn_mp_init_size.c */; };
110                F96D491008F272C3004A47F5 /* bn_mp_karatsuba_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429208F272B3004A47F5 /* bn_mp_karatsuba_mul.c */; };
111                F96D491108F272C3004A47F5 /* bn_mp_karatsuba_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429308F272B3004A47F5 /* bn_mp_karatsuba_sqr.c */; };
112                F96D491308F272C3004A47F5 /* bn_mp_lshd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429508F272B3004A47F5 /* bn_mp_lshd.c */; };
113                F96D491408F272C3004A47F5 /* bn_mp_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429608F272B3004A47F5 /* bn_mp_mod.c */; };
114                F96D491508F272C3004A47F5 /* bn_mp_mod_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429708F272B3004A47F5 /* bn_mp_mod_2d.c */; };
115                F96D491A08F272C3004A47F5 /* bn_mp_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429C08F272B3004A47F5 /* bn_mp_mul.c */; };
116                F96D491B08F272C3004A47F5 /* bn_mp_mul_2.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429D08F272B3004A47F5 /* bn_mp_mul_2.c */; };
117                F96D491C08F272C3004A47F5 /* bn_mp_mul_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429E08F272B3004A47F5 /* bn_mp_mul_2d.c */; };
118                F96D491D08F272C3004A47F5 /* bn_mp_mul_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D429F08F272B3004A47F5 /* bn_mp_mul_d.c */; };
119                F96D492908F272C3004A47F5 /* bn_mp_radix_size.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42AB08F272B3004A47F5 /* bn_mp_radix_size.c */; };
120                F96D492A08F272C3004A47F5 /* bn_mp_radix_smap.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42AC08F272B3004A47F5 /* bn_mp_radix_smap.c */; };
121                F96D492C08F272C3004A47F5 /* bn_mp_read_radix.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42AE08F272B3004A47F5 /* bn_mp_read_radix.c */; };
122                F96D493708F272C3004A47F5 /* bn_mp_rshd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42B908F272B3004A47F5 /* bn_mp_rshd.c */; };
123                F96D493808F272C3004A47F5 /* bn_mp_set.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42BA08F272B3004A47F5 /* bn_mp_set.c */; };
124                F96D493C08F272C3004A47F5 /* bn_mp_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42BE08F272B3004A47F5 /* bn_mp_sqr.c */; };
125                F96D493F08F272C3004A47F5 /* bn_mp_sub.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C108F272B3004A47F5 /* bn_mp_sub.c */; };
126                F96D494008F272C3004A47F5 /* bn_mp_sub_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C208F272B3004A47F5 /* bn_mp_sub_d.c */; };
127                F96D494608F272C3004A47F5 /* bn_mp_toom_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C808F272B3004A47F5 /* bn_mp_toom_mul.c */; };
128                F96D494708F272C3004A47F5 /* bn_mp_toom_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C908F272B3004A47F5 /* bn_mp_toom_sqr.c */; };
129                F96D494908F272C3004A47F5 /* bn_mp_toradix_n.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42CB08F272B3004A47F5 /* bn_mp_toradix_n.c */; };
130                F96D494C08F272C3004A47F5 /* bn_mp_zero.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42CE08F272B3004A47F5 /* bn_mp_zero.c */; };
131                F96D494E08F272C3004A47F5 /* bn_reverse.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D008F272B3004A47F5 /* bn_reverse.c */; };
132                F96D494F08F272C3004A47F5 /* bn_s_mp_add.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D108F272B3004A47F5 /* bn_s_mp_add.c */; };
133                F96D495108F272C3004A47F5 /* bn_s_mp_mul_digs.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D308F272B3004A47F5 /* bn_s_mp_mul_digs.c */; };
134                F96D495308F272C3004A47F5 /* bn_s_mp_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D508F272B3004A47F5 /* bn_s_mp_sqr.c */; };
135                F96D495408F272C3004A47F5 /* bn_s_mp_sub.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D608F272B3004A47F5 /* bn_s_mp_sub.c */; };
136                F96D495508F272C3004A47F5 /* bncore.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42D708F272B3004A47F5 /* bncore.c */; };
137                F96D49A908F272C4004A47F5 /* tclMacOSXBundle.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D433908F272B5004A47F5 /* tclMacOSXBundle.c */; };
138                F96D49AD08F272C4004A47F5 /* tclMacOSXFCmd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D433D08F272B5004A47F5 /* tclMacOSXFCmd.c */; };
139                F96D49AE08F272C4004A47F5 /* tclMacOSXNotify.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D433E08F272B5004A47F5 /* tclMacOSXNotify.c */; };
140                F96D4AC608F272C9004A47F5 /* tclLoadDyld.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D445B08F272B9004A47F5 /* tclLoadDyld.c */; };
141                F96D4ACA08F272C9004A47F5 /* tclUnixChan.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D445F08F272B9004A47F5 /* tclUnixChan.c */; };
142                F96D4ACB08F272C9004A47F5 /* tclUnixEvent.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446008F272B9004A47F5 /* tclUnixEvent.c */; };
143                F96D4ACC08F272C9004A47F5 /* tclUnixFCmd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446108F272B9004A47F5 /* tclUnixFCmd.c */; };
144                F96D4ACD08F272C9004A47F5 /* tclUnixFile.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446208F272B9004A47F5 /* tclUnixFile.c */; };
145                F96D4ACE08F272C9004A47F5 /* tclUnixInit.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446308F272B9004A47F5 /* tclUnixInit.c */; settings = {COMPILER_FLAGS = "-DTCL_LIBRARY=\\\"$(TCL_LIBRARY)\\\" -DTCL_PACKAGE_PATH=\\\"$(TCL_PACKAGE_PATH)\\\""; }; };
146                F96D4ACF08F272C9004A47F5 /* tclUnixNotfy.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446408F272B9004A47F5 /* tclUnixNotfy.c */; };
147                F96D4AD008F272C9004A47F5 /* tclUnixPipe.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446508F272B9004A47F5 /* tclUnixPipe.c */; };
148                F96D4AD208F272CA004A47F5 /* tclUnixSock.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446708F272B9004A47F5 /* tclUnixSock.c */; };
149                F96D4AD308F272CA004A47F5 /* tclUnixTest.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446808F272B9004A47F5 /* tclUnixTest.c */; };
150                F96D4AD408F272CA004A47F5 /* tclUnixThrd.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446908F272B9004A47F5 /* tclUnixThrd.c */; };
151                F96D4AD608F272CA004A47F5 /* tclUnixTime.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D446B08F272B9004A47F5 /* tclUnixTime.c */; };
152                F9E61D28090A481F002B3151 /* bn_mp_cmp_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427108F272B3004A47F5 /* bn_mp_cmp_d.c */; };
153                F9E61D29090A486C002B3151 /* bn_mp_neg.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42A208F272B3004A47F5 /* bn_mp_neg.c */; };
154                F9E61D2A090A4891002B3151 /* bn_mp_sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C008F272B3004A47F5 /* bn_mp_sqrt.c */; };
155                F9E61D2B090A48A4002B3151 /* bn_mp_and.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D426C08F272B3004A47F5 /* bn_mp_and.c */; };
156                F9E61D2C090A48AC002B3151 /* bn_mp_expt_d.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D427F08F272B3004A47F5 /* bn_mp_expt_d.c */; };
157                F9E61D2D090A48BB002B3151 /* bn_mp_xor.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42CD08F272B3004A47F5 /* bn_mp_xor.c */; };
158                F9E61D2E090A48BF002B3151 /* bn_mp_or.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42A308F272B3004A47F5 /* bn_mp_or.c */; };
159                F9E61D2F090A48C7002B3151 /* bn_mp_shrink.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42BC08F272B3004A47F5 /* bn_mp_shrink.c */; };
160                F9E61D30090A48E2002B3151 /* bn_mp_to_unsigned_bin_n.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C708F272B3004A47F5 /* bn_mp_to_unsigned_bin_n.c */; };
161                F9E61D31090A48F9002B3151 /* bn_mp_to_unsigned_bin.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42C608F272B3004A47F5 /* bn_mp_to_unsigned_bin.c */; };
162                F9E61D32090A48FA002B3151 /* bn_mp_unsigned_bin_size.c in Sources */ = {isa = PBXBuildFile; fileRef = F96D42CC08F272B3004A47F5 /* bn_mp_unsigned_bin_size.c */; };
163                F9F4415E0C8BAE6F00BCCD67 /* tclDTrace.d in Sources */ = {isa = PBXBuildFile; fileRef = F9F4415D0C8BAE6F00BCCD67 /* tclDTrace.d */; };
164                F9FC77B80AB29E9100B7077D /* tclUnixCompat.c in Sources */ = {isa = PBXBuildFile; fileRef = F9FC77B70AB29E9100B7077D /* tclUnixCompat.c */; };
165/* End PBXBuildFile section */
166
167/* Begin PBXContainerItemProxy section */
168                F97258D20A868C6F00096C78 /* PBXContainerItemProxy */ = {
169                        isa = PBXContainerItemProxy;
170                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
171                        proxyType = 1;
172                        remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
173                        remoteInfo = tcltest;
174                };
175/* End PBXContainerItemProxy section */
176
177/* Begin PBXFileReference section */
178                8DD76FB20486AB0100D96B5E /* tcltest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tcltest; sourceTree = BUILT_PRODUCTS_DIR; };
179                F91E62260C1AE686006C9D96 /* Tclsh-Info.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Tclsh-Info.plist.in"; sourceTree = "<group>"; };
180                F95FAFF90B34F1130072E431 /* macOSXLoad.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = macOSXLoad.test; sourceTree = "<group>"; };
181                F966C07408F2820D005CB29B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
182                F96D3DFA08F272A4004A47F5 /* ChangeLog */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = ChangeLog; sourceTree = "<group>"; };
183                F96D3DFB08F272A4004A47F5 /* changes */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes; sourceTree = "<group>"; };
184                F96D3DFD08F272A4004A47F5 /* Access.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Access.3; sourceTree = "<group>"; };
185                F96D3DFE08F272A4004A47F5 /* AddErrInfo.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AddErrInfo.3; sourceTree = "<group>"; };
186                F96D3DFF08F272A4004A47F5 /* after.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = after.n; sourceTree = "<group>"; };
187                F96D3E0008F272A4004A47F5 /* Alloc.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Alloc.3; sourceTree = "<group>"; };
188                F96D3E0108F272A4004A47F5 /* AllowExc.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AllowExc.3; sourceTree = "<group>"; };
189                F96D3E0208F272A4004A47F5 /* append.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = append.n; sourceTree = "<group>"; };
190                F96D3E0308F272A4004A47F5 /* AppInit.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AppInit.3; sourceTree = "<group>"; };
191                F96D3E0408F272A5004A47F5 /* array.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = array.n; sourceTree = "<group>"; };
192                F96D3E0508F272A5004A47F5 /* AssocData.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AssocData.3; sourceTree = "<group>"; };
193                F96D3E0608F272A5004A47F5 /* Async.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Async.3; sourceTree = "<group>"; };
194                F96D3E0708F272A5004A47F5 /* BackgdErr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = BackgdErr.3; sourceTree = "<group>"; };
195                F96D3E0808F272A5004A47F5 /* Backslash.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Backslash.3; sourceTree = "<group>"; };
196                F96D3E0908F272A5004A47F5 /* bgerror.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = bgerror.n; sourceTree = "<group>"; };
197                F96D3E0A08F272A5004A47F5 /* binary.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = binary.n; sourceTree = "<group>"; };
198                F96D3E0B08F272A5004A47F5 /* BoolObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = BoolObj.3; sourceTree = "<group>"; };
199                F96D3E0C08F272A5004A47F5 /* break.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = break.n; sourceTree = "<group>"; };
200                F96D3E0D08F272A5004A47F5 /* ByteArrObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ByteArrObj.3; sourceTree = "<group>"; };
201                F96D3E0E08F272A5004A47F5 /* CallDel.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CallDel.3; sourceTree = "<group>"; };
202                F96D3E0F08F272A5004A47F5 /* case.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = case.n; sourceTree = "<group>"; };
203                F96D3E1008F272A5004A47F5 /* catch.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = catch.n; sourceTree = "<group>"; };
204                F96D3E1108F272A5004A47F5 /* cd.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = cd.n; sourceTree = "<group>"; };
205                F96D3E1208F272A5004A47F5 /* chan.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = chan.n; sourceTree = "<group>"; };
206                F96D3E1308F272A5004A47F5 /* ChnlStack.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ChnlStack.3; sourceTree = "<group>"; };
207                F96D3E1408F272A5004A47F5 /* clock.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = clock.n; sourceTree = "<group>"; };
208                F96D3E1508F272A5004A47F5 /* close.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = close.n; sourceTree = "<group>"; };
209                F96D3E1608F272A5004A47F5 /* CmdCmplt.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CmdCmplt.3; sourceTree = "<group>"; };
210                F96D3E1708F272A5004A47F5 /* Concat.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Concat.3; sourceTree = "<group>"; };
211                F96D3E1808F272A5004A47F5 /* concat.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = concat.n; sourceTree = "<group>"; };
212                F96D3E1908F272A5004A47F5 /* continue.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = continue.n; sourceTree = "<group>"; };
213                F96D3E1A08F272A5004A47F5 /* CrtChannel.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtChannel.3; sourceTree = "<group>"; };
214                F96D3E1B08F272A5004A47F5 /* CrtChnlHdlr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtChnlHdlr.3; sourceTree = "<group>"; };
215                F96D3E1C08F272A5004A47F5 /* CrtCloseHdlr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtCloseHdlr.3; sourceTree = "<group>"; };
216                F96D3E1D08F272A5004A47F5 /* CrtCommand.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtCommand.3; sourceTree = "<group>"; };
217                F96D3E1E08F272A5004A47F5 /* CrtFileHdlr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtFileHdlr.3; sourceTree = "<group>"; };
218                F96D3E1F08F272A5004A47F5 /* CrtInterp.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtInterp.3; sourceTree = "<group>"; };
219                F96D3E2008F272A5004A47F5 /* CrtMathFnc.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtMathFnc.3; sourceTree = "<group>"; };
220                F96D3E2108F272A5004A47F5 /* CrtObjCmd.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtObjCmd.3; sourceTree = "<group>"; };
221                F96D3E2208F272A5004A47F5 /* CrtSlave.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtSlave.3; sourceTree = "<group>"; };
222                F96D3E2308F272A5004A47F5 /* CrtTimerHdlr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtTimerHdlr.3; sourceTree = "<group>"; };
223                F96D3E2408F272A5004A47F5 /* CrtTrace.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = CrtTrace.3; sourceTree = "<group>"; };
224                F96D3E2508F272A5004A47F5 /* dde.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dde.n; sourceTree = "<group>"; };
225                F96D3E2608F272A5004A47F5 /* DetachPids.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DetachPids.3; sourceTree = "<group>"; };
226                F96D3E2708F272A5004A47F5 /* dict.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dict.n; sourceTree = "<group>"; };
227                F96D3E2808F272A5004A47F5 /* DictObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DictObj.3; sourceTree = "<group>"; };
228                F96D3E2908F272A5004A47F5 /* DoOneEvent.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DoOneEvent.3; sourceTree = "<group>"; };
229                F96D3E2A08F272A5004A47F5 /* DoubleObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DoubleObj.3; sourceTree = "<group>"; };
230                F96D3E2B08F272A5004A47F5 /* DoWhenIdle.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DoWhenIdle.3; sourceTree = "<group>"; };
231                F96D3E2C08F272A5004A47F5 /* DString.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DString.3; sourceTree = "<group>"; };
232                F96D3E2D08F272A5004A47F5 /* DumpActiveMemory.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = DumpActiveMemory.3; sourceTree = "<group>"; };
233                F96D3E2E08F272A5004A47F5 /* Encoding.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Encoding.3; sourceTree = "<group>"; };
234                F96D3E2F08F272A5004A47F5 /* encoding.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = encoding.n; sourceTree = "<group>"; };
235                F96D3E3008F272A5004A47F5 /* Ensemble.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Ensemble.3; sourceTree = "<group>"; };
236                F96D3E3108F272A5004A47F5 /* Environment.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Environment.3; sourceTree = "<group>"; };
237                F96D3E3208F272A5004A47F5 /* eof.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = eof.n; sourceTree = "<group>"; };
238                F96D3E3308F272A5004A47F5 /* error.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = error.n; sourceTree = "<group>"; };
239                F96D3E3408F272A5004A47F5 /* Eval.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Eval.3; sourceTree = "<group>"; };
240                F96D3E3508F272A5004A47F5 /* eval.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = eval.n; sourceTree = "<group>"; };
241                F96D3E3608F272A5004A47F5 /* exec.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = exec.n; sourceTree = "<group>"; };
242                F96D3E3708F272A5004A47F5 /* Exit.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Exit.3; sourceTree = "<group>"; };
243                F96D3E3808F272A5004A47F5 /* exit.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = exit.n; sourceTree = "<group>"; };
244                F96D3E3908F272A5004A47F5 /* expr.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = expr.n; sourceTree = "<group>"; };
245                F96D3E3A08F272A5004A47F5 /* ExprLong.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ExprLong.3; sourceTree = "<group>"; };
246                F96D3E3B08F272A5004A47F5 /* ExprLongObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ExprLongObj.3; sourceTree = "<group>"; };
247                F96D3E3C08F272A5004A47F5 /* fblocked.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = fblocked.n; sourceTree = "<group>"; };
248                F96D3E3D08F272A5004A47F5 /* fconfigure.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = fconfigure.n; sourceTree = "<group>"; };
249                F96D3E3E08F272A5004A47F5 /* fcopy.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = fcopy.n; sourceTree = "<group>"; };
250                F96D3E3F08F272A5004A47F5 /* file.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = file.n; sourceTree = "<group>"; };
251                F96D3E4008F272A5004A47F5 /* fileevent.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = fileevent.n; sourceTree = "<group>"; };
252                F96D3E4108F272A5004A47F5 /* filename.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = filename.n; sourceTree = "<group>"; };
253                F96D3E4208F272A5004A47F5 /* FileSystem.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = FileSystem.3; sourceTree = "<group>"; };
254                F96D3E4308F272A5004A47F5 /* FindExec.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = FindExec.3; sourceTree = "<group>"; };
255                F96D3E4408F272A5004A47F5 /* flush.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = flush.n; sourceTree = "<group>"; };
256                F96D3E4508F272A5004A47F5 /* for.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = for.n; sourceTree = "<group>"; };
257                F96D3E4608F272A5004A47F5 /* foreach.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = foreach.n; sourceTree = "<group>"; };
258                F96D3E4708F272A5004A47F5 /* format.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = format.n; sourceTree = "<group>"; };
259                F96D3E4808F272A5004A47F5 /* GetCwd.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetCwd.3; sourceTree = "<group>"; };
260                F96D3E4908F272A5004A47F5 /* GetHostName.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetHostName.3; sourceTree = "<group>"; };
261                F96D3E4A08F272A5004A47F5 /* GetIndex.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetIndex.3; sourceTree = "<group>"; };
262                F96D3E4B08F272A5004A47F5 /* GetInt.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetInt.3; sourceTree = "<group>"; };
263                F96D3E4C08F272A5004A47F5 /* GetOpnFl.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetOpnFl.3; sourceTree = "<group>"; };
264                F96D3E4D08F272A5004A47F5 /* gets.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = gets.n; sourceTree = "<group>"; };
265                F96D3E4E08F272A5004A47F5 /* GetStdChan.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetStdChan.3; sourceTree = "<group>"; };
266                F96D3E4F08F272A5004A47F5 /* GetTime.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetTime.3; sourceTree = "<group>"; };
267                F96D3E5008F272A5004A47F5 /* GetVersion.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = GetVersion.3; sourceTree = "<group>"; };
268                F96D3E5108F272A5004A47F5 /* glob.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = glob.n; sourceTree = "<group>"; };
269                F96D3E5208F272A6004A47F5 /* global.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = global.n; sourceTree = "<group>"; };
270                F96D3E5308F272A6004A47F5 /* Hash.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Hash.3; sourceTree = "<group>"; };
271                F96D3E5408F272A6004A47F5 /* history.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = history.n; sourceTree = "<group>"; };
272                F96D3E5508F272A6004A47F5 /* http.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = http.n; sourceTree = "<group>"; };
273                F96D3E5608F272A6004A47F5 /* if.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = if.n; sourceTree = "<group>"; };
274                F96D3E5708F272A6004A47F5 /* incr.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = incr.n; sourceTree = "<group>"; };
275                F96D3E5808F272A6004A47F5 /* info.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = info.n; sourceTree = "<group>"; };
276                F96D3E5908F272A6004A47F5 /* Init.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Init.3; sourceTree = "<group>"; };
277                F96D3E5A08F272A6004A47F5 /* InitStubs.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = InitStubs.3; sourceTree = "<group>"; };
278                F96D3E5B08F272A6004A47F5 /* Interp.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Interp.3; sourceTree = "<group>"; };
279                F96D3E5C08F272A6004A47F5 /* interp.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = interp.n; sourceTree = "<group>"; };
280                F96D3E5D08F272A6004A47F5 /* IntObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = IntObj.3; sourceTree = "<group>"; };
281                F96D3E5E08F272A6004A47F5 /* join.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = join.n; sourceTree = "<group>"; };
282                F96D3E5F08F272A6004A47F5 /* lappend.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lappend.n; sourceTree = "<group>"; };
283                F96D3E6008F272A6004A47F5 /* lassign.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lassign.n; sourceTree = "<group>"; };
284                F96D3E6108F272A6004A47F5 /* library.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = library.n; sourceTree = "<group>"; };
285                F96D3E6208F272A6004A47F5 /* Limit.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Limit.3; sourceTree = "<group>"; };
286                F96D3E6308F272A6004A47F5 /* lindex.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lindex.n; sourceTree = "<group>"; };
287                F96D3E6408F272A6004A47F5 /* LinkVar.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = LinkVar.3; sourceTree = "<group>"; };
288                F96D3E6508F272A6004A47F5 /* linsert.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = linsert.n; sourceTree = "<group>"; };
289                F96D3E6608F272A6004A47F5 /* list.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = list.n; sourceTree = "<group>"; };
290                F96D3E6708F272A6004A47F5 /* ListObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ListObj.3; sourceTree = "<group>"; };
291                F96D3E6808F272A6004A47F5 /* llength.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = llength.n; sourceTree = "<group>"; };
292                F96D3E6908F272A6004A47F5 /* load.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = load.n; sourceTree = "<group>"; };
293                F96D3E6A08F272A6004A47F5 /* lrange.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lrange.n; sourceTree = "<group>"; };
294                F96D3E6B08F272A6004A47F5 /* lrepeat.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lrepeat.n; sourceTree = "<group>"; };
295                F96D3E6C08F272A6004A47F5 /* lreplace.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lreplace.n; sourceTree = "<group>"; };
296                F96D3E6D08F272A6004A47F5 /* lsearch.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lsearch.n; sourceTree = "<group>"; };
297                F96D3E6E08F272A6004A47F5 /* lset.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lset.n; sourceTree = "<group>"; };
298                F96D3E6F08F272A6004A47F5 /* lsort.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = lsort.n; sourceTree = "<group>"; };
299                F96D3E7008F272A6004A47F5 /* man.macros */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = man.macros; sourceTree = "<group>"; };
300                F96D3E7108F272A6004A47F5 /* mathfunc.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = mathfunc.n; sourceTree = "<group>"; };
301                F96D3E7208F272A6004A47F5 /* memory.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = memory.n; sourceTree = "<group>"; };
302                F96D3E7308F272A6004A47F5 /* msgcat.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = msgcat.n; sourceTree = "<group>"; };
303                F96D3E7408F272A6004A47F5 /* Namespace.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Namespace.3; sourceTree = "<group>"; };
304                F96D3E7508F272A6004A47F5 /* namespace.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = namespace.n; sourceTree = "<group>"; };
305                F96D3E7608F272A6004A47F5 /* Notifier.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Notifier.3; sourceTree = "<group>"; };
306                F96D3E7708F272A6004A47F5 /* Object.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Object.3; sourceTree = "<group>"; };
307                F96D3E7808F272A6004A47F5 /* ObjectType.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ObjectType.3; sourceTree = "<group>"; };
308                F96D3E7908F272A6004A47F5 /* open.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = open.n; sourceTree = "<group>"; };
309                F96D3E7A08F272A6004A47F5 /* OpenFileChnl.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = OpenFileChnl.3; sourceTree = "<group>"; };
310                F96D3E7B08F272A6004A47F5 /* OpenTcp.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = OpenTcp.3; sourceTree = "<group>"; };
311                F96D3E7C08F272A6004A47F5 /* package.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = package.n; sourceTree = "<group>"; };
312                F96D3E7D08F272A6004A47F5 /* packagens.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = packagens.n; sourceTree = "<group>"; };
313                F96D3E7E08F272A6004A47F5 /* Panic.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Panic.3; sourceTree = "<group>"; };
314                F96D3E7F08F272A6004A47F5 /* ParseCmd.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ParseCmd.3; sourceTree = "<group>"; };
315                F96D3E8008F272A6004A47F5 /* pid.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = pid.n; sourceTree = "<group>"; };
316                F96D3E8108F272A6004A47F5 /* pkgMkIndex.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = pkgMkIndex.n; sourceTree = "<group>"; };
317                F96D3E8208F272A6004A47F5 /* PkgRequire.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = PkgRequire.3; sourceTree = "<group>"; };
318                F96D3E8308F272A6004A47F5 /* Preserve.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Preserve.3; sourceTree = "<group>"; };
319                F96D3E8408F272A6004A47F5 /* PrintDbl.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = PrintDbl.3; sourceTree = "<group>"; };
320                F96D3E8508F272A6004A47F5 /* proc.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = proc.n; sourceTree = "<group>"; };
321                F96D3E8608F272A6004A47F5 /* puts.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = puts.n; sourceTree = "<group>"; };
322                F96D3E8708F272A6004A47F5 /* pwd.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = pwd.n; sourceTree = "<group>"; };
323                F96D3E8808F272A6004A47F5 /* re_syntax.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = re_syntax.n; sourceTree = "<group>"; };
324                F96D3E8908F272A6004A47F5 /* read.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = read.n; sourceTree = "<group>"; };
325                F96D3E8A08F272A6004A47F5 /* RecEvalObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = RecEvalObj.3; sourceTree = "<group>"; };
326                F96D3E8B08F272A6004A47F5 /* RecordEval.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = RecordEval.3; sourceTree = "<group>"; };
327                F96D3E8C08F272A6004A47F5 /* RegConfig.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = RegConfig.3; sourceTree = "<group>"; };
328                F96D3E8D08F272A6004A47F5 /* RegExp.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = RegExp.3; sourceTree = "<group>"; };
329                F96D3E8E08F272A6004A47F5 /* regexp.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = regexp.n; sourceTree = "<group>"; };
330                F96D3E8F08F272A6004A47F5 /* registry.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = registry.n; sourceTree = "<group>"; };
331                F96D3E9008F272A6004A47F5 /* regsub.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = regsub.n; sourceTree = "<group>"; };
332                F96D3E9108F272A6004A47F5 /* rename.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = rename.n; sourceTree = "<group>"; };
333                F96D3E9208F272A6004A47F5 /* return.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = return.n; sourceTree = "<group>"; };
334                F96D3E9308F272A6004A47F5 /* safe.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = safe.n; sourceTree = "<group>"; };
335                F96D3E9408F272A6004A47F5 /* SaveResult.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SaveResult.3; sourceTree = "<group>"; };
336                F96D3E9508F272A6004A47F5 /* scan.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = scan.n; sourceTree = "<group>"; };
337                F96D3E9608F272A6004A47F5 /* seek.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = seek.n; sourceTree = "<group>"; };
338                F96D3E9708F272A6004A47F5 /* set.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = set.n; sourceTree = "<group>"; };
339                F96D3E9808F272A6004A47F5 /* SetChanErr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SetChanErr.3; sourceTree = "<group>"; };
340                F96D3E9908F272A6004A47F5 /* SetErrno.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SetErrno.3; sourceTree = "<group>"; };
341                F96D3E9A08F272A6004A47F5 /* SetRecLmt.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SetRecLmt.3; sourceTree = "<group>"; };
342                F96D3E9B08F272A7004A47F5 /* SetResult.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SetResult.3; sourceTree = "<group>"; };
343                F96D3E9C08F272A7004A47F5 /* SetVar.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SetVar.3; sourceTree = "<group>"; };
344                F96D3E9D08F272A7004A47F5 /* Signal.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Signal.3; sourceTree = "<group>"; };
345                F96D3E9E08F272A7004A47F5 /* Sleep.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Sleep.3; sourceTree = "<group>"; };
346                F96D3E9F08F272A7004A47F5 /* socket.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = socket.n; sourceTree = "<group>"; };
347                F96D3EA008F272A7004A47F5 /* source.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = source.n; sourceTree = "<group>"; };
348                F96D3EA108F272A7004A47F5 /* SourceRCFile.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SourceRCFile.3; sourceTree = "<group>"; };
349                F96D3EA208F272A7004A47F5 /* split.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = split.n; sourceTree = "<group>"; };
350                F96D3EA308F272A7004A47F5 /* SplitList.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SplitList.3; sourceTree = "<group>"; };
351                F96D3EA408F272A7004A47F5 /* SplitPath.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SplitPath.3; sourceTree = "<group>"; };
352                F96D3EA508F272A7004A47F5 /* StaticPkg.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = StaticPkg.3; sourceTree = "<group>"; };
353                F96D3EA608F272A7004A47F5 /* StdChannels.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = StdChannels.3; sourceTree = "<group>"; };
354                F96D3EA708F272A7004A47F5 /* string.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = string.n; sourceTree = "<group>"; };
355                F96D3EA808F272A7004A47F5 /* StringObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = StringObj.3; sourceTree = "<group>"; };
356                F96D3EA908F272A7004A47F5 /* StrMatch.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = StrMatch.3; sourceTree = "<group>"; };
357                F96D3EAA08F272A7004A47F5 /* subst.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = subst.n; sourceTree = "<group>"; };
358                F96D3EAB08F272A7004A47F5 /* SubstObj.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = SubstObj.3; sourceTree = "<group>"; };
359                F96D3EAC08F272A7004A47F5 /* switch.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = switch.n; sourceTree = "<group>"; };
360                F96D3EAD08F272A7004A47F5 /* Tcl.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Tcl.n; sourceTree = "<group>"; };
361                F96D3EAE08F272A7004A47F5 /* Tcl_Main.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Tcl_Main.3; sourceTree = "<group>"; };
362                F96D3EAF08F272A7004A47F5 /* TCL_MEM_DEBUG.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = TCL_MEM_DEBUG.3; sourceTree = "<group>"; };
363                F96D3EB008F272A7004A47F5 /* tclsh.1 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = tclsh.1; sourceTree = "<group>"; };
364                F96D3EB108F272A7004A47F5 /* tcltest.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = tcltest.n; sourceTree = "<group>"; };
365                F96D3EB208F272A7004A47F5 /* tclvars.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = tclvars.n; sourceTree = "<group>"; };
366                F96D3EB308F272A7004A47F5 /* tell.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = tell.n; sourceTree = "<group>"; };
367                F96D3EB408F272A7004A47F5 /* Thread.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Thread.3; sourceTree = "<group>"; };
368                F96D3EB508F272A7004A47F5 /* time.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = time.n; sourceTree = "<group>"; };
369                F96D3EB608F272A7004A47F5 /* tm.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = tm.n; sourceTree = "<group>"; };
370                F96D3EB708F272A7004A47F5 /* ToUpper.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = ToUpper.3; sourceTree = "<group>"; };
371                F96D3EB808F272A7004A47F5 /* trace.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = trace.n; sourceTree = "<group>"; };
372                F96D3EB908F272A7004A47F5 /* TraceCmd.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = TraceCmd.3; sourceTree = "<group>"; };
373                F96D3EBA08F272A7004A47F5 /* TraceVar.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = TraceVar.3; sourceTree = "<group>"; };
374                F96D3EBB08F272A7004A47F5 /* Translate.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Translate.3; sourceTree = "<group>"; };
375                F96D3EBC08F272A7004A47F5 /* UniCharIsAlpha.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = UniCharIsAlpha.3; sourceTree = "<group>"; };
376                F96D3EBD08F272A7004A47F5 /* unknown.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = unknown.n; sourceTree = "<group>"; };
377                F96D3EBE08F272A7004A47F5 /* unload.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = unload.n; sourceTree = "<group>"; };
378                F96D3EBF08F272A7004A47F5 /* unset.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = unset.n; sourceTree = "<group>"; };
379                F96D3EC008F272A7004A47F5 /* update.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = update.n; sourceTree = "<group>"; };
380                F96D3EC108F272A7004A47F5 /* uplevel.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = uplevel.n; sourceTree = "<group>"; };
381                F96D3EC208F272A7004A47F5 /* UpVar.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = UpVar.3; sourceTree = "<group>"; };
382                F96D3EC308F272A7004A47F5 /* upvar.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = upvar.n; sourceTree = "<group>"; };
383                F96D3EC408F272A7004A47F5 /* Utf.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Utf.3; sourceTree = "<group>"; };
384                F96D3EC508F272A7004A47F5 /* variable.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = variable.n; sourceTree = "<group>"; };
385                F96D3EC608F272A7004A47F5 /* vwait.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = vwait.n; sourceTree = "<group>"; };
386                F96D3EC708F272A7004A47F5 /* while.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = while.n; sourceTree = "<group>"; };
387                F96D3EC808F272A7004A47F5 /* WrongNumArgs.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = WrongNumArgs.3; sourceTree = "<group>"; };
388                F96D3ECA08F272A7004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
389                F96D3ECB08F272A7004A47F5 /* regc_color.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regc_color.c; sourceTree = "<group>"; };
390                F96D3ECC08F272A7004A47F5 /* regc_cvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regc_cvec.c; sourceTree = "<group>"; };
391                F96D3ECD08F272A7004A47F5 /* regc_lex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regc_lex.c; sourceTree = "<group>"; };
392                F96D3ECE08F272A7004A47F5 /* regc_locale.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regc_locale.c; sourceTree = "<group>"; };
393                F96D3ECF08F272A7004A47F5 /* regc_nfa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regc_nfa.c; sourceTree = "<group>"; };
394                F96D3ED008F272A7004A47F5 /* regcomp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regcomp.c; sourceTree = "<group>"; };
395                F96D3ED108F272A7004A47F5 /* regcustom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regcustom.h; sourceTree = "<group>"; };
396                F96D3ED208F272A7004A47F5 /* rege_dfa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rege_dfa.c; sourceTree = "<group>"; };
397                F96D3ED308F272A7004A47F5 /* regerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regerror.c; sourceTree = "<group>"; };
398                F96D3ED408F272A7004A47F5 /* regerrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regerrs.h; sourceTree = "<group>"; };
399                F96D3ED508F272A7004A47F5 /* regex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regex.h; sourceTree = "<group>"; };
400                F96D3ED608F272A7004A47F5 /* regexec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regexec.c; sourceTree = "<group>"; };
401                F96D3ED708F272A7004A47F5 /* regfree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regfree.c; sourceTree = "<group>"; };
402                F96D3ED808F272A7004A47F5 /* regfronts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = regfronts.c; sourceTree = "<group>"; };
403                F96D3ED908F272A7004A47F5 /* regguts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regguts.h; sourceTree = "<group>"; };
404                F96D3EDA08F272A7004A47F5 /* tcl.decls */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tcl.decls; sourceTree = "<group>"; };
405                F96D3EDB08F272A7004A47F5 /* tcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcl.h; sourceTree = "<group>"; };
406                F96D3EDC08F272A7004A47F5 /* tclAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclAlloc.c; sourceTree = "<group>"; };
407                F96D3EDD08F272A7004A47F5 /* tclAsync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclAsync.c; sourceTree = "<group>"; };
408                F96D3EDE08F272A7004A47F5 /* tclBasic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclBasic.c; sourceTree = "<group>"; };
409                F96D3EDF08F272A7004A47F5 /* tclBinary.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclBinary.c; sourceTree = "<group>"; };
410                F96D3EE008F272A7004A47F5 /* tclCkalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCkalloc.c; sourceTree = "<group>"; };
411                F96D3EE108F272A7004A47F5 /* tclClock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclClock.c; sourceTree = "<group>"; };
412                F96D3EE208F272A7004A47F5 /* tclCmdAH.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCmdAH.c; sourceTree = "<group>"; };
413                F96D3EE308F272A7004A47F5 /* tclCmdIL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCmdIL.c; sourceTree = "<group>"; };
414                F96D3EE408F272A7004A47F5 /* tclCmdMZ.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCmdMZ.c; sourceTree = "<group>"; };
415                F96D3EE508F272A7004A47F5 /* tclCompCmds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCompCmds.c; sourceTree = "<group>"; };
416                F96D3EE608F272A7004A47F5 /* tclCompExpr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCompExpr.c; sourceTree = "<group>"; };
417                F96D3EE708F272A7004A47F5 /* tclCompile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclCompile.c; sourceTree = "<group>"; };
418                F96D3EE808F272A7004A47F5 /* tclCompile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclCompile.h; sourceTree = "<group>"; };
419                F96D3EE908F272A7004A47F5 /* tclConfig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclConfig.c; sourceTree = "<group>"; };
420                F96D3EEA08F272A7004A47F5 /* tclDate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclDate.c; sourceTree = "<group>"; };
421                F96D3EEB08F272A7004A47F5 /* tclDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclDecls.h; sourceTree = "<group>"; };
422                F96D3EEC08F272A7004A47F5 /* tclDictObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclDictObj.c; sourceTree = "<group>"; };
423                F96D3EED08F272A7004A47F5 /* tclEncoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclEncoding.c; sourceTree = "<group>"; };
424                F96D3EEE08F272A7004A47F5 /* tclEnv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclEnv.c; sourceTree = "<group>"; };
425                F96D3EEF08F272A7004A47F5 /* tclEvent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclEvent.c; sourceTree = "<group>"; };
426                F96D3EF008F272A7004A47F5 /* tclExecute.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclExecute.c; sourceTree = "<group>"; };
427                F96D3EF108F272A7004A47F5 /* tclFCmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclFCmd.c; sourceTree = "<group>"; };
428                F96D3EF208F272A7004A47F5 /* tclFileName.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclFileName.c; sourceTree = "<group>"; };
429                F96D3EF308F272A7004A47F5 /* tclFileSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclFileSystem.h; sourceTree = "<group>"; };
430                F96D3EF408F272A7004A47F5 /* tclGet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclGet.c; sourceTree = "<group>"; };
431                F96D3EF508F272A7004A47F5 /* tclGetDate.y */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.yacc; path = tclGetDate.y; sourceTree = "<group>"; };
432                F96D3EF608F272A7004A47F5 /* tclHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclHash.c; sourceTree = "<group>"; };
433                F96D3EF708F272A7004A47F5 /* tclHistory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclHistory.c; sourceTree = "<group>"; };
434                F96D3EF808F272A7004A47F5 /* tclIndexObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIndexObj.c; sourceTree = "<group>"; };
435                F96D3EF908F272A7004A47F5 /* tclInt.decls */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclInt.decls; sourceTree = "<group>"; };
436                F96D3EFA08F272A7004A47F5 /* tclInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclInt.h; sourceTree = "<group>"; };
437                F96D3EFB08F272A7004A47F5 /* tclIntDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclIntDecls.h; sourceTree = "<group>"; };
438                F96D3EFC08F272A7004A47F5 /* tclInterp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclInterp.c; sourceTree = "<group>"; };
439                F96D3EFD08F272A7004A47F5 /* tclIntPlatDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclIntPlatDecls.h; sourceTree = "<group>"; };
440                F96D3EFE08F272A7004A47F5 /* tclIO.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIO.c; sourceTree = "<group>"; };
441                F96D3EFF08F272A7004A47F5 /* tclIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclIO.h; sourceTree = "<group>"; };
442                F96D3F0008F272A7004A47F5 /* tclIOCmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIOCmd.c; sourceTree = "<group>"; };
443                F96D3F0108F272A7004A47F5 /* tclIOGT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIOGT.c; sourceTree = "<group>"; };
444                F96D3F0208F272A7004A47F5 /* tclIORChan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIORChan.c; sourceTree = "<group>"; };
445                F96D3F0308F272A7004A47F5 /* tclIOSock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIOSock.c; sourceTree = "<group>"; };
446                F96D3F0408F272A7004A47F5 /* tclIOUtil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclIOUtil.c; sourceTree = "<group>"; };
447                F96D3F0508F272A7004A47F5 /* tclLink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLink.c; sourceTree = "<group>"; };
448                F96D3F0608F272A7004A47F5 /* tclListObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclListObj.c; sourceTree = "<group>"; };
449                F96D3F0708F272A7004A47F5 /* tclLiteral.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLiteral.c; sourceTree = "<group>"; };
450                F96D3F0808F272A7004A47F5 /* tclLoad.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoad.c; sourceTree = "<group>"; };
451                F96D3F0908F272A7004A47F5 /* tclLoadNone.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadNone.c; sourceTree = "<group>"; };
452                F96D3F0A08F272A7004A47F5 /* tclMain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclMain.c; sourceTree = "<group>"; };
453                F96D3F0B08F272A7004A47F5 /* tclNamesp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclNamesp.c; sourceTree = "<group>"; };
454                F96D3F0C08F272A7004A47F5 /* tclNotify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclNotify.c; sourceTree = "<group>"; };
455                F96D3F0D08F272A7004A47F5 /* tclObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclObj.c; sourceTree = "<group>"; };
456                F96D3F0E08F272A7004A47F5 /* tclPanic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPanic.c; sourceTree = "<group>"; };
457                F96D3F0F08F272A7004A47F5 /* tclParse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclParse.c; sourceTree = "<group>"; };
458                F96D3F1108F272A7004A47F5 /* tclPathObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPathObj.c; sourceTree = "<group>"; };
459                F96D3F1208F272A7004A47F5 /* tclPipe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPipe.c; sourceTree = "<group>"; };
460                F96D3F1308F272A7004A47F5 /* tclPkg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPkg.c; sourceTree = "<group>"; };
461                F96D3F1408F272A7004A47F5 /* tclPkgConfig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPkgConfig.c; sourceTree = "<group>"; };
462                F96D3F1508F272A7004A47F5 /* tclPlatDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclPlatDecls.h; sourceTree = "<group>"; };
463                F96D3F1608F272A7004A47F5 /* tclPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclPort.h; sourceTree = "<group>"; };
464                F96D3F1708F272A7004A47F5 /* tclPosixStr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPosixStr.c; sourceTree = "<group>"; };
465                F96D3F1808F272A7004A47F5 /* tclPreserve.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclPreserve.c; sourceTree = "<group>"; };
466                F96D3F1908F272A7004A47F5 /* tclProc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclProc.c; sourceTree = "<group>"; };
467                F96D3F1A08F272A7004A47F5 /* tclRegexp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclRegexp.c; sourceTree = "<group>"; };
468                F96D3F1B08F272A7004A47F5 /* tclRegexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclRegexp.h; sourceTree = "<group>"; };
469                F96D3F1C08F272A7004A47F5 /* tclResolve.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclResolve.c; sourceTree = "<group>"; };
470                F96D3F1D08F272A7004A47F5 /* tclResult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclResult.c; sourceTree = "<group>"; };
471                F96D3F1E08F272A7004A47F5 /* tclScan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclScan.c; sourceTree = "<group>"; };
472                F96D3F1F08F272A7004A47F5 /* tclStringObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclStringObj.c; sourceTree = "<group>"; };
473                F96D3F2408F272A7004A47F5 /* tclStrToD.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclStrToD.c; sourceTree = "<group>"; };
474                F96D3F2508F272A7004A47F5 /* tclStubInit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclStubInit.c; sourceTree = "<group>"; };
475                F96D3F2608F272A7004A47F5 /* tclStubLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclStubLib.c; sourceTree = "<group>"; };
476                F96D3F2708F272A7004A47F5 /* tclTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTest.c; sourceTree = "<group>"; };
477                F96D3F2808F272A7004A47F5 /* tclTestObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTestObj.c; sourceTree = "<group>"; };
478                F96D3F2908F272A7004A47F5 /* tclTestProcBodyObj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTestProcBodyObj.c; sourceTree = "<group>"; };
479                F96D3F2A08F272A7004A47F5 /* tclThread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclThread.c; sourceTree = "<group>"; };
480                F96D3F2B08F272A7004A47F5 /* tclThreadAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclThreadAlloc.c; sourceTree = "<group>"; };
481                F96D3F2C08F272A7004A47F5 /* tclThreadJoin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclThreadJoin.c; sourceTree = "<group>"; };
482                F96D3F2D08F272A7004A47F5 /* tclThreadStorage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclThreadStorage.c; sourceTree = "<group>"; };
483                F96D3F2E08F272A7004A47F5 /* tclThreadTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclThreadTest.c; sourceTree = "<group>"; };
484                F96D3F2F08F272A7004A47F5 /* tclTimer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTimer.c; sourceTree = "<group>"; };
485                F96D3F3008F272A7004A47F5 /* tclTomMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclTomMath.h; sourceTree = "<group>"; };
486                F96D3F3108F272A7004A47F5 /* tclTomMathInterface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTomMathInterface.c; sourceTree = "<group>"; };
487                F96D3F3208F272A7004A47F5 /* tclTrace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclTrace.c; sourceTree = "<group>"; };
488                F96D3F3308F272A7004A47F5 /* tclUniData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUniData.c; sourceTree = "<group>"; };
489                F96D3F3408F272A7004A47F5 /* tclUtf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUtf.c; sourceTree = "<group>"; };
490                F96D3F3508F272A7004A47F5 /* tclUtil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUtil.c; sourceTree = "<group>"; };
491                F96D3F3608F272A7004A47F5 /* tclVar.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclVar.c; sourceTree = "<group>"; };
492                F96D3F3708F272A7004A47F5 /* tommath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tommath.h; sourceTree = "<group>"; };
493                F96D3F3908F272A8004A47F5 /* auto.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = auto.tcl; sourceTree = "<group>"; };
494                F96D3F3A08F272A8004A47F5 /* clock.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = clock.tcl; sourceTree = "<group>"; };
495                F96D3F3C08F272A8004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
496                F96D3F8C08F272A8004A47F5 /* history.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = history.tcl; sourceTree = "<group>"; };
497                F96D3F8E08F272A8004A47F5 /* http.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = http.tcl; sourceTree = "<group>"; };
498                F96D3F8F08F272A8004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
499                F96D3F9108F272A8004A47F5 /* http.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = http.tcl; sourceTree = "<group>"; };
500                F96D3F9208F272A8004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
501                F96D3F9308F272A8004A47F5 /* init.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = init.tcl; sourceTree = "<group>"; };
502                F96D3F9508F272A8004A47F5 /* msgcat.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = msgcat.tcl; sourceTree = "<group>"; };
503                F96D3F9608F272A8004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
504                F96D401808F272AA004A47F5 /* optparse.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = optparse.tcl; sourceTree = "<group>"; };
505                F96D401908F272AA004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
506                F96D401A08F272AA004A47F5 /* package.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = package.tcl; sourceTree = "<group>"; };
507                F96D401B08F272AA004A47F5 /* parray.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = parray.tcl; sourceTree = "<group>"; };
508                F96D401D08F272AA004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
509                F96D401E08F272AA004A47F5 /* safe.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = safe.tcl; sourceTree = "<group>"; };
510                F96D401F08F272AA004A47F5 /* tclIndex */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclIndex; sourceTree = "<group>"; };
511                F96D402108F272AA004A47F5 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
512                F96D402208F272AA004A47F5 /* tcltest.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tcltest.tcl; sourceTree = "<group>"; };
513                F96D402308F272AA004A47F5 /* tm.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tm.tcl; sourceTree = "<group>"; };
514                F96D425B08F272B2004A47F5 /* word.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = word.tcl; sourceTree = "<group>"; };
515                F96D425F08F272B3004A47F5 /* bn.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = bn.pdf; sourceTree = "<group>"; };
516                F96D426108F272B3004A47F5 /* bn_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_error.c; sourceTree = "<group>"; };
517                F96D426208F272B3004A47F5 /* bn_fast_mp_invmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_fast_mp_invmod.c; sourceTree = "<group>"; };
518                F96D426308F272B3004A47F5 /* bn_fast_mp_montgomery_reduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_fast_mp_montgomery_reduce.c; sourceTree = "<group>"; };
519                F96D426408F272B3004A47F5 /* bn_fast_s_mp_mul_digs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_fast_s_mp_mul_digs.c; sourceTree = "<group>"; };
520                F96D426508F272B3004A47F5 /* bn_fast_s_mp_mul_high_digs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_fast_s_mp_mul_high_digs.c; sourceTree = "<group>"; };
521                F96D426608F272B3004A47F5 /* bn_fast_s_mp_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_fast_s_mp_sqr.c; sourceTree = "<group>"; };
522                F96D426708F272B3004A47F5 /* bn_mp_2expt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_2expt.c; sourceTree = "<group>"; };
523                F96D426808F272B3004A47F5 /* bn_mp_abs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_abs.c; sourceTree = "<group>"; };
524                F96D426908F272B3004A47F5 /* bn_mp_add.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_add.c; sourceTree = "<group>"; };
525                F96D426A08F272B3004A47F5 /* bn_mp_add_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_add_d.c; sourceTree = "<group>"; };
526                F96D426B08F272B3004A47F5 /* bn_mp_addmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_addmod.c; sourceTree = "<group>"; };
527                F96D426C08F272B3004A47F5 /* bn_mp_and.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_and.c; sourceTree = "<group>"; };
528                F96D426D08F272B3004A47F5 /* bn_mp_clamp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_clamp.c; sourceTree = "<group>"; };
529                F96D426E08F272B3004A47F5 /* bn_mp_clear.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_clear.c; sourceTree = "<group>"; };
530                F96D426F08F272B3004A47F5 /* bn_mp_clear_multi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_clear_multi.c; sourceTree = "<group>"; };
531                F96D427008F272B3004A47F5 /* bn_mp_cmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_cmp.c; sourceTree = "<group>"; };
532                F96D427108F272B3004A47F5 /* bn_mp_cmp_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_cmp_d.c; sourceTree = "<group>"; };
533                F96D427208F272B3004A47F5 /* bn_mp_cmp_mag.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_cmp_mag.c; sourceTree = "<group>"; };
534                F96D427308F272B3004A47F5 /* bn_mp_cnt_lsb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_cnt_lsb.c; sourceTree = "<group>"; };
535                F96D427408F272B3004A47F5 /* bn_mp_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_copy.c; sourceTree = "<group>"; };
536                F96D427508F272B3004A47F5 /* bn_mp_count_bits.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_count_bits.c; sourceTree = "<group>"; };
537                F96D427608F272B3004A47F5 /* bn_mp_div.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_div.c; sourceTree = "<group>"; };
538                F96D427708F272B3004A47F5 /* bn_mp_div_2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_div_2.c; sourceTree = "<group>"; };
539                F96D427808F272B3004A47F5 /* bn_mp_div_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_div_2d.c; sourceTree = "<group>"; };
540                F96D427908F272B3004A47F5 /* bn_mp_div_3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_div_3.c; sourceTree = "<group>"; };
541                F96D427A08F272B3004A47F5 /* bn_mp_div_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_div_d.c; sourceTree = "<group>"; };
542                F96D427B08F272B3004A47F5 /* bn_mp_dr_is_modulus.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_dr_is_modulus.c; sourceTree = "<group>"; };
543                F96D427C08F272B3004A47F5 /* bn_mp_dr_reduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_dr_reduce.c; sourceTree = "<group>"; };
544                F96D427D08F272B3004A47F5 /* bn_mp_dr_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_dr_setup.c; sourceTree = "<group>"; };
545                F96D427E08F272B3004A47F5 /* bn_mp_exch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_exch.c; sourceTree = "<group>"; };
546                F96D427F08F272B3004A47F5 /* bn_mp_expt_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_expt_d.c; sourceTree = "<group>"; };
547                F96D428008F272B3004A47F5 /* bn_mp_exptmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_exptmod.c; sourceTree = "<group>"; };
548                F96D428108F272B3004A47F5 /* bn_mp_exptmod_fast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_exptmod_fast.c; sourceTree = "<group>"; };
549                F96D428208F272B3004A47F5 /* bn_mp_exteuclid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_exteuclid.c; sourceTree = "<group>"; };
550                F96D428308F272B3004A47F5 /* bn_mp_fread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_fread.c; sourceTree = "<group>"; };
551                F96D428408F272B3004A47F5 /* bn_mp_fwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_fwrite.c; sourceTree = "<group>"; };
552                F96D428508F272B3004A47F5 /* bn_mp_gcd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_gcd.c; sourceTree = "<group>"; };
553                F96D428608F272B3004A47F5 /* bn_mp_get_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_get_int.c; sourceTree = "<group>"; };
554                F96D428708F272B3004A47F5 /* bn_mp_grow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_grow.c; sourceTree = "<group>"; };
555                F96D428808F272B3004A47F5 /* bn_mp_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init.c; sourceTree = "<group>"; };
556                F96D428908F272B3004A47F5 /* bn_mp_init_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init_copy.c; sourceTree = "<group>"; };
557                F96D428A08F272B3004A47F5 /* bn_mp_init_multi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init_multi.c; sourceTree = "<group>"; };
558                F96D428B08F272B3004A47F5 /* bn_mp_init_set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init_set.c; sourceTree = "<group>"; };
559                F96D428C08F272B3004A47F5 /* bn_mp_init_set_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init_set_int.c; sourceTree = "<group>"; };
560                F96D428D08F272B3004A47F5 /* bn_mp_init_size.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_init_size.c; sourceTree = "<group>"; };
561                F96D428E08F272B3004A47F5 /* bn_mp_invmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_invmod.c; sourceTree = "<group>"; };
562                F96D428F08F272B3004A47F5 /* bn_mp_invmod_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_invmod_slow.c; sourceTree = "<group>"; };
563                F96D429008F272B3004A47F5 /* bn_mp_is_square.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_is_square.c; sourceTree = "<group>"; };
564                F96D429108F272B3004A47F5 /* bn_mp_jacobi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_jacobi.c; sourceTree = "<group>"; };
565                F96D429208F272B3004A47F5 /* bn_mp_karatsuba_mul.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_karatsuba_mul.c; sourceTree = "<group>"; };
566                F96D429308F272B3004A47F5 /* bn_mp_karatsuba_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_karatsuba_sqr.c; sourceTree = "<group>"; };
567                F96D429408F272B3004A47F5 /* bn_mp_lcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_lcm.c; sourceTree = "<group>"; };
568                F96D429508F272B3004A47F5 /* bn_mp_lshd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_lshd.c; sourceTree = "<group>"; };
569                F96D429608F272B3004A47F5 /* bn_mp_mod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mod.c; sourceTree = "<group>"; };
570                F96D429708F272B3004A47F5 /* bn_mp_mod_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mod_2d.c; sourceTree = "<group>"; };
571                F96D429808F272B3004A47F5 /* bn_mp_mod_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mod_d.c; sourceTree = "<group>"; };
572                F96D429908F272B3004A47F5 /* bn_mp_montgomery_calc_normalization.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_montgomery_calc_normalization.c; sourceTree = "<group>"; };
573                F96D429A08F272B3004A47F5 /* bn_mp_montgomery_reduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_montgomery_reduce.c; sourceTree = "<group>"; };
574                F96D429B08F272B3004A47F5 /* bn_mp_montgomery_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_montgomery_setup.c; sourceTree = "<group>"; };
575                F96D429C08F272B3004A47F5 /* bn_mp_mul.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mul.c; sourceTree = "<group>"; };
576                F96D429D08F272B3004A47F5 /* bn_mp_mul_2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mul_2.c; sourceTree = "<group>"; };
577                F96D429E08F272B3004A47F5 /* bn_mp_mul_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mul_2d.c; sourceTree = "<group>"; };
578                F96D429F08F272B3004A47F5 /* bn_mp_mul_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mul_d.c; sourceTree = "<group>"; };
579                F96D42A008F272B3004A47F5 /* bn_mp_mulmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_mulmod.c; sourceTree = "<group>"; };
580                F96D42A108F272B3004A47F5 /* bn_mp_n_root.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_n_root.c; sourceTree = "<group>"; };
581                F96D42A208F272B3004A47F5 /* bn_mp_neg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_neg.c; sourceTree = "<group>"; };
582                F96D42A308F272B3004A47F5 /* bn_mp_or.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_or.c; sourceTree = "<group>"; };
583                F96D42A408F272B3004A47F5 /* bn_mp_prime_fermat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_fermat.c; sourceTree = "<group>"; };
584                F96D42A508F272B3004A47F5 /* bn_mp_prime_is_divisible.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_is_divisible.c; sourceTree = "<group>"; };
585                F96D42A608F272B3004A47F5 /* bn_mp_prime_is_prime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_is_prime.c; sourceTree = "<group>"; };
586                F96D42A708F272B3004A47F5 /* bn_mp_prime_miller_rabin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_miller_rabin.c; sourceTree = "<group>"; };
587                F96D42A808F272B3004A47F5 /* bn_mp_prime_next_prime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_next_prime.c; sourceTree = "<group>"; };
588                F96D42A908F272B3004A47F5 /* bn_mp_prime_rabin_miller_trials.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_rabin_miller_trials.c; sourceTree = "<group>"; };
589                F96D42AA08F272B3004A47F5 /* bn_mp_prime_random_ex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_prime_random_ex.c; sourceTree = "<group>"; };
590                F96D42AB08F272B3004A47F5 /* bn_mp_radix_size.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_radix_size.c; sourceTree = "<group>"; };
591                F96D42AC08F272B3004A47F5 /* bn_mp_radix_smap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_radix_smap.c; sourceTree = "<group>"; };
592                F96D42AD08F272B3004A47F5 /* bn_mp_rand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_rand.c; sourceTree = "<group>"; };
593                F96D42AE08F272B3004A47F5 /* bn_mp_read_radix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_read_radix.c; sourceTree = "<group>"; };
594                F96D42AF08F272B3004A47F5 /* bn_mp_read_signed_bin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_read_signed_bin.c; sourceTree = "<group>"; };
595                F96D42B008F272B3004A47F5 /* bn_mp_read_unsigned_bin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_read_unsigned_bin.c; sourceTree = "<group>"; };
596                F96D42B108F272B3004A47F5 /* bn_mp_reduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce.c; sourceTree = "<group>"; };
597                F96D42B208F272B3004A47F5 /* bn_mp_reduce_2k.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_2k.c; sourceTree = "<group>"; };
598                F96D42B308F272B3004A47F5 /* bn_mp_reduce_2k_l.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_2k_l.c; sourceTree = "<group>"; };
599                F96D42B408F272B3004A47F5 /* bn_mp_reduce_2k_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_2k_setup.c; sourceTree = "<group>"; };
600                F96D42B508F272B3004A47F5 /* bn_mp_reduce_2k_setup_l.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_2k_setup_l.c; sourceTree = "<group>"; };
601                F96D42B608F272B3004A47F5 /* bn_mp_reduce_is_2k.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_is_2k.c; sourceTree = "<group>"; };
602                F96D42B708F272B3004A47F5 /* bn_mp_reduce_is_2k_l.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_is_2k_l.c; sourceTree = "<group>"; };
603                F96D42B808F272B3004A47F5 /* bn_mp_reduce_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_reduce_setup.c; sourceTree = "<group>"; };
604                F96D42B908F272B3004A47F5 /* bn_mp_rshd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_rshd.c; sourceTree = "<group>"; };
605                F96D42BA08F272B3004A47F5 /* bn_mp_set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_set.c; sourceTree = "<group>"; };
606                F96D42BB08F272B3004A47F5 /* bn_mp_set_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_set_int.c; sourceTree = "<group>"; };
607                F96D42BC08F272B3004A47F5 /* bn_mp_shrink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_shrink.c; sourceTree = "<group>"; };
608                F96D42BD08F272B3004A47F5 /* bn_mp_signed_bin_size.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_signed_bin_size.c; sourceTree = "<group>"; };
609                F96D42BE08F272B3004A47F5 /* bn_mp_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_sqr.c; sourceTree = "<group>"; };
610                F96D42BF08F272B3004A47F5 /* bn_mp_sqrmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_sqrmod.c; sourceTree = "<group>"; };
611                F96D42C008F272B3004A47F5 /* bn_mp_sqrt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_sqrt.c; sourceTree = "<group>"; };
612                F96D42C108F272B3004A47F5 /* bn_mp_sub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_sub.c; sourceTree = "<group>"; };
613                F96D42C208F272B3004A47F5 /* bn_mp_sub_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_sub_d.c; sourceTree = "<group>"; };
614                F96D42C308F272B3004A47F5 /* bn_mp_submod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_submod.c; sourceTree = "<group>"; };
615                F96D42C408F272B3004A47F5 /* bn_mp_to_signed_bin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_to_signed_bin.c; sourceTree = "<group>"; };
616                F96D42C508F272B3004A47F5 /* bn_mp_to_signed_bin_n.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_to_signed_bin_n.c; sourceTree = "<group>"; };
617                F96D42C608F272B3004A47F5 /* bn_mp_to_unsigned_bin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_to_unsigned_bin.c; sourceTree = "<group>"; };
618                F96D42C708F272B3004A47F5 /* bn_mp_to_unsigned_bin_n.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_to_unsigned_bin_n.c; sourceTree = "<group>"; };
619                F96D42C808F272B3004A47F5 /* bn_mp_toom_mul.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_toom_mul.c; sourceTree = "<group>"; };
620                F96D42C908F272B3004A47F5 /* bn_mp_toom_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_toom_sqr.c; sourceTree = "<group>"; };
621                F96D42CA08F272B3004A47F5 /* bn_mp_toradix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_toradix.c; sourceTree = "<group>"; };
622                F96D42CB08F272B3004A47F5 /* bn_mp_toradix_n.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_toradix_n.c; sourceTree = "<group>"; };
623                F96D42CC08F272B3004A47F5 /* bn_mp_unsigned_bin_size.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_unsigned_bin_size.c; sourceTree = "<group>"; };
624                F96D42CD08F272B3004A47F5 /* bn_mp_xor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_xor.c; sourceTree = "<group>"; };
625                F96D42CE08F272B3004A47F5 /* bn_mp_zero.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mp_zero.c; sourceTree = "<group>"; };
626                F96D42CF08F272B3004A47F5 /* bn_prime_tab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_prime_tab.c; sourceTree = "<group>"; };
627                F96D42D008F272B3004A47F5 /* bn_reverse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_reverse.c; sourceTree = "<group>"; };
628                F96D42D108F272B3004A47F5 /* bn_s_mp_add.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_add.c; sourceTree = "<group>"; };
629                F96D42D208F272B3004A47F5 /* bn_s_mp_exptmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_exptmod.c; sourceTree = "<group>"; };
630                F96D42D308F272B3004A47F5 /* bn_s_mp_mul_digs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_mul_digs.c; sourceTree = "<group>"; };
631                F96D42D408F272B3004A47F5 /* bn_s_mp_mul_high_digs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_mul_high_digs.c; sourceTree = "<group>"; };
632                F96D42D508F272B3004A47F5 /* bn_s_mp_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_sqr.c; sourceTree = "<group>"; };
633                F96D42D608F272B3004A47F5 /* bn_s_mp_sub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_s_mp_sub.c; sourceTree = "<group>"; };
634                F96D42D708F272B3004A47F5 /* bncore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bncore.c; sourceTree = "<group>"; };
635                F96D42D908F272B3004A47F5 /* callgraph.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = callgraph.txt; sourceTree = "<group>"; };
636                F96D42DA08F272B3004A47F5 /* changes.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changes.txt; sourceTree = "<group>"; };
637                F96D42F008F272B3004A47F5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
638                F96D431D08F272B4004A47F5 /* poster.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = poster.pdf; sourceTree = "<group>"; };
639                F96D432608F272B4004A47F5 /* tommath.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = tommath.pdf; sourceTree = "<group>"; };
640                F96D432908F272B4004A47F5 /* tommath_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tommath_class.h; sourceTree = "<group>"; };
641                F96D432A08F272B4004A47F5 /* tommath_superclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tommath_superclass.h; sourceTree = "<group>"; };
642                F96D432B08F272B4004A47F5 /* license.terms */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = license.terms; sourceTree = "<group>"; };
643                F96D432E08F272B5004A47F5 /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure.ac; sourceTree = "<group>"; };
644                F96D432F08F272B5004A47F5 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = GNUmakefile; sourceTree = "<group>"; };
645                F96D433108F272B5004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
646                F96D433208F272B5004A47F5 /* Tcl-Info.plist.in */ = {isa = PBXFileReference; explicitFileType = text.plist; fileEncoding = 4; path = "Tcl-Info.plist.in"; sourceTree = "<group>"; };
647                F96D433908F272B5004A47F5 /* tclMacOSXBundle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclMacOSXBundle.c; sourceTree = "<group>"; };
648                F96D433D08F272B5004A47F5 /* tclMacOSXFCmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclMacOSXFCmd.c; sourceTree = "<group>"; };
649                F96D433E08F272B5004A47F5 /* tclMacOSXNotify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclMacOSXNotify.c; sourceTree = "<group>"; };
650                F96D434308F272B5004A47F5 /* README */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = README; sourceTree = "<group>"; };
651                F96D434508F272B5004A47F5 /* all.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = all.tcl; sourceTree = "<group>"; };
652                F96D434608F272B5004A47F5 /* append.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = append.test; sourceTree = "<group>"; };
653                F96D434708F272B5004A47F5 /* appendComp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = appendComp.test; sourceTree = "<group>"; };
654                F96D434808F272B5004A47F5 /* assocd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = assocd.test; sourceTree = "<group>"; };
655                F96D434908F272B5004A47F5 /* async.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = async.test; sourceTree = "<group>"; };
656                F96D434A08F272B5004A47F5 /* autoMkindex.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = autoMkindex.test; sourceTree = "<group>"; };
657                F96D434B08F272B5004A47F5 /* basic.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = basic.test; sourceTree = "<group>"; };
658                F96D434C08F272B5004A47F5 /* binary.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = binary.test; sourceTree = "<group>"; };
659                F96D434D08F272B5004A47F5 /* case.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = case.test; sourceTree = "<group>"; };
660                F96D434E08F272B5004A47F5 /* chan.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = chan.test; sourceTree = "<group>"; };
661                F96D434F08F272B5004A47F5 /* clock.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = clock.test; sourceTree = "<group>"; };
662                F96D435008F272B5004A47F5 /* cmdAH.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = cmdAH.test; sourceTree = "<group>"; };
663                F96D435108F272B5004A47F5 /* cmdIL.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = cmdIL.test; sourceTree = "<group>"; };
664                F96D435208F272B5004A47F5 /* cmdInfo.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = cmdInfo.test; sourceTree = "<group>"; };
665                F96D435308F272B5004A47F5 /* cmdMZ.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = cmdMZ.test; sourceTree = "<group>"; };
666                F96D435408F272B5004A47F5 /* compExpr-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "compExpr-old.test"; sourceTree = "<group>"; };
667                F96D435508F272B5004A47F5 /* compExpr.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = compExpr.test; sourceTree = "<group>"; };
668                F96D435608F272B5004A47F5 /* compile.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = compile.test; sourceTree = "<group>"; };
669                F96D435708F272B5004A47F5 /* concat.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = concat.test; sourceTree = "<group>"; };
670                F96D435808F272B5004A47F5 /* config.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = config.test; sourceTree = "<group>"; };
671                F96D435908F272B5004A47F5 /* dcall.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = dcall.test; sourceTree = "<group>"; };
672                F96D435A08F272B5004A47F5 /* dict.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = dict.test; sourceTree = "<group>"; };
673                F96D435C08F272B5004A47F5 /* dstring.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = dstring.test; sourceTree = "<group>"; };
674                F96D435E08F272B5004A47F5 /* encoding.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = encoding.test; sourceTree = "<group>"; };
675                F96D435F08F272B5004A47F5 /* env.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = env.test; sourceTree = "<group>"; };
676                F96D436008F272B5004A47F5 /* error.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = error.test; sourceTree = "<group>"; };
677                F96D436108F272B5004A47F5 /* eval.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = eval.test; sourceTree = "<group>"; };
678                F96D436208F272B5004A47F5 /* event.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = event.test; sourceTree = "<group>"; };
679                F96D436308F272B5004A47F5 /* exec.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = exec.test; sourceTree = "<group>"; };
680                F96D436408F272B5004A47F5 /* execute.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = execute.test; sourceTree = "<group>"; };
681                F96D436508F272B5004A47F5 /* expr-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "expr-old.test"; sourceTree = "<group>"; };
682                F96D436608F272B5004A47F5 /* expr.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = expr.test; sourceTree = "<group>"; };
683                F96D436708F272B6004A47F5 /* fCmd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = fCmd.test; sourceTree = "<group>"; };
684                F96D436808F272B6004A47F5 /* fileName.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = fileName.test; sourceTree = "<group>"; };
685                F96D436908F272B6004A47F5 /* fileSystem.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = fileSystem.test; sourceTree = "<group>"; };
686                F96D436A08F272B6004A47F5 /* for-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "for-old.test"; sourceTree = "<group>"; };
687                F96D436B08F272B6004A47F5 /* for.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = for.test; sourceTree = "<group>"; };
688                F96D436C08F272B6004A47F5 /* foreach.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = foreach.test; sourceTree = "<group>"; };
689                F96D436D08F272B6004A47F5 /* format.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = format.test; sourceTree = "<group>"; };
690                F96D436E08F272B6004A47F5 /* get.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = get.test; sourceTree = "<group>"; };
691                F96D436F08F272B6004A47F5 /* history.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = history.test; sourceTree = "<group>"; };
692                F96D437008F272B6004A47F5 /* http.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = http.test; sourceTree = "<group>"; };
693                F96D437108F272B6004A47F5 /* httpd */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = httpd; sourceTree = "<group>"; };
694                F96D437208F272B6004A47F5 /* httpold.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = httpold.test; sourceTree = "<group>"; };
695                F96D437308F272B6004A47F5 /* if-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "if-old.test"; sourceTree = "<group>"; };
696                F96D437408F272B6004A47F5 /* if.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = if.test; sourceTree = "<group>"; };
697                F96D437508F272B6004A47F5 /* incr-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "incr-old.test"; sourceTree = "<group>"; };
698                F96D437608F272B6004A47F5 /* incr.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = incr.test; sourceTree = "<group>"; };
699                F96D437708F272B6004A47F5 /* indexObj.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = indexObj.test; sourceTree = "<group>"; };
700                F96D437808F272B6004A47F5 /* info.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = info.test; sourceTree = "<group>"; };
701                F96D437908F272B6004A47F5 /* init.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = init.test; sourceTree = "<group>"; };
702                F96D437A08F272B6004A47F5 /* interp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = interp.test; sourceTree = "<group>"; };
703                F96D437B08F272B6004A47F5 /* io.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = io.test; sourceTree = "<group>"; };
704                F96D437C08F272B6004A47F5 /* ioCmd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = ioCmd.test; sourceTree = "<group>"; };
705                F96D437D08F272B6004A47F5 /* iogt.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = iogt.test; sourceTree = "<group>"; };
706                F96D437E08F272B6004A47F5 /* ioUtil.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = ioUtil.test; sourceTree = "<group>"; };
707                F96D437F08F272B6004A47F5 /* join.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = join.test; sourceTree = "<group>"; };
708                F96D438008F272B6004A47F5 /* lindex.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lindex.test; sourceTree = "<group>"; };
709                F96D438108F272B6004A47F5 /* link.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = link.test; sourceTree = "<group>"; };
710                F96D438208F272B6004A47F5 /* linsert.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = linsert.test; sourceTree = "<group>"; };
711                F96D438308F272B6004A47F5 /* list.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = list.test; sourceTree = "<group>"; };
712                F96D438408F272B6004A47F5 /* listObj.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = listObj.test; sourceTree = "<group>"; };
713                F96D438508F272B6004A47F5 /* llength.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = llength.test; sourceTree = "<group>"; };
714                F96D438608F272B6004A47F5 /* load.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = load.test; sourceTree = "<group>"; };
715                F96D438708F272B6004A47F5 /* lrange.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lrange.test; sourceTree = "<group>"; };
716                F96D438808F272B6004A47F5 /* lrepeat.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lrepeat.test; sourceTree = "<group>"; };
717                F96D438908F272B6004A47F5 /* lreplace.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lreplace.test; sourceTree = "<group>"; };
718                F96D438A08F272B6004A47F5 /* lsearch.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lsearch.test; sourceTree = "<group>"; };
719                F96D438B08F272B6004A47F5 /* lset.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lset.test; sourceTree = "<group>"; };
720                F96D438C08F272B6004A47F5 /* lsetComp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = lsetComp.test; sourceTree = "<group>"; };
721                F96D438D08F272B6004A47F5 /* macOSXFCmd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = macOSXFCmd.test; sourceTree = "<group>"; };
722                F96D438E08F272B6004A47F5 /* main.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = main.test; sourceTree = "<group>"; };
723                F96D438F08F272B6004A47F5 /* misc.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = misc.test; sourceTree = "<group>"; };
724                F96D439008F272B6004A47F5 /* msgcat.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = msgcat.test; sourceTree = "<group>"; };
725                F96D439108F272B6004A47F5 /* namespace-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "namespace-old.test"; sourceTree = "<group>"; };
726                F96D439208F272B7004A47F5 /* namespace.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = namespace.test; sourceTree = "<group>"; };
727                F96D439308F272B7004A47F5 /* notify.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = notify.test; sourceTree = "<group>"; };
728                F96D439408F272B7004A47F5 /* obj.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = obj.test; sourceTree = "<group>"; };
729                F96D439508F272B7004A47F5 /* opt.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = opt.test; sourceTree = "<group>"; };
730                F96D439608F272B7004A47F5 /* package.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = package.test; sourceTree = "<group>"; };
731                F96D439708F272B7004A47F5 /* parse.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = parse.test; sourceTree = "<group>"; };
732                F96D439808F272B7004A47F5 /* parseExpr.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = parseExpr.test; sourceTree = "<group>"; };
733                F96D439908F272B7004A47F5 /* parseOld.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = parseOld.test; sourceTree = "<group>"; };
734                F96D439A08F272B7004A47F5 /* pid.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pid.test; sourceTree = "<group>"; };
735                F96D439B08F272B7004A47F5 /* pkg.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkg.test; sourceTree = "<group>"; };
736                F96D439C08F272B7004A47F5 /* pkgMkIndex.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgMkIndex.test; sourceTree = "<group>"; };
737                F96D439D08F272B7004A47F5 /* platform.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = platform.test; sourceTree = "<group>"; };
738                F96D439E08F272B7004A47F5 /* proc-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "proc-old.test"; sourceTree = "<group>"; };
739                F96D439F08F272B7004A47F5 /* proc.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = proc.test; sourceTree = "<group>"; };
740                F96D43A008F272B7004A47F5 /* pwd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pwd.test; sourceTree = "<group>"; };
741                F96D43A108F272B7004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
742                F96D43A208F272B7004A47F5 /* reg.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = reg.test; sourceTree = "<group>"; };
743                F96D43A308F272B7004A47F5 /* regexp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = regexp.test; sourceTree = "<group>"; };
744                F96D43A408F272B7004A47F5 /* regexpComp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = regexpComp.test; sourceTree = "<group>"; };
745                F96D43A508F272B7004A47F5 /* registry.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = registry.test; sourceTree = "<group>"; };
746                F96D43A608F272B7004A47F5 /* remote.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = remote.tcl; sourceTree = "<group>"; };
747                F96D43A708F272B7004A47F5 /* rename.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = rename.test; sourceTree = "<group>"; };
748                F96D43A808F272B7004A47F5 /* result.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = result.test; sourceTree = "<group>"; };
749                F96D43A908F272B7004A47F5 /* safe.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = safe.test; sourceTree = "<group>"; };
750                F96D43AA08F272B7004A47F5 /* scan.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = scan.test; sourceTree = "<group>"; };
751                F96D43AB08F272B7004A47F5 /* security.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = security.test; sourceTree = "<group>"; };
752                F96D43AC08F272B7004A47F5 /* set-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "set-old.test"; sourceTree = "<group>"; };
753                F96D43AD08F272B7004A47F5 /* set.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = set.test; sourceTree = "<group>"; };
754                F96D43AE08F272B7004A47F5 /* socket.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = socket.test; sourceTree = "<group>"; };
755                F96D43AF08F272B7004A47F5 /* source.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = source.test; sourceTree = "<group>"; };
756                F96D43B008F272B7004A47F5 /* split.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = split.test; sourceTree = "<group>"; };
757                F96D43B108F272B7004A47F5 /* stack.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = stack.test; sourceTree = "<group>"; };
758                F96D43B208F272B7004A47F5 /* string.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = string.test; sourceTree = "<group>"; };
759                F96D43B308F272B7004A47F5 /* stringComp.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = stringComp.test; sourceTree = "<group>"; };
760                F96D43B408F272B7004A47F5 /* stringObj.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = stringObj.test; sourceTree = "<group>"; };
761                F96D43B508F272B7004A47F5 /* subst.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = subst.test; sourceTree = "<group>"; };
762                F96D43B608F272B7004A47F5 /* switch.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = switch.test; sourceTree = "<group>"; };
763                F96D43B708F272B7004A47F5 /* tcltest.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tcltest.test; sourceTree = "<group>"; };
764                F96D43B808F272B7004A47F5 /* thread.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = thread.test; sourceTree = "<group>"; };
765                F96D43B908F272B7004A47F5 /* timer.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = timer.test; sourceTree = "<group>"; };
766                F96D43BA08F272B7004A47F5 /* tm.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tm.test; sourceTree = "<group>"; };
767                F96D43BB08F272B7004A47F5 /* trace.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = trace.test; sourceTree = "<group>"; };
768                F96D43BC08F272B7004A47F5 /* unixFCmd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unixFCmd.test; sourceTree = "<group>"; };
769                F96D43BD08F272B7004A47F5 /* unixFile.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unixFile.test; sourceTree = "<group>"; };
770                F96D43BE08F272B7004A47F5 /* unixInit.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unixInit.test; sourceTree = "<group>"; };
771                F96D43BF08F272B7004A47F5 /* unixNotfy.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unixNotfy.test; sourceTree = "<group>"; };
772                F96D43C008F272B7004A47F5 /* unknown.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unknown.test; sourceTree = "<group>"; };
773                F96D43C108F272B7004A47F5 /* unload.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = unload.test; sourceTree = "<group>"; };
774                F96D43C208F272B7004A47F5 /* uplevel.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = uplevel.test; sourceTree = "<group>"; };
775                F96D43C308F272B7004A47F5 /* upvar.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = upvar.test; sourceTree = "<group>"; };
776                F96D43C408F272B7004A47F5 /* utf.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = utf.test; sourceTree = "<group>"; };
777                F96D43C508F272B7004A47F5 /* util.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = util.test; sourceTree = "<group>"; };
778                F96D43C608F272B7004A47F5 /* var.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = var.test; sourceTree = "<group>"; };
779                F96D43C708F272B7004A47F5 /* while-old.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "while-old.test"; sourceTree = "<group>"; };
780                F96D43C808F272B7004A47F5 /* while.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = while.test; sourceTree = "<group>"; };
781                F96D43C908F272B7004A47F5 /* winConsole.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winConsole.test; sourceTree = "<group>"; };
782                F96D43CA08F272B7004A47F5 /* winDde.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winDde.test; sourceTree = "<group>"; };
783                F96D43CB08F272B7004A47F5 /* winFCmd.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winFCmd.test; sourceTree = "<group>"; };
784                F96D43CC08F272B7004A47F5 /* winFile.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winFile.test; sourceTree = "<group>"; };
785                F96D43CD08F272B7004A47F5 /* winNotify.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winNotify.test; sourceTree = "<group>"; };
786                F96D43CE08F272B7004A47F5 /* winPipe.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winPipe.test; sourceTree = "<group>"; };
787                F96D43CF08F272B7004A47F5 /* winTime.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = winTime.test; sourceTree = "<group>"; };
788                F96D43D108F272B8004A47F5 /* checkLibraryDoc.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = checkLibraryDoc.tcl; sourceTree = "<group>"; };
789                F96D43D208F272B8004A47F5 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure; sourceTree = "<group>"; };
790                F96D43D308F272B8004A47F5 /* configure.in */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = configure.in; sourceTree = "<group>"; };
791                F96D442208F272B8004A47F5 /* eolFix.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = eolFix.tcl; sourceTree = "<group>"; };
792                F96D442408F272B8004A47F5 /* fix_tommath_h.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = fix_tommath_h.tcl; sourceTree = "<group>"; };
793                F96D442508F272B8004A47F5 /* genStubs.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = genStubs.tcl; sourceTree = "<group>"; };
794                F96D442708F272B8004A47F5 /* index.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = index.tcl; sourceTree = "<group>"; };
795                F96D442808F272B8004A47F5 /* installData.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = installData.tcl; sourceTree = "<group>"; };
796                F96D442908F272B8004A47F5 /* loadICU.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = loadICU.tcl; sourceTree = "<group>"; };
797                F96D442A08F272B8004A47F5 /* Makefile.in */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.in; sourceTree = "<group>"; };
798                F96D442B08F272B8004A47F5 /* makeTestCases.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = makeTestCases.tcl; sourceTree = "<group>"; };
799                F96D442C08F272B8004A47F5 /* man2help.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = man2help.tcl; sourceTree = "<group>"; };
800                F96D442D08F272B8004A47F5 /* man2help2.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = man2help2.tcl; sourceTree = "<group>"; };
801                F96D442E08F272B8004A47F5 /* man2html.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = man2html.tcl; sourceTree = "<group>"; };
802                F96D442F08F272B8004A47F5 /* man2html1.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = man2html1.tcl; sourceTree = "<group>"; };
803                F96D443008F272B8004A47F5 /* man2html2.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = man2html2.tcl; sourceTree = "<group>"; };
804                F96D443108F272B8004A47F5 /* man2tcl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = man2tcl.c; sourceTree = "<group>"; };
805                F96D443208F272B8004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
806                F96D443308F272B8004A47F5 /* regexpTestLib.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = regexpTestLib.tcl; sourceTree = "<group>"; };
807                F96D443408F272B8004A47F5 /* str2c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = str2c; sourceTree = "<group>"; };
808                F96D443508F272B8004A47F5 /* tcl.hpj.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.hpj.in; sourceTree = "<group>"; };
809                F96D443608F272B8004A47F5 /* tcl.wse.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.wse.in; sourceTree = "<group>"; };
810                F96D443708F272B9004A47F5 /* tclmin.wse */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tclmin.wse; sourceTree = "<group>"; };
811                F96D443908F272B9004A47F5 /* tcltk-man2html.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = "tcltk-man2html.tcl"; sourceTree = "<group>"; };
812                F96D443A08F272B9004A47F5 /* tclZIC.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclZIC.tcl; sourceTree = "<group>"; };
813                F96D443B08F272B9004A47F5 /* uniClass.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = uniClass.tcl; sourceTree = "<group>"; };
814                F96D443C08F272B9004A47F5 /* uniParse.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = uniParse.tcl; sourceTree = "<group>"; };
815                F96D444008F272B9004A47F5 /* aclocal.m4 */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = aclocal.m4; sourceTree = "<group>"; };
816                F96D444108F272B9004A47F5 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure; sourceTree = "<group>"; };
817                F96D444208F272B9004A47F5 /* configure.in */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = configure.in; sourceTree = "<group>"; };
818                F96D444408F272B9004A47F5 /* Makefile.in */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.in; sourceTree = "<group>"; };
819                F96D444508F272B9004A47F5 /* pkga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkga.c; sourceTree = "<group>"; };
820                F96D444608F272B9004A47F5 /* pkgb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkgb.c; sourceTree = "<group>"; };
821                F96D444708F272B9004A47F5 /* pkgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkgc.c; sourceTree = "<group>"; };
822                F96D444808F272B9004A47F5 /* pkgd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkgd.c; sourceTree = "<group>"; };
823                F96D444908F272B9004A47F5 /* pkge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkge.c; sourceTree = "<group>"; };
824                F96D444B08F272B9004A47F5 /* pkgua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkgua.c; sourceTree = "<group>"; };
825                F96D444C08F272B9004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
826                F96D444D08F272B9004A47F5 /* install-sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-sh"; sourceTree = "<group>"; };
827                F96D444E08F272B9004A47F5 /* installManPage */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = installManPage; sourceTree = "<group>"; };
828                F96D444F08F272B9004A47F5 /* ldAix */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = ldAix; sourceTree = "<group>"; };
829                F96D445008F272B9004A47F5 /* Makefile.in */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.in; sourceTree = "<group>"; };
830                F96D445208F272B9004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
831                F96D445308F272B9004A47F5 /* tcl.m4 */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = tcl.m4; sourceTree = "<group>"; };
832                F96D445408F272B9004A47F5 /* tcl.spec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.spec; sourceTree = "<group>"; };
833                F96D445508F272B9004A47F5 /* tclAppInit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclAppInit.c; sourceTree = "<group>"; };
834                F96D445608F272B9004A47F5 /* tclConfig.h.in */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = tclConfig.h.in; sourceTree = "<group>"; };
835                F96D445708F272B9004A47F5 /* tclConfig.sh.in */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = tclConfig.sh.in; sourceTree = "<group>"; };
836                F96D445808F272B9004A47F5 /* tclLoadAix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadAix.c; sourceTree = "<group>"; };
837                F96D445908F272B9004A47F5 /* tclLoadDl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadDl.c; sourceTree = "<group>"; };
838                F96D445B08F272B9004A47F5 /* tclLoadDyld.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadDyld.c; sourceTree = "<group>"; };
839                F96D445C08F272B9004A47F5 /* tclLoadNext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadNext.c; sourceTree = "<group>"; };
840                F96D445D08F272B9004A47F5 /* tclLoadOSF.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadOSF.c; sourceTree = "<group>"; };
841                F96D445E08F272B9004A47F5 /* tclLoadShl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclLoadShl.c; sourceTree = "<group>"; };
842                F96D445F08F272B9004A47F5 /* tclUnixChan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixChan.c; sourceTree = "<group>"; };
843                F96D446008F272B9004A47F5 /* tclUnixEvent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixEvent.c; sourceTree = "<group>"; };
844                F96D446108F272B9004A47F5 /* tclUnixFCmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixFCmd.c; sourceTree = "<group>"; };
845                F96D446208F272B9004A47F5 /* tclUnixFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixFile.c; sourceTree = "<group>"; };
846                F96D446308F272B9004A47F5 /* tclUnixInit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixInit.c; sourceTree = "<group>"; };
847                F96D446408F272B9004A47F5 /* tclUnixNotfy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixNotfy.c; sourceTree = "<group>"; };
848                F96D446508F272B9004A47F5 /* tclUnixPipe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixPipe.c; sourceTree = "<group>"; };
849                F96D446608F272B9004A47F5 /* tclUnixPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclUnixPort.h; sourceTree = "<group>"; };
850                F96D446708F272B9004A47F5 /* tclUnixSock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixSock.c; sourceTree = "<group>"; };
851                F96D446808F272B9004A47F5 /* tclUnixTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixTest.c; sourceTree = "<group>"; };
852                F96D446908F272B9004A47F5 /* tclUnixThrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixThrd.c; sourceTree = "<group>"; };
853                F96D446A08F272B9004A47F5 /* tclUnixThrd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclUnixThrd.h; sourceTree = "<group>"; };
854                F96D446B08F272B9004A47F5 /* tclUnixTime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixTime.c; sourceTree = "<group>"; };
855                F96D446C08F272B9004A47F5 /* tclXtNotify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclXtNotify.c; sourceTree = "<group>"; };
856                F96D446D08F272B9004A47F5 /* tclXtTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclXtTest.c; sourceTree = "<group>"; };
857                F96D447008F272BA004A47F5 /* aclocal.m4 */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = aclocal.m4; sourceTree = "<group>"; };
858                F96D447108F272BA004A47F5 /* buildall.vc.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buildall.vc.bat; sourceTree = "<group>"; };
859                F96D447208F272BA004A47F5 /* cat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cat.c; sourceTree = "<group>"; };
860                F96D447308F272BA004A47F5 /* coffbase.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coffbase.txt; sourceTree = "<group>"; };
861                F96D447408F272BA004A47F5 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure; sourceTree = "<group>"; };
862                F96D447508F272BA004A47F5 /* configure.in */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = configure.in; sourceTree = "<group>"; };
863                F96D447608F272BA004A47F5 /* makefile.bc */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = makefile.bc; sourceTree = "<group>"; };
864                F96D447708F272BA004A47F5 /* Makefile.in */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.in; sourceTree = "<group>"; };
865                F96D447808F272BA004A47F5 /* makefile.vc */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = makefile.vc; sourceTree = "<group>"; };
866                F96D447908F272BA004A47F5 /* nmakehlp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nmakehlp.c; sourceTree = "<group>"; };
867                F96D447A08F272BA004A47F5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
868                F96D447C08F272BA004A47F5 /* rules.vc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rules.vc; sourceTree = "<group>"; };
869                F96D447D08F272BA004A47F5 /* stub16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stub16.c; sourceTree = "<group>"; };
870                F96D447E08F272BA004A47F5 /* tcl.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.dsp; sourceTree = "<group>"; };
871                F96D447F08F272BA004A47F5 /* tcl.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.dsw; sourceTree = "<group>"; };
872                F96D448008F272BA004A47F5 /* tcl.hpj.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.hpj.in; sourceTree = "<group>"; };
873                F96D448108F272BA004A47F5 /* tcl.m4 */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = tcl.m4; sourceTree = "<group>"; };
874                F96D448208F272BA004A47F5 /* tcl.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tcl.rc; sourceTree = "<group>"; };
875                F96D448308F272BA004A47F5 /* tclAppInit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclAppInit.c; sourceTree = "<group>"; };
876                F96D448408F272BA004A47F5 /* tclConfig.sh.in */ = {isa = PBXFileReference; explicitFileType = text.script.sh; fileEncoding = 4; path = tclConfig.sh.in; sourceTree = "<group>"; };
877                F96D448608F272BA004A47F5 /* tclsh.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tclsh.rc; sourceTree = "<group>"; };
878                F96D448708F272BA004A47F5 /* tclWin32Dll.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWin32Dll.c; sourceTree = "<group>"; };
879                F96D448808F272BA004A47F5 /* tclWinChan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinChan.c; sourceTree = "<group>"; };
880                F96D448908F272BA004A47F5 /* tclWinConsole.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinConsole.c; sourceTree = "<group>"; };
881                F96D448A08F272BA004A47F5 /* tclWinDde.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinDde.c; sourceTree = "<group>"; };
882                F96D448B08F272BA004A47F5 /* tclWinError.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinError.c; sourceTree = "<group>"; };
883                F96D448C08F272BA004A47F5 /* tclWinFCmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinFCmd.c; sourceTree = "<group>"; };
884                F96D448D08F272BA004A47F5 /* tclWinFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinFile.c; sourceTree = "<group>"; };
885                F96D448E08F272BA004A47F5 /* tclWinInit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinInit.c; sourceTree = "<group>"; };
886                F96D448F08F272BA004A47F5 /* tclWinInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclWinInt.h; sourceTree = "<group>"; };
887                F96D449008F272BA004A47F5 /* tclWinLoad.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinLoad.c; sourceTree = "<group>"; };
888                F96D449108F272BA004A47F5 /* tclWinNotify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinNotify.c; sourceTree = "<group>"; };
889                F96D449208F272BA004A47F5 /* tclWinPipe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinPipe.c; sourceTree = "<group>"; };
890                F96D449308F272BA004A47F5 /* tclWinPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclWinPort.h; sourceTree = "<group>"; };
891                F96D449408F272BA004A47F5 /* tclWinReg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinReg.c; sourceTree = "<group>"; };
892                F96D449508F272BA004A47F5 /* tclWinSerial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinSerial.c; sourceTree = "<group>"; };
893                F96D449608F272BA004A47F5 /* tclWinSock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinSock.c; sourceTree = "<group>"; };
894                F96D449708F272BA004A47F5 /* tclWinTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinTest.c; sourceTree = "<group>"; };
895                F96D449808F272BA004A47F5 /* tclWinThrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinThrd.c; sourceTree = "<group>"; };
896                F96D449908F272BA004A47F5 /* tclWinThrd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclWinThrd.h; sourceTree = "<group>"; };
897                F96D449A08F272BA004A47F5 /* tclWinTime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinTime.c; sourceTree = "<group>"; };
898                F97AE7F10B65C1E900310EA2 /* Tcl-Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Common.xcconfig"; sourceTree = "<group>"; };
899                F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Release.xcconfig"; sourceTree = "<group>"; };
900                F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tcl-Debug.xcconfig"; sourceTree = "<group>"; };
901                F9903CAF094FAADA004613E9 /* tclTomMath.decls */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclTomMath.decls; sourceTree = "<group>"; };
902                F9903CB0094FAADA004613E9 /* tclTomMathDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclTomMathDecls.h; sourceTree = "<group>"; };
903                F9A3084B08F2D4CE00BAE1AB /* tclsh */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tclsh; sourceTree = BUILT_PRODUCTS_DIR; };
904                F9A3084E08F2D4F400BAE1AB /* Tcl.framework */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.framework; path = Tcl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
905                F9A493240CEBF38300B78AE2 /* chanio.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = chanio.test; sourceTree = "<group>"; };
906                F9ECB1120B26521500A28025 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
907                F9ECB1130B26521500A28025 /* platform.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = platform.tcl; sourceTree = "<group>"; };
908                F9ECB1140B26521500A28025 /* shell.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = shell.tcl; sourceTree = "<group>"; };
909                F9ECB1CA0B2652D300A28025 /* apply.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = apply.test; sourceTree = "<group>"; };
910                F9ECB1CB0B26534C00A28025 /* mathop.test */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = mathop.test; sourceTree = "<group>"; };
911                F9ECB1E10B26543C00A28025 /* platform_shell.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = platform_shell.n; sourceTree = "<group>"; };
912                F9ECB1E20B26543C00A28025 /* platform.n */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = platform.n; sourceTree = "<group>"; };
913                F9F4415D0C8BAE6F00BCCD67 /* tclDTrace.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = tclDTrace.d; sourceTree = "<group>"; };
914                F9FC77B70AB29E9100B7077D /* tclUnixCompat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclUnixCompat.c; sourceTree = "<group>"; };
915/* End PBXFileReference section */
916
917/* Begin PBXFrameworksBuildPhase section */
918                8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
919                        isa = PBXFrameworksBuildPhase;
920                        buildActionMask = 2147483647;
921                        files = (
922                                F966C07508F2820D005CB29B /* CoreFoundation.framework in Frameworks */,
923                        );
924                        runOnlyForDeploymentPostprocessing = 0;
925                };
926/* End PBXFrameworksBuildPhase section */
927
928/* Begin PBXGroup section */
929                08FB7794FE84155DC02AAC07 /* Tcl */ = {
930                        isa = PBXGroup;
931                        children = (
932                                F96D3DF608F27169004A47F5 /* Tcl Sources */,
933                                F966C06F08F281DC005CB29B /* Frameworks */,
934                                1AB674ADFE9D54B511CA2CBB /* Products */,
935                        );
936                        comments = "Copyright (c) 2004-2008 Daniel A. Steffen <das@users.sourceforge.net>\n\nSee the file \"license.terms\" for information on usage and redistribution of\nthis file, and for a DISCLAIMER OF ALL WARRANTIES.\n\nRCS: @(#) $Id: project.pbxproj,v 1.32 2008/03/28 14:35:44 das Exp $\n";
937                        name = Tcl;
938                        path = .;
939                        sourceTree = SOURCE_ROOT;
940                };
941                1AB674ADFE9D54B511CA2CBB /* Products */ = {
942                        isa = PBXGroup;
943                        children = (
944                                F9A3084B08F2D4CE00BAE1AB /* tclsh */,
945                                8DD76FB20486AB0100D96B5E /* tcltest */,
946                                F9A3084E08F2D4F400BAE1AB /* Tcl.framework */,
947                        );
948                        includeInIndex = 0;
949                        name = Products;
950                        sourceTree = "<group>";
951                };
952                F966C06F08F281DC005CB29B /* Frameworks */ = {
953                        isa = PBXGroup;
954                        children = (
955                                F966C07408F2820D005CB29B /* CoreFoundation.framework */,
956                        );
957                        name = Frameworks;
958                        sourceTree = "<group>";
959                };
960                F96D3DF608F27169004A47F5 /* Tcl Sources */ = {
961                        isa = PBXGroup;
962                        children = (
963                                F96D3EC908F272A7004A47F5 /* generic */,
964                                F96D432C08F272B4004A47F5 /* macosx */,
965                                F96D443E08F272B9004A47F5 /* unix */,
966                                F96D425C08F272B2004A47F5 /* libtommath */,
967                                F96D446E08F272B9004A47F5 /* win */,
968                                F96D3F3808F272A7004A47F5 /* library */,
969                                F96D434408F272B5004A47F5 /* tests */,
970                                F96D3DFC08F272A4004A47F5 /* doc */,
971                                F96D43D008F272B8004A47F5 /* tools */,
972                                F96D3DFA08F272A4004A47F5 /* ChangeLog */,
973                                F96D3DFB08F272A4004A47F5 /* changes */,
974                                F96D434308F272B5004A47F5 /* README */,
975                                F96D432B08F272B4004A47F5 /* license.terms */,
976                        );
977                        name = "Tcl Sources";
978                        sourceTree = TCL_SRCROOT;
979                };
980                F96D3DFC08F272A4004A47F5 /* doc */ = {
981                        isa = PBXGroup;
982                        children = (
983                                F96D3DFD08F272A4004A47F5 /* Access.3 */,
984                                F96D3DFE08F272A4004A47F5 /* AddErrInfo.3 */,
985                                F96D3DFF08F272A4004A47F5 /* after.n */,
986                                F96D3E0008F272A4004A47F5 /* Alloc.3 */,
987                                F96D3E0108F272A4004A47F5 /* AllowExc.3 */,
988                                F96D3E0208F272A4004A47F5 /* append.n */,
989                                F96D3E0308F272A4004A47F5 /* AppInit.3 */,
990                                F96D3E0408F272A5004A47F5 /* array.n */,
991                                F96D3E0508F272A5004A47F5 /* AssocData.3 */,
992                                F96D3E0608F272A5004A47F5 /* Async.3 */,
993                                F96D3E0708F272A5004A47F5 /* BackgdErr.3 */,
994                                F96D3E0808F272A5004A47F5 /* Backslash.3 */,
995                                F96D3E0908F272A5004A47F5 /* bgerror.n */,
996                                F96D3E0A08F272A5004A47F5 /* binary.n */,
997                                F96D3E0B08F272A5004A47F5 /* BoolObj.3 */,
998                                F96D3E0C08F272A5004A47F5 /* break.n */,
999                                F96D3E0D08F272A5004A47F5 /* ByteArrObj.3 */,
1000                                F96D3E0E08F272A5004A47F5 /* CallDel.3 */,
1001                                F96D3E0F08F272A5004A47F5 /* case.n */,
1002                                F96D3E1008F272A5004A47F5 /* catch.n */,
1003                                F96D3E1108F272A5004A47F5 /* cd.n */,
1004                                F96D3E1208F272A5004A47F5 /* chan.n */,
1005                                F96D3E1308F272A5004A47F5 /* ChnlStack.3 */,
1006                                F96D3E1408F272A5004A47F5 /* clock.n */,
1007                                F96D3E1508F272A5004A47F5 /* close.n */,
1008                                F96D3E1608F272A5004A47F5 /* CmdCmplt.3 */,
1009                                F96D3E1708F272A5004A47F5 /* Concat.3 */,
1010                                F96D3E1808F272A5004A47F5 /* concat.n */,
1011                                F96D3E1908F272A5004A47F5 /* continue.n */,
1012                                F96D3E1A08F272A5004A47F5 /* CrtChannel.3 */,
1013                                F96D3E1B08F272A5004A47F5 /* CrtChnlHdlr.3 */,
1014                                F96D3E1C08F272A5004A47F5 /* CrtCloseHdlr.3 */,
1015                                F96D3E1D08F272A5004A47F5 /* CrtCommand.3 */,
1016                                F96D3E1E08F272A5004A47F5 /* CrtFileHdlr.3 */,
1017                                F96D3E1F08F272A5004A47F5 /* CrtInterp.3 */,
1018                                F96D3E2008F272A5004A47F5 /* CrtMathFnc.3 */,
1019                                F96D3E2108F272A5004A47F5 /* CrtObjCmd.3 */,
1020                                F96D3E2208F272A5004A47F5 /* CrtSlave.3 */,
1021                                F96D3E2308F272A5004A47F5 /* CrtTimerHdlr.3 */,
1022                                F96D3E2408F272A5004A47F5 /* CrtTrace.3 */,
1023                                F96D3E2508F272A5004A47F5 /* dde.n */,
1024                                F96D3E2608F272A5004A47F5 /* DetachPids.3 */,
1025                                F96D3E2708F272A5004A47F5 /* dict.n */,
1026                                F96D3E2808F272A5004A47F5 /* DictObj.3 */,
1027                                F96D3E2908F272A5004A47F5 /* DoOneEvent.3 */,
1028                                F96D3E2A08F272A5004A47F5 /* DoubleObj.3 */,
1029                                F96D3E2B08F272A5004A47F5 /* DoWhenIdle.3 */,
1030                                F96D3E2C08F272A5004A47F5 /* DString.3 */,
1031                                F96D3E2D08F272A5004A47F5 /* DumpActiveMemory.3 */,
1032                                F96D3E2E08F272A5004A47F5 /* Encoding.3 */,
1033                                F96D3E2F08F272A5004A47F5 /* encoding.n */,
1034                                F96D3E3008F272A5004A47F5 /* Ensemble.3 */,
1035                                F96D3E3108F272A5004A47F5 /* Environment.3 */,
1036                                F96D3E3208F272A5004A47F5 /* eof.n */,
1037                                F96D3E3308F272A5004A47F5 /* error.n */,
1038                                F96D3E3408F272A5004A47F5 /* Eval.3 */,
1039                                F96D3E3508F272A5004A47F5 /* eval.n */,
1040                                F96D3E3608F272A5004A47F5 /* exec.n */,
1041                                F96D3E3708F272A5004A47F5 /* Exit.3 */,
1042                                F96D3E3808F272A5004A47F5 /* exit.n */,
1043                                F96D3E3908F272A5004A47F5 /* expr.n */,
1044                                F96D3E3A08F272A5004A47F5 /* ExprLong.3 */,
1045                                F96D3E3B08F272A5004A47F5 /* ExprLongObj.3 */,
1046                                F96D3E3C08F272A5004A47F5 /* fblocked.n */,
1047                                F96D3E3D08F272A5004A47F5 /* fconfigure.n */,
1048                                F96D3E3E08F272A5004A47F5 /* fcopy.n */,
1049                                F96D3E3F08F272A5004A47F5 /* file.n */,
1050                                F96D3E4008F272A5004A47F5 /* fileevent.n */,
1051                                F96D3E4108F272A5004A47F5 /* filename.n */,
1052                                F96D3E4208F272A5004A47F5 /* FileSystem.3 */,
1053                                F96D3E4308F272A5004A47F5 /* FindExec.3 */,
1054                                F96D3E4408F272A5004A47F5 /* flush.n */,
1055                                F96D3E4508F272A5004A47F5 /* for.n */,
1056                                F96D3E4608F272A5004A47F5 /* foreach.n */,
1057                                F96D3E4708F272A5004A47F5 /* format.n */,
1058                                F96D3E4808F272A5004A47F5 /* GetCwd.3 */,
1059                                F96D3E4908F272A5004A47F5 /* GetHostName.3 */,
1060                                F96D3E4A08F272A5004A47F5 /* GetIndex.3 */,
1061                                F96D3E4B08F272A5004A47F5 /* GetInt.3 */,
1062                                F96D3E4C08F272A5004A47F5 /* GetOpnFl.3 */,
1063                                F96D3E4D08F272A5004A47F5 /* gets.n */,
1064                                F96D3E4E08F272A5004A47F5 /* GetStdChan.3 */,
1065                                F96D3E4F08F272A5004A47F5 /* GetTime.3 */,
1066                                F96D3E5008F272A5004A47F5 /* GetVersion.3 */,
1067                                F96D3E5108F272A5004A47F5 /* glob.n */,
1068                                F96D3E5208F272A6004A47F5 /* global.n */,
1069                                F96D3E5308F272A6004A47F5 /* Hash.3 */,
1070                                F96D3E5408F272A6004A47F5 /* history.n */,
1071                                F96D3E5508F272A6004A47F5 /* http.n */,
1072                                F96D3E5608F272A6004A47F5 /* if.n */,
1073                                F96D3E5708F272A6004A47F5 /* incr.n */,
1074                                F96D3E5808F272A6004A47F5 /* info.n */,
1075                                F96D3E5908F272A6004A47F5 /* Init.3 */,
1076                                F96D3E5A08F272A6004A47F5 /* InitStubs.3 */,
1077                                F96D3E5B08F272A6004A47F5 /* Interp.3 */,
1078                                F96D3E5C08F272A6004A47F5 /* interp.n */,
1079                                F96D3E5D08F272A6004A47F5 /* IntObj.3 */,
1080                                F96D3E5E08F272A6004A47F5 /* join.n */,
1081                                F96D3E5F08F272A6004A47F5 /* lappend.n */,
1082                                F96D3E6008F272A6004A47F5 /* lassign.n */,
1083                                F96D3E6108F272A6004A47F5 /* library.n */,
1084                                F96D3E6208F272A6004A47F5 /* Limit.3 */,
1085                                F96D3E6308F272A6004A47F5 /* lindex.n */,
1086                                F96D3E6408F272A6004A47F5 /* LinkVar.3 */,
1087                                F96D3E6508F272A6004A47F5 /* linsert.n */,
1088                                F96D3E6608F272A6004A47F5 /* list.n */,
1089                                F96D3E6708F272A6004A47F5 /* ListObj.3 */,
1090                                F96D3E6808F272A6004A47F5 /* llength.n */,
1091                                F96D3E6908F272A6004A47F5 /* load.n */,
1092                                F96D3E6A08F272A6004A47F5 /* lrange.n */,
1093                                F96D3E6B08F272A6004A47F5 /* lrepeat.n */,
1094                                F96D3E6C08F272A6004A47F5 /* lreplace.n */,
1095                                F96D3E6D08F272A6004A47F5 /* lsearch.n */,
1096                                F96D3E6E08F272A6004A47F5 /* lset.n */,
1097                                F96D3E6F08F272A6004A47F5 /* lsort.n */,
1098                                F96D3E7008F272A6004A47F5 /* man.macros */,
1099                                F96D3E7108F272A6004A47F5 /* mathfunc.n */,
1100                                F96D3E7208F272A6004A47F5 /* memory.n */,
1101                                F96D3E7308F272A6004A47F5 /* msgcat.n */,
1102                                F96D3E7408F272A6004A47F5 /* Namespace.3 */,
1103                                F96D3E7508F272A6004A47F5 /* namespace.n */,
1104                                F96D3E7608F272A6004A47F5 /* Notifier.3 */,
1105                                F96D3E7708F272A6004A47F5 /* Object.3 */,
1106                                F96D3E7808F272A6004A47F5 /* ObjectType.3 */,
1107                                F96D3E7908F272A6004A47F5 /* open.n */,
1108                                F96D3E7A08F272A6004A47F5 /* OpenFileChnl.3 */,
1109                                F96D3E7B08F272A6004A47F5 /* OpenTcp.3 */,
1110                                F96D3E7C08F272A6004A47F5 /* package.n */,
1111                                F96D3E7D08F272A6004A47F5 /* packagens.n */,
1112                                F96D3E7E08F272A6004A47F5 /* Panic.3 */,
1113                                F96D3E7F08F272A6004A47F5 /* ParseCmd.3 */,
1114                                F96D3E8008F272A6004A47F5 /* pid.n */,
1115                                F96D3E8108F272A6004A47F5 /* pkgMkIndex.n */,
1116                                F96D3E8208F272A6004A47F5 /* PkgRequire.3 */,
1117                                F9ECB1E10B26543C00A28025 /* platform_shell.n */,
1118                                F9ECB1E20B26543C00A28025 /* platform.n */,
1119                                F96D3E8308F272A6004A47F5 /* Preserve.3 */,
1120                                F96D3E8408F272A6004A47F5 /* PrintDbl.3 */,
1121                                F96D3E8508F272A6004A47F5 /* proc.n */,
1122                                F96D3E8608F272A6004A47F5 /* puts.n */,
1123                                F96D3E8708F272A6004A47F5 /* pwd.n */,
1124                                F96D3E8808F272A6004A47F5 /* re_syntax.n */,
1125                                F96D3E8908F272A6004A47F5 /* read.n */,
1126                                F96D3E8A08F272A6004A47F5 /* RecEvalObj.3 */,
1127                                F96D3E8B08F272A6004A47F5 /* RecordEval.3 */,
1128                                F96D3E8C08F272A6004A47F5 /* RegConfig.3 */,
1129                                F96D3E8D08F272A6004A47F5 /* RegExp.3 */,
1130                                F96D3E8E08F272A6004A47F5 /* regexp.n */,
1131                                F96D3E8F08F272A6004A47F5 /* registry.n */,
1132                                F96D3E9008F272A6004A47F5 /* regsub.n */,
1133                                F96D3E9108F272A6004A47F5 /* rename.n */,
1134                                F96D3E9208F272A6004A47F5 /* return.n */,
1135                                F96D3E9308F272A6004A47F5 /* safe.n */,
1136                                F96D3E9408F272A6004A47F5 /* SaveResult.3 */,
1137                                F96D3E9508F272A6004A47F5 /* scan.n */,
1138                                F96D3E9608F272A6004A47F5 /* seek.n */,
1139                                F96D3E9708F272A6004A47F5 /* set.n */,
1140                                F96D3E9808F272A6004A47F5 /* SetChanErr.3 */,
1141                                F96D3E9908F272A6004A47F5 /* SetErrno.3 */,
1142                                F96D3E9A08F272A6004A47F5 /* SetRecLmt.3 */,
1143                                F96D3E9B08F272A7004A47F5 /* SetResult.3 */,
1144                                F96D3E9C08F272A7004A47F5 /* SetVar.3 */,
1145                                F96D3E9D08F272A7004A47F5 /* Signal.3 */,
1146                                F96D3E9E08F272A7004A47F5 /* Sleep.3 */,
1147                                F96D3E9F08F272A7004A47F5 /* socket.n */,
1148                                F96D3EA008F272A7004A47F5 /* source.n */,
1149                                F96D3EA108F272A7004A47F5 /* SourceRCFile.3 */,
1150                                F96D3EA208F272A7004A47F5 /* split.n */,
1151                                F96D3EA308F272A7004A47F5 /* SplitList.3 */,
1152                                F96D3EA408F272A7004A47F5 /* SplitPath.3 */,
1153                                F96D3EA508F272A7004A47F5 /* StaticPkg.3 */,
1154                                F96D3EA608F272A7004A47F5 /* StdChannels.3 */,
1155                                F96D3EA708F272A7004A47F5 /* string.n */,
1156                                F96D3EA808F272A7004A47F5 /* StringObj.3 */,
1157                                F96D3EA908F272A7004A47F5 /* StrMatch.3 */,
1158                                F96D3EAA08F272A7004A47F5 /* subst.n */,
1159                                F96D3EAB08F272A7004A47F5 /* SubstObj.3 */,
1160                                F96D3EAC08F272A7004A47F5 /* switch.n */,
1161                                F96D3EAD08F272A7004A47F5 /* Tcl.n */,
1162                                F96D3EAE08F272A7004A47F5 /* Tcl_Main.3 */,
1163                                F96D3EAF08F272A7004A47F5 /* TCL_MEM_DEBUG.3 */,
1164                                F96D3EB008F272A7004A47F5 /* tclsh.1 */,
1165                                F96D3EB108F272A7004A47F5 /* tcltest.n */,
1166                                F96D3EB208F272A7004A47F5 /* tclvars.n */,
1167                                F96D3EB308F272A7004A47F5 /* tell.n */,
1168                                F96D3EB408F272A7004A47F5 /* Thread.3 */,
1169                                F96D3EB508F272A7004A47F5 /* time.n */,
1170                                F96D3EB608F272A7004A47F5 /* tm.n */,
1171                                F96D3EB708F272A7004A47F5 /* ToUpper.3 */,
1172                                F96D3EB808F272A7004A47F5 /* trace.n */,
1173                                F96D3EB908F272A7004A47F5 /* TraceCmd.3 */,
1174                                F96D3EBA08F272A7004A47F5 /* TraceVar.3 */,
1175                                F96D3EBB08F272A7004A47F5 /* Translate.3 */,
1176                                F96D3EBC08F272A7004A47F5 /* UniCharIsAlpha.3 */,
1177                                F96D3EBD08F272A7004A47F5 /* unknown.n */,
1178                                F96D3EBE08F272A7004A47F5 /* unload.n */,
1179                                F96D3EBF08F272A7004A47F5 /* unset.n */,
1180                                F96D3EC008F272A7004A47F5 /* update.n */,
1181                                F96D3EC108F272A7004A47F5 /* uplevel.n */,
1182                                F96D3EC208F272A7004A47F5 /* UpVar.3 */,
1183                                F96D3EC308F272A7004A47F5 /* upvar.n */,
1184                                F96D3EC408F272A7004A47F5 /* Utf.3 */,
1185                                F96D3EC508F272A7004A47F5 /* variable.n */,
1186                                F96D3EC608F272A7004A47F5 /* vwait.n */,
1187                                F96D3EC708F272A7004A47F5 /* while.n */,
1188                                F96D3EC808F272A7004A47F5 /* WrongNumArgs.3 */,
1189                        );
1190                        path = doc;
1191                        sourceTree = "<group>";
1192                };
1193                F96D3EC908F272A7004A47F5 /* generic */ = {
1194                        isa = PBXGroup;
1195                        children = (
1196                                F96D3ECA08F272A7004A47F5 /* README */,
1197                                F96D3ECB08F272A7004A47F5 /* regc_color.c */,
1198                                F96D3ECC08F272A7004A47F5 /* regc_cvec.c */,
1199                                F96D3ECD08F272A7004A47F5 /* regc_lex.c */,
1200                                F96D3ECE08F272A7004A47F5 /* regc_locale.c */,
1201                                F96D3ECF08F272A7004A47F5 /* regc_nfa.c */,
1202                                F96D3ED008F272A7004A47F5 /* regcomp.c */,
1203                                F96D3ED108F272A7004A47F5 /* regcustom.h */,
1204                                F96D3ED208F272A7004A47F5 /* rege_dfa.c */,
1205                                F96D3ED308F272A7004A47F5 /* regerror.c */,
1206                                F96D3ED408F272A7004A47F5 /* regerrs.h */,
1207                                F96D3ED508F272A7004A47F5 /* regex.h */,
1208                                F96D3ED608F272A7004A47F5 /* regexec.c */,
1209                                F96D3ED708F272A7004A47F5 /* regfree.c */,
1210                                F96D3ED808F272A7004A47F5 /* regfronts.c */,
1211                                F96D3ED908F272A7004A47F5 /* regguts.h */,
1212                                F96D3EDA08F272A7004A47F5 /* tcl.decls */,
1213                                F96D3EDB08F272A7004A47F5 /* tcl.h */,
1214                                F96D3EDC08F272A7004A47F5 /* tclAlloc.c */,
1215                                F96D3EDD08F272A7004A47F5 /* tclAsync.c */,
1216                                F96D3EDE08F272A7004A47F5 /* tclBasic.c */,
1217                                F96D3EDF08F272A7004A47F5 /* tclBinary.c */,
1218                                F96D3EE008F272A7004A47F5 /* tclCkalloc.c */,
1219                                F96D3EE108F272A7004A47F5 /* tclClock.c */,
1220                                F96D3EE208F272A7004A47F5 /* tclCmdAH.c */,
1221                                F96D3EE308F272A7004A47F5 /* tclCmdIL.c */,
1222                                F96D3EE408F272A7004A47F5 /* tclCmdMZ.c */,
1223                                F96D3EE508F272A7004A47F5 /* tclCompCmds.c */,
1224                                F96D3EE608F272A7004A47F5 /* tclCompExpr.c */,
1225                                F96D3EE708F272A7004A47F5 /* tclCompile.c */,
1226                                F96D3EE808F272A7004A47F5 /* tclCompile.h */,
1227                                F96D3EE908F272A7004A47F5 /* tclConfig.c */,
1228                                F96D3EEA08F272A7004A47F5 /* tclDate.c */,
1229                                F96D3EEB08F272A7004A47F5 /* tclDecls.h */,
1230                                F96D3EEC08F272A7004A47F5 /* tclDictObj.c */,
1231                                F9F4415D0C8BAE6F00BCCD67 /* tclDTrace.d */,
1232                                F96D3EED08F272A7004A47F5 /* tclEncoding.c */,
1233                                F96D3EEE08F272A7004A47F5 /* tclEnv.c */,
1234                                F96D3EEF08F272A7004A47F5 /* tclEvent.c */,
1235                                F96D3EF008F272A7004A47F5 /* tclExecute.c */,
1236                                F96D3EF108F272A7004A47F5 /* tclFCmd.c */,
1237                                F96D3EF208F272A7004A47F5 /* tclFileName.c */,
1238                                F96D3EF308F272A7004A47F5 /* tclFileSystem.h */,
1239                                F96D3EF408F272A7004A47F5 /* tclGet.c */,
1240                                F96D3EF508F272A7004A47F5 /* tclGetDate.y */,
1241                                F96D3EF608F272A7004A47F5 /* tclHash.c */,
1242                                F96D3EF708F272A7004A47F5 /* tclHistory.c */,
1243                                F96D3EF808F272A7004A47F5 /* tclIndexObj.c */,
1244                                F96D3EF908F272A7004A47F5 /* tclInt.decls */,
1245                                F96D3EFA08F272A7004A47F5 /* tclInt.h */,
1246                                F96D3EFB08F272A7004A47F5 /* tclIntDecls.h */,
1247                                F96D3EFC08F272A7004A47F5 /* tclInterp.c */,
1248                                F96D3EFD08F272A7004A47F5 /* tclIntPlatDecls.h */,
1249                                F96D3EFE08F272A7004A47F5 /* tclIO.c */,
1250                                F96D3EFF08F272A7004A47F5 /* tclIO.h */,
1251                                F96D3F0008F272A7004A47F5 /* tclIOCmd.c */,
1252                                F96D3F0108F272A7004A47F5 /* tclIOGT.c */,
1253                                F96D3F0208F272A7004A47F5 /* tclIORChan.c */,
1254                                F96D3F0308F272A7004A47F5 /* tclIOSock.c */,
1255                                F96D3F0408F272A7004A47F5 /* tclIOUtil.c */,
1256                                F96D3F0508F272A7004A47F5 /* tclLink.c */,
1257                                F96D3F0608F272A7004A47F5 /* tclListObj.c */,
1258                                F96D3F0708F272A7004A47F5 /* tclLiteral.c */,
1259                                F96D3F0808F272A7004A47F5 /* tclLoad.c */,
1260                                F96D3F0908F272A7004A47F5 /* tclLoadNone.c */,
1261                                F96D3F0A08F272A7004A47F5 /* tclMain.c */,
1262                                F96D3F0B08F272A7004A47F5 /* tclNamesp.c */,
1263                                F96D3F0C08F272A7004A47F5 /* tclNotify.c */,
1264                                F96D3F0D08F272A7004A47F5 /* tclObj.c */,
1265                                F96D3F0E08F272A7004A47F5 /* tclPanic.c */,
1266                                F96D3F0F08F272A7004A47F5 /* tclParse.c */,
1267                                F96D3F1108F272A7004A47F5 /* tclPathObj.c */,
1268                                F96D3F1208F272A7004A47F5 /* tclPipe.c */,
1269                                F96D3F1308F272A7004A47F5 /* tclPkg.c */,
1270                                F96D3F1408F272A7004A47F5 /* tclPkgConfig.c */,
1271                                F96D3F1508F272A7004A47F5 /* tclPlatDecls.h */,
1272                                F96D3F1608F272A7004A47F5 /* tclPort.h */,
1273                                F96D3F1708F272A7004A47F5 /* tclPosixStr.c */,
1274                                F96D3F1808F272A7004A47F5 /* tclPreserve.c */,
1275                                F96D3F1908F272A7004A47F5 /* tclProc.c */,
1276                                F96D3F1A08F272A7004A47F5 /* tclRegexp.c */,
1277                                F96D3F1B08F272A7004A47F5 /* tclRegexp.h */,
1278                                F96D3F1C08F272A7004A47F5 /* tclResolve.c */,
1279                                F96D3F1D08F272A7004A47F5 /* tclResult.c */,
1280                                F96D3F1E08F272A7004A47F5 /* tclScan.c */,
1281                                F96D3F1F08F272A7004A47F5 /* tclStringObj.c */,
1282                                F96D3F2408F272A7004A47F5 /* tclStrToD.c */,
1283                                F96D3F2508F272A7004A47F5 /* tclStubInit.c */,
1284                                F96D3F2608F272A7004A47F5 /* tclStubLib.c */,
1285                                F96D3F2708F272A7004A47F5 /* tclTest.c */,
1286                                F96D3F2808F272A7004A47F5 /* tclTestObj.c */,
1287                                F96D3F2908F272A7004A47F5 /* tclTestProcBodyObj.c */,
1288                                F96D3F2A08F272A7004A47F5 /* tclThread.c */,
1289                                F96D3F2B08F272A7004A47F5 /* tclThreadAlloc.c */,
1290                                F96D3F2C08F272A7004A47F5 /* tclThreadJoin.c */,
1291                                F96D3F2D08F272A7004A47F5 /* tclThreadStorage.c */,
1292                                F96D3F2E08F272A7004A47F5 /* tclThreadTest.c */,
1293                                F96D3F2F08F272A7004A47F5 /* tclTimer.c */,
1294                                F9903CAF094FAADA004613E9 /* tclTomMath.decls */,
1295                                F96D3F3008F272A7004A47F5 /* tclTomMath.h */,
1296                                F9903CB0094FAADA004613E9 /* tclTomMathDecls.h */,
1297                                F96D3F3108F272A7004A47F5 /* tclTomMathInterface.c */,
1298                                F96D3F3208F272A7004A47F5 /* tclTrace.c */,
1299                                F96D3F3308F272A7004A47F5 /* tclUniData.c */,
1300                                F96D3F3408F272A7004A47F5 /* tclUtf.c */,
1301                                F96D3F3508F272A7004A47F5 /* tclUtil.c */,
1302                                F96D3F3608F272A7004A47F5 /* tclVar.c */,
1303                                F96D3F3708F272A7004A47F5 /* tommath.h */,
1304                        );
1305                        path = generic;
1306                        sourceTree = "<group>";
1307                };
1308                F96D3F3808F272A7004A47F5 /* library */ = {
1309                        isa = PBXGroup;
1310                        children = (
1311                                F96D3F3908F272A8004A47F5 /* auto.tcl */,
1312                                F96D3F3A08F272A8004A47F5 /* clock.tcl */,
1313                                F96D3F3B08F272A8004A47F5 /* dde */,
1314                                F96D3F8C08F272A8004A47F5 /* history.tcl */,
1315                                F96D3F8D08F272A8004A47F5 /* http */,
1316                                F96D3F9008F272A8004A47F5 /* http1.0 */,
1317                                F96D3F9308F272A8004A47F5 /* init.tcl */,
1318                                F96D3F9408F272A8004A47F5 /* msgcat */,
1319                                F96D401708F272AA004A47F5 /* opt */,
1320                                F96D401A08F272AA004A47F5 /* package.tcl */,
1321                                F96D401B08F272AA004A47F5 /* parray.tcl */,
1322                                F9ECB1110B26521500A28025 /* platform */,
1323                                F96D401C08F272AA004A47F5 /* reg */,
1324                                F96D401E08F272AA004A47F5 /* safe.tcl */,
1325                                F96D401F08F272AA004A47F5 /* tclIndex */,
1326                                F96D402008F272AA004A47F5 /* tcltest */,
1327                                F96D402308F272AA004A47F5 /* tm.tcl */,
1328                                F96D425B08F272B2004A47F5 /* word.tcl */,
1329                        );
1330                        path = library;
1331                        sourceTree = "<group>";
1332                };
1333                F96D3F3B08F272A8004A47F5 /* dde */ = {
1334                        isa = PBXGroup;
1335                        children = (
1336                                F96D3F3C08F272A8004A47F5 /* pkgIndex.tcl */,
1337                        );
1338                        path = dde;
1339                        sourceTree = "<group>";
1340                };
1341                F96D3F8D08F272A8004A47F5 /* http */ = {
1342                        isa = PBXGroup;
1343                        children = (
1344                                F96D3F8E08F272A8004A47F5 /* http.tcl */,
1345                                F96D3F8F08F272A8004A47F5 /* pkgIndex.tcl */,
1346                        );
1347                        path = http;
1348                        sourceTree = "<group>";
1349                };
1350                F96D3F9008F272A8004A47F5 /* http1.0 */ = {
1351                        isa = PBXGroup;
1352                        children = (
1353                                F96D3F9108F272A8004A47F5 /* http.tcl */,
1354                                F96D3F9208F272A8004A47F5 /* pkgIndex.tcl */,
1355                        );
1356                        path = http1.0;
1357                        sourceTree = "<group>";
1358                };
1359                F96D3F9408F272A8004A47F5 /* msgcat */ = {
1360                        isa = PBXGroup;
1361                        children = (
1362                                F96D3F9508F272A8004A47F5 /* msgcat.tcl */,
1363                                F96D3F9608F272A8004A47F5 /* pkgIndex.tcl */,
1364                        );
1365                        path = msgcat;
1366                        sourceTree = "<group>";
1367                };
1368                F96D401708F272AA004A47F5 /* opt */ = {
1369                        isa = PBXGroup;
1370                        children = (
1371                                F96D401808F272AA004A47F5 /* optparse.tcl */,
1372                                F96D401908F272AA004A47F5 /* pkgIndex.tcl */,
1373                        );
1374                        path = opt;
1375                        sourceTree = "<group>";
1376                };
1377                F96D401C08F272AA004A47F5 /* reg */ = {
1378                        isa = PBXGroup;
1379                        children = (
1380                                F96D401D08F272AA004A47F5 /* pkgIndex.tcl */,
1381                        );
1382                        path = reg;
1383                        sourceTree = "<group>";
1384                };
1385                F96D402008F272AA004A47F5 /* tcltest */ = {
1386                        isa = PBXGroup;
1387                        children = (
1388                                F96D402108F272AA004A47F5 /* pkgIndex.tcl */,
1389                                F96D402208F272AA004A47F5 /* tcltest.tcl */,
1390                        );
1391                        path = tcltest;
1392                        sourceTree = "<group>";
1393                };
1394                F96D425C08F272B2004A47F5 /* libtommath */ = {
1395                        isa = PBXGroup;
1396                        children = (
1397                                F96D425F08F272B3004A47F5 /* bn.pdf */,
1398                                F96D426108F272B3004A47F5 /* bn_error.c */,
1399                                F96D426208F272B3004A47F5 /* bn_fast_mp_invmod.c */,
1400                                F96D426308F272B3004A47F5 /* bn_fast_mp_montgomery_reduce.c */,
1401                                F96D426408F272B3004A47F5 /* bn_fast_s_mp_mul_digs.c */,
1402                                F96D426508F272B3004A47F5 /* bn_fast_s_mp_mul_high_digs.c */,
1403                                F96D426608F272B3004A47F5 /* bn_fast_s_mp_sqr.c */,
1404                                F96D426708F272B3004A47F5 /* bn_mp_2expt.c */,
1405                                F96D426808F272B3004A47F5 /* bn_mp_abs.c */,
1406                                F96D426908F272B3004A47F5 /* bn_mp_add.c */,
1407                                F96D426A08F272B3004A47F5 /* bn_mp_add_d.c */,
1408                                F96D426B08F272B3004A47F5 /* bn_mp_addmod.c */,
1409                                F96D426C08F272B3004A47F5 /* bn_mp_and.c */,
1410                                F96D426D08F272B3004A47F5 /* bn_mp_clamp.c */,
1411                                F96D426E08F272B3004A47F5 /* bn_mp_clear.c */,
1412                                F96D426F08F272B3004A47F5 /* bn_mp_clear_multi.c */,
1413                                F96D427008F272B3004A47F5 /* bn_mp_cmp.c */,
1414                                F96D427108F272B3004A47F5 /* bn_mp_cmp_d.c */,
1415                                F96D427208F272B3004A47F5 /* bn_mp_cmp_mag.c */,
1416                                F96D427308F272B3004A47F5 /* bn_mp_cnt_lsb.c */,
1417                                F96D427408F272B3004A47F5 /* bn_mp_copy.c */,
1418                                F96D427508F272B3004A47F5 /* bn_mp_count_bits.c */,
1419                                F96D427608F272B3004A47F5 /* bn_mp_div.c */,
1420                                F96D427708F272B3004A47F5 /* bn_mp_div_2.c */,
1421                                F96D427808F272B3004A47F5 /* bn_mp_div_2d.c */,
1422                                F96D427908F272B3004A47F5 /* bn_mp_div_3.c */,
1423                                F96D427A08F272B3004A47F5 /* bn_mp_div_d.c */,
1424                                F96D427B08F272B3004A47F5 /* bn_mp_dr_is_modulus.c */,
1425                                F96D427C08F272B3004A47F5 /* bn_mp_dr_reduce.c */,
1426                                F96D427D08F272B3004A47F5 /* bn_mp_dr_setup.c */,
1427                                F96D427E08F272B3004A47F5 /* bn_mp_exch.c */,
1428                                F96D427F08F272B3004A47F5 /* bn_mp_expt_d.c */,
1429                                F96D428008F272B3004A47F5 /* bn_mp_exptmod.c */,
1430                                F96D428108F272B3004A47F5 /* bn_mp_exptmod_fast.c */,
1431                                F96D428208F272B3004A47F5 /* bn_mp_exteuclid.c */,
1432                                F96D428308F272B3004A47F5 /* bn_mp_fread.c */,
1433                                F96D428408F272B3004A47F5 /* bn_mp_fwrite.c */,
1434                                F96D428508F272B3004A47F5 /* bn_mp_gcd.c */,
1435                                F96D428608F272B3004A47F5 /* bn_mp_get_int.c */,
1436                                F96D428708F272B3004A47F5 /* bn_mp_grow.c */,
1437                                F96D428808F272B3004A47F5 /* bn_mp_init.c */,
1438                                F96D428908F272B3004A47F5 /* bn_mp_init_copy.c */,
1439                                F96D428A08F272B3004A47F5 /* bn_mp_init_multi.c */,
1440                                F96D428B08F272B3004A47F5 /* bn_mp_init_set.c */,
1441                                F96D428C08F272B3004A47F5 /* bn_mp_init_set_int.c */,
1442                                F96D428D08F272B3004A47F5 /* bn_mp_init_size.c */,
1443                                F96D428E08F272B3004A47F5 /* bn_mp_invmod.c */,
1444                                F96D428F08F272B3004A47F5 /* bn_mp_invmod_slow.c */,
1445                                F96D429008F272B3004A47F5 /* bn_mp_is_square.c */,
1446                                F96D429108F272B3004A47F5 /* bn_mp_jacobi.c */,
1447                                F96D429208F272B3004A47F5 /* bn_mp_karatsuba_mul.c */,
1448                                F96D429308F272B3004A47F5 /* bn_mp_karatsuba_sqr.c */,
1449                                F96D429408F272B3004A47F5 /* bn_mp_lcm.c */,
1450                                F96D429508F272B3004A47F5 /* bn_mp_lshd.c */,
1451                                F96D429608F272B3004A47F5 /* bn_mp_mod.c */,
1452                                F96D429708F272B3004A47F5 /* bn_mp_mod_2d.c */,
1453                                F96D429808F272B3004A47F5 /* bn_mp_mod_d.c */,
1454                                F96D429908F272B3004A47F5 /* bn_mp_montgomery_calc_normalization.c */,
1455                                F96D429A08F272B3004A47F5 /* bn_mp_montgomery_reduce.c */,
1456                                F96D429B08F272B3004A47F5 /* bn_mp_montgomery_setup.c */,
1457                                F96D429C08F272B3004A47F5 /* bn_mp_mul.c */,
1458                                F96D429D08F272B3004A47F5 /* bn_mp_mul_2.c */,
1459                                F96D429E08F272B3004A47F5 /* bn_mp_mul_2d.c */,
1460                                F96D429F08F272B3004A47F5 /* bn_mp_mul_d.c */,
1461                                F96D42A008F272B3004A47F5 /* bn_mp_mulmod.c */,
1462                                F96D42A108F272B3004A47F5 /* bn_mp_n_root.c */,
1463                                F96D42A208F272B3004A47F5 /* bn_mp_neg.c */,
1464                                F96D42A308F272B3004A47F5 /* bn_mp_or.c */,
1465                                F96D42A408F272B3004A47F5 /* bn_mp_prime_fermat.c */,
1466                                F96D42A508F272B3004A47F5 /* bn_mp_prime_is_divisible.c */,
1467                                F96D42A608F272B3004A47F5 /* bn_mp_prime_is_prime.c */,
1468                                F96D42A708F272B3004A47F5 /* bn_mp_prime_miller_rabin.c */,
1469                                F96D42A808F272B3004A47F5 /* bn_mp_prime_next_prime.c */,
1470                                F96D42A908F272B3004A47F5 /* bn_mp_prime_rabin_miller_trials.c */,
1471                                F96D42AA08F272B3004A47F5 /* bn_mp_prime_random_ex.c */,
1472                                F96D42AB08F272B3004A47F5 /* bn_mp_radix_size.c */,
1473                                F96D42AC08F272B3004A47F5 /* bn_mp_radix_smap.c */,
1474                                F96D42AD08F272B3004A47F5 /* bn_mp_rand.c */,
1475                                F96D42AE08F272B3004A47F5 /* bn_mp_read_radix.c */,
1476                                F96D42AF08F272B3004A47F5 /* bn_mp_read_signed_bin.c */,
1477                                F96D42B008F272B3004A47F5 /* bn_mp_read_unsigned_bin.c */,
1478                                F96D42B108F272B3004A47F5 /* bn_mp_reduce.c */,
1479                                F96D42B208F272B3004A47F5 /* bn_mp_reduce_2k.c */,
1480                                F96D42B308F272B3004A47F5 /* bn_mp_reduce_2k_l.c */,
1481                                F96D42B408F272B3004A47F5 /* bn_mp_reduce_2k_setup.c */,
1482                                F96D42B508F272B3004A47F5 /* bn_mp_reduce_2k_setup_l.c */,
1483                                F96D42B608F272B3004A47F5 /* bn_mp_reduce_is_2k.c */,
1484                                F96D42B708F272B3004A47F5 /* bn_mp_reduce_is_2k_l.c */,
1485                                F96D42B808F272B3004A47F5 /* bn_mp_reduce_setup.c */,
1486                                F96D42B908F272B3004A47F5 /* bn_mp_rshd.c */,
1487                                F96D42BA08F272B3004A47F5 /* bn_mp_set.c */,
1488                                F96D42BB08F272B3004A47F5 /* bn_mp_set_int.c */,
1489                                F96D42BC08F272B3004A47F5 /* bn_mp_shrink.c */,
1490                                F96D42BD08F272B3004A47F5 /* bn_mp_signed_bin_size.c */,
1491                                F96D42BE08F272B3004A47F5 /* bn_mp_sqr.c */,
1492                                F96D42BF08F272B3004A47F5 /* bn_mp_sqrmod.c */,
1493                                F96D42C008F272B3004A47F5 /* bn_mp_sqrt.c */,
1494                                F96D42C108F272B3004A47F5 /* bn_mp_sub.c */,
1495                                F96D42C208F272B3004A47F5 /* bn_mp_sub_d.c */,
1496                                F96D42C308F272B3004A47F5 /* bn_mp_submod.c */,
1497                                F96D42C408F272B3004A47F5 /* bn_mp_to_signed_bin.c */,
1498                                F96D42C508F272B3004A47F5 /* bn_mp_to_signed_bin_n.c */,
1499                                F96D42C608F272B3004A47F5 /* bn_mp_to_unsigned_bin.c */,
1500                                F96D42C708F272B3004A47F5 /* bn_mp_to_unsigned_bin_n.c */,
1501                                F96D42C808F272B3004A47F5 /* bn_mp_toom_mul.c */,
1502                                F96D42C908F272B3004A47F5 /* bn_mp_toom_sqr.c */,
1503                                F96D42CA08F272B3004A47F5 /* bn_mp_toradix.c */,
1504                                F96D42CB08F272B3004A47F5 /* bn_mp_toradix_n.c */,
1505                                F96D42CC08F272B3004A47F5 /* bn_mp_unsigned_bin_size.c */,
1506                                F96D42CD08F272B3004A47F5 /* bn_mp_xor.c */,
1507                                F96D42CE08F272B3004A47F5 /* bn_mp_zero.c */,
1508                                F96D42CF08F272B3004A47F5 /* bn_prime_tab.c */,
1509                                F96D42D008F272B3004A47F5 /* bn_reverse.c */,
1510                                F96D42D108F272B3004A47F5 /* bn_s_mp_add.c */,
1511                                F96D42D208F272B3004A47F5 /* bn_s_mp_exptmod.c */,
1512                                F96D42D308F272B3004A47F5 /* bn_s_mp_mul_digs.c */,
1513                                F96D42D408F272B3004A47F5 /* bn_s_mp_mul_high_digs.c */,
1514                                F96D42D508F272B3004A47F5 /* bn_s_mp_sqr.c */,
1515                                F96D42D608F272B3004A47F5 /* bn_s_mp_sub.c */,
1516                                F96D42D708F272B3004A47F5 /* bncore.c */,
1517                                F96D42D908F272B3004A47F5 /* callgraph.txt */,
1518                                F96D42DA08F272B3004A47F5 /* changes.txt */,
1519                                F96D42F008F272B3004A47F5 /* LICENSE */,
1520                                F96D431D08F272B4004A47F5 /* poster.pdf */,
1521                                F96D432608F272B4004A47F5 /* tommath.pdf */,
1522                                F96D432908F272B4004A47F5 /* tommath_class.h */,
1523                                F96D432A08F272B4004A47F5 /* tommath_superclass.h */,
1524                        );
1525                        path = libtommath;
1526                        sourceTree = "<group>";
1527                };
1528                F96D432C08F272B4004A47F5 /* macosx */ = {
1529                        isa = PBXGroup;
1530                        children = (
1531                                F96D432E08F272B5004A47F5 /* configure.ac */,
1532                                F96D432F08F272B5004A47F5 /* GNUmakefile */,
1533                                F96D433108F272B5004A47F5 /* README */,
1534                                F96D433908F272B5004A47F5 /* tclMacOSXBundle.c */,
1535                                F96D433D08F272B5004A47F5 /* tclMacOSXFCmd.c */,
1536                                F96D433E08F272B5004A47F5 /* tclMacOSXNotify.c */,
1537                                F96D433208F272B5004A47F5 /* Tcl-Info.plist.in */,
1538                                F91E62260C1AE686006C9D96 /* Tclsh-Info.plist.in */,
1539                                F97AE7F10B65C1E900310EA2 /* Tcl-Common.xcconfig */,
1540                                F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */,
1541                                F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */,
1542                        );
1543                        path = macosx;
1544                        sourceTree = "<group>";
1545                };
1546                F96D434408F272B5004A47F5 /* tests */ = {
1547                        isa = PBXGroup;
1548                        children = (
1549                                F96D434508F272B5004A47F5 /* all.tcl */,
1550                                F96D434608F272B5004A47F5 /* append.test */,
1551                                F96D434708F272B5004A47F5 /* appendComp.test */,
1552                                F9ECB1CA0B2652D300A28025 /* apply.test */,
1553                                F96D434808F272B5004A47F5 /* assocd.test */,
1554                                F96D434908F272B5004A47F5 /* async.test */,
1555                                F96D434A08F272B5004A47F5 /* autoMkindex.test */,
1556                                F96D434B08F272B5004A47F5 /* basic.test */,
1557                                F96D434C08F272B5004A47F5 /* binary.test */,
1558                                F96D434D08F272B5004A47F5 /* case.test */,
1559                                F96D434E08F272B5004A47F5 /* chan.test */,
1560                                F9A493240CEBF38300B78AE2 /* chanio.test */,
1561                                F96D434F08F272B5004A47F5 /* clock.test */,
1562                                F96D435008F272B5004A47F5 /* cmdAH.test */,
1563                                F96D435108F272B5004A47F5 /* cmdIL.test */,
1564                                F96D435208F272B5004A47F5 /* cmdInfo.test */,
1565                                F96D435308F272B5004A47F5 /* cmdMZ.test */,
1566                                F96D435408F272B5004A47F5 /* compExpr-old.test */,
1567                                F96D435508F272B5004A47F5 /* compExpr.test */,
1568                                F96D435608F272B5004A47F5 /* compile.test */,
1569                                F96D435708F272B5004A47F5 /* concat.test */,
1570                                F96D435808F272B5004A47F5 /* config.test */,
1571                                F96D435908F272B5004A47F5 /* dcall.test */,
1572                                F96D435A08F272B5004A47F5 /* dict.test */,
1573                                F96D435C08F272B5004A47F5 /* dstring.test */,
1574                                F96D435E08F272B5004A47F5 /* encoding.test */,
1575                                F96D435F08F272B5004A47F5 /* env.test */,
1576                                F96D436008F272B5004A47F5 /* error.test */,
1577                                F96D436108F272B5004A47F5 /* eval.test */,
1578                                F96D436208F272B5004A47F5 /* event.test */,
1579                                F96D436308F272B5004A47F5 /* exec.test */,
1580                                F96D436408F272B5004A47F5 /* execute.test */,
1581                                F96D436508F272B5004A47F5 /* expr-old.test */,
1582                                F96D436608F272B5004A47F5 /* expr.test */,
1583                                F96D436708F272B6004A47F5 /* fCmd.test */,
1584                                F96D436808F272B6004A47F5 /* fileName.test */,
1585                                F96D436908F272B6004A47F5 /* fileSystem.test */,
1586                                F96D436A08F272B6004A47F5 /* for-old.test */,
1587                                F96D436B08F272B6004A47F5 /* for.test */,
1588                                F96D436C08F272B6004A47F5 /* foreach.test */,
1589                                F96D436D08F272B6004A47F5 /* format.test */,
1590                                F96D436E08F272B6004A47F5 /* get.test */,
1591                                F96D436F08F272B6004A47F5 /* history.test */,
1592                                F96D437008F272B6004A47F5 /* http.test */,
1593                                F96D437108F272B6004A47F5 /* httpd */,
1594                                F96D437208F272B6004A47F5 /* httpold.test */,
1595                                F96D437308F272B6004A47F5 /* if-old.test */,
1596                                F96D437408F272B6004A47F5 /* if.test */,
1597                                F96D437508F272B6004A47F5 /* incr-old.test */,
1598                                F96D437608F272B6004A47F5 /* incr.test */,
1599                                F96D437708F272B6004A47F5 /* indexObj.test */,
1600                                F96D437808F272B6004A47F5 /* info.test */,
1601                                F96D437908F272B6004A47F5 /* init.test */,
1602                                F96D437A08F272B6004A47F5 /* interp.test */,
1603                                F96D437B08F272B6004A47F5 /* io.test */,
1604                                F96D437C08F272B6004A47F5 /* ioCmd.test */,
1605                                F96D437D08F272B6004A47F5 /* iogt.test */,
1606                                F96D437E08F272B6004A47F5 /* ioUtil.test */,
1607                                F96D437F08F272B6004A47F5 /* join.test */,
1608                                F96D438008F272B6004A47F5 /* lindex.test */,
1609                                F96D438108F272B6004A47F5 /* link.test */,
1610                                F96D438208F272B6004A47F5 /* linsert.test */,
1611                                F96D438308F272B6004A47F5 /* list.test */,
1612                                F96D438408F272B6004A47F5 /* listObj.test */,
1613                                F96D438508F272B6004A47F5 /* llength.test */,
1614                                F96D438608F272B6004A47F5 /* load.test */,
1615                                F96D438708F272B6004A47F5 /* lrange.test */,
1616                                F96D438808F272B6004A47F5 /* lrepeat.test */,
1617                                F96D438908F272B6004A47F5 /* lreplace.test */,
1618                                F96D438A08F272B6004A47F5 /* lsearch.test */,
1619                                F96D438B08F272B6004A47F5 /* lset.test */,
1620                                F96D438C08F272B6004A47F5 /* lsetComp.test */,
1621                                F96D438D08F272B6004A47F5 /* macOSXFCmd.test */,
1622                                F95FAFF90B34F1130072E431 /* macOSXLoad.test */,
1623                                F96D438E08F272B6004A47F5 /* main.test */,
1624                                F9ECB1CB0B26534C00A28025 /* mathop.test */,
1625                                F96D438F08F272B6004A47F5 /* misc.test */,
1626                                F96D439008F272B6004A47F5 /* msgcat.test */,
1627                                F96D439108F272B6004A47F5 /* namespace-old.test */,
1628                                F96D439208F272B7004A47F5 /* namespace.test */,
1629                                F96D439308F272B7004A47F5 /* notify.test */,
1630                                F96D439408F272B7004A47F5 /* obj.test */,
1631                                F96D439508F272B7004A47F5 /* opt.test */,
1632                                F96D439608F272B7004A47F5 /* package.test */,
1633                                F96D439708F272B7004A47F5 /* parse.test */,
1634                                F96D439808F272B7004A47F5 /* parseExpr.test */,
1635                                F96D439908F272B7004A47F5 /* parseOld.test */,
1636                                F96D439A08F272B7004A47F5 /* pid.test */,
1637                                F96D439B08F272B7004A47F5 /* pkg.test */,
1638                                F96D439C08F272B7004A47F5 /* pkgMkIndex.test */,
1639                                F96D439D08F272B7004A47F5 /* platform.test */,
1640                                F96D439E08F272B7004A47F5 /* proc-old.test */,
1641                                F96D439F08F272B7004A47F5 /* proc.test */,
1642                                F96D43A008F272B7004A47F5 /* pwd.test */,
1643                                F96D43A108F272B7004A47F5 /* README */,
1644                                F96D43A208F272B7004A47F5 /* reg.test */,
1645                                F96D43A308F272B7004A47F5 /* regexp.test */,
1646                                F96D43A408F272B7004A47F5 /* regexpComp.test */,
1647                                F96D43A508F272B7004A47F5 /* registry.test */,
1648                                F96D43A608F272B7004A47F5 /* remote.tcl */,
1649                                F96D43A708F272B7004A47F5 /* rename.test */,
1650                                F96D43A808F272B7004A47F5 /* result.test */,
1651                                F96D43A908F272B7004A47F5 /* safe.test */,
1652                                F96D43AA08F272B7004A47F5 /* scan.test */,
1653                                F96D43AB08F272B7004A47F5 /* security.test */,
1654                                F96D43AC08F272B7004A47F5 /* set-old.test */,
1655                                F96D43AD08F272B7004A47F5 /* set.test */,
1656                                F96D43AE08F272B7004A47F5 /* socket.test */,
1657                                F96D43AF08F272B7004A47F5 /* source.test */,
1658                                F96D43B008F272B7004A47F5 /* split.test */,
1659                                F96D43B108F272B7004A47F5 /* stack.test */,
1660                                F96D43B208F272B7004A47F5 /* string.test */,
1661                                F96D43B308F272B7004A47F5 /* stringComp.test */,
1662                                F96D43B408F272B7004A47F5 /* stringObj.test */,
1663                                F96D43B508F272B7004A47F5 /* subst.test */,
1664                                F96D43B608F272B7004A47F5 /* switch.test */,
1665                                F96D43B708F272B7004A47F5 /* tcltest.test */,
1666                                F96D43B808F272B7004A47F5 /* thread.test */,
1667                                F96D43B908F272B7004A47F5 /* timer.test */,
1668                                F96D43BA08F272B7004A47F5 /* tm.test */,
1669                                F96D43BB08F272B7004A47F5 /* trace.test */,
1670                                F96D43BC08F272B7004A47F5 /* unixFCmd.test */,
1671                                F96D43BD08F272B7004A47F5 /* unixFile.test */,
1672                                F96D43BE08F272B7004A47F5 /* unixInit.test */,
1673                                F96D43BF08F272B7004A47F5 /* unixNotfy.test */,
1674                                F96D43C008F272B7004A47F5 /* unknown.test */,
1675                                F96D43C108F272B7004A47F5 /* unload.test */,
1676                                F96D43C208F272B7004A47F5 /* uplevel.test */,
1677                                F96D43C308F272B7004A47F5 /* upvar.test */,
1678                                F96D43C408F272B7004A47F5 /* utf.test */,
1679                                F96D43C508F272B7004A47F5 /* util.test */,
1680                                F96D43C608F272B7004A47F5 /* var.test */,
1681                                F96D43C708F272B7004A47F5 /* while-old.test */,
1682                                F96D43C808F272B7004A47F5 /* while.test */,
1683                                F96D43C908F272B7004A47F5 /* winConsole.test */,
1684                                F96D43CA08F272B7004A47F5 /* winDde.test */,
1685                                F96D43CB08F272B7004A47F5 /* winFCmd.test */,
1686                                F96D43CC08F272B7004A47F5 /* winFile.test */,
1687                                F96D43CD08F272B7004A47F5 /* winNotify.test */,
1688                                F96D43CE08F272B7004A47F5 /* winPipe.test */,
1689                                F96D43CF08F272B7004A47F5 /* winTime.test */,
1690                        );
1691                        path = tests;
1692                        sourceTree = "<group>";
1693                };
1694                F96D43D008F272B8004A47F5 /* tools */ = {
1695                        isa = PBXGroup;
1696                        children = (
1697                                F96D43D108F272B8004A47F5 /* checkLibraryDoc.tcl */,
1698                                F96D43D208F272B8004A47F5 /* configure */,
1699                                F96D43D308F272B8004A47F5 /* configure.in */,
1700                                F96D442208F272B8004A47F5 /* eolFix.tcl */,
1701                                F96D442408F272B8004A47F5 /* fix_tommath_h.tcl */,
1702                                F96D442508F272B8004A47F5 /* genStubs.tcl */,
1703                                F96D442708F272B8004A47F5 /* index.tcl */,
1704                                F96D442808F272B8004A47F5 /* installData.tcl */,
1705                                F96D442908F272B8004A47F5 /* loadICU.tcl */,
1706                                F96D442A08F272B8004A47F5 /* Makefile.in */,
1707                                F96D442B08F272B8004A47F5 /* makeTestCases.tcl */,
1708                                F96D442C08F272B8004A47F5 /* man2help.tcl */,
1709                                F96D442D08F272B8004A47F5 /* man2help2.tcl */,
1710                                F96D442E08F272B8004A47F5 /* man2html.tcl */,
1711                                F96D442F08F272B8004A47F5 /* man2html1.tcl */,
1712                                F96D443008F272B8004A47F5 /* man2html2.tcl */,
1713                                F96D443108F272B8004A47F5 /* man2tcl.c */,
1714                                F96D443208F272B8004A47F5 /* README */,
1715                                F96D443308F272B8004A47F5 /* regexpTestLib.tcl */,
1716                                F96D443408F272B8004A47F5 /* str2c */,
1717                                F96D443508F272B8004A47F5 /* tcl.hpj.in */,
1718                                F96D443608F272B8004A47F5 /* tcl.wse.in */,
1719                                F96D443708F272B9004A47F5 /* tclmin.wse */,
1720                                F96D443908F272B9004A47F5 /* tcltk-man2html.tcl */,
1721                                F96D443A08F272B9004A47F5 /* tclZIC.tcl */,
1722                                F96D443B08F272B9004A47F5 /* uniClass.tcl */,
1723                                F96D443C08F272B9004A47F5 /* uniParse.tcl */,
1724                        );
1725                        path = tools;
1726                        sourceTree = "<group>";
1727                };
1728                F96D443E08F272B9004A47F5 /* unix */ = {
1729                        isa = PBXGroup;
1730                        children = (
1731                                F96D444008F272B9004A47F5 /* aclocal.m4 */,
1732                                F96D444108F272B9004A47F5 /* configure */,
1733                                F96D444208F272B9004A47F5 /* configure.in */,
1734                                F96D444308F272B9004A47F5 /* dltest */,
1735                                F96D444D08F272B9004A47F5 /* install-sh */,
1736                                F96D444E08F272B9004A47F5 /* installManPage */,
1737                                F96D444F08F272B9004A47F5 /* ldAix */,
1738                                F96D445008F272B9004A47F5 /* Makefile.in */,
1739                                F96D445208F272B9004A47F5 /* README */,
1740                                F96D445308F272B9004A47F5 /* tcl.m4 */,
1741                                F96D445408F272B9004A47F5 /* tcl.spec */,
1742                                F96D445508F272B9004A47F5 /* tclAppInit.c */,
1743                                F96D445608F272B9004A47F5 /* tclConfig.h.in */,
1744                                F96D445708F272B9004A47F5 /* tclConfig.sh.in */,
1745                                F96D445808F272B9004A47F5 /* tclLoadAix.c */,
1746                                F96D445908F272B9004A47F5 /* tclLoadDl.c */,
1747                                F96D445B08F272B9004A47F5 /* tclLoadDyld.c */,
1748                                F96D445C08F272B9004A47F5 /* tclLoadNext.c */,
1749                                F96D445D08F272B9004A47F5 /* tclLoadOSF.c */,
1750                                F96D445E08F272B9004A47F5 /* tclLoadShl.c */,
1751                                F96D445F08F272B9004A47F5 /* tclUnixChan.c */,
1752                                F9FC77B70AB29E9100B7077D /* tclUnixCompat.c */,
1753                                F96D446008F272B9004A47F5 /* tclUnixEvent.c */,
1754                                F96D446108F272B9004A47F5 /* tclUnixFCmd.c */,
1755                                F96D446208F272B9004A47F5 /* tclUnixFile.c */,
1756                                F96D446308F272B9004A47F5 /* tclUnixInit.c */,
1757                                F96D446408F272B9004A47F5 /* tclUnixNotfy.c */,
1758                                F96D446508F272B9004A47F5 /* tclUnixPipe.c */,
1759                                F96D446608F272B9004A47F5 /* tclUnixPort.h */,
1760                                F96D446708F272B9004A47F5 /* tclUnixSock.c */,
1761                                F96D446808F272B9004A47F5 /* tclUnixTest.c */,
1762                                F96D446908F272B9004A47F5 /* tclUnixThrd.c */,
1763                                F96D446A08F272B9004A47F5 /* tclUnixThrd.h */,
1764                                F96D446B08F272B9004A47F5 /* tclUnixTime.c */,
1765                                F96D446C08F272B9004A47F5 /* tclXtNotify.c */,
1766                                F96D446D08F272B9004A47F5 /* tclXtTest.c */,
1767                        );
1768                        path = unix;
1769                        sourceTree = "<group>";
1770                };
1771                F96D444308F272B9004A47F5 /* dltest */ = {
1772                        isa = PBXGroup;
1773                        children = (
1774                                F96D444408F272B9004A47F5 /* Makefile.in */,
1775                                F96D444508F272B9004A47F5 /* pkga.c */,
1776                                F96D444608F272B9004A47F5 /* pkgb.c */,
1777                                F96D444708F272B9004A47F5 /* pkgc.c */,
1778                                F96D444808F272B9004A47F5 /* pkgd.c */,
1779                                F96D444908F272B9004A47F5 /* pkge.c */,
1780                                F96D444B08F272B9004A47F5 /* pkgua.c */,
1781                                F96D444C08F272B9004A47F5 /* README */,
1782                        );
1783                        path = dltest;
1784                        sourceTree = "<group>";
1785                };
1786                F96D446E08F272B9004A47F5 /* win */ = {
1787                        isa = PBXGroup;
1788                        children = (
1789                                F96D447008F272BA004A47F5 /* aclocal.m4 */,
1790                                F96D447108F272BA004A47F5 /* buildall.vc.bat */,
1791                                F96D447208F272BA004A47F5 /* cat.c */,
1792                                F96D447308F272BA004A47F5 /* coffbase.txt */,
1793                                F96D447408F272BA004A47F5 /* configure */,
1794                                F96D447508F272BA004A47F5 /* configure.in */,
1795                                F96D447608F272BA004A47F5 /* makefile.bc */,
1796                                F96D447708F272BA004A47F5 /* Makefile.in */,
1797                                F96D447808F272BA004A47F5 /* makefile.vc */,
1798                                F96D447908F272BA004A47F5 /* nmakehlp.c */,
1799                                F96D447A08F272BA004A47F5 /* README */,
1800                                F96D447C08F272BA004A47F5 /* rules.vc */,
1801                                F96D447D08F272BA004A47F5 /* stub16.c */,
1802                                F96D447E08F272BA004A47F5 /* tcl.dsp */,
1803                                F96D447F08F272BA004A47F5 /* tcl.dsw */,
1804                                F96D448008F272BA004A47F5 /* tcl.hpj.in */,
1805                                F96D448108F272BA004A47F5 /* tcl.m4 */,
1806                                F96D448208F272BA004A47F5 /* tcl.rc */,
1807                                F96D448308F272BA004A47F5 /* tclAppInit.c */,
1808                                F96D448408F272BA004A47F5 /* tclConfig.sh.in */,
1809                                F96D448608F272BA004A47F5 /* tclsh.rc */,
1810                                F96D448708F272BA004A47F5 /* tclWin32Dll.c */,
1811                                F96D448808F272BA004A47F5 /* tclWinChan.c */,
1812                                F96D448908F272BA004A47F5 /* tclWinConsole.c */,
1813                                F96D448A08F272BA004A47F5 /* tclWinDde.c */,
1814                                F96D448B08F272BA004A47F5 /* tclWinError.c */,
1815                                F96D448C08F272BA004A47F5 /* tclWinFCmd.c */,
1816                                F96D448D08F272BA004A47F5 /* tclWinFile.c */,
1817                                F96D448E08F272BA004A47F5 /* tclWinInit.c */,
1818                                F96D448F08F272BA004A47F5 /* tclWinInt.h */,
1819                                F96D449008F272BA004A47F5 /* tclWinLoad.c */,
1820                                F96D449108F272BA004A47F5 /* tclWinNotify.c */,
1821                                F96D449208F272BA004A47F5 /* tclWinPipe.c */,
1822                                F96D449308F272BA004A47F5 /* tclWinPort.h */,
1823                                F96D449408F272BA004A47F5 /* tclWinReg.c */,
1824                                F96D449508F272BA004A47F5 /* tclWinSerial.c */,
1825                                F96D449608F272BA004A47F5 /* tclWinSock.c */,
1826                                F96D449708F272BA004A47F5 /* tclWinTest.c */,
1827                                F96D449808F272BA004A47F5 /* tclWinThrd.c */,
1828                                F96D449908F272BA004A47F5 /* tclWinThrd.h */,
1829                                F96D449A08F272BA004A47F5 /* tclWinTime.c */,
1830                        );
1831                        path = win;
1832                        sourceTree = "<group>";
1833                };
1834                F9ECB1110B26521500A28025 /* platform */ = {
1835                        isa = PBXGroup;
1836                        children = (
1837                                F9ECB1120B26521500A28025 /* pkgIndex.tcl */,
1838                                F9ECB1130B26521500A28025 /* platform.tcl */,
1839                                F9ECB1140B26521500A28025 /* shell.tcl */,
1840                        );
1841                        path = platform;
1842                        sourceTree = "<group>";
1843                };
1844/* End PBXGroup section */
1845
1846/* Begin PBXNativeTarget section */
1847                8DD76FA90486AB0100D96B5E /* tcltest */ = {
1848                        isa = PBXNativeTarget;
1849                        buildConfigurationList = F95CC8B009158F3100EA5ACE /* Build configuration list for PBXNativeTarget "tcltest" */;
1850                        buildPhases = (
1851                                F9A5C5F508F651A2008AE941 /* ShellScript */,
1852                                8DD76FAB0486AB0100D96B5E /* Sources */,
1853                                8DD76FAD0486AB0100D96B5E /* Frameworks */,
1854                                F95FA74C0B32CE190072E431 /* ShellScript */,
1855                        );
1856                        buildRules = (
1857                        );
1858                        dependencies = (
1859                        );
1860                        name = tcltest;
1861                        productInstallPath = "$(BINDIR)";
1862                        productName = tcltest;
1863                        productReference = 8DD76FB20486AB0100D96B5E /* tcltest */;
1864                        productType = "com.apple.product-type.tool";
1865                };
1866                F97258A50A86873C00096C78 /* tests */ = {
1867                        isa = PBXNativeTarget;
1868                        buildConfigurationList = F97258A80A86873D00096C78 /* Build configuration list for PBXNativeTarget "tests" */;
1869                        buildPhases = (
1870                                F97258A40A86873C00096C78 /* ShellScript */,
1871                        );
1872                        buildRules = (
1873                        );
1874                        dependencies = (
1875                                F97258D30A868C6F00096C78 /* PBXTargetDependency */,
1876                        );
1877                        name = tests;
1878                        productName = tests;
1879                        productType = "com.apple.product-type.bundle";
1880                };
1881                F9E61D16090A3E94002B3151 /* Tcl */ = {
1882                        isa = PBXNativeTarget;
1883                        buildConfigurationList = F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXNativeTarget "Tcl" */;
1884                        buildPhases = (
1885                                F97AF02F0B665DA900310EA2 /* ShellScript */,
1886                        );
1887                        buildRules = (
1888                        );
1889                        dependencies = (
1890                        );
1891                        name = Tcl;
1892                        productName = tclsh;
1893                        productReference = F9A3084B08F2D4CE00BAE1AB /* tclsh */;
1894                        productType = "com.apple.product-type.tool";
1895                };
1896/* End PBXNativeTarget section */
1897
1898/* Begin PBXProject section */
1899                08FB7793FE84155DC02AAC07 /* Project object */ = {
1900                        isa = PBXProject;
1901                        attributes = {
1902                                BuildIndependentTargetsInParallel = NO;
1903                        };
1904                        buildConfigurationList = F95CC8B509158F3100EA5ACE /* Build configuration list for PBXProject "Tcl" */;
1905                        compatibilityVersion = "Xcode 2.4";
1906                        hasScannedForEncodings = 1;
1907                        mainGroup = 08FB7794FE84155DC02AAC07 /* Tcl */;
1908                        projectDirPath = "";
1909                        projectRoot = ..;
1910                        targets = (
1911                                F9E61D16090A3E94002B3151 /* Tcl */,
1912                                8DD76FA90486AB0100D96B5E /* tcltest */,
1913                                F97258A50A86873C00096C78 /* tests */,
1914                        );
1915                };
1916/* End PBXProject section */
1917
1918/* Begin PBXShellScriptBuildPhase section */
1919                F95FA74C0B32CE190072E431 /* ShellScript */ = {
1920                        isa = PBXShellScriptBuildPhase;
1921                        buildActionMask = 2147483647;
1922                        files = (
1923                        );
1924                        inputPaths = (
1925                                "$(DERIVED_FILE_DIR)/tcl/tclConfig.sh",
1926                                "$(TCL_SRCROOT)/generic/tclStubLib.c",
1927                                "$(TCL_SRCROOT)/unix/dltest/pkga.c",
1928                                "$(TCL_SRCROOT)/unix/dltest/pkgb.c",
1929                                "$(TCL_SRCROOT)/unix/dltest/pkgc.c",
1930                                "$(TCL_SRCROOT)/unix/dltest/pkgd.c",
1931                                "$(TCL_SRCROOT)/unix/dltest/pkge.c",
1932                                "$(TCL_SRCROOT)/unix/dltest/pkgua.c",
1933                        );
1934                        outputPaths = (
1935                                "$(DERIVED_FILE_DIR)/tcl/dltest.marker",
1936                        );
1937                        runOnlyForDeploymentPostprocessing = 0;
1938                        shellPath = /bin/bash;
1939                        shellScript = "## dltest build script phase\n\nrm -f \"${DERIVED_FILE_DIR}/tcl/dltest.marker\"\nmake -C \"${DERIVED_FILE_DIR}/tcl\" dltest.marker\nln -fsh \"${DERIVED_FILE_DIR}/tcl/dltest\" \"${CONFIGURATION_BUILD_DIR}\"\n";
1940                        showEnvVarsInLog = 0;
1941                };
1942                F97258A40A86873C00096C78 /* ShellScript */ = {
1943                        isa = PBXShellScriptBuildPhase;
1944                        buildActionMask = 2147483647;
1945                        files = (
1946                        );
1947                        inputPaths = (
1948                        );
1949                        outputPaths = (
1950                        );
1951                        runOnlyForDeploymentPostprocessing = 0;
1952                        shellPath = /bin/bash;
1953                        shellScript = "if [ \"${ACTION:-build}\" == \"build\" ]; then\nif [ -z \"${HOME}\" ]; then export HOME=\"$(echo ~)\"; fi\ncd \"${TARGET_TEMP_DIR}\"; rm -rf \"${DERIVED_FILE_DIR}\"; mkdir -p \"${DERIVED_FILE_DIR}\"\nprintf '%s%s%s%s%s' '\npackage require tcltest 2.2\nnamespace import tcltest::*\nconfigure -testdir [file normalize {' \"${TCL_SRCROOT}\" '/tests}]\nconfigure -tmpdir [file normalize {' \"${DERIVED_FILE_DIR}\" '}]\nconfigure -verbose [concat [configure -verbose] line]\n# following test only fails when testsuite is run from inside Xcode, so skip it\nconfigure -skip [concat [configure -skip] stack-3.1]\nrunAllTests\n' | \"${TEST_RIG}\"; TEST_RIG_RESULT=$?\n[ ${TEST_RIG_RESULT} -ne 0 ] && echo \"tcltest:0: error: tcltest exited abnormally with code ${TEST_RIG_RESULT}.\"\nexit ${TEST_RIG_RESULT}\nfi";
1954                        showEnvVarsInLog = 0;
1955                };
1956                F97AF02F0B665DA900310EA2 /* ShellScript */ = {
1957                        isa = PBXShellScriptBuildPhase;
1958                        buildActionMask = 2147483647;
1959                        files = (
1960                        );
1961                        inputPaths = (
1962                                "${TARGET_TEMP_DIR}/.none",
1963                        );
1964                        outputPaths = (
1965                                "${TARGET_BUILD_DIR}/${EXECUTABLE_NAME}",
1966                        );
1967                        runOnlyForDeploymentPostprocessing = 0;
1968                        shellPath = /bin/bash;
1969                        shellScript = "if [ -e \"${TARGET_BUILD_DIR}/tclsh\" ]; then\n    mv -f \"${TARGET_BUILD_DIR}/tclsh\" \"${TARGET_BUILD_DIR}/tclsh${VERSION}\"\nfi\ngnumake -C \"${TCL_SRCROOT}/macosx\" -j \"$(sysctl -n hw.activecpu)\" \"$(echo \"${ACTION}\" | sed -e s/build// -e s/clean/distclean/ -e s/..\\*/\\&-/)${MAKE_TARGET}\" CFLAGS_WARNING=\"${WARNING_CFLAGS}\" CFLAGS_OPTIMIZE=\"-O${GCC_OPTIMIZATION_LEVEL}\" SYMROOT=\"${BUILT_PRODUCTS_DIR}\" OBJ_DIR=\"${OBJECT_FILE_DIR}\" INSTALL_ROOT=\"${DSTROOT}\" PREFIX=\"${PREFIX}\" BINDIR=\"${BINDIR}\" LIBDIR=\"${FRAMEWORK_INSTALL_PATH}\" MANDIR=\"${MANDIR}\" EXTRA_CONFIGURE_ARGS=\"${CONFIGURE_ARGS}\" ${EXTRA_MAKE_FLAGS}\nresult=$?\nif [ -e \"${TARGET_BUILD_DIR}/tclsh${VERSION}\" ]; then\n    mv -f \"${TARGET_BUILD_DIR}/tclsh${VERSION}\" \"${TARGET_BUILD_DIR}/tclsh\"\nfi\nif [ -e \"${BUILT_PRODUCTS_DIR}/tcltest\" ]; then\n\trm -f \"${BUILT_PRODUCTS_DIR}/tcltest\"\nfi\necho \"Done\"\nrm -f \"${SCRIPT_INPUT_FILE_0}\"\nexit ${result}\n";
1970                        showEnvVarsInLog = 0;
1971                };
1972                F9A5C5F508F651A2008AE941 /* ShellScript */ = {
1973                        isa = PBXShellScriptBuildPhase;
1974                        buildActionMask = 2147483647;
1975                        files = (
1976                        );
1977                        inputPaths = (
1978                                "$(TCL_SRCROOT)/macosx/configure.ac",
1979                                "$(TCL_SRCROOT)/unix/configure.in",
1980                                "$(TCL_SRCROOT)/unix/tcl.m4",
1981                                "$(TCL_SRCROOT)/unix/aclocal.m4",
1982                                "$(TCL_SRCROOT)/unix/tclConfig.sh.in",
1983                                "$(TCL_SRCROOT)/unix/Makefile.in",
1984                                "$(TCL_SRCROOT)/unix/dltest/Makefile.in",
1985                        );
1986                        outputPaths = (
1987                                "$(DERIVED_FILE_DIR)/tcl/tclConfig.sh",
1988                        );
1989                        runOnlyForDeploymentPostprocessing = 0;
1990                        shellPath = /bin/bash;
1991                        shellScript = "## tcl configure shell script phase\n\ncd \"${TCL_SRCROOT}\"/macosx &&\nif [ configure.ac -nt configure -o ../unix/configure.in -nt configure -o ../unix/tcl.m4 -nt configure -o ../unix/aclocal.m4 -nt configure ]; then\n    echo \"Running autoconf & autoheader in tcl/macosx\"\n    rm -rf autom4te.cache\n    ${AUTOCONF:-${DEVELOPER_DIR}/usr/bin/autoconf} && ${AUTOHEADER:-${DEVELOPER_DIR}/usr/bin/autoheader} || exit $?\n    rm -rf autom4te.cache\nfi\n\ncd \"${DERIVED_FILE_DIR}\" && mkdir -p tcl && cd tcl &&\nif [ \"${TCL_SRCROOT}\"/macosx/configure -nt config.status ]; then\n    echo \"Configuring Tcl\"\n    \"${TCL_SRCROOT}\"/macosx/configure --cache-file=../config.cache --prefix=${PREFIX} --bindir=${BINDIR} --libdir=${LIBDIR} --mandir=${MANDIR} --includedir=${INCLUDEDIR} --disable-shared ${CONFIGURE_ARGS}\nelse\n    ./config.status\nfi\n";
1992                        showEnvVarsInLog = 0;
1993                };
1994/* End PBXShellScriptBuildPhase section */
1995
1996/* Begin PBXSourcesBuildPhase section */
1997                8DD76FAB0486AB0100D96B5E /* Sources */ = {
1998                        isa = PBXSourcesBuildPhase;
1999                        buildActionMask = 2147483647;
2000                        files = (
2001                                F96D456F08F272BB004A47F5 /* regcomp.c in Sources */,
2002                                F96D457208F272BB004A47F5 /* regerror.c in Sources */,
2003                                F96D457508F272BB004A47F5 /* regexec.c in Sources */,
2004                                F96D457608F272BB004A47F5 /* regfree.c in Sources */,
2005                                F96D457B08F272BB004A47F5 /* tclAlloc.c in Sources */,
2006                                F96D457C08F272BB004A47F5 /* tclAsync.c in Sources */,
2007                                F96D457D08F272BB004A47F5 /* tclBasic.c in Sources */,
2008                                F96D457E08F272BC004A47F5 /* tclBinary.c in Sources */,
2009                                F96D457F08F272BC004A47F5 /* tclCkalloc.c in Sources */,
2010                                F96D458008F272BC004A47F5 /* tclClock.c in Sources */,
2011                                F96D458108F272BC004A47F5 /* tclCmdAH.c in Sources */,
2012                                F96D458208F272BC004A47F5 /* tclCmdIL.c in Sources */,
2013                                F96D458308F272BC004A47F5 /* tclCmdMZ.c in Sources */,
2014                                F96D458408F272BC004A47F5 /* tclCompCmds.c in Sources */,
2015                                F96D458508F272BC004A47F5 /* tclCompExpr.c in Sources */,
2016                                F96D458608F272BC004A47F5 /* tclCompile.c in Sources */,
2017                                F96D458808F272BC004A47F5 /* tclConfig.c in Sources */,
2018                                F96D458908F272BC004A47F5 /* tclDate.c in Sources */,
2019                                F96D458B08F272BC004A47F5 /* tclDictObj.c in Sources */,
2020                                F96D458C08F272BC004A47F5 /* tclEncoding.c in Sources */,
2021                                F96D458D08F272BC004A47F5 /* tclEnv.c in Sources */,
2022                                F96D458E08F272BC004A47F5 /* tclEvent.c in Sources */,
2023                                F96D458F08F272BC004A47F5 /* tclExecute.c in Sources */,
2024                                F96D459008F272BC004A47F5 /* tclFCmd.c in Sources */,
2025                                F96D459108F272BC004A47F5 /* tclFileName.c in Sources */,
2026                                F96D459308F272BC004A47F5 /* tclGet.c in Sources */,
2027                                F96D459508F272BC004A47F5 /* tclHash.c in Sources */,
2028                                F96D459608F272BC004A47F5 /* tclHistory.c in Sources */,
2029                                F96D459708F272BC004A47F5 /* tclIndexObj.c in Sources */,
2030                                F96D459B08F272BC004A47F5 /* tclInterp.c in Sources */,
2031                                F96D459D08F272BC004A47F5 /* tclIO.c in Sources */,
2032                                F96D459F08F272BC004A47F5 /* tclIOCmd.c in Sources */,
2033                                F96D45A008F272BC004A47F5 /* tclIOGT.c in Sources */,
2034                                F96D45A108F272BC004A47F5 /* tclIORChan.c in Sources */,
2035                                F96D45A208F272BC004A47F5 /* tclIOSock.c in Sources */,
2036                                F96D45A308F272BC004A47F5 /* tclIOUtil.c in Sources */,
2037                                F96D45A408F272BC004A47F5 /* tclLink.c in Sources */,
2038                                F96D45A508F272BC004A47F5 /* tclListObj.c in Sources */,
2039                                F96D45A608F272BC004A47F5 /* tclLiteral.c in Sources */,
2040                                F96D45A708F272BC004A47F5 /* tclLoad.c in Sources */,
2041                                F96D45A908F272BC004A47F5 /* tclMain.c in Sources */,
2042                                F96D45AA08F272BC004A47F5 /* tclNamesp.c in Sources */,
2043                                F96D45AB08F272BC004A47F5 /* tclNotify.c in Sources */,
2044                                F96D45AC08F272BC004A47F5 /* tclObj.c in Sources */,
2045                                F96D45AD08F272BC004A47F5 /* tclPanic.c in Sources */,
2046                                F96D45AE08F272BC004A47F5 /* tclParse.c in Sources */,
2047                                F96D45B008F272BC004A47F5 /* tclPathObj.c in Sources */,
2048                                F96D45B108F272BC004A47F5 /* tclPipe.c in Sources */,
2049                                F96D45B208F272BC004A47F5 /* tclPkg.c in Sources */,
2050                                F96D45B308F272BC004A47F5 /* tclPkgConfig.c in Sources */,
2051                                F96D45B608F272BC004A47F5 /* tclPosixStr.c in Sources */,
2052                                F96D45B708F272BC004A47F5 /* tclPreserve.c in Sources */,
2053                                F96D45B808F272BC004A47F5 /* tclProc.c in Sources */,
2054                                F96D45B908F272BC004A47F5 /* tclRegexp.c in Sources */,
2055                                F96D45BB08F272BC004A47F5 /* tclResolve.c in Sources */,
2056                                F96D45BC08F272BC004A47F5 /* tclResult.c in Sources */,
2057                                F96D45BD08F272BC004A47F5 /* tclScan.c in Sources */,
2058                                F96D45BE08F272BC004A47F5 /* tclStringObj.c in Sources */,
2059                                F96D45C308F272BC004A47F5 /* tclStrToD.c in Sources */,
2060                                F96D45C408F272BC004A47F5 /* tclStubInit.c in Sources */,
2061                                F96D45C508F272BC004A47F5 /* tclStubLib.c in Sources */,
2062                                F96D45C608F272BC004A47F5 /* tclTest.c in Sources */,
2063                                F96D45C708F272BC004A47F5 /* tclTestObj.c in Sources */,
2064                                F96D45C808F272BC004A47F5 /* tclTestProcBodyObj.c in Sources */,
2065                                F96D45C908F272BC004A47F5 /* tclThread.c in Sources */,
2066                                F96D45CA08F272BC004A47F5 /* tclThreadAlloc.c in Sources */,
2067                                F96D45CB08F272BC004A47F5 /* tclThreadJoin.c in Sources */,
2068                                F96D45CC08F272BC004A47F5 /* tclThreadStorage.c in Sources */,
2069                                F96D45CD08F272BC004A47F5 /* tclThreadTest.c in Sources */,
2070                                F96D45CE08F272BC004A47F5 /* tclTimer.c in Sources */,
2071                                F96D45D008F272BC004A47F5 /* tclTomMathInterface.c in Sources */,
2072                                F96D45D108F272BC004A47F5 /* tclTrace.c in Sources */,
2073                                F96D45D308F272BC004A47F5 /* tclUtf.c in Sources */,
2074                                F96D45D408F272BC004A47F5 /* tclUtil.c in Sources */,
2075                                F96D45D508F272BC004A47F5 /* tclVar.c in Sources */,
2076                                F96D48E208F272C3004A47F5 /* bn_fast_s_mp_mul_digs.c in Sources */,
2077                                F96D48E408F272C3004A47F5 /* bn_fast_s_mp_sqr.c in Sources */,
2078                                F96D48E708F272C3004A47F5 /* bn_mp_add.c in Sources */,
2079                                F96D48E808F272C3004A47F5 /* bn_mp_add_d.c in Sources */,
2080                                F9E61D2B090A48A4002B3151 /* bn_mp_and.c in Sources */,
2081                                F96D48EB08F272C3004A47F5 /* bn_mp_clamp.c in Sources */,
2082                                F96D48EC08F272C3004A47F5 /* bn_mp_clear.c in Sources */,
2083                                F96D48ED08F272C3004A47F5 /* bn_mp_clear_multi.c in Sources */,
2084                                F96D48EE08F272C3004A47F5 /* bn_mp_cmp.c in Sources */,
2085                                F9E61D28090A481F002B3151 /* bn_mp_cmp_d.c in Sources */,
2086                                F96D48F008F272C3004A47F5 /* bn_mp_cmp_mag.c in Sources */,
2087                                F96D48F208F272C3004A47F5 /* bn_mp_copy.c in Sources */,
2088                                F96D48F308F272C3004A47F5 /* bn_mp_count_bits.c in Sources */,
2089                                F96D48F408F272C3004A47F5 /* bn_mp_div.c in Sources */,
2090                                F96D48F508F272C3004A47F5 /* bn_mp_div_2.c in Sources */,
2091                                F96D48F608F272C3004A47F5 /* bn_mp_div_2d.c in Sources */,
2092                                F96D48F708F272C3004A47F5 /* bn_mp_div_3.c in Sources */,
2093                                F96D48F808F272C3004A47F5 /* bn_mp_div_d.c in Sources */,
2094                                F96D48FC08F272C3004A47F5 /* bn_mp_exch.c in Sources */,
2095                                F9E61D2C090A48AC002B3151 /* bn_mp_expt_d.c in Sources */,
2096                                F96D490508F272C3004A47F5 /* bn_mp_grow.c in Sources */,
2097                                F96D490608F272C3004A47F5 /* bn_mp_init.c in Sources */,
2098                                F96D490708F272C3004A47F5 /* bn_mp_init_copy.c in Sources */,
2099                                F96D490808F272C3004A47F5 /* bn_mp_init_multi.c in Sources */,
2100                                F96D490908F272C3004A47F5 /* bn_mp_init_set.c in Sources */,
2101                                F96D490B08F272C3004A47F5 /* bn_mp_init_size.c in Sources */,
2102                                F96D491008F272C3004A47F5 /* bn_mp_karatsuba_mul.c in Sources */,
2103                                F96D491108F272C3004A47F5 /* bn_mp_karatsuba_sqr.c in Sources */,
2104                                F96D491308F272C3004A47F5 /* bn_mp_lshd.c in Sources */,
2105                                F96D491408F272C3004A47F5 /* bn_mp_mod.c in Sources */,
2106                                F96D491508F272C3004A47F5 /* bn_mp_mod_2d.c in Sources */,
2107                                F96D491A08F272C3004A47F5 /* bn_mp_mul.c in Sources */,
2108                                F96D491B08F272C3004A47F5 /* bn_mp_mul_2.c in Sources */,
2109                                F96D491C08F272C3004A47F5 /* bn_mp_mul_2d.c in Sources */,
2110                                F96D491D08F272C3004A47F5 /* bn_mp_mul_d.c in Sources */,
2111                                F9E61D29090A486C002B3151 /* bn_mp_neg.c in Sources */,
2112                                F9E61D2E090A48BF002B3151 /* bn_mp_or.c in Sources */,
2113                                F96D492908F272C3004A47F5 /* bn_mp_radix_size.c in Sources */,
2114                                F96D492A08F272C3004A47F5 /* bn_mp_radix_smap.c in Sources */,
2115                                F96D492C08F272C3004A47F5 /* bn_mp_read_radix.c in Sources */,
2116                                F96D493708F272C3004A47F5 /* bn_mp_rshd.c in Sources */,
2117                                F96D493808F272C3004A47F5 /* bn_mp_set.c in Sources */,
2118                                F9E61D2F090A48C7002B3151 /* bn_mp_shrink.c in Sources */,
2119                                F96D493C08F272C3004A47F5 /* bn_mp_sqr.c in Sources */,
2120                                F9E61D2A090A4891002B3151 /* bn_mp_sqrt.c in Sources */,
2121                                F96D493F08F272C3004A47F5 /* bn_mp_sub.c in Sources */,
2122                                F96D494008F272C3004A47F5 /* bn_mp_sub_d.c in Sources */,
2123                                F9E61D30090A48E2002B3151 /* bn_mp_to_unsigned_bin_n.c in Sources */,
2124                                F9E61D31090A48F9002B3151 /* bn_mp_to_unsigned_bin.c in Sources */,
2125                                F96D494608F272C3004A47F5 /* bn_mp_toom_mul.c in Sources */,
2126                                F96D494708F272C3004A47F5 /* bn_mp_toom_sqr.c in Sources */,
2127                                F96D494908F272C3004A47F5 /* bn_mp_toradix_n.c in Sources */,
2128                                F9E61D32090A48FA002B3151 /* bn_mp_unsigned_bin_size.c in Sources */,
2129                                F9E61D2D090A48BB002B3151 /* bn_mp_xor.c in Sources */,
2130                                F96D494C08F272C3004A47F5 /* bn_mp_zero.c in Sources */,
2131                                F96D494E08F272C3004A47F5 /* bn_reverse.c in Sources */,
2132                                F96D494F08F272C3004A47F5 /* bn_s_mp_add.c in Sources */,
2133                                F96D495108F272C3004A47F5 /* bn_s_mp_mul_digs.c in Sources */,
2134                                F96D495308F272C3004A47F5 /* bn_s_mp_sqr.c in Sources */,
2135                                F96D495408F272C3004A47F5 /* bn_s_mp_sub.c in Sources */,
2136                                F96D495508F272C3004A47F5 /* bncore.c in Sources */,
2137                                F96D49A908F272C4004A47F5 /* tclMacOSXBundle.c in Sources */,
2138                                F96D49AD08F272C4004A47F5 /* tclMacOSXFCmd.c in Sources */,
2139                                F96D49AE08F272C4004A47F5 /* tclMacOSXNotify.c in Sources */,
2140                                F90509300913A72400327603 /* tclAppInit.c in Sources */,
2141                                F96D4AC608F272C9004A47F5 /* tclLoadDyld.c in Sources */,
2142                                F96D4ACA08F272C9004A47F5 /* tclUnixChan.c in Sources */,
2143                                F9FC77B80AB29E9100B7077D /* tclUnixCompat.c in Sources */,
2144                                F96D4ACB08F272C9004A47F5 /* tclUnixEvent.c in Sources */,
2145                                F96D4ACC08F272C9004A47F5 /* tclUnixFCmd.c in Sources */,
2146                                F96D4ACD08F272C9004A47F5 /* tclUnixFile.c in Sources */,
2147                                F96D4ACE08F272C9004A47F5 /* tclUnixInit.c in Sources */,
2148                                F96D4ACF08F272C9004A47F5 /* tclUnixNotfy.c in Sources */,
2149                                F96D4AD008F272C9004A47F5 /* tclUnixPipe.c in Sources */,
2150                                F96D4AD208F272CA004A47F5 /* tclUnixSock.c in Sources */,
2151                                F96D4AD308F272CA004A47F5 /* tclUnixTest.c in Sources */,
2152                                F96D4AD408F272CA004A47F5 /* tclUnixThrd.c in Sources */,
2153                                F96D4AD608F272CA004A47F5 /* tclUnixTime.c in Sources */,
2154                                F9F4415E0C8BAE6F00BCCD67 /* tclDTrace.d in Sources */,
2155                        );
2156                        runOnlyForDeploymentPostprocessing = 0;
2157                };
2158/* End PBXSourcesBuildPhase section */
2159
2160/* Begin PBXTargetDependency section */
2161                F97258D30A868C6F00096C78 /* PBXTargetDependency */ = {
2162                        isa = PBXTargetDependency;
2163                        target = 8DD76FA90486AB0100D96B5E /* tcltest */;
2164                        targetProxy = F97258D20A868C6F00096C78 /* PBXContainerItemProxy */;
2165                };
2166/* End PBXTargetDependency section */
2167
2168/* Begin XCBuildConfiguration section */
2169                F91BCC4F093152310042A6BF /* ReleaseUniversal */ = {
2170                        isa = XCBuildConfiguration;
2171                        buildSettings = {
2172                                PRODUCT_NAME = tclsh;
2173                                SKIP_INSTALL = NO;
2174                        };
2175                        name = ReleaseUniversal;
2176                };
2177                F91BCC50093152310042A6BF /* ReleaseUniversal */ = {
2178                        isa = XCBuildConfiguration;
2179                        buildSettings = {
2180                                PRODUCT_NAME = tcltest;
2181                        };
2182                        name = ReleaseUniversal;
2183                };
2184                F91BCC51093152310042A6BF /* ReleaseUniversal */ = {
2185                        isa = XCBuildConfiguration;
2186                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2187                        buildSettings = {
2188                                ARCHS = (
2189                                        ppc,
2190                                        ppc64,
2191                                        i386,
2192                                        x86_64,
2193                                );
2194                                CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
2195                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2196                                OTHER_LDFLAGS = (
2197                                        "-Wl,-no_arch_warnings",
2198                                        "$(OTHER_LDFLAGS)",
2199                                );
2200                                PREBINDING = NO;
2201                        };
2202                        name = ReleaseUniversal;
2203                };
2204                F93084370BB93D2800CD0B9E /* DebugMemCompile */ = {
2205                        isa = XCBuildConfiguration;
2206                        buildSettings = {
2207                                PRODUCT_NAME = tclsh;
2208                                SKIP_INSTALL = NO;
2209                        };
2210                        name = DebugMemCompile;
2211                };
2212                F93084380BB93D2800CD0B9E /* DebugMemCompile */ = {
2213                        isa = XCBuildConfiguration;
2214                        buildSettings = {
2215                                PRODUCT_NAME = tcltest;
2216                        };
2217                        name = DebugMemCompile;
2218                };
2219                F93084390BB93D2800CD0B9E /* DebugMemCompile */ = {
2220                        isa = XCBuildConfiguration;
2221                        buildSettings = {
2222                                CODE_SIGN_IDENTITY = "";
2223                                PRODUCT_NAME = tests;
2224                                TCLTEST_OPTIONS = "";
2225                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2226                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2227                        };
2228                        name = DebugMemCompile;
2229                };
2230                F930843A0BB93D2800CD0B9E /* DebugMemCompile */ = {
2231                        isa = XCBuildConfiguration;
2232                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2233                        buildSettings = {
2234                                CONFIGURE_ARGS = "$(CONFIGURE_ARGS) --enable-symbols=all";
2235                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2236                                PREBINDING = NO;
2237                        };
2238                        name = DebugMemCompile;
2239                };
2240                F95CC8AC09158F3100EA5ACE /* Debug */ = {
2241                        isa = XCBuildConfiguration;
2242                        buildSettings = {
2243                                PRODUCT_NAME = tclsh;
2244                                SKIP_INSTALL = NO;
2245                        };
2246                        name = Debug;
2247                };
2248                F95CC8AD09158F3100EA5ACE /* Release */ = {
2249                        isa = XCBuildConfiguration;
2250                        buildSettings = {
2251                                PRODUCT_NAME = tclsh;
2252                                SKIP_INSTALL = NO;
2253                        };
2254                        name = Release;
2255                };
2256                F95CC8AE09158F3100EA5ACE /* DebugNoFixZL */ = {
2257                        isa = XCBuildConfiguration;
2258                        buildSettings = {
2259                                PRODUCT_NAME = tclsh;
2260                                SKIP_INSTALL = NO;
2261                        };
2262                        name = DebugNoFixZL;
2263                };
2264                F95CC8B109158F3100EA5ACE /* Debug */ = {
2265                        isa = XCBuildConfiguration;
2266                        buildSettings = {
2267                                CONFIGURE_ARGS = "tcl_cv_cc_visibility_hidden=no $(CONFIGURE_ARGS)";
2268                                GCC_DYNAMIC_NO_PIC = NO;
2269                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
2270                                GCC_PREPROCESSOR_DEFINITIONS = (
2271                                        "__private_extern__=extern",
2272                                        "$(GCC_PREPROCESSOR_DEFINITIONS)",
2273                                );
2274                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
2275                                PRODUCT_NAME = tcltest;
2276                                ZERO_LINK = YES;
2277                        };
2278                        name = Debug;
2279                };
2280                F95CC8B209158F3100EA5ACE /* Release */ = {
2281                        isa = XCBuildConfiguration;
2282                        buildSettings = {
2283                                PRODUCT_NAME = tcltest;
2284                        };
2285                        name = Release;
2286                };
2287                F95CC8B309158F3100EA5ACE /* DebugNoFixZL */ = {
2288                        isa = XCBuildConfiguration;
2289                        buildSettings = {
2290                                PRODUCT_NAME = tcltest;
2291                        };
2292                        name = DebugNoFixZL;
2293                };
2294                F95CC8B609158F3100EA5ACE /* Debug */ = {
2295                        isa = XCBuildConfiguration;
2296                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2297                        buildSettings = {
2298                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2299                                PREBINDING = NO;
2300                        };
2301                        name = Debug;
2302                };
2303                F95CC8B709158F3100EA5ACE /* Release */ = {
2304                        isa = XCBuildConfiguration;
2305                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2306                        buildSettings = {
2307                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2308                                PREBINDING = YES;
2309                        };
2310                        name = Release;
2311                };
2312                F95CC8B809158F3100EA5ACE /* DebugNoFixZL */ = {
2313                        isa = XCBuildConfiguration;
2314                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2315                        buildSettings = {
2316                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2317                                PREBINDING = NO;
2318                        };
2319                        name = DebugNoFixZL;
2320                };
2321                F97258A90A86873D00096C78 /* Debug */ = {
2322                        isa = XCBuildConfiguration;
2323                        buildSettings = {
2324                                CODE_SIGN_IDENTITY = "";
2325                                PRODUCT_NAME = tests;
2326                                TCLTEST_OPTIONS = "";
2327                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2328                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2329                        };
2330                        name = Debug;
2331                };
2332                F97258AA0A86873D00096C78 /* Release */ = {
2333                        isa = XCBuildConfiguration;
2334                        buildSettings = {
2335                                CODE_SIGN_IDENTITY = "";
2336                                PRODUCT_NAME = tests;
2337                                TCLTEST_OPTIONS = "";
2338                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2339                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2340                        };
2341                        name = Release;
2342                };
2343                F97258AB0A86873D00096C78 /* DebugNoFixZL */ = {
2344                        isa = XCBuildConfiguration;
2345                        buildSettings = {
2346                                CODE_SIGN_IDENTITY = "";
2347                                PRODUCT_NAME = tests;
2348                                TCLTEST_OPTIONS = "";
2349                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2350                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2351                        };
2352                        name = DebugNoFixZL;
2353                };
2354                F97258AC0A86873D00096C78 /* ReleaseUniversal */ = {
2355                        isa = XCBuildConfiguration;
2356                        buildSettings = {
2357                                CODE_SIGN_IDENTITY = "";
2358                                PRODUCT_NAME = tests;
2359                                TCLTEST_OPTIONS = "";
2360                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2361                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2362                        };
2363                        name = ReleaseUniversal;
2364                };
2365                F97AED080B660A6C00310EA2 /* ReleaseUniversal10.4uSDK */ = {
2366                        isa = XCBuildConfiguration;
2367                        buildSettings = {
2368                                CODE_SIGN_IDENTITY = "";
2369                                PRODUCT_NAME = tests;
2370                                TCLTEST_OPTIONS = "";
2371                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2372                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2373                        };
2374                        name = ReleaseUniversal10.4uSDK;
2375                };
2376                F97AED0F0B660AA300310EA2 /* ReleasePPC10.3.9SDK */ = {
2377                        isa = XCBuildConfiguration;
2378                        buildSettings = {
2379                                CODE_SIGN_IDENTITY = "";
2380                                PRODUCT_NAME = tests;
2381                                TCLTEST_OPTIONS = "";
2382                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2383                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2384                        };
2385                        name = ReleasePPC10.3.9SDK;
2386                };
2387                F97AED160B660AF100310EA2 /* ReleasePPC10.2.8SDK */ = {
2388                        isa = XCBuildConfiguration;
2389                        buildSettings = {
2390                                CODE_SIGN_IDENTITY = "";
2391                                PRODUCT_NAME = tests;
2392                                TCLTEST_OPTIONS = "";
2393                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2394                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2395                        };
2396                        name = ReleasePPC10.2.8SDK;
2397                };
2398                F97AED1B0B660B2100310EA2 /* Debug64bit */ = {
2399                        isa = XCBuildConfiguration;
2400                        buildSettings = {
2401                                PRODUCT_NAME = tclsh;
2402                                SKIP_INSTALL = NO;
2403                        };
2404                        name = Debug64bit;
2405                };
2406                F97AED1C0B660B2100310EA2 /* Debug64bit */ = {
2407                        isa = XCBuildConfiguration;
2408                        buildSettings = {
2409                                PRODUCT_NAME = tcltest;
2410                        };
2411                        name = Debug64bit;
2412                };
2413                F97AED1D0B660B2100310EA2 /* Debug64bit */ = {
2414                        isa = XCBuildConfiguration;
2415                        buildSettings = {
2416                                CODE_SIGN_IDENTITY = "";
2417                                PRODUCT_NAME = tests;
2418                                TCLTEST_OPTIONS = "";
2419                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2420                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2421                        };
2422                        name = Debug64bit;
2423                };
2424                F97AED1E0B660B2100310EA2 /* Debug64bit */ = {
2425                        isa = XCBuildConfiguration;
2426                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2427                        buildSettings = {
2428                                ARCHS = "$(NATIVE_ARCH_64_BIT)";
2429                                CONFIGURE_ARGS = "--enable-64bit $(CONFIGURE_ARGS)";
2430                                CPPFLAGS = "-arch $(NATIVE_ARCH_64_BIT) $(CPPFLAGS)";
2431                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2432                                PREBINDING = NO;
2433                        };
2434                        name = Debug64bit;
2435                };
2436                F9988AB10D814C6500B6B03B /* Debug gcc42 */ = {
2437                        isa = XCBuildConfiguration;
2438                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2439                        buildSettings = {
2440                                GCC_VERSION = 4.2;
2441                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2442                                PREBINDING = NO;
2443                        };
2444                        name = "Debug gcc42";
2445                };
2446                F9988AB20D814C6500B6B03B /* Debug gcc42 */ = {
2447                        isa = XCBuildConfiguration;
2448                        buildSettings = {
2449                                PRODUCT_NAME = tclsh;
2450                                SKIP_INSTALL = NO;
2451                        };
2452                        name = "Debug gcc42";
2453                };
2454                F9988AB30D814C6500B6B03B /* Debug gcc42 */ = {
2455                        isa = XCBuildConfiguration;
2456                        buildSettings = {
2457                                CONFIGURE_ARGS = "tcl_cv_cc_visibility_hidden=no $(CONFIGURE_ARGS)";
2458                                GCC_DYNAMIC_NO_PIC = NO;
2459                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
2460                                GCC_PREPROCESSOR_DEFINITIONS = (
2461                                        "__private_extern__=extern",
2462                                        "$(GCC_PREPROCESSOR_DEFINITIONS)",
2463                                );
2464                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
2465                                PRODUCT_NAME = tcltest;
2466                                ZERO_LINK = YES;
2467                        };
2468                        name = "Debug gcc42";
2469                };
2470                F9988AB40D814C6500B6B03B /* Debug gcc42 */ = {
2471                        isa = XCBuildConfiguration;
2472                        buildSettings = {
2473                                CODE_SIGN_IDENTITY = "";
2474                                PRODUCT_NAME = tests;
2475                                TCLTEST_OPTIONS = "";
2476                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2477                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2478                        };
2479                        name = "Debug gcc42";
2480                };
2481                F9988AB50D814C7500B6B03B /* Debug llvmgcc42 */ = {
2482                        isa = XCBuildConfiguration;
2483                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2484                        buildSettings = {
2485                                GCC = "$(DEVELOPER_DIR)/usr/bin/llvm-gcc";
2486                                GCC_VERSION = 4.2;
2487                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2488                                PREBINDING = NO;
2489                        };
2490                        name = "Debug llvmgcc42";
2491                };
2492                F9988AB60D814C7500B6B03B /* Debug llvmgcc42 */ = {
2493                        isa = XCBuildConfiguration;
2494                        buildSettings = {
2495                                PRODUCT_NAME = tclsh;
2496                                SKIP_INSTALL = NO;
2497                        };
2498                        name = "Debug llvmgcc42";
2499                };
2500                F9988AB70D814C7500B6B03B /* Debug llvmgcc42 */ = {
2501                        isa = XCBuildConfiguration;
2502                        buildSettings = {
2503                                CONFIGURE_ARGS = "tcl_cv_cc_visibility_hidden=no $(CONFIGURE_ARGS)";
2504                                GCC_DYNAMIC_NO_PIC = NO;
2505                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
2506                                GCC_PREPROCESSOR_DEFINITIONS = (
2507                                        "__private_extern__=extern",
2508                                        "$(GCC_PREPROCESSOR_DEFINITIONS)",
2509                                );
2510                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
2511                                PRODUCT_NAME = tcltest;
2512                                ZERO_LINK = YES;
2513                        };
2514                        name = "Debug llvmgcc42";
2515                };
2516                F9988AB80D814C7500B6B03B /* Debug llvmgcc42 */ = {
2517                        isa = XCBuildConfiguration;
2518                        buildSettings = {
2519                                CODE_SIGN_IDENTITY = "";
2520                                PRODUCT_NAME = tests;
2521                                TCLTEST_OPTIONS = "";
2522                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2523                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2524                        };
2525                        name = "Debug llvmgcc42";
2526                };
2527                F9988BB10D81586D00B6B03B /* ReleaseUniversal gcc42 */ = {
2528                        isa = XCBuildConfiguration;
2529                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2530                        buildSettings = {
2531                                ARCHS = (
2532                                        ppc,
2533                                        ppc64,
2534                                        i386,
2535                                        x86_64,
2536                                );
2537                                CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
2538                                GCC_VERSION = 4.2;
2539                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2540                                OTHER_LDFLAGS = (
2541                                        "-Wl,-no_arch_warnings",
2542                                        "$(OTHER_LDFLAGS)",
2543                                );
2544                                PREBINDING = NO;
2545                        };
2546                        name = "ReleaseUniversal gcc42";
2547                };
2548                F9988BB20D81586D00B6B03B /* ReleaseUniversal gcc42 */ = {
2549                        isa = XCBuildConfiguration;
2550                        buildSettings = {
2551                                PRODUCT_NAME = tclsh;
2552                                SKIP_INSTALL = NO;
2553                        };
2554                        name = "ReleaseUniversal gcc42";
2555                };
2556                F9988BB30D81586D00B6B03B /* ReleaseUniversal gcc42 */ = {
2557                        isa = XCBuildConfiguration;
2558                        buildSettings = {
2559                                PRODUCT_NAME = tcltest;
2560                        };
2561                        name = "ReleaseUniversal gcc42";
2562                };
2563                F9988BB40D81586D00B6B03B /* ReleaseUniversal gcc42 */ = {
2564                        isa = XCBuildConfiguration;
2565                        buildSettings = {
2566                                CODE_SIGN_IDENTITY = "";
2567                                PRODUCT_NAME = tests;
2568                                TCLTEST_OPTIONS = "";
2569                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2570                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2571                        };
2572                        name = "ReleaseUniversal gcc42";
2573                };
2574                F9988BB50D81587400B6B03B /* ReleaseUniversal llvmgcc42 */ = {
2575                        isa = XCBuildConfiguration;
2576                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2577                        buildSettings = {
2578                                ARCHS = (
2579                                        ppc,
2580                                        i386,
2581                                        x86_64,
2582                                );
2583                                CFLAGS = "-arch ppc -arch i386 -arch x86_64 $(CFLAGS)";
2584                                DEBUG_INFORMATION_FORMAT = dwarf;
2585                                GCC = "$(DEVELOPER_DIR)/usr/bin/llvm-gcc";
2586                                GCC_OPTIMIZATION_LEVEL = 4;
2587                                GCC_VERSION = 4.2;
2588                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2589                                OTHER_CFLAGS = "-emit-llvm";
2590                                OTHER_LDFLAGS = (
2591                                        "-Wl,-no_arch_warnings",
2592                                        "$(OTHER_LDFLAGS)",
2593                                );
2594                                PREBINDING = NO;
2595                                TCL_CONFIGURE_ARGS = "$(TCL_CONFIGURE_ARGS) --disable-dtrace";
2596                        };
2597                        name = "ReleaseUniversal llvmgcc42";
2598                };
2599                F9988BB60D81587400B6B03B /* ReleaseUniversal llvmgcc42 */ = {
2600                        isa = XCBuildConfiguration;
2601                        buildSettings = {
2602                                PRODUCT_NAME = tclsh;
2603                                SKIP_INSTALL = NO;
2604                        };
2605                        name = "ReleaseUniversal llvmgcc42";
2606                };
2607                F9988BB70D81587400B6B03B /* ReleaseUniversal llvmgcc42 */ = {
2608                        isa = XCBuildConfiguration;
2609                        buildSettings = {
2610                                PRODUCT_NAME = tcltest;
2611                        };
2612                        name = "ReleaseUniversal llvmgcc42";
2613                };
2614                F9988BB80D81587400B6B03B /* ReleaseUniversal llvmgcc42 */ = {
2615                        isa = XCBuildConfiguration;
2616                        buildSettings = {
2617                                CODE_SIGN_IDENTITY = "";
2618                                PRODUCT_NAME = tests;
2619                                TCLTEST_OPTIONS = "";
2620                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2621                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2622                        };
2623                        name = "ReleaseUniversal llvmgcc42";
2624                };
2625                F99EE73B0BE835310060D4AF /* DebugUnthreaded */ = {
2626                        isa = XCBuildConfiguration;
2627                        buildSettings = {
2628                                PRODUCT_NAME = tclsh;
2629                                SKIP_INSTALL = NO;
2630                        };
2631                        name = DebugUnthreaded;
2632                };
2633                F99EE73C0BE835310060D4AF /* DebugLeaks */ = {
2634                        isa = XCBuildConfiguration;
2635                        buildSettings = {
2636                                PRODUCT_NAME = tclsh;
2637                                SKIP_INSTALL = NO;
2638                        };
2639                        name = DebugLeaks;
2640                };
2641                F99EE73D0BE835310060D4AF /* DebugUnthreaded */ = {
2642                        isa = XCBuildConfiguration;
2643                        buildSettings = {
2644                                PRODUCT_NAME = tcltest;
2645                        };
2646                        name = DebugUnthreaded;
2647                };
2648                F99EE73E0BE835310060D4AF /* DebugLeaks */ = {
2649                        isa = XCBuildConfiguration;
2650                        buildSettings = {
2651                                PRODUCT_NAME = tcltest;
2652                        };
2653                        name = DebugLeaks;
2654                };
2655                F99EE73F0BE835310060D4AF /* DebugUnthreaded */ = {
2656                        isa = XCBuildConfiguration;
2657                        buildSettings = {
2658                                CODE_SIGN_IDENTITY = "";
2659                                PRODUCT_NAME = tests;
2660                                TCLTEST_OPTIONS = "";
2661                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2662                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2663                        };
2664                        name = DebugUnthreaded;
2665                };
2666                F99EE7400BE835310060D4AF /* DebugLeaks */ = {
2667                        isa = XCBuildConfiguration;
2668                        buildSettings = {
2669                                CODE_SIGN_IDENTITY = "";
2670                                PRODUCT_NAME = tests;
2671                                TCLTEST_OPTIONS = "";
2672                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2673                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2674                        };
2675                        name = DebugLeaks;
2676                };
2677                F99EE7410BE835310060D4AF /* DebugUnthreaded */ = {
2678                        isa = XCBuildConfiguration;
2679                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2680                        buildSettings = {
2681                                CONFIGURE_ARGS = "$(CONFIGURE_ARGS) --disable-threads";
2682                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2683                                PREBINDING = NO;
2684                        };
2685                        name = DebugUnthreaded;
2686                };
2687                F99EE7420BE835310060D4AF /* DebugLeaks */ = {
2688                        isa = XCBuildConfiguration;
2689                        baseConfigurationReference = F97AE8330B65C87F00310EA2 /* Tcl-Debug.xcconfig */;
2690                        buildSettings = {
2691                                GCC_PREPROCESSOR_DEFINITIONS = (
2692                                        PURIFY,
2693                                        "$(GCC_PREPROCESSOR_DEFINITIONS)",
2694                                );
2695                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2696                                PREBINDING = NO;
2697                        };
2698                        name = DebugLeaks;
2699                };
2700                F9DB62080B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
2701                        isa = XCBuildConfiguration;
2702                        buildSettings = {
2703                                PRODUCT_NAME = tclsh;
2704                                SKIP_INSTALL = NO;
2705                        };
2706                        name = ReleaseUniversal10.4uSDK;
2707                };
2708                F9DB62090B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
2709                        isa = XCBuildConfiguration;
2710                        buildSettings = {
2711                                PRODUCT_NAME = tcltest;
2712                        };
2713                        name = ReleaseUniversal10.4uSDK;
2714                };
2715                F9DB620A0B65ADA800A370FB /* ReleaseUniversal10.4uSDK */ = {
2716                        isa = XCBuildConfiguration;
2717                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2718                        buildSettings = {
2719                                ARCHS = (
2720                                        ppc,
2721                                        ppc64,
2722                                        i386,
2723                                        x86_64,
2724                                );
2725                                CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
2726                                CPPFLAGS = "-isysroot $(SDKROOT) $(CPPFLAGS)";
2727                                MACOSX_DEPLOYMENT_TARGET = 10.4;
2728                                OTHER_LDFLAGS = (
2729                                        "-Wl,-no_arch_warnings",
2730                                        "$(OTHER_LDFLAGS)",
2731                                );
2732                                PREBINDING = NO;
2733                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
2734                        };
2735                        name = ReleaseUniversal10.4uSDK;
2736                };
2737                F9DB621F0B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
2738                        isa = XCBuildConfiguration;
2739                        buildSettings = {
2740                                LDFLAGS = "-force_cpusubtype_ALL $(LDFLAGS)";
2741                                PRODUCT_NAME = tclsh;
2742                                SKIP_INSTALL = NO;
2743                        };
2744                        name = ReleasePPC10.3.9SDK;
2745                };
2746                F9DB62200B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
2747                        isa = XCBuildConfiguration;
2748                        buildSettings = {
2749                                PRODUCT_NAME = tcltest;
2750                        };
2751                        name = ReleasePPC10.3.9SDK;
2752                };
2753                F9DB62210B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
2754                        isa = XCBuildConfiguration;
2755                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2756                        buildSettings = {
2757                                ARCHS = ppc;
2758                                CFLAGS = "$(PER_ARCH_CFLAGS_ppc) $(CFLAGS)";
2759                                CPPFLAGS = "-arch ppc -isysroot $(SDKROOT) $(CPPFLAGS)";
2760                                MACOSX_DEPLOYMENT_TARGET = 10.3;
2761                                PREBINDING = YES;
2762                                SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;
2763                        };
2764                        name = ReleasePPC10.3.9SDK;
2765                };
2766                F9DB62350B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
2767                        isa = XCBuildConfiguration;
2768                        buildSettings = {
2769                                PRODUCT_NAME = tclsh;
2770                                SKIP_INSTALL = NO;
2771                        };
2772                        name = ReleasePPC10.2.8SDK;
2773                };
2774                F9DB62360B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
2775                        isa = XCBuildConfiguration;
2776                        buildSettings = {
2777                                PRODUCT_NAME = tcltest;
2778                        };
2779                        name = ReleasePPC10.2.8SDK;
2780                };
2781                F9DB62370B65B03A00A370FB /* ReleasePPC10.2.8SDK */ = {
2782                        isa = XCBuildConfiguration;
2783                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2784                        buildSettings = {
2785                                ARCHS = ppc;
2786                                CFLAGS = "$(PER_ARCH_CFLAGS_ppc) -fconstant-cfstrings $(CFLAGS)";
2787                                CPPFLAGS = "-arch ppc -D__CONSTANT_CFSTRINGS__ -DMAC_OS_X_VERSION_MIN_REQUIRED=1020 -nostdinc -isystem $(SDKROOT)/usr/include/gcc/darwin/$(GCC_VERSION) -isystem $(SDKROOT)/usr/include -F$(SDKROOT)/System/Library/Frameworks";
2788                                DEBUG_INFORMATION_FORMAT = stabs;
2789                                GCC = /usr/bin/gcc;
2790                                GCC_VERSION = 3.3;
2791                                LDFLAGS = "-L$(SDKROOT)/usr/lib/gcc/darwin/$(GCC_VERSION) -Wl,-syslibroot,$(SDKROOT)";
2792                                MACOSX_DEPLOYMENT_TARGET = 10.2;
2793                                PREBINDING = YES;
2794                                SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
2795                                WARNING_CFLAGS = (
2796                                        "$(WARNING_CFLAGS_GCC3)",
2797                                        "-Wno-long-double",
2798                                );
2799                        };
2800                        name = ReleasePPC10.2.8SDK;
2801                };
2802                F9EEED960C2FEFD300396116 /* ReleaseUniversal10.5SDK */ = {
2803                        isa = XCBuildConfiguration;
2804                        buildSettings = {
2805                                PRODUCT_NAME = tclsh;
2806                                SKIP_INSTALL = NO;
2807                        };
2808                        name = ReleaseUniversal10.5SDK;
2809                };
2810                F9EEED970C2FEFD300396116 /* ReleaseUniversal10.5SDK */ = {
2811                        isa = XCBuildConfiguration;
2812                        buildSettings = {
2813                                PRODUCT_NAME = tcltest;
2814                        };
2815                        name = ReleaseUniversal10.5SDK;
2816                };
2817                F9EEED980C2FEFD300396116 /* ReleaseUniversal10.5SDK */ = {
2818                        isa = XCBuildConfiguration;
2819                        buildSettings = {
2820                                CODE_SIGN_IDENTITY = "";
2821                                PRODUCT_NAME = tests;
2822                                TCLTEST_OPTIONS = "";
2823                                TCL_LIBRARY = "$(TCL_SRCROOT)/library";
2824                                TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
2825                        };
2826                        name = ReleaseUniversal10.5SDK;
2827                };
2828                F9EEED990C2FEFD300396116 /* ReleaseUniversal10.5SDK */ = {
2829                        isa = XCBuildConfiguration;
2830                        baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
2831                        buildSettings = {
2832                                ARCHS = (
2833                                        ppc,
2834                                        ppc64,
2835                                        i386,
2836                                        x86_64,
2837                                );
2838                                CFLAGS = "-arch ppc -arch ppc64 -arch i386 -arch x86_64 $(CFLAGS)";
2839                                CPPFLAGS = "-isysroot $(SDKROOT) $(CPPFLAGS)";
2840                                MACOSX_DEPLOYMENT_TARGET = 10.5;
2841                                PREBINDING = NO;
2842                                SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
2843                        };
2844                        name = ReleaseUniversal10.5SDK;
2845                };
2846/* End XCBuildConfiguration section */
2847
2848/* Begin XCConfigurationList section */
2849                F95CC8AB09158F3100EA5ACE /* Build configuration list for PBXNativeTarget "Tcl" */ = {
2850                        isa = XCConfigurationList;
2851                        buildConfigurations = (
2852                                F95CC8AC09158F3100EA5ACE /* Debug */,
2853                                F9988AB20D814C6500B6B03B /* Debug gcc42 */,
2854                                F9988AB60D814C7500B6B03B /* Debug llvmgcc42 */,
2855                                F95CC8AE09158F3100EA5ACE /* DebugNoFixZL */,
2856                                F99EE73B0BE835310060D4AF /* DebugUnthreaded */,
2857                                F93084370BB93D2800CD0B9E /* DebugMemCompile */,
2858                                F99EE73C0BE835310060D4AF /* DebugLeaks */,
2859                                F97AED1B0B660B2100310EA2 /* Debug64bit */,
2860                                F95CC8AD09158F3100EA5ACE /* Release */,
2861                                F91BCC4F093152310042A6BF /* ReleaseUniversal */,
2862                                F9988BB20D81586D00B6B03B /* ReleaseUniversal gcc42 */,
2863                                F9988BB60D81587400B6B03B /* ReleaseUniversal llvmgcc42 */,
2864                                F9EEED960C2FEFD300396116 /* ReleaseUniversal10.5SDK */,
2865                                F9DB62080B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
2866                                F9DB621F0B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
2867                                F9DB62350B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
2868                        );
2869                        defaultConfigurationIsVisible = 0;
2870                        defaultConfigurationName = Debug;
2871                };
2872                F95CC8B009158F3100EA5ACE /* Build configuration list for PBXNativeTarget "tcltest" */ = {
2873                        isa = XCConfigurationList;
2874                        buildConfigurations = (
2875                                F95CC8B109158F3100EA5ACE /* Debug */,
2876                                F9988AB30D814C6500B6B03B /* Debug gcc42 */,
2877                                F9988AB70D814C7500B6B03B /* Debug llvmgcc42 */,
2878                                F95CC8B309158F3100EA5ACE /* DebugNoFixZL */,
2879                                F99EE73D0BE835310060D4AF /* DebugUnthreaded */,
2880                                F93084380BB93D2800CD0B9E /* DebugMemCompile */,
2881                                F99EE73E0BE835310060D4AF /* DebugLeaks */,
2882                                F97AED1C0B660B2100310EA2 /* Debug64bit */,
2883                                F95CC8B209158F3100EA5ACE /* Release */,
2884                                F91BCC50093152310042A6BF /* ReleaseUniversal */,
2885                                F9988BB30D81586D00B6B03B /* ReleaseUniversal gcc42 */,
2886                                F9988BB70D81587400B6B03B /* ReleaseUniversal llvmgcc42 */,
2887                                F9EEED970C2FEFD300396116 /* ReleaseUniversal10.5SDK */,
2888                                F9DB62090B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
2889                                F9DB62200B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
2890                                F9DB62360B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
2891                        );
2892                        defaultConfigurationIsVisible = 0;
2893                        defaultConfigurationName = Debug;
2894                };
2895                F95CC8B509158F3100EA5ACE /* Build configuration list for PBXProject "Tcl" */ = {
2896                        isa = XCConfigurationList;
2897                        buildConfigurations = (
2898                                F95CC8B609158F3100EA5ACE /* Debug */,
2899                                F9988AB10D814C6500B6B03B /* Debug gcc42 */,
2900                                F9988AB50D814C7500B6B03B /* Debug llvmgcc42 */,
2901                                F95CC8B809158F3100EA5ACE /* DebugNoFixZL */,
2902                                F99EE7410BE835310060D4AF /* DebugUnthreaded */,
2903                                F930843A0BB93D2800CD0B9E /* DebugMemCompile */,
2904                                F99EE7420BE835310060D4AF /* DebugLeaks */,
2905                                F97AED1E0B660B2100310EA2 /* Debug64bit */,
2906                                F95CC8B709158F3100EA5ACE /* Release */,
2907                                F91BCC51093152310042A6BF /* ReleaseUniversal */,
2908                                F9988BB10D81586D00B6B03B /* ReleaseUniversal gcc42 */,
2909                                F9988BB50D81587400B6B03B /* ReleaseUniversal llvmgcc42 */,
2910                                F9EEED990C2FEFD300396116 /* ReleaseUniversal10.5SDK */,
2911                                F9DB620A0B65ADA800A370FB /* ReleaseUniversal10.4uSDK */,
2912                                F9DB62210B65AFDE00A370FB /* ReleasePPC10.3.9SDK */,
2913                                F9DB62370B65B03A00A370FB /* ReleasePPC10.2.8SDK */,
2914                        );
2915                        defaultConfigurationIsVisible = 0;
2916                        defaultConfigurationName = Debug;
2917                };
2918                F97258A80A86873D00096C78 /* Build configuration list for PBXNativeTarget "tests" */ = {
2919                        isa = XCConfigurationList;
2920                        buildConfigurations = (
2921                                F97258A90A86873D00096C78 /* Debug */,
2922                                F9988AB40D814C6500B6B03B /* Debug gcc42 */,
2923                                F9988AB80D814C7500B6B03B /* Debug llvmgcc42 */,
2924                                F97258AB0A86873D00096C78 /* DebugNoFixZL */,
2925                                F99EE73F0BE835310060D4AF /* DebugUnthreaded */,
2926                                F93084390BB93D2800CD0B9E /* DebugMemCompile */,
2927                                F99EE7400BE835310060D4AF /* DebugLeaks */,
2928                                F97AED1D0B660B2100310EA2 /* Debug64bit */,
2929                                F97258AA0A86873D00096C78 /* Release */,
2930                                F97258AC0A86873D00096C78 /* ReleaseUniversal */,
2931                                F9988BB40D81586D00B6B03B /* ReleaseUniversal gcc42 */,
2932                                F9988BB80D81587400B6B03B /* ReleaseUniversal llvmgcc42 */,
2933                                F9EEED980C2FEFD300396116 /* ReleaseUniversal10.5SDK */,
2934                                F97AED080B660A6C00310EA2 /* ReleaseUniversal10.4uSDK */,
2935                                F97AED0F0B660AA300310EA2 /* ReleasePPC10.3.9SDK */,
2936                                F97AED160B660AF100310EA2 /* ReleasePPC10.2.8SDK */,
2937                        );
2938                        defaultConfigurationIsVisible = 0;
2939                        defaultConfigurationName = Debug;
2940                };
2941/* End XCConfigurationList section */
2942        };
2943        rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
2944}
Note: See TracBrowser for help on using the repository browser.