aboutsummaryrefslogtreecommitdiff
path: root/lang/opendylan/pkg-plist
blob: 6d5f923f3fd1677758aa3eab9ba9b25c49958a52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
bin/dswank
bin/dylan-compiler
bin/make-dylan-app
bin/parser-compiler
%%DATADIR%%/bin/dswank
%%DATADIR%%/bin/dylan-compiler
%%DATADIR%%/bin/make-dylan-app
%%DATADIR%%/bin/parser-compiler
%%DATADIR%%/databases/big-integers.ddb
%%DATADIR%%/databases/binary-builder.ddb
%%DATADIR%%/databases/binary-manager.ddb
%%DATADIR%%/databases/binary-outputter.ddb
%%DATADIR%%/databases/build-system.ddb
%%DATADIR%%/databases/c-ffi.ddb
%%DATADIR%%/databases/channels.ddb
%%DATADIR%%/databases/cl.ddb
%%DATADIR%%/databases/coff-builder.ddb
%%DATADIR%%/databases/coff-manager.ddb
%%DATADIR%%/databases/collections.ddb
%%DATADIR%%/databases/commands.ddb
%%DATADIR%%/databases/common-dylan.ddb
%%DATADIR%%/databases/dfmc-back-end-implementations.ddb
%%DATADIR%%/databases/dfmc-back-end-protocol.ddb
%%DATADIR%%/databases/dfmc-back-end.ddb
%%DATADIR%%/databases/dfmc-browser-support.ddb
%%DATADIR%%/databases/dfmc-c-back-end.ddb
%%DATADIR%%/databases/dfmc-c-ffi.ddb
%%DATADIR%%/databases/dfmc-c-linker.ddb
%%DATADIR%%/databases/dfmc-common.ddb
%%DATADIR%%/databases/dfmc-conditions.ddb
%%DATADIR%%/databases/dfmc-conversion.ddb
%%DATADIR%%/databases/dfmc-core.ddb
%%DATADIR%%/databases/dfmc-debug-back-end.ddb
%%DATADIR%%/databases/dfmc-definitions.ddb
%%DATADIR%%/databases/dfmc-environment-database.ddb
%%DATADIR%%/databases/dfmc-environment-projects.ddb
%%DATADIR%%/databases/dfmc-flow-graph.ddb
%%DATADIR%%/databases/dfmc-harp-browser-support.ddb
%%DATADIR%%/databases/dfmc-harp-cg-linker.ddb
%%DATADIR%%/databases/dfmc-harp-cg.ddb
%%DATADIR%%/databases/dfmc-harp-native-cg.ddb
%%DATADIR%%/databases/dfmc-harp-x86-cg.ddb
%%DATADIR%%/databases/dfmc-linker.ddb
%%DATADIR%%/databases/dfmc-llvm-back-end.ddb
%%DATADIR%%/databases/dfmc-llvm-linker.ddb
%%DATADIR%%/databases/dfmc-macro-expander.ddb
%%DATADIR%%/databases/dfmc-management.ddb
%%DATADIR%%/databases/dfmc-mangling.ddb
%%DATADIR%%/databases/dfmc-modeling.ddb
%%DATADIR%%/databases/dfmc-namespace.ddb
%%DATADIR%%/databases/dfmc-optimization.ddb
%%DATADIR%%/databases/dfmc-reader.ddb
%%DATADIR%%/databases/dfmc-typist.ddb
%%DATADIR%%/databases/disasm.ddb
%%DATADIR%%/databases/dood.ddb
%%DATADIR%%/databases/dswank.ddb
%%DATADIR%%/databases/dylan-compiler.ddb
%%DATADIR%%/databases/dylan.ddb
%%DATADIR%%/databases/environment-commands.ddb
%%DATADIR%%/databases/environment-internal-commands.ddb
%%DATADIR%%/databases/environment-manager.ddb
%%DATADIR%%/databases/environment-protocols.ddb
%%DATADIR%%/databases/environment-reports.ddb
%%DATADIR%%/databases/file-source-records.ddb
%%DATADIR%%/databases/generic-arithmetic.ddb
%%DATADIR%%/databases/gnu-as-outputter.ddb
%%DATADIR%%/databases/grammar-compiler.ddb
%%DATADIR%%/databases/harp-cg-back-end.ddb
%%DATADIR%%/databases/harp-coff.ddb
%%DATADIR%%/databases/harp-native.ddb
%%DATADIR%%/databases/harp-x86.ddb
%%DATADIR%%/databases/harp.ddb
%%DATADIR%%/databases/io.ddb
%%DATADIR%%/databases/jam.ddb
%%DATADIR%%/databases/lisp-reader.ddb
%%DATADIR%%/databases/llvm.ddb
%%DATADIR%%/databases/make-dylan-app.ddb
%%DATADIR%%/databases/memory-manager.ddb
%%DATADIR%%/databases/mnemonic-assembler.ddb
%%DATADIR%%/databases/network.ddb
%%DATADIR%%/databases/parser-compiler.ddb
%%DATADIR%%/databases/parser-generator.ddb
%%DATADIR%%/databases/parser-run-time.ddb
%%DATADIR%%/databases/ppml.ddb
%%DATADIR%%/databases/projects.ddb
%%DATADIR%%/databases/registry-projects.ddb
%%DATADIR%%/databases/release-info.ddb
%%DATADIR%%/databases/source-control-manager.ddb
%%DATADIR%%/databases/source-records.ddb
%%DATADIR%%/databases/strings.ddb
%%DATADIR%%/databases/system.ddb
%%DATADIR%%/databases/tools-interface.ddb
%%DATADIR%%/databases/user-projects.ddb
%%DATADIR%%/databases/variable-search.ddb
%%DATADIR%%/databases/walker.ddb
%%DATADIR%%/lib/arm-linux-build.jam
%%DATADIR%%/lib/big-integers.mkf
%%DATADIR%%/lib/binary-builder.mkf
%%DATADIR%%/lib/binary-manager.mkf
%%DATADIR%%/lib/binary-outputter.mkf
%%DATADIR%%/lib/build-system.mkf
%%DATADIR%%/lib/c-ffi.mkf
%%DATADIR%%/lib/channels.mkf
%%DATADIR%%/lib/cl.mkf
%%DATADIR%%/lib/coff-builder.mkf
%%DATADIR%%/lib/coff-manager.mkf
%%DATADIR%%/lib/collections.mkf
%%DATADIR%%/lib/commands.mkf
%%DATADIR%%/lib/common-dylan.mkf
%%DATADIR%%/lib/config.jam
%%DATADIR%%/lib/dfmc-back-end-implementations.mkf
%%DATADIR%%/lib/dfmc-back-end-protocol.mkf
%%DATADIR%%/lib/dfmc-back-end.mkf
%%DATADIR%%/lib/dfmc-browser-support.mkf
%%DATADIR%%/lib/dfmc-c-back-end.mkf
%%DATADIR%%/lib/dfmc-c-ffi.mkf
%%DATADIR%%/lib/dfmc-c-linker.mkf
%%DATADIR%%/lib/dfmc-common.mkf
%%DATADIR%%/lib/dfmc-conditions.mkf
%%DATADIR%%/lib/dfmc-conversion.mkf
%%DATADIR%%/lib/dfmc-core.mkf
%%DATADIR%%/lib/dfmc-debug-back-end.mkf
%%DATADIR%%/lib/dfmc-definitions.mkf
%%DATADIR%%/lib/dfmc-environment-database.mkf
%%DATADIR%%/lib/dfmc-environment-projects.mkf
%%DATADIR%%/lib/dfmc-flow-graph.mkf
%%DATADIR%%/lib/dfmc-harp-browser-support.mkf
%%DATADIR%%/lib/dfmc-harp-cg-linker.mkf
%%DATADIR%%/lib/dfmc-harp-cg.mkf
%%DATADIR%%/lib/dfmc-harp-native-cg.mkf
%%DATADIR%%/lib/dfmc-harp-x86-cg.mkf
%%DATADIR%%/lib/dfmc-linker.mkf
%%DATADIR%%/lib/dfmc-llvm-back-end.mkf
%%DATADIR%%/lib/dfmc-llvm-linker.mkf
%%DATADIR%%/lib/dfmc-macro-expander.mkf
%%DATADIR%%/lib/dfmc-management.mkf
%%DATADIR%%/lib/dfmc-mangling.mkf
%%DATADIR%%/lib/dfmc-modeling.mkf
%%DATADIR%%/lib/dfmc-namespace.mkf
%%DATADIR%%/lib/dfmc-optimization.mkf
%%DATADIR%%/lib/dfmc-reader.mkf
%%DATADIR%%/lib/dfmc-typist.mkf
%%DATADIR%%/lib/disasm.mkf
%%DATADIR%%/lib/dood.mkf
%%DATADIR%%/lib/dswank.mkf
%%DATADIR%%/lib/dylan-compiler.mkf
%%DATADIR%%/lib/dylan-elf-dll.script
%%DATADIR%%/lib/dylan-elf-exe.script
%%DATADIR%%/lib/dylan.mkf
%%DATADIR%%/lib/environment-commands.mkf
%%DATADIR%%/lib/environment-internal-commands.mkf
%%DATADIR%%/lib/environment-manager.mkf
%%DATADIR%%/lib/environment-protocols.mkf
%%DATADIR%%/lib/environment-reports.mkf
%%DATADIR%%/lib/file-source-records.mkf
%%DATADIR%%/lib/generic-arithmetic.mkf
%%DATADIR%%/lib/gnu-as-outputter.mkf
%%DATADIR%%/lib/grammar-compiler.mkf
%%DATADIR%%/lib/harp-cg-back-end.mkf
%%DATADIR%%/lib/harp-coff.mkf
%%DATADIR%%/lib/harp-native.mkf
%%DATADIR%%/lib/harp-x86.mkf
%%DATADIR%%/lib/harp.mkf
%%DATADIR%%/lib/io.mkf
%%DATADIR%%/lib/jam.mkf
%%DATADIR%%/lib/libbig-integers.so
%%DATADIR%%/lib/libbinary-builder.so
%%DATADIR%%/lib/libbinary-manager.so
%%DATADIR%%/lib/libbinary-outputter.so
%%DATADIR%%/lib/libbuild-system.so
%%DATADIR%%/lib/libc-ffi.so
%%DATADIR%%/lib/libchannels.so
%%DATADIR%%/lib/libcl.so
%%DATADIR%%/lib/libcoff-builder.so
%%DATADIR%%/lib/libcoff-manager.so
%%DATADIR%%/lib/libcollections.so
%%DATADIR%%/lib/libcommands.so
%%DATADIR%%/lib/libcommon-dylan.so
%%DATADIR%%/lib/libdfmc-back-end-implementations.so
%%DATADIR%%/lib/libdfmc-back-end-protocol.so
%%DATADIR%%/lib/libdfmc-back-end.so
%%DATADIR%%/lib/libdfmc-browser-support.so
%%DATADIR%%/lib/libdfmc-c-back-end.so
%%DATADIR%%/lib/libdfmc-c-ffi.so
%%DATADIR%%/lib/libdfmc-c-linker.so
%%DATADIR%%/lib/libdfmc-common.so
%%DATADIR%%/lib/libdfmc-conditions.so
%%DATADIR%%/lib/libdfmc-conversion.so
%%DATADIR%%/lib/libdfmc-core.so
%%DATADIR%%/lib/libdfmc-debug-back-end.so
%%DATADIR%%/lib/libdfmc-definitions.so
%%DATADIR%%/lib/libdfmc-environment-database.so
%%DATADIR%%/lib/libdfmc-environment-projects.so
%%DATADIR%%/lib/libdfmc-flow-graph.so
%%DATADIR%%/lib/libdfmc-harp-browser-support.so
%%DATADIR%%/lib/libdfmc-harp-cg-linker.so
%%DATADIR%%/lib/libdfmc-harp-cg.so
%%DATADIR%%/lib/libdfmc-harp-native-cg.so
%%DATADIR%%/lib/libdfmc-harp-x86-cg.so
%%DATADIR%%/lib/libdfmc-linker.so
%%DATADIR%%/lib/libdfmc-llvm-back-end.so
%%DATADIR%%/lib/libdfmc-llvm-linker.so
%%DATADIR%%/lib/libdfmc-macro-expander.so
%%DATADIR%%/lib/libdfmc-management.so
%%DATADIR%%/lib/libdfmc-mangling.so
%%DATADIR%%/lib/libdfmc-modeling.so
%%DATADIR%%/lib/libdfmc-namespace.so
%%DATADIR%%/lib/libdfmc-optimization.so
%%DATADIR%%/lib/libdfmc-reader.so
%%DATADIR%%/lib/libdfmc-typist.so
%%DATADIR%%/lib/libdisasm.so
%%DATADIR%%/lib/libdood.so
%%DATADIR%%/lib/libdswank.so
%%DATADIR%%/lib/libdylan-compiler.so
%%DATADIR%%/lib/libdylan.so
%%DATADIR%%/lib/libenvironment-commands.so
%%DATADIR%%/lib/libenvironment-internal-commands.so
%%DATADIR%%/lib/libenvironment-manager.so
%%DATADIR%%/lib/libenvironment-protocols.so
%%DATADIR%%/lib/libenvironment-reports.so
%%DATADIR%%/lib/libfile-source-records.so
%%DATADIR%%/lib/libgeneric-arithmetic.so
%%DATADIR%%/lib/libgnu-as-outputter.so
%%DATADIR%%/lib/libgrammar-compiler.so
%%DATADIR%%/lib/libharp-cg-back-end.so
%%DATADIR%%/lib/libharp-coff.so
%%DATADIR%%/lib/libharp-native.so
%%DATADIR%%/lib/libharp-x86.so
%%DATADIR%%/lib/libharp.so
%%DATADIR%%/lib/libio.so
%%DATADIR%%/lib/libjam.so
%%DATADIR%%/lib/liblisp-reader.so
%%DATADIR%%/lib/libllvm.so
%%DATADIR%%/lib/libmake-dylan-app.so
%%DATADIR%%/lib/libmemory-manager.so
%%DATADIR%%/lib/libmnemonic-assembler.so
%%DATADIR%%/lib/libnetwork.so
%%DATADIR%%/lib/libparser-compiler.so
%%DATADIR%%/lib/libparser-generator.so
%%DATADIR%%/lib/libparser-run-time.so
%%DATADIR%%/lib/libppml.so
%%DATADIR%%/lib/libprojects.so
%%DATADIR%%/lib/libregistry-projects.so
%%DATADIR%%/lib/librelease-info.so
%%DATADIR%%/lib/libsource-control-manager.so
%%DATADIR%%/lib/libsource-records.so
%%DATADIR%%/lib/libstrings.so
%%DATADIR%%/lib/libsystem.so
%%DATADIR%%/lib/libtools-interface.so
%%DATADIR%%/lib/libuser-projects.so
%%DATADIR%%/lib/libvariable-search.so
%%DATADIR%%/lib/libwalker.so
%%DATADIR%%/lib/lisp-reader.mkf
%%DATADIR%%/lib/llvm.mkf
%%DATADIR%%/lib/make-dylan-app.mkf
%%DATADIR%%/lib/memory-manager.mkf
%%DATADIR%%/lib/mini-jambase.jam
%%DATADIR%%/lib/mnemonic-assembler.mkf
%%DATADIR%%/lib/network.mkf
%%DATADIR%%/lib/parser-compiler.mkf
%%DATADIR%%/lib/parser-generator.mkf
%%DATADIR%%/lib/parser-run-time.mkf
%%DATADIR%%/lib/posix-build.jam
%%DATADIR%%/lib/ppc-darwin-build.jam
%%DATADIR%%/lib/ppml.mkf
%%DATADIR%%/lib/projects.mkf
%%DATADIR%%/lib/registry-projects.mkf
%%DATADIR%%/lib/release-info.mkf
%%DATADIR%%/lib/runtime/harp-x86-freebsd/dylan-support.o
%%DATADIR%%/lib/runtime/harp-x86-freebsd/libdylan-harp-runtime.a
%%DATADIR%%/lib/runtime/harp-x86-freebsd/runtime.o
%%DATADIR%%/lib/source-control-manager.mkf
%%DATADIR%%/lib/source-records.mkf
%%DATADIR%%/lib/strings.mkf
%%DATADIR%%/lib/system.mkf
%%DATADIR%%/lib/tools-interface.mkf
%%DATADIR%%/lib/user-projects.mkf
%%DATADIR%%/lib/variable-search.mkf
%%DATADIR%%/lib/walker.mkf
%%DATADIR%%/lib/x86-darwin-build.jam
%%DATADIR%%/lib/x86-freebsd-build.jam
%%DATADIR%%/lib/x86-linux-build.jam
%%DATADIR%%/lib/x86_64-darwin-build.jam
%%DATADIR%%/lib/x86_64-freebsd-build.jam
%%DATADIR%%/lib/x86_64-linux-build.jam
%%DATADIR%%/sources/Library-Packs/CORBA/corba.dlp
%%DATADIR%%/sources/Library-Packs/Compiler/compiler.dlp
%%DATADIR%%/sources/Library-Packs/Core/core.dlp
%%DATADIR%%/sources/Library-Packs/DOOD/dood.dlp
%%DATADIR%%/sources/Library-Packs/Deuce/deuce.dlp
%%DATADIR%%/sources/Library-Packs/Environment/environment.dlp
%%DATADIR%%/sources/Library-Packs/GUI/gui.dlp
%%DATADIR%%/sources/Library-Packs/MIDI/midi.dlp
%%DATADIR%%/sources/Library-Packs/MSLinker/mslinker.dlp
%%DATADIR%%/sources/Library-Packs/Network/network.dlp
%%DATADIR%%/sources/Library-Packs/ODBC/odbc.dlp
%%DATADIR%%/sources/Library-Packs/OLE/ole.dlp
%%DATADIR%%/sources/Library-Packs/Scepter/scepter.dlp
%%DATADIR%%/sources/Library-Packs/TestWorks/testworks.dlp
%%DATADIR%%/sources/Library-Packs/Win32/win32.dlp
%%DATADIR%%/sources/Library-Packs/dlp.dtd
%%DATADIR%%/sources/TAGS
%%DATADIR%%/sources/TAGS~
%%DATADIR%%/sources/app/create-id/create-id.lid
%%DATADIR%%/sources/app/create-id/library.dylan
%%DATADIR%%/sources/app/create-id/makeid.dylan
%%DATADIR%%/sources/app/ddeclient/ddeclient.dylan
%%DATADIR%%/sources/app/ddeclient/ddeclient.lid
%%DATADIR%%/sources/app/ddeclient/ddeclient.txt
%%DATADIR%%/sources/app/ddeclient/library.dylan
%%DATADIR%%/sources/app/djam/djam.dylan
%%DATADIR%%/sources/app/djam/djam.lid
%%DATADIR%%/sources/app/djam/library.dylan
%%DATADIR%%/sources/app/dll-wrap/dll-wrap.dylan
%%DATADIR%%/sources/app/dll-wrap/dll-wrap.lid
%%DATADIR%%/sources/app/dll-wrap/library.dylan
%%DATADIR%%/sources/app/dll-wrap/module.dylan
%%DATADIR%%/sources/app/duim-gl-demo/duim-gl-demo.dylan
%%DATADIR%%/sources/app/duim-gl-demo/duim-gl-demo.lid
%%DATADIR%%/sources/app/duim-gl-demo/duim-gl.dylan
%%DATADIR%%/sources/app/duim-gl-demo/library.dylan
%%DATADIR%%/sources/app/duim-gl-demo/module.dylan
%%DATADIR%%/sources/app/duim-resource-example/duim-resource-example.lid
%%DATADIR%%/sources/app/duim-resource-example/example.dylan
%%DATADIR%%/sources/app/duim-resource-example/example.rc
%%DATADIR%%/sources/app/duim-resource-example/library.dylan
%%DATADIR%%/sources/app/duim-resource-example/resdecl.dylan
%%DATADIR%%/sources/app/dylan-playground/dylan-playground.dylan
%%DATADIR%%/sources/app/dylan-playground/dylan-playground.lid
%%DATADIR%%/sources/app/dylan-playground/gui-dylan-playground.dylan
%%DATADIR%%/sources/app/dylan-playground/gui-dylan-playground.lid
%%DATADIR%%/sources/app/dylan-playground/gui-library.dylan
%%DATADIR%%/sources/app/dylan-playground/gui-module.dylan
%%DATADIR%%/sources/app/dylan-playground/library.dylan
%%DATADIR%%/sources/app/dylan-playground/module.dylan
%%DATADIR%%/sources/app/factorial/factorial-big.lid
%%DATADIR%%/sources/app/factorial/factorial-library-big.dylan
%%DATADIR%%/sources/app/factorial/factorial-library-small.dylan
%%DATADIR%%/sources/app/factorial/factorial-small.lid
%%DATADIR%%/sources/app/factorial/factorial.dylan
%%DATADIR%%/sources/app/flying-squares/duim-gl.dylan
%%DATADIR%%/sources/app/flying-squares/flying-squares.dylan
%%DATADIR%%/sources/app/flying-squares/flying-squares.lid
%%DATADIR%%/sources/app/flying-squares/library.dylan
%%DATADIR%%/sources/app/flying-squares/module.dylan
%%DATADIR%%/sources/app/gctest/gctest.dylan
%%DATADIR%%/sources/app/gctest/gctest.lid
%%DATADIR%%/sources/app/gctest/library.dylan
%%DATADIR%%/sources/app/gctest/module.dylan
%%DATADIR%%/sources/app/goodbye-world/goodbye-world.dylan
%%DATADIR%%/sources/app/goodbye-world/goodbye-world.lid
%%DATADIR%%/sources/app/goodbye-world/library.dylan
%%DATADIR%%/sources/app/gtk-unit-converter/gtk-unit-converter.dylan
%%DATADIR%%/sources/app/gtk-unit-converter/gtk-unit-converter.lid
%%DATADIR%%/sources/app/gtk-unit-converter/library.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-library.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-runtime-generator.lid
%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-runtime.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-library.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-runtime-generator.lid
%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-runtime.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-library.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-runtime-generator.lid
%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-runtime.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-library.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-runtime-generator.dylan
%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-runtime-generator.lid
%%DATADIR%%/sources/app/hello-world/README.html
%%DATADIR%%/sources/app/hello-world/hello-world-library.dylan
%%DATADIR%%/sources/app/hello-world/hello-world.lid
%%DATADIR%%/sources/app/hello-world/hello.dylan
%%DATADIR%%/sources/app/llvm-as/library.dylan
%%DATADIR%%/sources/app/llvm-as/llvm-as.dylan
%%DATADIR%%/sources/app/llvm-as/llvm-as.lid
%%DATADIR%%/sources/app/llvm-runtime-generator/boot.dylan
%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator-library.dylan
%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator.dylan
%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator.lid
%%DATADIR%%/sources/app/llvm-tablegen/library.dylan
%%DATADIR%%/sources/app/llvm-tablegen/llvm-tablegen.lid
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-intrinsics.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-multi-class.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.dylgram
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.spec
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-print-records.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-reader.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-record.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-type.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen-value.dylan
%%DATADIR%%/sources/app/llvm-tablegen/tablegen.dylan
%%DATADIR%%/sources/app/news-app/init-library.dylan
%%DATADIR%%/sources/app/news-app/interface.dylan
%%DATADIR%%/sources/app/news-app/library.dylan
%%DATADIR%%/sources/app/news-app/news-app.dylan
%%DATADIR%%/sources/app/news-app/news-app.lid
%%DATADIR%%/sources/app/news-app/news-document.dylan
%%DATADIR%%/sources/app/news-app/news-scan.dylan
%%DATADIR%%/sources/app/news-app/news-tools.dylan
%%DATADIR%%/sources/app/news-app/queries.dylan
%%DATADIR%%/sources/app/news-app/query-ui.dylan
%%DATADIR%%/sources/app/news-app/sequence-view.dylan
%%DATADIR%%/sources/app/news-app/string-utils.dylan
%%DATADIR%%/sources/app/news-app/ui-utils.dylan
%%DATADIR%%/sources/app/parser-compiler/library.dylan
%%DATADIR%%/sources/app/parser-compiler/main.dylan
%%DATADIR%%/sources/app/parser-compiler/parser-compiler.lid
%%DATADIR%%/sources/app/parser-compiler/run.dylan
%%DATADIR%%/sources/app/plonker/frame.dylan
%%DATADIR%%/sources/app/plonker/keyboard-pane.dylan
%%DATADIR%%/sources/app/plonker/library.dylan
%%DATADIR%%/sources/app/plonker/module.dylan
%%DATADIR%%/sources/app/plonker/plonker.dylan
%%DATADIR%%/sources/app/plonker/plonker.lid
%%DATADIR%%/sources/app/plonker/scales.dylan
%%DATADIR%%/sources/app/plonker/thread-utilities.dylan
%%DATADIR%%/sources/app/quicksort/library.dylan
%%DATADIR%%/sources/app/quicksort/quicksort.dylan
%%DATADIR%%/sources/app/quicksort/quicksort.lid
%%DATADIR%%/sources/app/thread-test/thread-test.dylan
%%DATADIR%%/sources/app/thread-test/thread-test.lid
%%DATADIR%%/sources/app/tool-invoke/library.dylan
%%DATADIR%%/sources/app/tool-invoke/module.dylan
%%DATADIR%%/sources/app/tool-invoke/tool-invoke.dylan
%%DATADIR%%/sources/app/tool-invoke/tool-invoke.lid
%%DATADIR%%/sources/app/windows-ffi-example/README.html
%%DATADIR%%/sources/app/windows-ffi-example/example.dylan
%%DATADIR%%/sources/app/windows-ffi-example/example.rc
%%DATADIR%%/sources/app/windows-ffi-example/library.dylan
%%DATADIR%%/sources/app/windows-ffi-example/resdecl.dylan
%%DATADIR%%/sources/app/windows-ffi-example/resource.h
%%DATADIR%%/sources/app/windows-ffi-example/windows-ffi-example.lid
%%DATADIR%%/sources/app/windows-gadgets-example/dialogs.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/example.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/gadgets.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/library.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/menus.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/resdecl.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/start-example.dylan
%%DATADIR%%/sources/app/windows-gadgets-example/windows-gadgets-example.lid
%%DATADIR%%/sources/app/windows-resource-example/NMakef
%%DATADIR%%/sources/app/windows-resource-example/README.txt
%%DATADIR%%/sources/app/windows-resource-example/build.bat
%%DATADIR%%/sources/app/windows-resource-example/dispatcher.dylan
%%DATADIR%%/sources/app/windows-resource-example/example-support.dylan
%%DATADIR%%/sources/app/windows-resource-example/example.dylan
%%DATADIR%%/sources/app/windows-resource-example/example.rc
%%DATADIR%%/sources/app/windows-resource-example/library.dylan
%%DATADIR%%/sources/app/windows-resource-example/resdecl.dylan
%%DATADIR%%/sources/app/windows-resource-example/resource.h
%%DATADIR%%/sources/app/windows-resource-example/template.rc
%%DATADIR%%/sources/app/windows-resource-example/windows-resource-example.lid
%%DATADIR%%/sources/app/with-splash-screen/library.dylan
%%DATADIR%%/sources/app/with-splash-screen/module.dylan
%%DATADIR%%/sources/app/with-splash-screen/resource.h
%%DATADIR%%/sources/app/with-splash-screen/splash-screen.bmp
%%DATADIR%%/sources/app/with-splash-screen/splash-screen.rc
%%DATADIR%%/sources/app/with-splash-screen/trivial-dde-server.dylan
%%DATADIR%%/sources/app/with-splash-screen/with-splash-screen.dylan
%%DATADIR%%/sources/app/with-splash-screen/with-splash-screen.lid
%%DATADIR%%/sources/benchmarks/customer/cn2/cn2.dylan
%%DATADIR%%/sources/benchmarks/customer/cn2/cn2.lid
%%DATADIR%%/sources/benchmarks/customer/cn2/library.dylan
%%DATADIR%%/sources/benchmarks/customer/fft-test/fft-test.dylan
%%DATADIR%%/sources/benchmarks/customer/fft-test/fft-test.lid
%%DATADIR%%/sources/benchmarks/customer/fft-test/library.dylan
%%DATADIR%%/sources/benchmarks/customer/fft-test/module.dylan
%%DATADIR%%/sources/benchmarks/deltablue/deltablue-library.dylan
%%DATADIR%%/sources/benchmarks/deltablue/deltablue.lid
%%DATADIR%%/sources/benchmarks/gabriel/README.txt
%%DATADIR%%/sources/benchmarks/gabriel/boyer.dylan
%%DATADIR%%/sources/benchmarks/gabriel/browse.dylan
%%DATADIR%%/sources/benchmarks/gabriel/cl-stubs.dylan
%%DATADIR%%/sources/benchmarks/gabriel/ctak.dylan
%%DATADIR%%/sources/benchmarks/gabriel/dderiv.dylan
%%DATADIR%%/sources/benchmarks/gabriel/destru.dylan
%%DATADIR%%/sources/benchmarks/gabriel/fft.dylan
%%DATADIR%%/sources/benchmarks/gabriel/gabriel-benchmarks.hdp
%%DATADIR%%/sources/benchmarks/gabriel/harness.dylan
%%DATADIR%%/sources/benchmarks/gabriel/library.dylan
%%DATADIR%%/sources/benchmarks/gabriel/puzzle.dylan
%%DATADIR%%/sources/benchmarks/gabriel/start.dylan
%%DATADIR%%/sources/benchmarks/gabriel/tak.dylan
%%DATADIR%%/sources/benchmarks/gabriel/takl.dylan
%%DATADIR%%/sources/benchmarks/gabriel/takr.dylan
%%DATADIR%%/sources/benchmarks/gabriel/traverse.dylan
%%DATADIR%%/sources/benchmarks/gabriel/triang.dylan
%%DATADIR%%/sources/benchmarks/richards/benchmark-closure.dylan
%%DATADIR%%/sources/benchmarks/richards/richards-library.dylan
%%DATADIR%%/sources/benchmarks/richards/simple-richards.dylan
%%DATADIR%%/sources/benchmarks/richards/simple-richards.lid
%%DATADIR%%/sources/benchmarks/richards/typed-richards.dylan
%%DATADIR%%/sources/benchmarks/richards/typed-richards.lid
%%DATADIR%%/sources/collections/bit-set.dylan
%%DATADIR%%/sources/collections/bit-vector.dylan
%%DATADIR%%/sources/collections/collections-win32.lid
%%DATADIR%%/sources/collections/collections.lid
%%DATADIR%%/sources/collections/collectors-macros.dylan
%%DATADIR%%/sources/collections/collectors.dylan
%%DATADIR%%/sources/collections/library.dylan
%%DATADIR%%/sources/collections/plists.dylan
%%DATADIR%%/sources/collections/table-extensions.dylan
%%DATADIR%%/sources/collections/tests/bit-count.dylan
%%DATADIR%%/sources/collections/tests/bit-set-tests.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-and.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-andc2.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-elements.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-not.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-or.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-utilities.dylan
%%DATADIR%%/sources/collections/tests/bit-vector-xor.dylan
%%DATADIR%%/sources/collections/tests/collections-test-suite.dylan
%%DATADIR%%/sources/collections/tests/collections-test-suite.lid
%%DATADIR%%/sources/collections/tests/copy-sequence.dylan
%%DATADIR%%/sources/collections/tests/fill.dylan
%%DATADIR%%/sources/collections/tests/library.dylan
%%DATADIR%%/sources/collections/version.rc
%%DATADIR%%/sources/common-dylan/byte-vector.dylan
%%DATADIR%%/sources/common-dylan/common-extensions.dylan
%%DATADIR%%/sources/common-dylan/darwin-common-dylan.lid
%%DATADIR%%/sources/common-dylan/darwin-common-extensions.dylan
%%DATADIR%%/sources/common-dylan/format.dylan
%%DATADIR%%/sources/common-dylan/freebsd-common-dylan.lid
%%DATADIR%%/sources/common-dylan/freebsd-common-extensions-helper.c
%%DATADIR%%/sources/common-dylan/freebsd-common-extensions.dylan
%%DATADIR%%/sources/common-dylan/library.dylan
%%DATADIR%%/sources/common-dylan/linux-common-dylan.lid
%%DATADIR%%/sources/common-dylan/linux-common-extensions.dylan
%%DATADIR%%/sources/common-dylan/locators-protocol.dylan
%%DATADIR%%/sources/common-dylan/machine-words/arithmetic.dylan
%%DATADIR%%/sources/common-dylan/machine-words/division.dylan
%%DATADIR%%/sources/common-dylan/machine-words/double.dylan
%%DATADIR%%/sources/common-dylan/machine-words/logicals.dylan
%%DATADIR%%/sources/common-dylan/machine-words/machine-word.dylan
%%DATADIR%%/sources/common-dylan/machine-words/shift.dylan
%%DATADIR%%/sources/common-dylan/machine-words/signal-overflow.dylan
%%DATADIR%%/sources/common-dylan/machine-words/unsigned-double.dylan
%%DATADIR%%/sources/common-dylan/machine-words/unsigned.dylan
%%DATADIR%%/sources/common-dylan/machine-words/utilities.dylan
%%DATADIR%%/sources/common-dylan/macros.dylan
%%DATADIR%%/sources/common-dylan/numerics.dylan
%%DATADIR%%/sources/common-dylan/random.dylan
%%DATADIR%%/sources/common-dylan/streams-protocol.dylan
%%DATADIR%%/sources/common-dylan/tests/byte-vector.dylan
%%DATADIR%%/sources/common-dylan/tests/classes.dylan
%%DATADIR%%/sources/common-dylan/tests/common-dylan-test-suite.lid
%%DATADIR%%/sources/common-dylan/tests/functions.dylan
%%DATADIR%%/sources/common-dylan/tests/library.dylan
%%DATADIR%%/sources/common-dylan/tests/machine-words.dylan
%%DATADIR%%/sources/common-dylan/tests/macros.dylan
%%DATADIR%%/sources/common-dylan/tests/regressions.dylan
%%DATADIR%%/sources/common-dylan/tests/specification.dylan
%%DATADIR%%/sources/common-dylan/tests/streams.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/conditional-updates.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/exclusive-locks-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/locks-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/misc-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/notifications-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/notifications.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/recursive-locks.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/semaphores-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/semaphores.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/simple-locks.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/synchronization-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/thread-variables.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/threads-spec.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/threads-test-suite.dylan
%%DATADIR%%/sources/common-dylan/tests/threads/threads.dylan
%%DATADIR%%/sources/common-dylan/tests/transcendentals.dylan
%%DATADIR%%/sources/common-dylan/tests/variables.dylan
%%DATADIR%%/sources/common-dylan/timer_helpers.c
%%DATADIR%%/sources/common-dylan/timers.dylan
%%DATADIR%%/sources/common-dylan/transcendentals.dylan
%%DATADIR%%/sources/common-dylan/unix-common-extensions.dylan
%%DATADIR%%/sources/common-dylan/version.rc
%%DATADIR%%/sources/common-dylan/win32-common-dylan.lid
%%DATADIR%%/sources/common-dylan/win32-common-extensions.dylan
%%DATADIR%%/sources/corba/demos/bank/README.htm
%%DATADIR%%/sources/corba/demos/bank/bank-client/bank-client.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-client/bank-client.hdp
%%DATADIR%%/sources/corba/demos/bank/bank-client/idl.spec
%%DATADIR%%/sources/corba/demos/bank/bank-client/init-client.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-client/library.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-client/module.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-server/bank-server.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-server/bank-server.hdp
%%DATADIR%%/sources/corba/demos/bank/bank-server/bankDB.mdb
%%DATADIR%%/sources/corba/demos/bank/bank-server/idl.spec
%%DATADIR%%/sources/corba/demos/bank/bank-server/init-server.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-server/library.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-server/module.dylan
%%DATADIR%%/sources/corba/demos/bank/bank-server/server-frame.dylan
%%DATADIR%%/sources/corba/demos/bank/bank/bank.idl
%%DATADIR%%/sources/corba/demos/bank/java-client/AccountDialog.java
%%DATADIR%%/sources/corba/demos/bank/java-client/AccountLogo.java
%%DATADIR%%/sources/corba/demos/bank/java-client/AccountManager.java
%%DATADIR%%/sources/corba/demos/bank/java-client/DOLLARCLR_BF24.GIF
%%DATADIR%%/sources/corba/demos/bank/java-client/README.htm
%%DATADIR%%/sources/corba/demos/chat/README.htm
%%DATADIR%%/sources/corba/demos/chat/chat.idl
%%DATADIR%%/sources/corba/demos/chat/client/callback.dylan
%%DATADIR%%/sources/corba/demos/chat/client/chat-client.dylan
%%DATADIR%%/sources/corba/demos/chat/client/chat-client.hdp
%%DATADIR%%/sources/corba/demos/chat/client/chat.spec
%%DATADIR%%/sources/corba/demos/chat/client/frame.dylan
%%DATADIR%%/sources/corba/demos/chat/client/library.dylan
%%DATADIR%%/sources/corba/demos/chat/client/module.dylan
%%DATADIR%%/sources/corba/demos/chat/server/chat-server.dylan
%%DATADIR%%/sources/corba/demos/chat/server/chat-server.hdp
%%DATADIR%%/sources/corba/demos/chat/server/chat.spec
%%DATADIR%%/sources/corba/demos/chat/server/corba-server.dylan
%%DATADIR%%/sources/corba/demos/chat/server/frame.dylan
%%DATADIR%%/sources/corba/demos/chat/server/library.dylan
%%DATADIR%%/sources/corba/demos/chat/server/module.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/README.htm
%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world-client.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world-client.hdp
%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world.spec
%%DATADIR%%/sources/corba/demos/corba-hello-world/client/library.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/client/module.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/hello.idl
%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world-server.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world-server.hdp
%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world.spec
%%DATADIR%%/sources/corba/demos/corba-hello-world/server/library.dylan
%%DATADIR%%/sources/corba/demos/corba-hello-world/server/module.dylan
%%DATADIR%%/sources/corba/demos/pente/README.htm
%%DATADIR%%/sources/corba/demos/pente/board.dylan
%%DATADIR%%/sources/corba/demos/pente/corba-pente.hdp
%%DATADIR%%/sources/corba/demos/pente/library.dylan
%%DATADIR%%/sources/corba/demos/pente/module.dylan
%%DATADIR%%/sources/corba/demos/pente/pente.idl
%%DATADIR%%/sources/corba/demos/pente/pente.spec
%%DATADIR%%/sources/corba/demos/pente/start.dylan
%%DATADIR%%/sources/corba/orb/connections/conditions.dylan
%%DATADIR%%/sources/corba/orb/connections/in-memory.dylan
%%DATADIR%%/sources/corba/orb/connections/iop-idl.spec
%%DATADIR%%/sources/corba/orb/connections/manager.dylan
%%DATADIR%%/sources/corba/orb/connections/orb-connections-library.dylan
%%DATADIR%%/sources/corba/orb/connections/orb-connections.hdp
%%DATADIR%%/sources/corba/orb/connections/receiver.dylan
%%DATADIR%%/sources/corba/orb/connections/reclaimer.dylan
%%DATADIR%%/sources/corba/orb/connections/request.dylan
%%DATADIR%%/sources/corba/orb/connections/sender.dylan
%%DATADIR%%/sources/corba/orb/connections/sockets.dylan
%%DATADIR%%/sources/corba/orb/core/args.dylan
%%DATADIR%%/sources/corba/orb/core/conditions.dylan
%%DATADIR%%/sources/corba/orb/core/context.dylan
%%DATADIR%%/sources/corba/orb/core/iop-idl.spec
%%DATADIR%%/sources/corba/orb/core/object.dylan
%%DATADIR%%/sources/corba/orb/core/orb-core-library.dylan
%%DATADIR%%/sources/corba/orb/core/orb-core.hdp
%%DATADIR%%/sources/corba/orb/core/orb.dylan
%%DATADIR%%/sources/corba/orb/core/union.dylan
%%DATADIR%%/sources/corba/orb/dylan/corba-dylan-library.dylan
%%DATADIR%%/sources/corba/orb/dylan/corba-dylan.dylan
%%DATADIR%%/sources/corba/orb/dylan/corba-dylan.hdp
%%DATADIR%%/sources/corba/orb/iiop/cdr-any.dylan
%%DATADIR%%/sources/corba/orb/iiop/cdr-basic.dylan
%%DATADIR%%/sources/corba/orb/iiop/cdr-constructed.dylan
%%DATADIR%%/sources/corba/orb/iiop/cdr-macros.dylan
%%DATADIR%%/sources/corba/orb/iiop/cdr-object.dylan
%%DATADIR%%/sources/corba/orb/iiop/cdr-typecode.dylan
%%DATADIR%%/sources/corba/orb/iiop/conditions.dylan
%%DATADIR%%/sources/corba/orb/iiop/iop-idl.spec
%%DATADIR%%/sources/corba/orb/iiop/ior-parsing.dylan
%%DATADIR%%/sources/corba/orb/iiop/marshall.dylan
%%DATADIR%%/sources/corba/orb/iiop/orb-iiop-library.dylan
%%DATADIR%%/sources/corba/orb/iiop/orb-iiop.hdp
%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol-library.dylan
%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol-module.dylan
%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol.dylan
%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol.hdp
%%DATADIR%%/sources/corba/orb/iop.idl
%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol-library.dylan
%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol-module.dylan
%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol.dylan
%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol.hdp
%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs-library.dylan
%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs-module.dylan
%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs.dylan
%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs.hdp
%%DATADIR%%/sources/corba/orb/ir.idl
%%DATADIR%%/sources/corba/orb/ir/ir-idl.spec
%%DATADIR%%/sources/corba/orb/ir/ir.dylan
%%DATADIR%%/sources/corba/orb/ir/orb-ir-library.dylan
%%DATADIR%%/sources/corba/orb/ir/orb-ir.hdp
%%DATADIR%%/sources/corba/orb/orb/interface.xml
%%DATADIR%%/sources/corba/orb/orb/iop-idl.spec
%%DATADIR%%/sources/corba/orb/orb/ir-idl.spec
%%DATADIR%%/sources/corba/orb/orb/orb-library.dylan
%%DATADIR%%/sources/corba/orb/orb/orb.hdp
%%DATADIR%%/sources/corba/orb/orb/version.rc
%%DATADIR%%/sources/corba/orb/poa/collocation.dylan
%%DATADIR%%/sources/corba/orb/poa/dispatcher.dylan
%%DATADIR%%/sources/corba/orb/poa/iop-idl.spec
%%DATADIR%%/sources/corba/orb/poa/keys.dylan
%%DATADIR%%/sources/corba/orb/poa/orb-poa-library.dylan
%%DATADIR%%/sources/corba/orb/poa/orb-poa.hdp
%%DATADIR%%/sources/corba/orb/poa/poa.dylan
%%DATADIR%%/sources/corba/orb/poa/receiver.dylan
%%DATADIR%%/sources/corba/orb/poa/servant.dylan
%%DATADIR%%/sources/corba/orb/poa/server-request.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/any.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/built-in-classes.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/conditions.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/corba-protocol-library.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/corba-protocol.hdp
%%DATADIR%%/sources/corba/orb/protocols/corba/dynamic-invocation-interface.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/dynamic-skeleton-interface.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/exceptions.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/name-service.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/orb.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/pseudo-objects.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/runtime-classes.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/typecode.dylan
%%DATADIR%%/sources/corba/orb/protocols/corba/utilities.dylan
%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol-library.dylan
%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol.dylan
%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol.hdp
%%DATADIR%%/sources/corba/orb/shared.idl
%%DATADIR%%/sources/corba/orb/streams/conditions.dylan
%%DATADIR%%/sources/corba/orb/streams/marshalling-streams.dylan
%%DATADIR%%/sources/corba/orb/streams/octet-streams.dylan
%%DATADIR%%/sources/corba/orb/streams/orb-streams-library.dylan
%%DATADIR%%/sources/corba/orb/streams/orb-streams.hdp
%%DATADIR%%/sources/corba/orb/streams/streams-macros.dylan
%%DATADIR%%/sources/corba/orb/utilities/mailbox.dylan
%%DATADIR%%/sources/corba/orb/utilities/orb-utilities-library.dylan
%%DATADIR%%/sources/corba/orb/utilities/orb-utilities.hdp
%%DATADIR%%/sources/corba/orb/utilities/streams.dylan
%%DATADIR%%/sources/corba/orb/utilities/system.dylan
%%DATADIR%%/sources/corba/orb/utilities/tickets.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/argument.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/array.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/attribute.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/constant.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/declarator.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/enum.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/error.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/exception.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/expression.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/field.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/identifiers.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/interface-forward.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/interface.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/module.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/operation.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/recursive.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/resolve.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/root.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast-library.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast-module.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast.hdp
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scope.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/sequence.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/string.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/struct.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/type.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/typedef.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union-branch.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union-label.dylan
%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dump/dump.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dump/library.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dump/module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dump/scepter-dump-back-end.hdp
%%DATADIR%%/sources/corba/scepter/back-end/dylan/attribute.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/constant.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/convert-const-exp.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/dylan-back-end.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/enum.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/exception.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/forward.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/identifier-mapping.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/interface.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/model.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/operation.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/project-generator.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end-library.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end-module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end.hdp
%%DATADIR%%/sources/corba/scepter/back-end/dylan/structure.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/type-model.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/typecode.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/typedef.dylan
%%DATADIR%%/sources/corba/scepter/back-end/dylan/union.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/attribute.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/constant.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/enum.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/exception.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/interface.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/ir-back-end.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/operation.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end-library.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end-module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end.hdp
%%DATADIR%%/sources/corba/scepter/back-end/ir/struct.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/library.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/module.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/scepter-ir-back-end-test-suite.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/scepter-ir-back-end-test-suite.hdp
%%DATADIR%%/sources/corba/scepter/back-end/ir/type.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/typedef.dylan
%%DATADIR%%/sources/corba/scepter/back-end/ir/union.dylan
%%DATADIR%%/sources/corba/scepter/console/console-scepter-library.dylan
%%DATADIR%%/sources/corba/scepter/console/console-scepter.dylan
%%DATADIR%%/sources/corba/scepter/console/console-scepter.hdp
%%DATADIR%%/sources/corba/scepter/console/main.dylan
%%DATADIR%%/sources/corba/scepter/console/minimal-console-scepter-library.dylan
%%DATADIR%%/sources/corba/scepter/console/minimal-console-scepter.hdp
%%DATADIR%%/sources/corba/scepter/console/parse-arguments.dylan
%%DATADIR%%/sources/corba/scepter/core/args.dylan
%%DATADIR%%/sources/corba/scepter/core/back-end.dylan
%%DATADIR%%/sources/corba/scepter/core/driver.dylan
%%DATADIR%%/sources/corba/scepter/core/error.dylan
%%DATADIR%%/sources/corba/scepter/core/front-end.dylan
%%DATADIR%%/sources/corba/scepter/core/scepter-core-library.dylan
%%DATADIR%%/sources/corba/scepter/core/scepter-core-module.dylan
%%DATADIR%%/sources/corba/scepter/core/scepter-core.hdp
%%DATADIR%%/sources/corba/scepter/front-end/file/actions.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/build.txt
%%DATADIR%%/sources/corba/scepter/front-end/file/error.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/front-end.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/idl-lexer.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/idl-parser.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/interface-header.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/parser-emulator.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/parser-state.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/parser.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/parser.dylgram
%%DATADIR%%/sources/corba/scepter/front-end/file/parser.spec
%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end-library.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end-module.dylan
%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end.hdp
%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end.lid
%%DATADIR%%/sources/corba/scepter/front-end/file/temporary-declarator.dylan
%%DATADIR%%/sources/corba/scepter/minimal-scepter.dylan
%%DATADIR%%/sources/corba/scepter/minimal-scepter.hdp
%%DATADIR%%/sources/corba/scepter/scepter.dylan
%%DATADIR%%/sources/corba/scepter/scepter.hdp
%%DATADIR%%/sources/corba/scepter/tests/console/console-scepter-tests-library.dylan
%%DATADIR%%/sources/corba/scepter/tests/console/console-scepter-tests.hdp
%%DATADIR%%/sources/corba/scepter/tests/console/start.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/CORBA.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/DCE_CIOP.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/GIOP.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/IIOP.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/IOP.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/core/corba-core-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CompoundExternalization.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CompoundLifeCycle.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Concurrency.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Containment.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosEventChannel.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosEventComm.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalization.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalizationContainment.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalizationReference.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleContainment.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleReference.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleService.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistenceDDO.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistenceDS_CLI.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePDS.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePDS_DA.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePID.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePO.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePOM.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTransactions.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTypedEventChannel.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTypedEventComm.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Graphs.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/LifeCycle.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Naming.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/ObjectIdentity.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Reference.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Relationships.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/Stream.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/TSInteroperation.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/TSPortability.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/corba-services-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/corba/services/stub-CORBA.dylan
%%DATADIR%%/sources/corba/scepter/tests/errors/damaged-array.dylan
%%DATADIR%%/sources/corba/scepter/tests/errors/damaged-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/library.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/array.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/constant.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/dif2.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/inherit.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/module.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/neo-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/primtypes.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/sequence.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/simple.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/simple2.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/struct.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/union.dylan
%%DATADIR%%/sources/corba/scepter/tests/neo/union2.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/any_demo-test1.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/filters-filter.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid-grid.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid_iiop-grid.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid_tie-grid.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/orbix-demo-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/timer-perf.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/include/orb.dylan
%%DATADIR%%/sources/corba/scepter/tests/orbix/include/orbix-include-suite.dylan
%%DATADIR%%/sources/corba/scepter/tests/scepter-tests.hdp
%%DATADIR%%/sources/corba/scepter/tests/suites.dylan
%%DATADIR%%/sources/corba/scepter/tests/utilities/utilities.dylan
%%DATADIR%%/sources/corba/scepter/tool/tool-scepter-library.dylan
%%DATADIR%%/sources/corba/scepter/tool/tool-scepter-module.dylan
%%DATADIR%%/sources/corba/scepter/tool/tool-scepter.dylan
%%DATADIR%%/sources/corba/scepter/tool/tool-scepter.hdp
%%DATADIR%%/sources/corba/scepter/utilities/debug.dylan
%%DATADIR%%/sources/corba/scepter/utilities/debug.lisp
%%DATADIR%%/sources/corba/scepter/utilities/indenting.dylan
%%DATADIR%%/sources/corba/scepter/utilities/misc.dylan
%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities-library.dylan
%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities-module.dylan
%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities.hdp
%%DATADIR%%/sources/corba/services/naming/binding-iterator.dylan
%%DATADIR%%/sources/corba/services/naming/client/naming-client-library.dylan
%%DATADIR%%/sources/corba/services/naming/client/naming-client.lid
%%DATADIR%%/sources/corba/services/naming/client/version.rc
%%DATADIR%%/sources/corba/services/naming/client/win32-naming-client.lid
%%DATADIR%%/sources/corba/services/naming/library.dylan
%%DATADIR%%/sources/corba/services/naming/main.dylan
%%DATADIR%%/sources/corba/services/naming/module.dylan
%%DATADIR%%/sources/corba/services/naming/naming-context.dylan
%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol-library.dylan
%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol-module.dylan
%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol.dylan
%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol.hdp
%%DATADIR%%/sources/corba/services/naming/naming-service.dylan
%%DATADIR%%/sources/corba/services/naming/naming-service.hdp
%%DATADIR%%/sources/corba/services/naming/naming-service.ico
%%DATADIR%%/sources/corba/services/naming/naming-service.rc
%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons-library.dylan
%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons-module.dylan
%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons.dylan
%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons.hdp
%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs-library.dylan
%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs-module.dylan
%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs.dylan
%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs.hdp
%%DATADIR%%/sources/corba/services/naming/naming.idl
%%DATADIR%%/sources/corba/services/naming/naming.spec
%%DATADIR%%/sources/corba/services/naming/tests/library.dylan
%%DATADIR%%/sources/corba/services/naming/tests/module.dylan
%%DATADIR%%/sources/corba/services/naming/tests/naming-idl.spec
%%DATADIR%%/sources/corba/services/naming/tests/naming-service-test-suite.dylan
%%DATADIR%%/sources/corba/services/naming/tests/naming-service-test-suite.hdp
%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app-library.dylan
%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app.dylan
%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app.hdp
%%DATADIR%%/sources/corba/tests/dylan/client/any-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/array-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/bank-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/chat-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/constant-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client-library.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client-module.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client.hdp
%%DATADIR%%/sources/corba/tests/dylan/client/enum-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/grid-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/idl.spec
%%DATADIR%%/sources/corba/tests/dylan/client/iiop-tests.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/ir-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/misc-tests.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/pragma-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/pseudo-objects-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/request-tests.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/sequence-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/struct-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/tree-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/typecode-tests.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/union-client.dylan
%%DATADIR%%/sources/corba/tests/dylan/client/utilities.dylan
%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app-library.dylan
%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app.dylan
%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app.hdp
%%DATADIR%%/sources/corba/tests/dylan/server/any-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/array-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-0.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-2.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-3.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-4.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/bank-ties.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/chat-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server-library.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server-module.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server.hdp
%%DATADIR%%/sources/corba/tests/dylan/server/enum-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/grid-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/idl.spec
%%DATADIR%%/sources/corba/tests/dylan/server/pseudo-objects-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/sequence-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/struct-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/tree-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/server/union-server.dylan
%%DATADIR%%/sources/corba/tests/dylan/utilities/corba-tests-utilities-library.dylan
%%DATADIR%%/sources/corba/tests/dylan/utilities/corba-tests-utilities.hdp
%%DATADIR%%/sources/corba/tests/dylan/utilities/servers.dylan
%%DATADIR%%/sources/corba/tests/idl/any.idl
%%DATADIR%%/sources/corba/tests/idl/array.idl
%%DATADIR%%/sources/corba/tests/idl/constant.idl
%%DATADIR%%/sources/corba/tests/idl/corba-tests.idl
%%DATADIR%%/sources/corba/tests/idl/enum.idl
%%DATADIR%%/sources/corba/tests/idl/grid.idl
%%DATADIR%%/sources/corba/tests/idl/pragma.idl
%%DATADIR%%/sources/corba/tests/idl/pseudo-objects.idl
%%DATADIR%%/sources/corba/tests/idl/sequence.idl
%%DATADIR%%/sources/corba/tests/idl/struct.idl
%%DATADIR%%/sources/corba/tests/idl/tree.idl
%%DATADIR%%/sources/corba/tests/idl/union.idl
%%DATADIR%%/sources/corba/tests/lisp/client/constant-client.lisp
%%DATADIR%%/sources/corba/tests/lisp/client/defsys.lisp
%%DATADIR%%/sources/corba/tests/lisp/client/run.lisp
%%DATADIR%%/sources/corba/tests/lisp/client/version.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/any-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/array-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-2.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-3.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-4.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/chat-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/defsys.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/deliver.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/enum-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/grid-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/load.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/pseudo-objects-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/run.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/sequence-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/struct-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/tree-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/union-impl.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/utils.lisp
%%DATADIR%%/sources/corba/tests/lisp/server/version.lisp
%%DATADIR%%/sources/corba/tests/owjava/server/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/any/AnyTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/any/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/any/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/array/ArrayTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/array/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/array/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/bank/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/bank/accountImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/bank/bankImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/bank/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/bank/currentAccountImpl.java
%%DATADIR%%/sources/corba/tests/owjava/server/chat/ChatImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/chat/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/chat/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/enum/EnumTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/enum/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/enum/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/grid/GridImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/grid/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/grid/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/PseudoObjectsTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectAImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectBImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectCImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectDImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectXImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/sequence/SequenceTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/sequence/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/sequence/TestObjectImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/sequence/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/struct/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/struct/StructTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/struct/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/tree/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/tree/TreeTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/tree/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/server/union/Server.java
%%DATADIR%%/sources/corba/tests/owjava/server/union/UnionTestImplementation.java
%%DATADIR%%/sources/corba/tests/owjava/server/union/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/shared/compile.bat
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/TreeUPackage/childrenHelper.java
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_ArrayTestSkeleton.java
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_PseudoObjectsTestSkeleton.java
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_SequenceTestSkeleton.java
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_UnionTestSkeleton.java
%%DATADIR%%/sources/corba/tests/owjava/shared/patches/install.bat
%%DATADIR%%/sources/corba/tools/ir-browser/frame.dylan
%%DATADIR%%/sources/corba/tools/ir-browser/info.dylan
%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser-info.dylan
%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser.dylan
%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser.hdp
%%DATADIR%%/sources/corba/tools/ir-browser/library.dylan
%%DATADIR%%/sources/corba/tools/ir-browser/module.dylan
%%DATADIR%%/sources/databases/experimental/binding.dylan
%%DATADIR%%/sources/databases/experimental/connection.dylan
%%DATADIR%%/sources/databases/experimental/dbms.dylan
%%DATADIR%%/sources/databases/experimental/dml-tests.dylan
%%DATADIR%%/sources/databases/experimental/introspection.dylan
%%DATADIR%%/sources/databases/experimental/library.dylan
%%DATADIR%%/sources/databases/experimental/odbc-nice-layer.dylan
%%DATADIR%%/sources/databases/experimental/record.dylan
%%DATADIR%%/sources/databases/experimental/result-set.dylan
%%DATADIR%%/sources/databases/experimental/sql-statement.dylan
%%DATADIR%%/sources/databases/odbc-ffi/constant.dylan
%%DATADIR%%/sources/databases/odbc-ffi/documentation.text
%%DATADIR%%/sources/databases/odbc-ffi/error-handling.dylan
%%DATADIR%%/sources/databases/odbc-ffi/globals.dylan
%%DATADIR%%/sources/databases/odbc-ffi/macros.dylan
%%DATADIR%%/sources/databases/odbc-ffi/odbc-library.dylan
%%DATADIR%%/sources/databases/odbc-ffi/sql-unix.dylan
%%DATADIR%%/sources/databases/odbc-ffi/sql.dylan
%%DATADIR%%/sources/databases/odbc-ffi/sqlext-unix.dylan
%%DATADIR%%/sources/databases/odbc-ffi/sqlext.dylan
%%DATADIR%%/sources/databases/odbc-ffi/sqltypes.dylan
%%DATADIR%%/sources/databases/odbc-ffi/unix-odbc.lid
%%DATADIR%%/sources/databases/odbc-ffi/win32-odbc.lid
%%DATADIR%%/sources/databases/sql-odbc-test/big-integer-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/collection-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/connection-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/creation-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/datatype-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/ddl-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/dml-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/introspection-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/library.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/query-tests.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.dylan
%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.hdp
%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.lid
%%DATADIR%%/sources/databases/sql-odbc-test/transaction-test.dylan
%%DATADIR%%/sources/databases/sql-odbc/binding.dylan
%%DATADIR%%/sources/databases/sql-odbc/conditions.dylan
%%DATADIR%%/sources/databases/sql-odbc/connection.dylan
%%DATADIR%%/sources/databases/sql-odbc/database.dylan
%%DATADIR%%/sources/databases/sql-odbc/datatypes.dylan
%%DATADIR%%/sources/databases/sql-odbc/dbms.dylan
%%DATADIR%%/sources/databases/sql-odbc/diagnostic.dylan
%%DATADIR%%/sources/databases/sql-odbc/filtered-collection.dylan
%%DATADIR%%/sources/databases/sql-odbc/grouped-collection.dylan
%%DATADIR%%/sources/databases/sql-odbc/introspection.dylan
%%DATADIR%%/sources/databases/sql-odbc/library.dylan
%%DATADIR%%/sources/databases/sql-odbc/odbc-nice-layer.dylan
%%DATADIR%%/sources/databases/sql-odbc/odbc-rs-substrate.dylan
%%DATADIR%%/sources/databases/sql-odbc/record.dylan
%%DATADIR%%/sources/databases/sql-odbc/result-set.dylan
%%DATADIR%%/sources/databases/sql-odbc/sql-odbc.hdp
%%DATADIR%%/sources/databases/sql-odbc/sql-odbc.lid
%%DATADIR%%/sources/databases/sql-odbc/sql-statement.dylan
%%DATADIR%%/sources/databases/sql-odbc/transaction.dylan
%%DATADIR%%/sources/databases/sql-odbc/user.dylan
%%DATADIR%%/sources/databases/sql-odbc/version.rc
%%DATADIR%%/sources/databases/sql/conditions.dylan
%%DATADIR%%/sources/databases/sql/conversion.dylan
%%DATADIR%%/sources/databases/sql/datatypes.dylan
%%DATADIR%%/sources/databases/sql/diagnostic.dylan
%%DATADIR%%/sources/databases/sql/introspection.dylan
%%DATADIR%%/sources/databases/sql/large-object.dylan
%%DATADIR%%/sources/databases/sql/library.dylan
%%DATADIR%%/sources/databases/sql/macros.dylan
%%DATADIR%%/sources/databases/sql/make.dylan
%%DATADIR%%/sources/databases/sql/record.dylan
%%DATADIR%%/sources/databases/sql/result-set.dylan
%%DATADIR%%/sources/databases/sql/sql-example/NWIND.MDB
%%DATADIR%%/sources/databases/sql/sql-example/library.dylan
%%DATADIR%%/sources/databases/sql/sql-example/sql-example.dylan
%%DATADIR%%/sources/databases/sql/sql-example/sql-example.lid
%%DATADIR%%/sources/databases/sql/sql.dylan
%%DATADIR%%/sources/databases/sql/sql.hdp
%%DATADIR%%/sources/databases/sql/sql.lid
%%DATADIR%%/sources/databases/sql/transaction.dylan
%%DATADIR%%/sources/databases/tests/stress-tool/README.html
%%DATADIR%%/sources/databases/tests/stress-tool/database-stress-tool.lid
%%DATADIR%%/sources/databases/tests/stress-tool/library.dylan
%%DATADIR%%/sources/databases/tests/stress-tool/main.dylan
%%DATADIR%%/sources/databases/tests/stress-tool/module.dylan
%%DATADIR%%/sources/databases/tests/stress-tool/stress-tool.dylan
%%DATADIR%%/sources/deuce/bindings.dylan
%%DATADIR%%/sources/deuce/boot.dylan
%%DATADIR%%/sources/deuce/bps.dylan
%%DATADIR%%/sources/deuce/browsing-buffers.dylan
%%DATADIR%%/sources/deuce/buffers.dylan
%%DATADIR%%/sources/deuce/classes.dylan
%%DATADIR%%/sources/deuce/commands.dylan
%%DATADIR%%/sources/deuce/comtabs.dylan
%%DATADIR%%/sources/deuce/containers.dylan
%%DATADIR%%/sources/deuce/debug.dylan
%%DATADIR%%/sources/deuce/defs.dylan
%%DATADIR%%/sources/deuce/deletion.dylan
%%DATADIR%%/sources/deuce/deuce.lid
%%DATADIR%%/sources/deuce/display.dylan
%%DATADIR%%/sources/deuce/duim/dialogs.dylan
%%DATADIR%%/sources/deuce/duim/duim-deuce.lid
%%DATADIR%%/sources/deuce/duim/events.dylan
%%DATADIR%%/sources/deuce/duim/frame.dylan
%%DATADIR%%/sources/deuce/duim/gadget.dylan
%%DATADIR%%/sources/deuce/duim/graphics.dylan
%%DATADIR%%/sources/deuce/duim/images.dylan
%%DATADIR%%/sources/deuce/duim/library.dylan
%%DATADIR%%/sources/deuce/duim/module.dylan
%%DATADIR%%/sources/deuce/duim/pane.dylan
%%DATADIR%%/sources/deuce/duim/version.rc
%%DATADIR%%/sources/deuce/duim/win32-duim-deuce.lid
%%DATADIR%%/sources/deuce/dylan-mode.dylan
%%DATADIR%%/sources/deuce/editor.dylan
%%DATADIR%%/sources/deuce/fonts.dylan
%%DATADIR%%/sources/deuce/history.dylan
%%DATADIR%%/sources/deuce/insertion.dylan
%%DATADIR%%/sources/deuce/isearch.dylan
%%DATADIR%%/sources/deuce/keyboard-macros.dylan
%%DATADIR%%/sources/deuce/language-modes.dylan
%%DATADIR%%/sources/deuce/library.dylan
%%DATADIR%%/sources/deuce/lines.dylan
%%DATADIR%%/sources/deuce/macros.dylan
%%DATADIR%%/sources/deuce/mail.dylan
%%DATADIR%%/sources/deuce/modes.dylan
%%DATADIR%%/sources/deuce/module.dylan
%%DATADIR%%/sources/deuce/motion.dylan
%%DATADIR%%/sources/deuce/native-stubs.dylan
%%DATADIR%%/sources/deuce/nodes.dylan
%%DATADIR%%/sources/deuce/policy.dylan
%%DATADIR%%/sources/deuce/presentations.dylan
%%DATADIR%%/sources/deuce/search.dylan
%%DATADIR%%/sources/deuce/sections.dylan
%%DATADIR%%/sources/deuce/shell-mode.dylan
%%DATADIR%%/sources/deuce/source-control.dylan
%%DATADIR%%/sources/deuce/standalone/bitmaps.rc
%%DATADIR%%/sources/deuce/standalone/copy.ico
%%DATADIR%%/sources/deuce/standalone/current-location.ico
%%DATADIR%%/sources/deuce/standalone/cut.ico
%%DATADIR%%/sources/deuce/standalone/deuce.ico
%%DATADIR%%/sources/deuce/standalone/disabled-break.ico
%%DATADIR%%/sources/deuce/standalone/disabled-trace.ico
%%DATADIR%%/sources/deuce/standalone/enabled-break.ico
%%DATADIR%%/sources/deuce/standalone/enabled-trace.ico
%%DATADIR%%/sources/deuce/standalone/find-next.ico
%%DATADIR%%/sources/deuce/standalone/find-previous.ico
%%DATADIR%%/sources/deuce/standalone/find.ico
%%DATADIR%%/sources/deuce/standalone/frame.dylan
%%DATADIR%%/sources/deuce/standalone/icons.dylan
%%DATADIR%%/sources/deuce/standalone/library.dylan
%%DATADIR%%/sources/deuce/standalone/new.ico
%%DATADIR%%/sources/deuce/standalone/open.ico
%%DATADIR%%/sources/deuce/standalone/paste.ico
%%DATADIR%%/sources/deuce/standalone/potential-break.ico
%%DATADIR%%/sources/deuce/standalone/profile.ico
%%DATADIR%%/sources/deuce/standalone/prompt.ico
%%DATADIR%%/sources/deuce/standalone/redo.ico
%%DATADIR%%/sources/deuce/standalone/replace.ico
%%DATADIR%%/sources/deuce/standalone/save.ico
%%DATADIR%%/sources/deuce/standalone/serious-warning.ico
%%DATADIR%%/sources/deuce/standalone/standalone-deuce.lid
%%DATADIR%%/sources/deuce/standalone/start.dylan
%%DATADIR%%/sources/deuce/standalone/step-break.ico
%%DATADIR%%/sources/deuce/standalone/test-break.ico
%%DATADIR%%/sources/deuce/standalone/undo.ico
%%DATADIR%%/sources/deuce/standalone/values.ico
%%DATADIR%%/sources/deuce/standalone/warning.ico
%%DATADIR%%/sources/deuce/standalone/win32-library.dylan
%%DATADIR%%/sources/deuce/standalone/win32-standalone-deuce.lid
%%DATADIR%%/sources/deuce/streams.dylan
%%DATADIR%%/sources/deuce/strings.dylan
%%DATADIR%%/sources/deuce/syntax.dylan
%%DATADIR%%/sources/deuce/tests/bp-tests.dylan
%%DATADIR%%/sources/deuce/tests/buffer-tests.dylan
%%DATADIR%%/sources/deuce/tests/deletion-tests.dylan
%%DATADIR%%/sources/deuce/tests/deuce-test-suite.lid
%%DATADIR%%/sources/deuce/tests/deuce-tests.dylan
%%DATADIR%%/sources/deuce/tests/history-tests.dylan
%%DATADIR%%/sources/deuce/tests/insertion-tests.dylan
%%DATADIR%%/sources/deuce/tests/library.dylan
%%DATADIR%%/sources/deuce/tests/line-tests.dylan
%%DATADIR%%/sources/deuce/tests/motion-tests.dylan
%%DATADIR%%/sources/deuce/tests/node-tests.dylan
%%DATADIR%%/sources/deuce/tests/search-tests.dylan
%%DATADIR%%/sources/deuce/tests/section-tests.dylan
%%DATADIR%%/sources/deuce/tests/stream-tests.dylan
%%DATADIR%%/sources/deuce/tests/syntax-tests.dylan
%%DATADIR%%/sources/deuce/tests/test-defs.dylan
%%DATADIR%%/sources/deuce/text-modes.dylan
%%DATADIR%%/sources/deuce/undo.dylan
%%DATADIR%%/sources/deuce/version.rc
%%DATADIR%%/sources/deuce/win32-deuce.lid
%%DATADIR%%/sources/deuce/windows.dylan
%%DATADIR%%/sources/deuce/xml-mode.dylan
%%DATADIR%%/sources/dfmc/back-end-implementations/back-end-implementations.lid
%%DATADIR%%/sources/dfmc/back-end-implementations/library.dylan
%%DATADIR%%/sources/dfmc/back-end-protocol/back-end-protocol.lid
%%DATADIR%%/sources/dfmc/back-end-protocol/back-end.dylan
%%DATADIR%%/sources/dfmc/back-end-protocol/library.dylan
%%DATADIR%%/sources/dfmc/back-end-protocol/mangle.dylan
%%DATADIR%%/sources/dfmc/back-end/back-end-library.dylan
%%DATADIR%%/sources/dfmc/back-end/back-end.dylan
%%DATADIR%%/sources/dfmc/back-end/back-end.lid
%%DATADIR%%/sources/dfmc/back-end/emit-computation.dylan
%%DATADIR%%/sources/dfmc/back-end/emit-object.dylan
%%DATADIR%%/sources/dfmc/back-end/heap-statistics.dylan
%%DATADIR%%/sources/dfmc/back-end/heaps.dylan
%%DATADIR%%/sources/dfmc/back-end/labels.dylan
%%DATADIR%%/sources/dfmc/back-end/literal-table.dylan
%%DATADIR%%/sources/dfmc/back-end/load-bound-references.dylan
%%DATADIR%%/sources/dfmc/back-end/mangle.dylan
%%DATADIR%%/sources/dfmc/back-end/raw-type-descriptors.dylan
%%DATADIR%%/sources/dfmc/back-end/register-allocation.dylan
%%DATADIR%%/sources/dfmc/back-end/walker.dylan
%%DATADIR%%/sources/dfmc/browser-support/browser-support-library.dylan
%%DATADIR%%/sources/dfmc/browser-support/browser-support.lid
%%DATADIR%%/sources/dfmc/browser-support/debug-info-api.dylan
%%DATADIR%%/sources/dfmc/browser-support/glue-routines.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-back-end-library.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-back-end.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-back-end.lid
%%DATADIR%%/sources/dfmc/c-back-end/c-emit-c-computation.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-emit-c-object.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-emit-computation.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-emit-object.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-mangle.dylan
%%DATADIR%%/sources/dfmc/c-back-end/c-primitives.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-designator-metaclass.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-designator-modeling.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-designator-models.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-ffi-library.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-ffi.lid
%%DATADIR%%/sources/dfmc/c-ffi/c-function-macro.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-mapped-type.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-pointer-types.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-struct-macro.dylan
%%DATADIR%%/sources/dfmc/c-ffi/c-variable-macro.dylan
%%DATADIR%%/sources/dfmc/c-ffi/errors.dylan
%%DATADIR%%/sources/dfmc/c-ffi/offsets.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-gluefile.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-link-c-object.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-link-object.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-linker-library.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-linker.dylan
%%DATADIR%%/sources/dfmc/c-linker/c-linker.lid
%%DATADIR%%/sources/dfmc/common/common-library.dylan
%%DATADIR%%/sources/dfmc/common/common-macros.dylan
%%DATADIR%%/sources/dfmc/common/common.dylan
%%DATADIR%%/sources/dfmc/common/common.lid
%%DATADIR%%/sources/dfmc/common/compilation-pass.dylan
%%DATADIR%%/sources/dfmc/common/compilation-records.dylan
%%DATADIR%%/sources/dfmc/common/emitted-object.dylan
%%DATADIR%%/sources/dfmc/common/model-properties.dylan
%%DATADIR%%/sources/dfmc/common/named-object.dylan
%%DATADIR%%/sources/dfmc/common/names.dylan
%%DATADIR%%/sources/dfmc/common/property-delegation-macros.dylan
%%DATADIR%%/sources/dfmc/common/referenced-object.dylan
%%DATADIR%%/sources/dfmc/common/symbolic-class.dylan
%%DATADIR%%/sources/dfmc/common/top-level-forms.dylan
%%DATADIR%%/sources/dfmc/conditions/conditions-library.dylan
%%DATADIR%%/sources/dfmc/conditions/conditions.lid
%%DATADIR%%/sources/dfmc/conditions/hierarchy.dylan
%%DATADIR%%/sources/dfmc/conditions/macros.dylan
%%DATADIR%%/sources/dfmc/conditions/native-hacks.dylan
%%DATADIR%%/sources/dfmc/conditions/presentation.dylan
%%DATADIR%%/sources/dfmc/conditions/protocol.dylan
%%DATADIR%%/sources/dfmc/conditions/report.dylan
%%DATADIR%%/sources/dfmc/conversion/boot.dylan
%%DATADIR%%/sources/dfmc/conversion/conversion-library.dylan
%%DATADIR%%/sources/dfmc/conversion/conversion.lid
%%DATADIR%%/sources/dfmc/conversion/convert-c-ffi.dylan
%%DATADIR%%/sources/dfmc/conversion/convert-loops.dylan
%%DATADIR%%/sources/dfmc/conversion/convert.dylan
%%DATADIR%%/sources/dfmc/conversion/define-binding.dylan
%%DATADIR%%/sources/dfmc/conversion/define-class-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-class-slot-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-class.dylan
%%DATADIR%%/sources/dfmc/conversion/define-domain-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-domain.dylan
%%DATADIR%%/sources/dfmc/conversion/define-function-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-function.dylan
%%DATADIR%%/sources/dfmc/conversion/define-generic-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-generic.dylan
%%DATADIR%%/sources/dfmc/conversion/define-macro.dylan
%%DATADIR%%/sources/dfmc/conversion/define-method-mop.dylan
%%DATADIR%%/sources/dfmc/conversion/define-method.dylan
%%DATADIR%%/sources/dfmc/conversion/define-primitive.dylan
%%DATADIR%%/sources/dfmc/conversion/define-shared-symbols.dylan
%%DATADIR%%/sources/dfmc/conversion/top-level-init-form.dylan
%%DATADIR%%/sources/dfmc/conversion/utilities.dylan
%%DATADIR%%/sources/dfmc/core/core-library.dylan
%%DATADIR%%/sources/dfmc/core/core.lid
%%DATADIR%%/sources/dfmc/debug-back-end/c-debug.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/debug-back-end-library.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/debug-back-end.lid
%%DATADIR%%/sources/dfmc/debug-back-end/debug.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/describe.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-condition.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-definition.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-flow-graph.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-fragment.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-method.dylan
%%DATADIR%%/sources/dfmc/debug-back-end/print-object.dylan
%%DATADIR%%/sources/dfmc/definitions/boot-definitions.dylan
%%DATADIR%%/sources/dfmc/definitions/define-binding.dylan
%%DATADIR%%/sources/dfmc/definitions/define-class.dylan
%%DATADIR%%/sources/dfmc/definitions/define-compiler.dylan
%%DATADIR%%/sources/dfmc/definitions/define-constant.dylan
%%DATADIR%%/sources/dfmc/definitions/define-copy-down.dylan
%%DATADIR%%/sources/dfmc/definitions/define-domain.dylan
%%DATADIR%%/sources/dfmc/definitions/define-function.dylan
%%DATADIR%%/sources/dfmc/definitions/define-generic.dylan
%%DATADIR%%/sources/dfmc/definitions/define-library.dylan
%%DATADIR%%/sources/dfmc/definitions/define-macro.dylan
%%DATADIR%%/sources/dfmc/definitions/define-method.dylan
%%DATADIR%%/sources/dfmc/definitions/define-module.dylan
%%DATADIR%%/sources/dfmc/definitions/define-namespace.dylan
%%DATADIR%%/sources/dfmc/definitions/define-optimizer.dylan
%%DATADIR%%/sources/dfmc/definitions/define-primitive.dylan
%%DATADIR%%/sources/dfmc/definitions/define-shared-symbols.dylan
%%DATADIR%%/sources/dfmc/definitions/define-variable.dylan
%%DATADIR%%/sources/dfmc/definitions/definitions-library.dylan
%%DATADIR%%/sources/dfmc/definitions/definitions.lid
%%DATADIR%%/sources/dfmc/definitions/dependencies.dylan
%%DATADIR%%/sources/dfmc/definitions/missing.dylan
%%DATADIR%%/sources/dfmc/definitions/options.dylan
%%DATADIR%%/sources/dfmc/definitions/parse-bindings.dylan
%%DATADIR%%/sources/dfmc/definitions/parse-class-clauses.dylan
%%DATADIR%%/sources/dfmc/definitions/parse-namespace-clauses.dylan
%%DATADIR%%/sources/dfmc/definitions/parse-signatures.dylan
%%DATADIR%%/sources/dfmc/definitions/properties.dylan
%%DATADIR%%/sources/dfmc/definitions/top-level-convert.dylan
%%DATADIR%%/sources/dfmc/flow-graph/c-computation.dylan
%%DATADIR%%/sources/dfmc/flow-graph/checker.dylan
%%DATADIR%%/sources/dfmc/flow-graph/closure.dylan
%%DATADIR%%/sources/dfmc/flow-graph/computation.dylan
%%DATADIR%%/sources/dfmc/flow-graph/dfm-copier.dylan
%%DATADIR%%/sources/dfmc/flow-graph/environment.dylan
%%DATADIR%%/sources/dfmc/flow-graph/flow-graph-library.dylan
%%DATADIR%%/sources/dfmc/flow-graph/flow-graph.lid
%%DATADIR%%/sources/dfmc/flow-graph/macros.dylan
%%DATADIR%%/sources/dfmc/flow-graph/queue-ops.dylan
%%DATADIR%%/sources/dfmc/flow-graph/queue.dylan
%%DATADIR%%/sources/dfmc/flow-graph/temporary.dylan
%%DATADIR%%/sources/dfmc/flow-graph/utilities.dylan
%%DATADIR%%/sources/dfmc/flow-graph/walker.dylan
%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support-library.dylan
%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support.dylan
%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support.lid
%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-gluefile.dylan
%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-link-object.dylan
%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker-library.dylan
%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker.dylan
%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker.lid
%%DATADIR%%/sources/dfmc/harp-cg/harp-back-end.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-calls.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-cg-library.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-cg.lid
%%DATADIR%%/sources/dfmc/harp-cg/harp-emit.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-epilog.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-macros.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-main.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-mangle.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-ops.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-primitives.dylan
%%DATADIR%%/sources/dfmc/harp-cg/harp-prolog.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/back-end.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/calls.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/epilog.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/harp-native-cg.lid
%%DATADIR%%/sources/dfmc/harp-native-cg/library.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/linker.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/ops.dylan
%%DATADIR%%/sources/dfmc/harp-native-cg/primitives.dylan
%%DATADIR%%/sources/dfmc/harp-x86-cg/harp-x86-cg-library.dylan
%%DATADIR%%/sources/dfmc/harp-x86-cg/harp-x86-cg.lid
%%DATADIR%%/sources/dfmc/harp-x86-cg/x86-primitives.dylan
%%DATADIR%%/sources/dfmc/linker/linker-library.dylan
%%DATADIR%%/sources/dfmc/linker/linker.dylan
%%DATADIR%%/sources/dfmc/linker/linker.lid
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end-library.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end-types.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end.lid
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-code.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-computation.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-debug.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-object.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-type-check.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-entry-points.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-mv.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-ops.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-alloc.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-basic.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-debug.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-ffi.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-float.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-lambda.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-machine-word.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-nlx.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-os.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-symbol.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-thread.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-value-cell.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-sections.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-targets.dylan
%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-varargs.dylan
%%DATADIR%%/sources/dfmc/llvm-linker/llvm-gluefile.dylan
%%DATADIR%%/sources/dfmc/llvm-linker/llvm-link-object.dylan
%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker-library.dylan
%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker.dylan
%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker.lid
%%DATADIR%%/sources/dfmc/macro-expander/constraint-parsing.dylan
%%DATADIR%%/sources/dfmc/macro-expander/expanders.dylan
%%DATADIR%%/sources/dfmc/macro-expander/fragment-to-code.dylan
%%DATADIR%%/sources/dfmc/macro-expander/fragment-to-function.dylan
%%DATADIR%%/sources/dfmc/macro-expander/interface.dylan
%%DATADIR%%/sources/dfmc/macro-expander/macro-descriptors.dylan
%%DATADIR%%/sources/dfmc/macro-expander/macro-expander-library.dylan
%%DATADIR%%/sources/dfmc/macro-expander/macro-expander.lid
%%DATADIR%%/sources/dfmc/macro-expander/pattern-back-end.dylan
%%DATADIR%%/sources/dfmc/macro-expander/pattern-elements.dylan
%%DATADIR%%/sources/dfmc/macro-expander/pattern-to-code.dylan
%%DATADIR%%/sources/dfmc/macro-expander/pattern-to-function.dylan
%%DATADIR%%/sources/dfmc/macro-expander/rewrite-rules.dylan
%%DATADIR%%/sources/dfmc/macro-expander/support.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-back-end.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-compilation.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-function.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-references.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-substitutions.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-to-code.dylan
%%DATADIR%%/sources/dfmc/macro-expander/template-to-function.dylan
%%DATADIR%%/sources/dfmc/management/back-end-driver.dylan
%%DATADIR%%/sources/dfmc/management/compilation-driver.dylan
%%DATADIR%%/sources/dfmc/management/definitions-driver.dylan
%%DATADIR%%/sources/dfmc/management/interactive-driver.dylan
%%DATADIR%%/sources/dfmc/management/interface.dylan
%%DATADIR%%/sources/dfmc/management/management-library.dylan
%%DATADIR%%/sources/dfmc/management/management.lid
%%DATADIR%%/sources/dfmc/management/passes.dylan
%%DATADIR%%/sources/dfmc/management/progress-reports.dylan
%%DATADIR%%/sources/dfmc/management/world.dylan
%%DATADIR%%/sources/dfmc/mangling/demangling.dylan
%%DATADIR%%/sources/dfmc/mangling/mangling-library.dylan
%%DATADIR%%/sources/dfmc/mangling/mangling-win32.lid
%%DATADIR%%/sources/dfmc/mangling/mangling.dylan
%%DATADIR%%/sources/dfmc/mangling/mangling.lid
%%DATADIR%%/sources/dfmc/modeling/boot.dylan
%%DATADIR%%/sources/dfmc/modeling/c-function-models.dylan
%%DATADIR%%/sources/dfmc/modeling/classes.dylan
%%DATADIR%%/sources/dfmc/modeling/float-primitives.dylan
%%DATADIR%%/sources/dfmc/modeling/functions.dylan
%%DATADIR%%/sources/dfmc/modeling/inlineable.dylan
%%DATADIR%%/sources/dfmc/modeling/limited-collections.dylan
%%DATADIR%%/sources/dfmc/modeling/limited-integers.dylan
%%DATADIR%%/sources/dfmc/modeling/machine-word-primitives-support.dylan
%%DATADIR%%/sources/dfmc/modeling/machine-word-primitives.dylan
%%DATADIR%%/sources/dfmc/modeling/model-object-macros.dylan
%%DATADIR%%/sources/dfmc/modeling/model-object.dylan
%%DATADIR%%/sources/dfmc/modeling/modeling-library.dylan
%%DATADIR%%/sources/dfmc/modeling/modeling.lid
%%DATADIR%%/sources/dfmc/modeling/namespace-macros.dylan
%%DATADIR%%/sources/dfmc/modeling/namespaces.dylan
%%DATADIR%%/sources/dfmc/modeling/objects.dylan
%%DATADIR%%/sources/dfmc/modeling/operations.dylan
%%DATADIR%%/sources/dfmc/modeling/primitive-macros.dylan
%%DATADIR%%/sources/dfmc/modeling/primitives.dylan
%%DATADIR%%/sources/dfmc/modeling/raw-type-macros.dylan
%%DATADIR%%/sources/dfmc/modeling/raw-types.dylan
%%DATADIR%%/sources/dfmc/modeling/signatures.dylan
%%DATADIR%%/sources/dfmc/modeling/singletons.dylan
%%DATADIR%%/sources/dfmc/modeling/subclasses.dylan
%%DATADIR%%/sources/dfmc/modeling/thread-primitives.dylan
%%DATADIR%%/sources/dfmc/modeling/types.dylan
%%DATADIR%%/sources/dfmc/modeling/typist-api-support.dylan
%%DATADIR%%/sources/dfmc/modeling/unions.dylan
%%DATADIR%%/sources/dfmc/modeling/values.dylan
%%DATADIR%%/sources/dfmc/namespace/binding.dylan
%%DATADIR%%/sources/dfmc/namespace/environments.dylan
%%DATADIR%%/sources/dfmc/namespace/filters.dylan
%%DATADIR%%/sources/dfmc/namespace/interactive-namespace.dylan
%%DATADIR%%/sources/dfmc/namespace/libraries.dylan
%%DATADIR%%/sources/dfmc/namespace/library-description.dylan
%%DATADIR%%/sources/dfmc/namespace/modules.dylan
%%DATADIR%%/sources/dfmc/namespace/namespace-library.dylan
%%DATADIR%%/sources/dfmc/namespace/namespace.lid
%%DATADIR%%/sources/dfmc/namespace/namespaces.dylan
%%DATADIR%%/sources/dfmc/optimization/assignment.dylan
%%DATADIR%%/sources/dfmc/optimization/calls.dylan
%%DATADIR%%/sources/dfmc/optimization/check.dylan
%%DATADIR%%/sources/dfmc/optimization/constant-folding.dylan
%%DATADIR%%/sources/dfmc/optimization/cse.dylan
%%DATADIR%%/sources/dfmc/optimization/dead.dylan
%%DATADIR%%/sources/dfmc/optimization/dispatch.dylan
%%DATADIR%%/sources/dfmc/optimization/dynamic-extent.dylan
%%DATADIR%%/sources/dfmc/optimization/entry-points.dylan
%%DATADIR%%/sources/dfmc/optimization/inlining.dylan
%%DATADIR%%/sources/dfmc/optimization/multiple-values.dylan
%%DATADIR%%/sources/dfmc/optimization/non-local-exit.dylan
%%DATADIR%%/sources/dfmc/optimization/optimization-library.dylan
%%DATADIR%%/sources/dfmc/optimization/optimization.lid
%%DATADIR%%/sources/dfmc/optimization/optimize.dylan
%%DATADIR%%/sources/dfmc/optimization/tail-call.dylan
%%DATADIR%%/sources/dfmc/reader/classification.dylan
%%DATADIR%%/sources/dfmc/reader/fragments.dylan
%%DATADIR%%/sources/dfmc/reader/infix-parser.dylan
%%DATADIR%%/sources/dfmc/reader/interface.dylan
%%DATADIR%%/sources/dfmc/reader/lexer-support.dylan
%%DATADIR%%/sources/dfmc/reader/lexer-transitions.dylan
%%DATADIR%%/sources/dfmc/reader/lexer.dylan
%%DATADIR%%/sources/dfmc/reader/name-table.dylan
%%DATADIR%%/sources/dfmc/reader/parser-support.dylan
%%DATADIR%%/sources/dfmc/reader/parser.dylgram
%%DATADIR%%/sources/dfmc/reader/presentation.dylan
%%DATADIR%%/sources/dfmc/reader/range-source-locations.dylan
%%DATADIR%%/sources/dfmc/reader/reader-library.dylan
%%DATADIR%%/sources/dfmc/reader/reader.lid
%%DATADIR%%/sources/dfmc/reader/tokenizer.dylan
%%DATADIR%%/sources/dfmc/typist/type-estimate-hashing.dylan
%%DATADIR%%/sources/dfmc/typist/typist-algebra.dylan
%%DATADIR%%/sources/dfmc/typist/typist-inference.dylan
%%DATADIR%%/sources/dfmc/typist/typist-library.dylan
%%DATADIR%%/sources/dfmc/typist/typist-protocol.dylan
%%DATADIR%%/sources/dfmc/typist/typist-tools.dylan
%%DATADIR%%/sources/dfmc/typist/typist-top-level-forms.dylan
%%DATADIR%%/sources/dfmc/typist/typist-types.dylan
%%DATADIR%%/sources/dfmc/typist/typist.lid
%%DATADIR%%/sources/duim/README
%%DATADIR%%/sources/duim/benchmarks/graphics/drawing.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/harness.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/library.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/module.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/start-benchmarks.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/text.dylan
%%DATADIR%%/sources/duim/benchmarks/graphics/win32-duim-graphics-benchmarks.lid
%%DATADIR%%/sources/duim/core/duim-core.lid
%%DATADIR%%/sources/duim/core/library.dylan
%%DATADIR%%/sources/duim/core/module.dylan
%%DATADIR%%/sources/duim/core/version.rc
%%DATADIR%%/sources/duim/core/win32-duim-core.lid
%%DATADIR%%/sources/duim/dcs/brushes.dylan
%%DATADIR%%/sources/duim/dcs/classes.dylan
%%DATADIR%%/sources/duim/dcs/colors.dylan
%%DATADIR%%/sources/duim/dcs/duim-dcs.lid
%%DATADIR%%/sources/duim/dcs/images.dylan
%%DATADIR%%/sources/duim/dcs/library.dylan
%%DATADIR%%/sources/duim/dcs/module.dylan
%%DATADIR%%/sources/duim/dcs/palettes.dylan
%%DATADIR%%/sources/duim/dcs/pens.dylan
%%DATADIR%%/sources/duim/dcs/stipples.dylan
%%DATADIR%%/sources/duim/dcs/styles.dylan
%%DATADIR%%/sources/duim/dcs/text-styles.dylan
%%DATADIR%%/sources/duim/dcs/win32-duim-dcs.lid
%%DATADIR%%/sources/duim/duim.faq
%%DATADIR%%/sources/duim/examples/cookbook/README
%%DATADIR%%/sources/duim/examples/cookbook/clipboard.dylan
%%DATADIR%%/sources/duim/examples/cookbook/duim-examples.lid
%%DATADIR%%/sources/duim/examples/cookbook/event-tracer.dylan
%%DATADIR%%/sources/duim/examples/cookbook/group-boxes.dylan
%%DATADIR%%/sources/duim/examples/cookbook/harness.dylan
%%DATADIR%%/sources/duim/examples/cookbook/library.dylan
%%DATADIR%%/sources/duim/examples/cookbook/module.dylan
%%DATADIR%%/sources/duim/examples/cookbook/scribble.dylan
%%DATADIR%%/sources/duim/examples/cookbook/simple-dialogs.dylan
%%DATADIR%%/sources/duim/examples/cookbook/simple-window.dylan
%%DATADIR%%/sources/duim/examples/cookbook/smooth-graphics.dylan
%%DATADIR%%/sources/duim/examples/cookbook/start-examples.dylan
%%DATADIR%%/sources/duim/examples/cookbook/win32-duim-examples.lid
%%DATADIR%%/sources/duim/examples/graphing/bar-chart.dylan
%%DATADIR%%/sources/duim/examples/graphing/duim-graphing.lid
%%DATADIR%%/sources/duim/examples/graphing/library.dylan
%%DATADIR%%/sources/duim/examples/graphing/module.dylan
%%DATADIR%%/sources/duim/examples/helpmate/helpmate-win32.lid
%%DATADIR%%/sources/duim/examples/helpmate/helpmate.dylan
%%DATADIR%%/sources/duim/examples/helpmate/helpmate.lid
%%DATADIR%%/sources/duim/examples/helpmate/library.dylan
%%DATADIR%%/sources/duim/examples/helpmate/start-helping.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/README
%%DATADIR%%/sources/duim/examples/interface-builder/README.html
%%DATADIR%%/sources/duim/examples/interface-builder/abstract.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/classes.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/commands.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/duim-backend.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/frame.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/interface-builder.lid
%%DATADIR%%/sources/duim/examples/interface-builder/library.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/models.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/module.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/my-frame.gif
%%DATADIR%%/sources/duim/examples/interface-builder/name-generator.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/properties.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/representation.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/start.dylan
%%DATADIR%%/sources/duim/examples/interface-builder/win32-interface-builder.lid
%%DATADIR%%/sources/duim/examples/life/README.rst
%%DATADIR%%/sources/duim/examples/life/display.dylan
%%DATADIR%%/sources/duim/examples/life/erase.ico
%%DATADIR%%/sources/duim/examples/life/events.dylan
%%DATADIR%%/sources/duim/examples/life/frame.dylan
%%DATADIR%%/sources/duim/examples/life/library.dylan
%%DATADIR%%/sources/duim/examples/life/life-large.ico
%%DATADIR%%/sources/duim/examples/life/life-resources.rc
%%DATADIR%%/sources/duim/examples/life/life.dylan
%%DATADIR%%/sources/duim/examples/life/life.lid
%%DATADIR%%/sources/duim/examples/life/logic.dylan
%%DATADIR%%/sources/duim/examples/life/patterns.dylan
%%DATADIR%%/sources/duim/examples/life/play.ico
%%DATADIR%%/sources/duim/examples/life/step.ico
%%DATADIR%%/sources/duim/examples/life/stop.ico
%%DATADIR%%/sources/duim/examples/life/util.dylan
%%DATADIR%%/sources/duim/examples/life/win32-life.lid
%%DATADIR%%/sources/duim/examples/pente/board.dylan
%%DATADIR%%/sources/duim/examples/pente/library.dylan
%%DATADIR%%/sources/duim/examples/pente/module.dylan
%%DATADIR%%/sources/duim/examples/pente/pente.lid
%%DATADIR%%/sources/duim/examples/pente/start.dylan
%%DATADIR%%/sources/duim/examples/pente/win32-pente.lid
%%DATADIR%%/sources/duim/examples/resources/duim-resource-example.lid
%%DATADIR%%/sources/duim/examples/resources/example.dylan
%%DATADIR%%/sources/duim/examples/resources/example.rc
%%DATADIR%%/sources/duim/examples/resources/library.dylan
%%DATADIR%%/sources/duim/examples/resources/resdecl.dylan
%%DATADIR%%/sources/duim/examples/resources/resource.h
%%DATADIR%%/sources/duim/examples/reversi/README
%%DATADIR%%/sources/duim/examples/reversi/algorithms.dylan
%%DATADIR%%/sources/duim/examples/reversi/board.dylan
%%DATADIR%%/sources/duim/examples/reversi/game.dylan
%%DATADIR%%/sources/duim/examples/reversi/library.dylan
%%DATADIR%%/sources/duim/examples/reversi/module.dylan
%%DATADIR%%/sources/duim/examples/reversi/piece-shapes.dylan
%%DATADIR%%/sources/duim/examples/reversi/reversi.lid
%%DATADIR%%/sources/duim/examples/reversi/saving.dylan
%%DATADIR%%/sources/duim/examples/reversi/start-reversi.dylan
%%DATADIR%%/sources/duim/examples/reversi/win32-reversi.lid
%%DATADIR%%/sources/duim/examples/scribble/README.html
%%DATADIR%%/sources/duim/examples/scribble/library.dylan
%%DATADIR%%/sources/duim/examples/scribble/run.dylan
%%DATADIR%%/sources/duim/examples/scribble/scribble.dylan
%%DATADIR%%/sources/duim/examples/scribble/scribble.lid
%%DATADIR%%/sources/duim/examples/scribble/win32-scribble.lid
%%DATADIR%%/sources/duim/examples/tetris/frame.dylan
%%DATADIR%%/sources/duim/examples/tetris/game.dylan
%%DATADIR%%/sources/duim/examples/tetris/library.dylan
%%DATADIR%%/sources/duim/examples/tetris/module.dylan
%%DATADIR%%/sources/duim/examples/tetris/tetris-info.dylan
%%DATADIR%%/sources/duim/examples/tetris/tetris.dylan
%%DATADIR%%/sources/duim/examples/tetris/tetris.lid
%%DATADIR%%/sources/duim/examples/tetris/win32-tetris.lid
%%DATADIR%%/sources/duim/examples/tic-tac-toe/frame.dylan
%%DATADIR%%/sources/duim/examples/tic-tac-toe/game.dylan
%%DATADIR%%/sources/duim/examples/tic-tac-toe/library.dylan
%%DATADIR%%/sources/duim/examples/tic-tac-toe/module.dylan
%%DATADIR%%/sources/duim/examples/tic-tac-toe/start.dylan
%%DATADIR%%/sources/duim/examples/tic-tac-toe/tic-tac-toe.lid
%%DATADIR%%/sources/duim/examples/tic-tac-toe/win32-tic-tac-toe.lid
%%DATADIR%%/sources/duim/examples/web-browser/README
%%DATADIR%%/sources/duim/examples/web-browser/browser.dylan
%%DATADIR%%/sources/duim/examples/web-browser/html-parser.dylan
%%DATADIR%%/sources/duim/examples/web-browser/library.dylan
%%DATADIR%%/sources/duim/examples/web-browser/module.dylan
%%DATADIR%%/sources/duim/examples/web-browser/page.dylan
%%DATADIR%%/sources/duim/examples/web-browser/web-browser.lid
%%DATADIR%%/sources/duim/examples/web-browser/web-pane.dylan
%%DATADIR%%/sources/duim/examples/win32-scribble/README.html
%%DATADIR%%/sources/duim/examples/win32-scribble/library.dylan
%%DATADIR%%/sources/duim/examples/win32-scribble/printing.dylan
%%DATADIR%%/sources/duim/examples/win32-scribble/run.dylan
%%DATADIR%%/sources/duim/examples/win32-scribble/scribble.dylan
%%DATADIR%%/sources/duim/examples/win32-scribble/win32-scribble.lid
%%DATADIR%%/sources/duim/examples/windows-viewer/commands.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/constants.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/hook-library.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/hook-module.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/hook-thread.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/hook.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/library.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/messages.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/module.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/start.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/utilities.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/viewer.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/window-info.dylan
%%DATADIR%%/sources/duim/examples/windows-viewer/windows-hook.hdp
%%DATADIR%%/sources/duim/examples/windows-viewer/windows-viewer.hdp
%%DATADIR%%/sources/duim/extended-geometry/classes.dylan
%%DATADIR%%/sources/duim/extended-geometry/duim-extended-geometry.lid
%%DATADIR%%/sources/duim/extended-geometry/ellipses.dylan
%%DATADIR%%/sources/duim/extended-geometry/library.dylan
%%DATADIR%%/sources/duim/extended-geometry/lines.dylan
%%DATADIR%%/sources/duim/extended-geometry/module.dylan
%%DATADIR%%/sources/duim/extended-geometry/polygons.dylan
%%DATADIR%%/sources/duim/extended-geometry/rectangles.dylan
%%DATADIR%%/sources/duim/extended-geometry/region-graphics.dylan
%%DATADIR%%/sources/duim/extended-geometry/transforms.dylan
%%DATADIR%%/sources/duim/extended-geometry/win32-duim-extended-geometry.lid
%%DATADIR%%/sources/duim/formatting/duim-formatting.lid
%%DATADIR%%/sources/duim/formatting/formatting-defs.dylan
%%DATADIR%%/sources/duim/formatting/formatting-macros.dylan
%%DATADIR%%/sources/duim/formatting/graph-formatting.dylan
%%DATADIR%%/sources/duim/formatting/library.dylan
%%DATADIR%%/sources/duim/formatting/menu-formatting.dylan
%%DATADIR%%/sources/duim/formatting/module.dylan
%%DATADIR%%/sources/duim/formatting/table-formatting.dylan
%%DATADIR%%/sources/duim/frames/classes.dylan
%%DATADIR%%/sources/duim/frames/command-tables.dylan
%%DATADIR%%/sources/duim/frames/commands.dylan
%%DATADIR%%/sources/duim/frames/completer.dylan
%%DATADIR%%/sources/duim/frames/contain.dylan
%%DATADIR%%/sources/duim/frames/debug.dylan
%%DATADIR%%/sources/duim/frames/decorators.dylan
%%DATADIR%%/sources/duim/frames/dialogs.dylan
%%DATADIR%%/sources/duim/frames/duim-frames.lid
%%DATADIR%%/sources/duim/frames/embedded-frames.dylan
%%DATADIR%%/sources/duim/frames/events.dylan
%%DATADIR%%/sources/duim/frames/frames.dylan
%%DATADIR%%/sources/duim/frames/help.dylan
%%DATADIR%%/sources/duim/frames/library.dylan
%%DATADIR%%/sources/duim/frames/module.dylan
%%DATADIR%%/sources/duim/frames/progress-notes.dylan
%%DATADIR%%/sources/duim/frames/standard-commands.dylan
%%DATADIR%%/sources/duim/frames/win32-duim-frames.lid
%%DATADIR%%/sources/duim/gadgets/active-labels.dylan
%%DATADIR%%/sources/duim/gadgets/borders.dylan
%%DATADIR%%/sources/duim/gadgets/button-box-panes.dylan
%%DATADIR%%/sources/duim/gadgets/collection-gadgets.dylan
%%DATADIR%%/sources/duim/gadgets/duim-gadgets.lid
%%DATADIR%%/sources/duim/gadgets/gadget-mixins.dylan
%%DATADIR%%/sources/duim/gadgets/gadgets.dylan
%%DATADIR%%/sources/duim/gadgets/graph-controls.dylan
%%DATADIR%%/sources/duim/gadgets/library.dylan
%%DATADIR%%/sources/duim/gadgets/list-controls.dylan
%%DATADIR%%/sources/duim/gadgets/menu-panes.dylan
%%DATADIR%%/sources/duim/gadgets/menus.dylan
%%DATADIR%%/sources/duim/gadgets/module.dylan
%%DATADIR%%/sources/duim/gadgets/scroll-bars.dylan
%%DATADIR%%/sources/duim/gadgets/scrollers.dylan
%%DATADIR%%/sources/duim/gadgets/splitters.dylan
%%DATADIR%%/sources/duim/gadgets/tab-controls.dylan
%%DATADIR%%/sources/duim/gadgets/table-controls.dylan
%%DATADIR%%/sources/duim/gadgets/text-gadgets.dylan
%%DATADIR%%/sources/duim/gadgets/tree-controls.dylan
%%DATADIR%%/sources/duim/gadgets/viewports.dylan
%%DATADIR%%/sources/duim/gadgets/win32-duim-gadgets.lid
%%DATADIR%%/sources/duim/geometry/box-arithmetic.dylan
%%DATADIR%%/sources/duim/geometry/boxes.dylan
%%DATADIR%%/sources/duim/geometry/classes.dylan
%%DATADIR%%/sources/duim/geometry/coordinates.dylan
%%DATADIR%%/sources/duim/geometry/duim-geometry.lid
%%DATADIR%%/sources/duim/geometry/geometry.dylan
%%DATADIR%%/sources/duim/geometry/library.dylan
%%DATADIR%%/sources/duim/geometry/module.dylan
%%DATADIR%%/sources/duim/geometry/regions.dylan
%%DATADIR%%/sources/duim/geometry/transforms.dylan
%%DATADIR%%/sources/duim/geometry/win32-duim-geometry.lid
%%DATADIR%%/sources/duim/gifs/classes.dylan
%%DATADIR%%/sources/duim/gifs/duim-gifs.lid
%%DATADIR%%/sources/duim/gifs/library.dylan
%%DATADIR%%/sources/duim/gifs/lzw.dylan
%%DATADIR%%/sources/duim/gifs/module.dylan
%%DATADIR%%/sources/duim/gifs/read-gif.dylan
%%DATADIR%%/sources/duim/graphics/duim-graphics.lid
%%DATADIR%%/sources/duim/graphics/figure-graphics.dylan
%%DATADIR%%/sources/duim/graphics/library.dylan
%%DATADIR%%/sources/duim/graphics/module.dylan
%%DATADIR%%/sources/duim/graphics/path-graphics.dylan
%%DATADIR%%/sources/duim/graphics/pixmaps.dylan
%%DATADIR%%/sources/duim/graphics/win32-duim-graphics.lid
%%DATADIR%%/sources/duim/gtk/duim-library.dylan
%%DATADIR%%/sources/duim/gtk/duim.lid
%%DATADIR%%/sources/duim/gtk/gtk-clipboard.dylan
%%DATADIR%%/sources/duim/gtk/gtk-colors.dylan
%%DATADIR%%/sources/duim/gtk/gtk-debug.dylan
%%DATADIR%%/sources/duim/gtk/gtk-dialogs.dylan
%%DATADIR%%/sources/duim/gtk/gtk-display.dylan
%%DATADIR%%/sources/duim/gtk/gtk-draw.dylan
%%DATADIR%%/sources/duim/gtk/gtk-duim.lid
%%DATADIR%%/sources/duim/gtk/gtk-events.dylan
%%DATADIR%%/sources/duim/gtk/gtk-fonts.dylan
%%DATADIR%%/sources/duim/gtk/gtk-framem.dylan
%%DATADIR%%/sources/duim/gtk/gtk-gadgets.dylan
%%DATADIR%%/sources/duim/gtk/gtk-help.dylan
%%DATADIR%%/sources/duim/gtk/gtk-keyboard.dylan
%%DATADIR%%/sources/duim/gtk/gtk-layout.dylan
%%DATADIR%%/sources/duim/gtk/gtk-medium.dylan
%%DATADIR%%/sources/duim/gtk/gtk-menus.dylan
%%DATADIR%%/sources/duim/gtk/gtk-mirror.dylan
%%DATADIR%%/sources/duim/gtk/gtk-pixmaps.dylan
%%DATADIR%%/sources/duim/gtk/gtk-port.dylan
%%DATADIR%%/sources/duim/gtk/gtk-top.dylan
%%DATADIR%%/sources/duim/gtk/gtk-utils.dylan
%%DATADIR%%/sources/duim/gtk/library.dylan
%%DATADIR%%/sources/duim/gtk/module.dylan
%%DATADIR%%/sources/duim/layouts/box-pane.dylan
%%DATADIR%%/sources/duim/layouts/duim-layouts.lid
%%DATADIR%%/sources/duim/layouts/layout.dylan
%%DATADIR%%/sources/duim/layouts/library.dylan
%%DATADIR%%/sources/duim/layouts/module.dylan
%%DATADIR%%/sources/duim/layouts/panes.dylan
%%DATADIR%%/sources/duim/layouts/space-reqs.dylan
%%DATADIR%%/sources/duim/layouts/table-pane.dylan
%%DATADIR%%/sources/duim/layouts/win32-duim-layouts.lid
%%DATADIR%%/sources/duim/outline.text
%%DATADIR%%/sources/duim/panes/border-panes.dylan
%%DATADIR%%/sources/duim/panes/dialogs.dylan
%%DATADIR%%/sources/duim/panes/duim-gadget-panes.lid
%%DATADIR%%/sources/duim/panes/graph-control-panes.dylan
%%DATADIR%%/sources/duim/panes/gtk-duim-gadget-panes.lid
%%DATADIR%%/sources/duim/panes/gtk-library.dylan
%%DATADIR%%/sources/duim/panes/library.dylan
%%DATADIR%%/sources/duim/panes/list-control-mixins.dylan
%%DATADIR%%/sources/duim/panes/list-control-panes.dylan
%%DATADIR%%/sources/duim/panes/module.dylan
%%DATADIR%%/sources/duim/panes/progress-control-panes.dylan
%%DATADIR%%/sources/duim/panes/simple-caret.dylan
%%DATADIR%%/sources/duim/panes/spin-box-panes.dylan
%%DATADIR%%/sources/duim/panes/splitter-panes.dylan
%%DATADIR%%/sources/duim/panes/tab-control-panes.dylan
%%DATADIR%%/sources/duim/panes/table-control-panes.dylan
%%DATADIR%%/sources/duim/panes/tree-control-mixins.dylan
%%DATADIR%%/sources/duim/panes/tree-control-panes.dylan
%%DATADIR%%/sources/duim/panes/win32-duim-gadget-panes.lid
%%DATADIR%%/sources/duim/panes/win32-library.dylan
%%DATADIR%%/sources/duim/panes/win32-module.dylan
%%DATADIR%%/sources/duim/presentations/accept.dylan
%%DATADIR%%/sources/duim/presentations/duim-presentations.lid
%%DATADIR%%/sources/duim/presentations/library.dylan
%%DATADIR%%/sources/duim/presentations/module.dylan
%%DATADIR%%/sources/duim/presentations/present.dylan
%%DATADIR%%/sources/duim/presentations/presentation-defs.dylan
%%DATADIR%%/sources/duim/presentations/presentation-macros.dylan
%%DATADIR%%/sources/duim/presentations/presentation-records.dylan
%%DATADIR%%/sources/duim/presentations/presentation-sheets.dylan
%%DATADIR%%/sources/duim/presentations/presentation-tests.dylan
%%DATADIR%%/sources/duim/presentations/presentation-translators.dylan
%%DATADIR%%/sources/duim/presentations/presentation-types.dylan
%%DATADIR%%/sources/duim/recording/duim-recording.lid
%%DATADIR%%/sources/duim/recording/figure-recording.dylan
%%DATADIR%%/sources/duim/recording/gadget-record.dylan
%%DATADIR%%/sources/duim/recording/library.dylan
%%DATADIR%%/sources/duim/recording/module.dylan
%%DATADIR%%/sources/duim/recording/path-recording.dylan
%%DATADIR%%/sources/duim/recording/recording-classes.dylan
%%DATADIR%%/sources/duim/recording/recording-defs.dylan
%%DATADIR%%/sources/duim/recording/recording-macros.dylan
%%DATADIR%%/sources/duim/recording/recording-sheets.dylan
%%DATADIR%%/sources/duim/recording/recording-tests.dylan
%%DATADIR%%/sources/duim/recording/sequence-record.dylan
%%DATADIR%%/sources/duim/recording/tracking-pointer.dylan
%%DATADIR%%/sources/duim/recording/tree-record.dylan
%%DATADIR%%/sources/duim/recording/win32-duim-recording.lid
%%DATADIR%%/sources/duim/sheets/caret.dylan
%%DATADIR%%/sources/duim/sheets/classes.dylan
%%DATADIR%%/sources/duim/sheets/clipboard.dylan
%%DATADIR%%/sources/duim/sheets/displays.dylan
%%DATADIR%%/sources/duim/sheets/duim-sheets.lid
%%DATADIR%%/sources/duim/sheets/event-queue.dylan
%%DATADIR%%/sources/duim/sheets/events.dylan
%%DATADIR%%/sources/duim/sheets/font-mapping.dylan
%%DATADIR%%/sources/duim/sheets/frame-managers.dylan
%%DATADIR%%/sources/duim/sheets/geometry.dylan
%%DATADIR%%/sources/duim/sheets/gestures.dylan
%%DATADIR%%/sources/duim/sheets/library.dylan
%%DATADIR%%/sources/duim/sheets/macros.dylan
%%DATADIR%%/sources/duim/sheets/mediums.dylan
%%DATADIR%%/sources/duim/sheets/mirrors.dylan
%%DATADIR%%/sources/duim/sheets/module.dylan
%%DATADIR%%/sources/duim/sheets/pointer.dylan
%%DATADIR%%/sources/duim/sheets/ports.dylan
%%DATADIR%%/sources/duim/sheets/sheets.dylan
%%DATADIR%%/sources/duim/sheets/win32-duim-sheets.lid
%%DATADIR%%/sources/duim/tests/core/classes.dylan
%%DATADIR%%/sources/duim/tests/core/commands.dylan
%%DATADIR%%/sources/duim/tests/core/dialogs.dylan
%%DATADIR%%/sources/duim/tests/core/duim-test-suite.lid
%%DATADIR%%/sources/duim/tests/core/events.dylan
%%DATADIR%%/sources/duim/tests/core/frames.dylan
%%DATADIR%%/sources/duim/tests/core/gadgets.dylan
%%DATADIR%%/sources/duim/tests/core/geometry.dylan
%%DATADIR%%/sources/duim/tests/core/gestures.dylan
%%DATADIR%%/sources/duim/tests/core/graphics.dylan
%%DATADIR%%/sources/duim/tests/core/layouts.dylan
%%DATADIR%%/sources/duim/tests/core/library.dylan
%%DATADIR%%/sources/duim/tests/core/main-suite.dylan
%%DATADIR%%/sources/duim/tests/core/menus.dylan
%%DATADIR%%/sources/duim/tests/core/module.dylan
%%DATADIR%%/sources/duim/tests/core/regions.dylan
%%DATADIR%%/sources/duim/tests/core/scrolling.dylan
%%DATADIR%%/sources/duim/tests/core/specification.dylan
%%DATADIR%%/sources/duim/tests/core/styles.dylan
%%DATADIR%%/sources/duim/tests/core/test-port.dylan
%%DATADIR%%/sources/duim/tests/core/transforms.dylan
%%DATADIR%%/sources/duim/tests/core/utilities.dylan
%%DATADIR%%/sources/duim/tests/gui/README.html
%%DATADIR%%/sources/duim/tests/gui/borders.dylan
%%DATADIR%%/sources/duim/tests/gui/clipboard.dylan
%%DATADIR%%/sources/duim/tests/gui/colors.dylan
%%DATADIR%%/sources/duim/tests/gui/command-tables.dylan
%%DATADIR%%/sources/duim/tests/gui/comtab-surgery.dylan
%%DATADIR%%/sources/duim/tests/gui/cursors.dylan
%%DATADIR%%/sources/duim/tests/gui/dialogs.dylan
%%DATADIR%%/sources/duim/tests/gui/duim-gui-test-suite.lid
%%DATADIR%%/sources/duim/tests/gui/dynamic-layouts.dylan
%%DATADIR%%/sources/duim/tests/gui/frames.dylan
%%DATADIR%%/sources/duim/tests/gui/gadgets.dylan
%%DATADIR%%/sources/duim/tests/gui/graph-controls.dylan
%%DATADIR%%/sources/duim/tests/gui/graphics.dylan
%%DATADIR%%/sources/duim/tests/gui/gtk-duim-gui-test-suite.lid
%%DATADIR%%/sources/duim/tests/gui/gtk-library.dylan
%%DATADIR%%/sources/duim/tests/gui/gtk-tests.dylan
%%DATADIR%%/sources/duim/tests/gui/harness.dylan
%%DATADIR%%/sources/duim/tests/gui/input-focus.dylan
%%DATADIR%%/sources/duim/tests/gui/keyboard.dylan
%%DATADIR%%/sources/duim/tests/gui/library.dylan
%%DATADIR%%/sources/duim/tests/gui/menus.dylan
%%DATADIR%%/sources/duim/tests/gui/module.dylan
%%DATADIR%%/sources/duim/tests/gui/random-rectangles.dylan
%%DATADIR%%/sources/duim/tests/gui/recording.dylan
%%DATADIR%%/sources/duim/tests/gui/scrolling.dylan
%%DATADIR%%/sources/duim/tests/gui/sheet-mapping.dylan
%%DATADIR%%/sources/duim/tests/gui/standard-dialogs.dylan
%%DATADIR%%/sources/duim/tests/gui/start-tests.dylan
%%DATADIR%%/sources/duim/tests/gui/tab-controls.dylan
%%DATADIR%%/sources/duim/tests/gui/win32-duim-gui-test-suite.lid
%%DATADIR%%/sources/duim/tests/regression/gadgets.dylan
%%DATADIR%%/sources/duim/tests/regression/general.dylan
%%DATADIR%%/sources/duim/tests/regression/graphics.dylan
%%DATADIR%%/sources/duim/tests/regression/harness.dylan
%%DATADIR%%/sources/duim/tests/regression/library.dylan
%%DATADIR%%/sources/duim/tests/regression/menus.dylan
%%DATADIR%%/sources/duim/tests/regression/module.dylan
%%DATADIR%%/sources/duim/tests/regression/start-tests.dylan
%%DATADIR%%/sources/duim/tests/regression/utilities.dylan
%%DATADIR%%/sources/duim/tests/regression/win32-duim-regression-test-suite.lid
%%DATADIR%%/sources/duim/tests/win32/bitmaps.dylan
%%DATADIR%%/sources/duim/tests/win32/bitmaps.rc
%%DATADIR%%/sources/duim/tests/win32/bitmaps/copy.ico
%%DATADIR%%/sources/duim/tests/win32/bitmaps/current-location.bmp
%%DATADIR%%/sources/duim/tests/win32/bitmaps/cut.ico
%%DATADIR%%/sources/duim/tests/win32/bitmaps/paste.ico
%%DATADIR%%/sources/duim/tests/win32/bitmaps/prompt.bmp
%%DATADIR%%/sources/duim/tests/win32/bitmaps/values.bmp
%%DATADIR%%/sources/duim/tests/win32/bitmaps/wizard.ico
%%DATADIR%%/sources/duim/tests/win32/harness.dylan
%%DATADIR%%/sources/duim/tests/win32/library.dylan
%%DATADIR%%/sources/duim/tests/win32/list-control.dylan
%%DATADIR%%/sources/duim/tests/win32/module.dylan
%%DATADIR%%/sources/duim/tests/win32/start-tests.dylan
%%DATADIR%%/sources/duim/tests/win32/win32-duim-gui-test-suite.lid
%%DATADIR%%/sources/duim/user/duim-user.lid
%%DATADIR%%/sources/duim/user/library.dylan
%%DATADIR%%/sources/duim/user/module.dylan
%%DATADIR%%/sources/duim/user/win32-duim-user.lid
%%DATADIR%%/sources/duim/utilities/basic-defs.dylan
%%DATADIR%%/sources/duim/utilities/basic-macros.dylan
%%DATADIR%%/sources/duim/utilities/duim-utilities.lid
%%DATADIR%%/sources/duim/utilities/library.dylan
%%DATADIR%%/sources/duim/utilities/module.dylan
%%DATADIR%%/sources/duim/utilities/native-stubs.dylan
%%DATADIR%%/sources/duim/utilities/protocols.dylan
%%DATADIR%%/sources/duim/utilities/strings.dylan
%%DATADIR%%/sources/duim/utilities/win32-duim-utilities.lid
%%DATADIR%%/sources/duim/win32/c-com.c
%%DATADIR%%/sources/duim/win32/duim-library.dylan
%%DATADIR%%/sources/duim/win32/duim.lid
%%DATADIR%%/sources/duim/win32/dxwduim.dll.manifest
%%DATADIR%%/sources/duim/win32/ffi-bindings.dylan
%%DATADIR%%/sources/duim/win32/library.dylan
%%DATADIR%%/sources/duim/win32/module.dylan
%%DATADIR%%/sources/duim/win32/version.rc
%%DATADIR%%/sources/duim/win32/wclipboard.dylan
%%DATADIR%%/sources/duim/win32/wcolors.dylan
%%DATADIR%%/sources/duim/win32/wcontrols.dylan
%%DATADIR%%/sources/duim/win32/wdebug.dylan
%%DATADIR%%/sources/duim/win32/wdialogs.dylan
%%DATADIR%%/sources/duim/win32/wdisplay.dylan
%%DATADIR%%/sources/duim/win32/wdraw.dylan
%%DATADIR%%/sources/duim/win32/wevents.dylan
%%DATADIR%%/sources/duim/win32/wfonts.dylan
%%DATADIR%%/sources/duim/win32/wframem.dylan
%%DATADIR%%/sources/duim/win32/wgadgets.dylan
%%DATADIR%%/sources/duim/win32/whandler.dylan
%%DATADIR%%/sources/duim/win32/whelp.dylan
%%DATADIR%%/sources/duim/win32/win32-c-definitions.dylan
%%DATADIR%%/sources/duim/win32/win32-definitions.dylan
%%DATADIR%%/sources/duim/win32/win32-duim.lid
%%DATADIR%%/sources/duim/win32/wkeyboard.dylan
%%DATADIR%%/sources/duim/win32/wmedium.dylan
%%DATADIR%%/sources/duim/win32/wmenus.dylan
%%DATADIR%%/sources/duim/win32/wmirror.dylan
%%DATADIR%%/sources/duim/win32/wpixmaps.dylan
%%DATADIR%%/sources/duim/win32/wport.dylan
%%DATADIR%%/sources/duim/win32/wresources.dylan
%%DATADIR%%/sources/duim/win32/wtop.dylan
%%DATADIR%%/sources/duim/win32/wutils.dylan
%%DATADIR%%/sources/dylan/accumulator.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/README
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite-lib.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite.lid
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-array.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-assignment.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-character.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class2.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class3.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection2.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection3.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-comparison.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-condition.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-control.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-defines.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-deque.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-function.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-functional.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-intro-mop.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-iteration.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-keyword-symbol.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-list.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-preamble.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-range.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence2.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence3.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence4.dylan
%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence5.dylan
%%DATADIR%%/sources/dylan/array.dylan
%%DATADIR%%/sources/dylan/boot.dylan
%%DATADIR%%/sources/dylan/character.dylan
%%DATADIR%%/sources/dylan/class-dynamic.dylan
%%DATADIR%%/sources/dylan/class.dylan
%%DATADIR%%/sources/dylan/collection-macros.dylan
%%DATADIR%%/sources/dylan/collection.dylan
%%DATADIR%%/sources/dylan/comparison.dylan
%%DATADIR%%/sources/dylan/condition-extras.dylan
%%DATADIR%%/sources/dylan/condition.dylan
%%DATADIR%%/sources/dylan/conversion-tagged-integer.dylan
%%DATADIR%%/sources/dylan/debugging.dylan
%%DATADIR%%/sources/dylan/deque.dylan
%%DATADIR%%/sources/dylan/dfmc-boot.dylan
%%DATADIR%%/sources/dylan/discrimination.dylan
%%DATADIR%%/sources/dylan/dispatch-caches.dylan
%%DATADIR%%/sources/dylan/dispatch-prologue.dylan
%%DATADIR%%/sources/dylan/dispatch.dylan
%%DATADIR%%/sources/dylan/domain.dylan
%%DATADIR%%/sources/dylan/double-integer-basics.dylan
%%DATADIR%%/sources/dylan/dylan-c-ffi-stubs.dylan
%%DATADIR%%/sources/dylan/dylan-mm.dylan
%%DATADIR%%/sources/dylan/dylan-spy.dylan
%%DATADIR%%/sources/dylan/dylan-win32.lid
%%DATADIR%%/sources/dylan/dylan.lid
%%DATADIR%%/sources/dylan/explicit-key-collection.dylan
%%DATADIR%%/sources/dylan/extras.dylan
%%DATADIR%%/sources/dylan/finalization.dylan
%%DATADIR%%/sources/dylan/float.dylan
%%DATADIR%%/sources/dylan/function.dylan
%%DATADIR%%/sources/dylan/functional.dylan
%%DATADIR%%/sources/dylan/generic-function.dylan
%%DATADIR%%/sources/dylan/hashing.dylan
%%DATADIR%%/sources/dylan/incremental.dylan
%%DATADIR%%/sources/dylan/initialize-thread.dylan
%%DATADIR%%/sources/dylan/integer.dylan
%%DATADIR%%/sources/dylan/limited-array.dylan
%%DATADIR%%/sources/dylan/limited-integer.dylan
%%DATADIR%%/sources/dylan/limited-stretchy-vector.dylan
%%DATADIR%%/sources/dylan/limited-vector.dylan
%%DATADIR%%/sources/dylan/list-speed.dylan
%%DATADIR%%/sources/dylan/list.dylan
%%DATADIR%%/sources/dylan/locks.dylan
%%DATADIR%%/sources/dylan/low-level-sync.dylan
%%DATADIR%%/sources/dylan/machine-word-constants.dylan
%%DATADIR%%/sources/dylan/machine-word-lowlevel.dylan
%%DATADIR%%/sources/dylan/macros.dylan
%%DATADIR%%/sources/dylan/method.dylan
%%DATADIR%%/sources/dylan/miscellaneous.dylan
%%DATADIR%%/sources/dylan/multidimensional-array.dylan
%%DATADIR%%/sources/dylan/multiple-collection.dylan
%%DATADIR%%/sources/dylan/mutable-collection.dylan
%%DATADIR%%/sources/dylan/mutable-key-collection.dylan
%%DATADIR%%/sources/dylan/mutable-sequence.dylan
%%DATADIR%%/sources/dylan/new-dispatch.dylan
%%DATADIR%%/sources/dylan/notification.dylan
%%DATADIR%%/sources/dylan/number.dylan
%%DATADIR%%/sources/dylan/object.dylan
%%DATADIR%%/sources/dylan/ordered-collection.dylan
%%DATADIR%%/sources/dylan/packed-slots.dylan
%%DATADIR%%/sources/dylan/portable-container.dylan
%%DATADIR%%/sources/dylan/range.dylan
%%DATADIR%%/sources/dylan/return-codes.dylan
%%DATADIR%%/sources/dylan/sequence.dylan
%%DATADIR%%/sources/dylan/set.dylan
%%DATADIR%%/sources/dylan/shut-down.dylan
%%DATADIR%%/sources/dylan/signature.dylan
%%DATADIR%%/sources/dylan/singleton.dylan
%%DATADIR%%/sources/dylan/slot-descriptor-dynamic.dylan
%%DATADIR%%/sources/dylan/slot-descriptor.dylan
%%DATADIR%%/sources/dylan/slot-dispatch.dylan
%%DATADIR%%/sources/dylan/sort.dylan
%%DATADIR%%/sources/dylan/speed.dylan
%%DATADIR%%/sources/dylan/stretchy-collection.dylan
%%DATADIR%%/sources/dylan/stretchy-vector.dylan
%%DATADIR%%/sources/dylan/string-speed.dylan
%%DATADIR%%/sources/dylan/string.dylan
%%DATADIR%%/sources/dylan/subclass.dylan
%%DATADIR%%/sources/dylan/symbol-table.dylan
%%DATADIR%%/sources/dylan/symbol.dylan
%%DATADIR%%/sources/dylan/synchronization.dylan
%%DATADIR%%/sources/dylan/table.dylan
%%DATADIR%%/sources/dylan/tests/classes.dylan
%%DATADIR%%/sources/dylan/tests/collections.dylan
%%DATADIR%%/sources/dylan/tests/constants.dylan
%%DATADIR%%/sources/dylan/tests/control.dylan
%%DATADIR%%/sources/dylan/tests/core.dylan
%%DATADIR%%/sources/dylan/tests/dylan-test-suite.lid
%%DATADIR%%/sources/dylan/tests/functions.dylan
%%DATADIR%%/sources/dylan/tests/library.dylan
%%DATADIR%%/sources/dylan/tests/macros.dylan
%%DATADIR%%/sources/dylan/tests/module.dylan
%%DATADIR%%/sources/dylan/tests/numbers.dylan
%%DATADIR%%/sources/dylan/tests/regressions.dylan
%%DATADIR%%/sources/dylan/tests/specification.dylan
%%DATADIR%%/sources/dylan/tests/types.dylan
%%DATADIR%%/sources/dylan/thread-macros.dylan
%%DATADIR%%/sources/dylan/thread.dylan
%%DATADIR%%/sources/dylan/threads-conditions.dylan
%%DATADIR%%/sources/dylan/type.dylan
%%DATADIR%%/sources/dylan/unicode-character.dylan
%%DATADIR%%/sources/dylan/unicode-string.dylan
%%DATADIR%%/sources/dylan/union.dylan
%%DATADIR%%/sources/dylan/vector-speed.dylan
%%DATADIR%%/sources/dylan/vector.dylan
%%DATADIR%%/sources/dylan/version.rc
%%DATADIR%%/sources/environment/commands/application/breakpoints.dylan
%%DATADIR%%/sources/environment/commands/application/context.dylan
%%DATADIR%%/sources/environment/commands/application/debugging.dylan
%%DATADIR%%/sources/environment/commands/application/environment-application-commands.lid
%%DATADIR%%/sources/environment/commands/application/library.dylan
%%DATADIR%%/sources/environment/commands/application/memory.dylan
%%DATADIR%%/sources/environment/commands/application/module.dylan
%%DATADIR%%/sources/environment/commands/application/profiling.dylan
%%DATADIR%%/sources/environment/commands/application/stack.dylan
%%DATADIR%%/sources/environment/commands/basic-commands.dylan
%%DATADIR%%/sources/environment/commands/browsing.dylan
%%DATADIR%%/sources/environment/commands/build.dylan
%%DATADIR%%/sources/environment/commands/command-line.dylan
%%DATADIR%%/sources/environment/commands/environment-commands.lid
%%DATADIR%%/sources/environment/commands/general.dylan
%%DATADIR%%/sources/environment/commands/internal/environment-internal-commands.lid
%%DATADIR%%/sources/environment/commands/internal/internal.dylan
%%DATADIR%%/sources/environment/commands/internal/library.dylan
%%DATADIR%%/sources/environment/commands/internal/module.dylan
%%DATADIR%%/sources/environment/commands/internal/registries.dylan
%%DATADIR%%/sources/environment/commands/library-packs.dylan
%%DATADIR%%/sources/environment/commands/library.dylan
%%DATADIR%%/sources/environment/commands/main.dylan
%%DATADIR%%/sources/environment/commands/module.dylan
%%DATADIR%%/sources/environment/commands/projects.dylan
%%DATADIR%%/sources/environment/commands/properties.dylan
%%DATADIR%%/sources/environment/commands/reports.dylan
%%DATADIR%%/sources/environment/commands/system-commands.dylan
%%DATADIR%%/sources/environment/console/README.txt
%%DATADIR%%/sources/environment/console/command-line.dylan
%%DATADIR%%/sources/environment/console/compiler-command-line.dylan
%%DATADIR%%/sources/environment/console/compiler-library.dylan
%%DATADIR%%/sources/environment/console/compiler-module.dylan
%%DATADIR%%/sources/environment/console/console.ico
%%DATADIR%%/sources/environment/console/console.rc
%%DATADIR%%/sources/environment/console/dylan-compiler-with-tools.lid
%%DATADIR%%/sources/environment/console/dylan-compiler.lid
%%DATADIR%%/sources/environment/console/dylan-environment-with-tools.lid
%%DATADIR%%/sources/environment/console/dylan-environment.lid
%%DATADIR%%/sources/environment/console/environment-command-line.dylan
%%DATADIR%%/sources/environment/console/environment-library.dylan
%%DATADIR%%/sources/environment/console/environment-module.dylan
%%DATADIR%%/sources/environment/console/start.dylan
%%DATADIR%%/sources/environment/console/tools-compiler-library.dylan
%%DATADIR%%/sources/environment/console/tools-environment-library.dylan
%%DATADIR%%/sources/environment/debugger/commands.dylan
%%DATADIR%%/sources/environment/debugger/context-pane.dylan
%%DATADIR%%/sources/environment/debugger/debugger.dylan
%%DATADIR%%/sources/environment/debugger/environment-debugger.lid
%%DATADIR%%/sources/environment/debugger/interactor.dylan
%%DATADIR%%/sources/environment/debugger/library.dylan
%%DATADIR%%/sources/environment/debugger/message-logs.dylan
%%DATADIR%%/sources/environment/debugger/module.dylan
%%DATADIR%%/sources/environment/debugger/notifier.dylan
%%DATADIR%%/sources/environment/debugger/options.dylan
%%DATADIR%%/sources/environment/debugger/register-window.dylan
%%DATADIR%%/sources/environment/debugger/source-pane.dylan
%%DATADIR%%/sources/environment/debugger/stack-pane.dylan
%%DATADIR%%/sources/environment/debugger/status-pane.dylan
%%DATADIR%%/sources/environment/debugger/stop-reason-handlers.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate-win32.lid
%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate.lid
%%DATADIR%%/sources/environment/debugger/tests/checkmate/library.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/module.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/raise-exception-win32.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/raise-exception.dylan
%%DATADIR%%/sources/environment/debugger/tests/checkmate/start-checking.dylan
%%DATADIR%%/sources/environment/debugger/utilities.dylan
%%DATADIR%%/sources/environment/deuce/breakpoints.dylan
%%DATADIR%%/sources/environment/deuce/buffer-searching.dylan
%%DATADIR%%/sources/environment/deuce/clipboard.dylan
%%DATADIR%%/sources/environment/deuce/code-viewer.dylan
%%DATADIR%%/sources/environment/deuce/command-line-window.dylan
%%DATADIR%%/sources/environment/deuce/commands.dylan
%%DATADIR%%/sources/environment/deuce/dylanworks-mode.dylan
%%DATADIR%%/sources/environment/deuce/editor.dylan
%%DATADIR%%/sources/environment/deuce/environment-deuce.lid
%%DATADIR%%/sources/environment/deuce/frame-searching.dylan
%%DATADIR%%/sources/environment/deuce/gadget-searching.dylan
%%DATADIR%%/sources/environment/deuce/interactor-commands.dylan
%%DATADIR%%/sources/environment/deuce/interactor-control.dylan
%%DATADIR%%/sources/environment/deuce/library.dylan
%%DATADIR%%/sources/environment/deuce/module.dylan
%%DATADIR%%/sources/environment/deuce/searching.dylan
%%DATADIR%%/sources/environment/deuce/text-file-searching.dylan
%%DATADIR%%/sources/environment/deuce/warnings.dylan
%%DATADIR%%/sources/environment/deuce/window-searching.dylan
%%DATADIR%%/sources/environment/dfmc/application/address-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/app-server.dylan
%%DATADIR%%/sources/environment/dfmc/application/application-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/breakpoint-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/callback-protocols.dylan
%%DATADIR%%/sources/environment/dfmc/application/class-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/collection-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/component-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/composite-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/control-protocols.dylan
%%DATADIR%%/sources/environment/dfmc/application/definition-tracking.dylan
%%DATADIR%%/sources/environment/dfmc/application/dfmc-environment-application.lid
%%DATADIR%%/sources/environment/dfmc/application/dylan-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/environment-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/evaluations.dylan
%%DATADIR%%/sources/environment/dfmc/application/function-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/library.dylan
%%DATADIR%%/sources/environment/dfmc/application/local-variable-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/machines.dylan
%%DATADIR%%/sources/environment/dfmc/application/processes.dylan
%%DATADIR%%/sources/environment/dfmc/application/profiling.dylan
%%DATADIR%%/sources/environment/dfmc/application/proxy-management.dylan
%%DATADIR%%/sources/environment/dfmc/application/register-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/restart-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/slot-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/stack-frame-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/stop-reason-handlers.dylan
%%DATADIR%%/sources/environment/dfmc/application/thread-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/user-objects.dylan
%%DATADIR%%/sources/environment/dfmc/application/variable-objects.dylan
%%DATADIR%%/sources/environment/dfmc/applications.dylan
%%DATADIR%%/sources/environment/dfmc/database/class-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/compiler-warning-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/definition-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/dfmc-database.dylan
%%DATADIR%%/sources/environment/dfmc/database/dfmc-environment-database-test.lid
%%DATADIR%%/sources/environment/dfmc/database/dfmc-environment-database.lid
%%DATADIR%%/sources/environment/dfmc/database/domain-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/dylan-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/environment-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/function-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/library-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/library.dylan
%%DATADIR%%/sources/environment/dfmc/database/macro-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/module-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/module.dylan
%%DATADIR%%/sources/environment/dfmc/database/name-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/project-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/slot-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/source-form-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/test-library.dylan
%%DATADIR%%/sources/environment/dfmc/database/test-module.dylan
%%DATADIR%%/sources/environment/dfmc/database/type-objects.dylan
%%DATADIR%%/sources/environment/dfmc/database/utilities.dylan
%%DATADIR%%/sources/environment/dfmc/database/variable-objects.dylan
%%DATADIR%%/sources/environment/dfmc/dfmc-environment.lid
%%DATADIR%%/sources/environment/dfmc/exe-projects.dylan
%%DATADIR%%/sources/environment/dfmc/library.dylan
%%DATADIR%%/sources/environment/dfmc/module.dylan
%%DATADIR%%/sources/environment/dfmc/projects/common.dylan
%%DATADIR%%/sources/environment/dfmc/projects/dfmc-environment-projects.lid
%%DATADIR%%/sources/environment/dfmc/projects/libraries.dylan
%%DATADIR%%/sources/environment/dfmc/projects/library.dylan
%%DATADIR%%/sources/environment/dfmc/projects/projects.dylan
%%DATADIR%%/sources/environment/dfmc/reports/dfmc-environment-reports-test.lid
%%DATADIR%%/sources/environment/dfmc/reports/dfmc-environment-reports.lid
%%DATADIR%%/sources/environment/dfmc/reports/do-report.dylan
%%DATADIR%%/sources/environment/dfmc/reports/library.dylan
%%DATADIR%%/sources/environment/dfmc/reports/module.dylan
%%DATADIR%%/sources/environment/dfmc/reports/report.dylan
%%DATADIR%%/sources/environment/dfmc/reports/test-library.dylan
%%DATADIR%%/sources/environment/dfmc/reports/test-module.dylan
%%DATADIR%%/sources/environment/dfmc/reports/test-report.dylan
%%DATADIR%%/sources/environment/dfmc/reports/utilities.dylan
%%DATADIR%%/sources/environment/dswank/dswank-console-compiler.dylan
%%DATADIR%%/sources/environment/dswank/dswank.dylan
%%DATADIR%%/sources/environment/dswank/dswank.lid
%%DATADIR%%/sources/environment/dswank/library.dylan
%%DATADIR%%/sources/environment/editor/backends/README.txt
%%DATADIR%%/sources/environment/editor/backends/deuce/deuce-backend.dylan
%%DATADIR%%/sources/environment/editor/backends/deuce/deuce-backend.lid
%%DATADIR%%/sources/environment/editor/backends/deuce/library.dylan
%%DATADIR%%/sources/environment/editor/backends/deuce/module.dylan
%%DATADIR%%/sources/environment/editor/backends/emacsserver/emacsserver-backend.dylan
%%DATADIR%%/sources/environment/editor/backends/emacsserver/emacsserver-backend.lid
%%DATADIR%%/sources/environment/editor/backends/emacsserver/library.dylan
%%DATADIR%%/sources/environment/editor/backends/emacsserver/module.dylan
%%DATADIR%%/sources/environment/editor/backends/exe/exe-backend.dylan
%%DATADIR%%/sources/environment/editor/backends/exe/exe-backend.lid
%%DATADIR%%/sources/environment/editor/backends/exe/library.dylan
%%DATADIR%%/sources/environment/editor/backends/exe/module.dylan
%%DATADIR%%/sources/environment/editor/backends/gnuserv/gnuserv-backend.dylan
%%DATADIR%%/sources/environment/editor/backends/gnuserv/gnuserv-backend.lid
%%DATADIR%%/sources/environment/editor/backends/gnuserv/library.dylan
%%DATADIR%%/sources/environment/editor/backends/gnuserv/module.dylan
%%DATADIR%%/sources/environment/editor/backends/vi/library.dylan
%%DATADIR%%/sources/environment/editor/backends/vi/module.dylan
%%DATADIR%%/sources/environment/editor/backends/vi/vi-backend.dylan
%%DATADIR%%/sources/environment/editor/backends/vi/vi-backend.lid
%%DATADIR%%/sources/environment/editor/commands.dylan
%%DATADIR%%/sources/environment/editor/editor-manager.lid
%%DATADIR%%/sources/environment/editor/editors.dylan
%%DATADIR%%/sources/environment/editor/library.dylan
%%DATADIR%%/sources/environment/editor/module.dylan
%%DATADIR%%/sources/environment/editor/tests/library.dylan
%%DATADIR%%/sources/environment/editor/tests/setup-tests.dylan
%%DATADIR%%/sources/environment/editor/tests/test-backends.dylan
%%DATADIR%%/sources/environment/editor/tests/test-callout.dylan
%%DATADIR%%/sources/environment/editor/tests/test-commands.dylan
%%DATADIR%%/sources/environment/editor/tests/test-editor-manager-common.lid
%%DATADIR%%/sources/environment/editor/tests/test-editors.dylan
%%DATADIR%%/sources/environment/editor/tests/test-frontend.dylan
%%DATADIR%%/sources/environment/editor/tests/test-substitution.dylan
%%DATADIR%%/sources/environment/framework/clipboard.dylan
%%DATADIR%%/sources/environment/framework/edit-menu.dylan
%%DATADIR%%/sources/environment/framework/environment-framework.lid
%%DATADIR%%/sources/environment/framework/error-handling.dylan
%%DATADIR%%/sources/environment/framework/file-menu.dylan
%%DATADIR%%/sources/environment/framework/frame-reuse.dylan
%%DATADIR%%/sources/environment/framework/go-menu.dylan
%%DATADIR%%/sources/environment/framework/help.dylan
%%DATADIR%%/sources/environment/framework/history.dylan
%%DATADIR%%/sources/environment/framework/input-focus.dylan
%%DATADIR%%/sources/environment/framework/library.dylan
%%DATADIR%%/sources/environment/framework/linking.dylan
%%DATADIR%%/sources/environment/framework/module.dylan
%%DATADIR%%/sources/environment/framework/object-names.dylan
%%DATADIR%%/sources/environment/framework/primary-object.dylan
%%DATADIR%%/sources/environment/framework/printing.dylan
%%DATADIR%%/sources/environment/framework/searching.dylan
%%DATADIR%%/sources/environment/framework/selection.dylan
%%DATADIR%%/sources/environment/framework/sorting.dylan
%%DATADIR%%/sources/environment/framework/undo.dylan
%%DATADIR%%/sources/environment/framework/updating.dylan
%%DATADIR%%/sources/environment/framework/utilities.dylan
%%DATADIR%%/sources/environment/framework/view.dylan
%%DATADIR%%/sources/environment/manager/asynch-results.dylan
%%DATADIR%%/sources/environment/manager/channels.dylan
%%DATADIR%%/sources/environment/manager/command-call.dylan
%%DATADIR%%/sources/environment/manager/commands.dylan
%%DATADIR%%/sources/environment/manager/environment-manager.lid
%%DATADIR%%/sources/environment/manager/library.dylan
%%DATADIR%%/sources/environment/manager/module.dylan
%%DATADIR%%/sources/environment/manager/tools.dylan
%%DATADIR%%/sources/environment/profiler/call-history.dylan
%%DATADIR%%/sources/environment/profiler/classes.dylan
%%DATADIR%%/sources/environment/profiler/environment-profiler.lid
%%DATADIR%%/sources/environment/profiler/functions.dylan
%%DATADIR%%/sources/environment/profiler/library.dylan
%%DATADIR%%/sources/environment/profiler/module.dylan
%%DATADIR%%/sources/environment/profiler/options.dylan
%%DATADIR%%/sources/environment/profiler/profiler.dylan
%%DATADIR%%/sources/environment/profiler/summary.dylan
%%DATADIR%%/sources/environment/profiler/time-line.dylan
%%DATADIR%%/sources/environment/project-wizard/choice-pane.dylan
%%DATADIR%%/sources/environment/project-wizard/environment-project-wizard.lid
%%DATADIR%%/sources/environment/project-wizard/interchange-files.dylan
%%DATADIR%%/sources/environment/project-wizard/library.dylan
%%DATADIR%%/sources/environment/project-wizard/module.dylan
%%DATADIR%%/sources/environment/project-wizard/project-description.dylan
%%DATADIR%%/sources/environment/project-wizard/project-wizard.dylan
%%DATADIR%%/sources/environment/project-wizard/repository-objects.dylan
%%DATADIR%%/sources/environment/project-wizard/repository.dylan
%%DATADIR%%/sources/environment/project-wizard/templates/duim/frame.dylan
%%DATADIR%%/sources/environment/project-wizard/utilities.dylan
%%DATADIR%%/sources/environment/property-pages/application-object-properties.dylan
%%DATADIR%%/sources/environment/property-pages/application-properties.dylan
%%DATADIR%%/sources/environment/property-pages/class-properties.dylan
%%DATADIR%%/sources/environment/property-pages/collection-object-properties.dylan
%%DATADIR%%/sources/environment/property-pages/compiler-warning-properties.dylan
%%DATADIR%%/sources/environment/property-pages/duim-properties.dylan
%%DATADIR%%/sources/environment/property-pages/environment-object-properties.dylan
%%DATADIR%%/sources/environment/property-pages/environment-property-pages.lid
%%DATADIR%%/sources/environment/property-pages/function-properties.dylan
%%DATADIR%%/sources/environment/property-pages/library.dylan
%%DATADIR%%/sources/environment/property-pages/method-properties.dylan
%%DATADIR%%/sources/environment/property-pages/module.dylan
%%DATADIR%%/sources/environment/property-pages/namespace-properties.dylan
%%DATADIR%%/sources/environment/property-pages/project-properties.dylan
%%DATADIR%%/sources/environment/property-pages/source-form-properties.dylan
%%DATADIR%%/sources/environment/property-pages/stack-frame-properties.dylan
%%DATADIR%%/sources/environment/property-pages/user-object-properties.dylan
%%DATADIR%%/sources/environment/property-pages/variable-properties.dylan
%%DATADIR%%/sources/environment/protocols/address-objects.dylan
%%DATADIR%%/sources/environment/protocols/application-and-compiler-objects.dylan
%%DATADIR%%/sources/environment/protocols/application-objects.dylan
%%DATADIR%%/sources/environment/protocols/applications.dylan
%%DATADIR%%/sources/environment/protocols/breakpoint-objects.dylan
%%DATADIR%%/sources/environment/protocols/channels.dylan
%%DATADIR%%/sources/environment/protocols/class-objects.dylan
%%DATADIR%%/sources/environment/protocols/code-execution.dylan
%%DATADIR%%/sources/environment/protocols/compiler-databases.dylan
%%DATADIR%%/sources/environment/protocols/compiler-objects.dylan
%%DATADIR%%/sources/environment/protocols/compiler-warning-objects.dylan
%%DATADIR%%/sources/environment/protocols/component-objects.dylan
%%DATADIR%%/sources/environment/protocols/composite-objects.dylan
%%DATADIR%%/sources/environment/protocols/condition-objects.dylan
%%DATADIR%%/sources/environment/protocols/constant-objects.dylan
%%DATADIR%%/sources/environment/protocols/definition-objects.dylan
%%DATADIR%%/sources/environment/protocols/domain-objects.dylan
%%DATADIR%%/sources/environment/protocols/duim-objects.dylan
%%DATADIR%%/sources/environment/protocols/dylan-objects.dylan
%%DATADIR%%/sources/environment/protocols/environment-objects.dylan
%%DATADIR%%/sources/environment/protocols/environment-options.dylan
%%DATADIR%%/sources/environment/protocols/environment-protocols.lid
%%DATADIR%%/sources/environment/protocols/expression-objects.dylan
%%DATADIR%%/sources/environment/protocols/foreign-objects.dylan
%%DATADIR%%/sources/environment/protocols/function-objects.dylan
%%DATADIR%%/sources/environment/protocols/ids.dylan
%%DATADIR%%/sources/environment/protocols/library-objects.dylan
%%DATADIR%%/sources/environment/protocols/library.dylan
%%DATADIR%%/sources/environment/protocols/local-variable-objects.dylan
%%DATADIR%%/sources/environment/protocols/machines.dylan
%%DATADIR%%/sources/environment/protocols/macro-objects.dylan
%%DATADIR%%/sources/environment/protocols/module-objects.dylan
%%DATADIR%%/sources/environment/protocols/module.dylan
%%DATADIR%%/sources/environment/protocols/name-objects.dylan
%%DATADIR%%/sources/environment/protocols/namespace-objects.dylan
%%DATADIR%%/sources/environment/protocols/naming.dylan
%%DATADIR%%/sources/environment/protocols/processes.dylan
%%DATADIR%%/sources/environment/protocols/profiling.dylan
%%DATADIR%%/sources/environment/protocols/project-objects.dylan
%%DATADIR%%/sources/environment/protocols/register-objects.dylan
%%DATADIR%%/sources/environment/protocols/restart-objects.dylan
%%DATADIR%%/sources/environment/protocols/server-objects.dylan
%%DATADIR%%/sources/environment/protocols/slot-objects.dylan
%%DATADIR%%/sources/environment/protocols/source-form-objects.dylan
%%DATADIR%%/sources/environment/protocols/source-locators.dylan
%%DATADIR%%/sources/environment/protocols/stack-frame-objects.dylan
%%DATADIR%%/sources/environment/protocols/thread-objects.dylan
%%DATADIR%%/sources/environment/protocols/type-objects.dylan
%%DATADIR%%/sources/environment/protocols/user-objects.dylan
%%DATADIR%%/sources/environment/protocols/utils.dylan
%%DATADIR%%/sources/environment/protocols/variable-objects.dylan
%%DATADIR%%/sources/environment/reports/bug-report.dylan
%%DATADIR%%/sources/environment/reports/dependency-report.dylan
%%DATADIR%%/sources/environment/reports/environment-reports.lid
%%DATADIR%%/sources/environment/reports/html-streams.dylan
%%DATADIR%%/sources/environment/reports/library-report.dylan
%%DATADIR%%/sources/environment/reports/library.dylan
%%DATADIR%%/sources/environment/reports/module.dylan
%%DATADIR%%/sources/environment/reports/profile-report.dylan
%%DATADIR%%/sources/environment/reports/refman.dtd
%%DATADIR%%/sources/environment/reports/reports.dylan
%%DATADIR%%/sources/environment/reports/test-suite-report.dylan
%%DATADIR%%/sources/environment/reports/utilities.dylan
%%DATADIR%%/sources/environment/reports/warnings-report.dylan
%%DATADIR%%/sources/environment/server/dde/dde-server.dylan
%%DATADIR%%/sources/environment/server/dde/dde-server.lid
%%DATADIR%%/sources/environment/server/dde/library.dylan
%%DATADIR%%/sources/environment/server/dummy/environment-server.dylan
%%DATADIR%%/sources/environment/server/dummy/environment-server.lid
%%DATADIR%%/sources/environment/server/dummy/library.dylan
%%DATADIR%%/sources/environment/server/parsers/environment-server-parsers.lid
%%DATADIR%%/sources/environment/server/parsers/library.dylan
%%DATADIR%%/sources/environment/server/parsers/parser-interface.dylan
%%DATADIR%%/sources/environment/server/parsers/string-parser.dylan
%%DATADIR%%/sources/environment/server/win32/environment-server.dylan
%%DATADIR%%/sources/environment/server/win32/environment-server.lid
%%DATADIR%%/sources/environment/server/win32/library.dylan
%%DATADIR%%/sources/environment/source-control/backends/generic/generic-backend.dylan
%%DATADIR%%/sources/environment/source-control/backends/generic/generic-backend.lid
%%DATADIR%%/sources/environment/source-control/backends/generic/library.dylan
%%DATADIR%%/sources/environment/source-control/backends/generic/mks.dylan
%%DATADIR%%/sources/environment/source-control/backends/generic/module.dylan
%%DATADIR%%/sources/environment/source-control/backends/generic/perforce.dylan
%%DATADIR%%/sources/environment/source-control/backends/hope/hope-backend.dylan
%%DATADIR%%/sources/environment/source-control/backends/hope/hope-backend.lid
%%DATADIR%%/sources/environment/source-control/backends/hope/library.dylan
%%DATADIR%%/sources/environment/source-control/backends/hope/module.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/SourceSafeTypeLib.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/SourceSafeTypeLib.lid
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/errors.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/library.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/module.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/stubs.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/type-library-module.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/type-library.spec
%%DATADIR%%/sources/environment/source-control/backends/vss/library.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/module.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/vss-backend.dylan
%%DATADIR%%/sources/environment/source-control/backends/vss/vss-backend.lid
%%DATADIR%%/sources/environment/source-control/commands.dylan
%%DATADIR%%/sources/environment/source-control/library.dylan
%%DATADIR%%/sources/environment/source-control/module.dylan
%%DATADIR%%/sources/environment/source-control/source-control-manager.lid
%%DATADIR%%/sources/environment/source-control/source-control.dylan
%%DATADIR%%/sources/environment/splash-screen/library.dylan
%%DATADIR%%/sources/environment/splash-screen/module.dylan
%%DATADIR%%/sources/environment/splash-screen/splash-screen.dylan
%%DATADIR%%/sources/environment/splash-screen/win32-environment-splash-screen.lid
%%DATADIR%%/sources/environment/target-application/control.dylan
%%DATADIR%%/sources/environment/target-application/library.dylan
%%DATADIR%%/sources/environment/target-application/synchronized-access.dylan
%%DATADIR%%/sources/environment/target-application/target-application.dylan
%%DATADIR%%/sources/environment/target-application/target-application.lid
%%DATADIR%%/sources/environment/tests/dfmc/dfmc-environment-test-suite.lid
%%DATADIR%%/sources/environment/tests/dfmc/library.dylan
%%DATADIR%%/sources/environment/tests/dfmc/main-suite.dylan
%%DATADIR%%/sources/environment/tests/dfmc/module.dylan
%%DATADIR%%/sources/environment/tests/dfmc/names.dylan
%%DATADIR%%/sources/environment/tests/dfmc/projects.dylan
%%DATADIR%%/sources/environment/tests/environment-test-suite.lid
%%DATADIR%%/sources/environment/tests/framework.dylan
%%DATADIR%%/sources/environment/tests/library.dylan
%%DATADIR%%/sources/environment/tests/main-suite.dylan
%%DATADIR%%/sources/environment/tests/module.dylan
%%DATADIR%%/sources/environment/tests/protocols.dylan
%%DATADIR%%/sources/environment/tests/test-application/environment-test-application.hdp
%%DATADIR%%/sources/environment/tests/test-application/frame.dylan
%%DATADIR%%/sources/environment/tests/test-application/library.dylan
%%DATADIR%%/sources/environment/tests/test-application/module.dylan
%%DATADIR%%/sources/environment/tests/test-library/classes.dylan
%%DATADIR%%/sources/environment/tests/test-library/environment-test-library.hdp
%%DATADIR%%/sources/environment/tests/test-library/library.dylan
%%DATADIR%%/sources/environment/tests/test-library/module.dylan
%%DATADIR%%/sources/environment/tests/testing-environment-services.txt
%%DATADIR%%/sources/environment/tests/tools.dylan
%%DATADIR%%/sources/environment/to-do.text
%%DATADIR%%/sources/environment/tools/breakpoints.dylan
%%DATADIR%%/sources/environment/tools/commands.dylan
%%DATADIR%%/sources/environment/tools/current-module.dylan
%%DATADIR%%/sources/environment/tools/debugging.dylan
%%DATADIR%%/sources/environment/tools/describer.dylan
%%DATADIR%%/sources/environment/tools/displayers.dylan
%%DATADIR%%/sources/environment/tools/editor-glue.dylan
%%DATADIR%%/sources/environment/tools/environment-frames.dylan
%%DATADIR%%/sources/environment/tools/environment-options.dylan
%%DATADIR%%/sources/environment/tools/environment-tools.lid
%%DATADIR%%/sources/environment/tools/exiting.dylan
%%DATADIR%%/sources/environment/tools/help.dylan
%%DATADIR%%/sources/environment/tools/images.dylan
%%DATADIR%%/sources/environment/tools/initialization.dylan
%%DATADIR%%/sources/environment/tools/library.dylan
%%DATADIR%%/sources/environment/tools/memory-displayer.dylan
%%DATADIR%%/sources/environment/tools/module.dylan
%%DATADIR%%/sources/environment/tools/object-browser.dylan
%%DATADIR%%/sources/environment/tools/object-names.dylan
%%DATADIR%%/sources/environment/tools/playground.dylan
%%DATADIR%%/sources/environment/tools/primary-frame.dylan
%%DATADIR%%/sources/environment/tools/progress.dylan
%%DATADIR%%/sources/environment/tools/project-browser.dylan
%%DATADIR%%/sources/environment/tools/project-commands.dylan
%%DATADIR%%/sources/environment/tools/project-settings.dylan
%%DATADIR%%/sources/environment/tools/property-pages.dylan
%%DATADIR%%/sources/environment/tools/source-control-glue.dylan
%%DATADIR%%/sources/environment/tools/tools.dylan
%%DATADIR%%/sources/environment/tools/utilities.dylan
%%DATADIR%%/sources/environment/win32/bitmaps.rc
%%DATADIR%%/sources/environment/win32/bitmaps/about.bmp
%%DATADIR%%/sources/environment/win32/bitmaps/application.ico
%%DATADIR%%/sources/environment/win32/bitmaps/back.ico
%%DATADIR%%/sources/environment/win32/bitmaps/bottom-of-stack.ico
%%DATADIR%%/sources/environment/win32/bitmaps/browser.ico
%%DATADIR%%/sources/environment/win32/bitmaps/build.ico
%%DATADIR%%/sources/environment/win32/bitmaps/built-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/canonical-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/canonical.ico
%%DATADIR%%/sources/environment/win32/bitmaps/check-mark.ico
%%DATADIR%%/sources/environment/win32/bitmaps/class.ico
%%DATADIR%%/sources/environment/win32/bitmaps/clients-folder.ico
%%DATADIR%%/sources/environment/win32/bitmaps/clone.ico
%%DATADIR%%/sources/environment/win32/bitmaps/compile-all.ico
%%DATADIR%%/sources/environment/win32/bitmaps/compile-changes.ico
%%DATADIR%%/sources/environment/win32/bitmaps/compile.ico
%%DATADIR%%/sources/environment/win32/bitmaps/constant.ico
%%DATADIR%%/sources/environment/win32/bitmaps/copy.ico
%%DATADIR%%/sources/environment/win32/bitmaps/current-location.ico
%%DATADIR%%/sources/environment/win32/bitmaps/current-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/cut.ico
%%DATADIR%%/sources/environment/win32/bitmaps/debug.ico
%%DATADIR%%/sources/environment/win32/bitmaps/debugger.ico
%%DATADIR%%/sources/environment/win32/bitmaps/default.ico
%%DATADIR%%/sources/environment/win32/bitmaps/definition.ico
%%DATADIR%%/sources/environment/win32/bitmaps/disabled-break.ico
%%DATADIR%%/sources/environment/win32/bitmaps/disabled-trace.ico
%%DATADIR%%/sources/environment/win32/bitmaps/domain.ico
%%DATADIR%%/sources/environment/win32/bitmaps/down-stack.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-app.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-cd.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-database.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-file.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-project.ico
%%DATADIR%%/sources/environment/win32/bitmaps/dylan-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/edit-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/enabled-break.ico
%%DATADIR%%/sources/environment/win32/bitmaps/enabled-trace.ico
%%DATADIR%%/sources/environment/win32/bitmaps/error.ico
%%DATADIR%%/sources/environment/win32/bitmaps/examples.ico
%%DATADIR%%/sources/environment/win32/bitmaps/find-next.ico
%%DATADIR%%/sources/environment/win32/bitmaps/find-previous.ico
%%DATADIR%%/sources/environment/win32/bitmaps/find.ico
%%DATADIR%%/sources/environment/win32/bitmaps/folder.ico
%%DATADIR%%/sources/environment/win32/bitmaps/foreign.ico
%%DATADIR%%/sources/environment/win32/bitmaps/forward.ico
%%DATADIR%%/sources/environment/win32/bitmaps/function.ico
%%DATADIR%%/sources/environment/win32/bitmaps/generic.ico
%%DATADIR%%/sources/environment/win32/bitmaps/help.ico
%%DATADIR%%/sources/environment/win32/bitmaps/home.ico
%%DATADIR%%/sources/environment/win32/bitmaps/ierror.ico
%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-dylan.ico
%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-project.ico
%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-text.ico
%%DATADIR%%/sources/environment/win32/bitmaps/interact.ico
%%DATADIR%%/sources/environment/win32/bitmaps/interactive-source.ico
%%DATADIR%%/sources/environment/win32/bitmaps/library.ico
%%DATADIR%%/sources/environment/win32/bitmaps/lid-file.ico
%%DATADIR%%/sources/environment/win32/bitmaps/link.ico
%%DATADIR%%/sources/environment/win32/bitmaps/load.ico
%%DATADIR%%/sources/environment/win32/bitmaps/lp-spec-file.ico
%%DATADIR%%/sources/environment/win32/bitmaps/macro-def.ico
%%DATADIR%%/sources/environment/win32/bitmaps/method.ico
%%DATADIR%%/sources/environment/win32/bitmaps/module.ico
%%DATADIR%%/sources/environment/win32/bitmaps/new-dylan.ico
%%DATADIR%%/sources/environment/win32/bitmaps/new-project.ico
%%DATADIR%%/sources/environment/win32/bitmaps/new-text.ico
%%DATADIR%%/sources/environment/win32/bitmaps/new.ico
%%DATADIR%%/sources/environment/win32/bitmaps/object.ico
%%DATADIR%%/sources/environment/win32/bitmaps/open.ico
%%DATADIR%%/sources/environment/win32/bitmaps/page-setup.ico
%%DATADIR%%/sources/environment/win32/bitmaps/paste.ico
%%DATADIR%%/sources/environment/win32/bitmaps/pause.ico
%%DATADIR%%/sources/environment/win32/bitmaps/play.ico
%%DATADIR%%/sources/environment/win32/bitmaps/playground.ico
%%DATADIR%%/sources/environment/win32/bitmaps/potential-break.ico
%%DATADIR%%/sources/environment/win32/bitmaps/print.ico
%%DATADIR%%/sources/environment/win32/bitmaps/profile-point.ico
%%DATADIR%%/sources/environment/win32/bitmaps/profile.ico
%%DATADIR%%/sources/environment/win32/bitmaps/project.ico
%%DATADIR%%/sources/environment/win32/bitmaps/prompt.ico
%%DATADIR%%/sources/environment/win32/bitmaps/redo.ico
%%DATADIR%%/sources/environment/win32/bitmaps/replace.ico
%%DATADIR%%/sources/environment/win32/bitmaps/restart.ico
%%DATADIR%%/sources/environment/win32/bitmaps/run.ico
%%DATADIR%%/sources/environment/win32/bitmaps/save-all.ico
%%DATADIR%%/sources/environment/win32/bitmaps/save.ico
%%DATADIR%%/sources/environment/win32/bitmaps/serious-warning.ico
%%DATADIR%%/sources/environment/win32/bitmaps/slot.ico
%%DATADIR%%/sources/environment/win32/bitmaps/spec-file.ico
%%DATADIR%%/sources/environment/win32/bitmaps/splash-screen.bmp
%%DATADIR%%/sources/environment/win32/bitmaps/stack-frame.ico
%%DATADIR%%/sources/environment/win32/bitmaps/step-break.ico
%%DATADIR%%/sources/environment/win32/bitmaps/step-into.ico
%%DATADIR%%/sources/environment/win32/bitmaps/step-out.ico
%%DATADIR%%/sources/environment/win32/bitmaps/step-over.ico
%%DATADIR%%/sources/environment/win32/bitmaps/stop.ico
%%DATADIR%%/sources/environment/win32/bitmaps/test-break.ico
%%DATADIR%%/sources/environment/win32/bitmaps/text-file.ico
%%DATADIR%%/sources/environment/win32/bitmaps/thread-variable.ico
%%DATADIR%%/sources/environment/win32/bitmaps/threads.ico
%%DATADIR%%/sources/environment/win32/bitmaps/top-level-expression.ico
%%DATADIR%%/sources/environment/win32/bitmaps/top-of-stack.ico
%%DATADIR%%/sources/environment/win32/bitmaps/tutorial.ico
%%DATADIR%%/sources/environment/win32/bitmaps/unbound.ico
%%DATADIR%%/sources/environment/win32/bitmaps/uncheck-mark.ico
%%DATADIR%%/sources/environment/win32/bitmaps/undo.ico
%%DATADIR%%/sources/environment/win32/bitmaps/up-stack.ico
%%DATADIR%%/sources/environment/win32/bitmaps/uses-folder.ico
%%DATADIR%%/sources/environment/win32/bitmaps/values.ico
%%DATADIR%%/sources/environment/win32/bitmaps/variable.ico
%%DATADIR%%/sources/environment/win32/bitmaps/warning.ico
%%DATADIR%%/sources/environment/win32/bitmaps/wizard.bmp
%%DATADIR%%/sources/environment/win32/bitmaps/wizard.ico
%%DATADIR%%/sources/environment/win32/environment-frames.dylan
%%DATADIR%%/sources/environment/win32/initialization.dylan
%%DATADIR%%/sources/environment/win32/library.dylan
%%DATADIR%%/sources/environment/win32/module.dylan
%%DATADIR%%/sources/environment/win32/start.dylan
%%DATADIR%%/sources/environment/win32/win32-environment.lid
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/bitmaps.rc
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/library.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/module.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/status-buttons.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/status-buttons.hdp
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-error.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-ok.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-warning.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/bitmaps.rc
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/c-interface.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/library.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/module.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/start.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/status-icons.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/status-icons.hdp
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-error.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-ok.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-warning.ico
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/library.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/module.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/win32-taskbar.dylan
%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/win32-taskbar.hdp
%%DATADIR%%/sources/examples/console/towers-of-hanoi/README.html
%%DATADIR%%/sources/examples/console/towers-of-hanoi/hanoi.dylan
%%DATADIR%%/sources/examples/console/towers-of-hanoi/hanoi.hdp
%%DATADIR%%/sources/examples/console/towers-of-hanoi/library.dylan
%%DATADIR%%/sources/examples/console/towers-of-hanoi/start.dylan
%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample-client.dylan
%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample-server.dylan
%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample.tlb
%%DATADIR%%/sources/examples/documentation/airport/airport-classes.dylan
%%DATADIR%%/sources/examples/documentation/airport/airport-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/airport-test-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/airport-test.dylan
%%DATADIR%%/sources/examples/documentation/airport/airport-test.hdp
%%DATADIR%%/sources/examples/documentation/airport/airport-test.lid
%%DATADIR%%/sources/examples/documentation/airport/airport.hdp
%%DATADIR%%/sources/examples/documentation/airport/airport.lid
%%DATADIR%%/sources/examples/documentation/airport/angle-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/angle.dylan
%%DATADIR%%/sources/examples/documentation/airport/angle.hdp
%%DATADIR%%/sources/examples/documentation/airport/angle.lid
%%DATADIR%%/sources/examples/documentation/airport/definitions-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/definitions.dylan
%%DATADIR%%/sources/examples/documentation/airport/definitions.hdp
%%DATADIR%%/sources/examples/documentation/airport/definitions.lid
%%DATADIR%%/sources/examples/documentation/airport/position.dylan
%%DATADIR%%/sources/examples/documentation/airport/say-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/say.dylan
%%DATADIR%%/sources/examples/documentation/airport/say.hdp
%%DATADIR%%/sources/examples/documentation/airport/say.lid
%%DATADIR%%/sources/examples/documentation/airport/schedule.dylan
%%DATADIR%%/sources/examples/documentation/airport/sixty-unit-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.dylan
%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.hdp
%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.lid
%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.dylan
%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.hdp
%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.lid
%%DATADIR%%/sources/examples/documentation/airport/time-library.dylan
%%DATADIR%%/sources/examples/documentation/airport/time.dylan
%%DATADIR%%/sources/examples/documentation/airport/time.hdp
%%DATADIR%%/sources/examples/documentation/airport/time.lid
%%DATADIR%%/sources/examples/documentation/airport/vehicle-dynamics.dylan
%%DATADIR%%/sources/examples/documentation/reversi/algorithms.dylan
%%DATADIR%%/sources/examples/documentation/reversi/board.dylan
%%DATADIR%%/sources/examples/documentation/reversi/game.dylan
%%DATADIR%%/sources/examples/documentation/reversi/library.dylan
%%DATADIR%%/sources/examples/documentation/reversi/module.dylan
%%DATADIR%%/sources/examples/documentation/reversi/piece-shapes.dylan
%%DATADIR%%/sources/examples/documentation/reversi/reversi.lid
%%DATADIR%%/sources/examples/documentation/reversi/saving.dylan
%%DATADIR%%/sources/examples/documentation/reversi/start-reversi.dylan
%%DATADIR%%/sources/examples/documentation/reversi/win32-reversi.lid
%%DATADIR%%/sources/examples/documentation/task-list-1/frame.dylan
%%DATADIR%%/sources/examples/documentation/task-list-1/library.dylan
%%DATADIR%%/sources/examples/documentation/task-list-1/module.dylan
%%DATADIR%%/sources/examples/documentation/task-list-1/task-list.dylan
%%DATADIR%%/sources/examples/documentation/task-list-1/task-list.hdp
%%DATADIR%%/sources/examples/documentation/task-list-2/frame.dylan
%%DATADIR%%/sources/examples/documentation/task-list-2/library.dylan
%%DATADIR%%/sources/examples/documentation/task-list-2/module.dylan
%%DATADIR%%/sources/examples/documentation/task-list-2/task-list.dylan
%%DATADIR%%/sources/examples/documentation/task-list-2/task-list.hdp
%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.dylan
%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.hdp
%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.lid
%%DATADIR%%/sources/examples/dylan-programming/airport/airport-classes.dylan
%%DATADIR%%/sources/examples/dylan-programming/airport/airport-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/airport/airport.hdp
%%DATADIR%%/sources/examples/dylan-programming/airport/airport.lid
%%DATADIR%%/sources/examples/dylan-programming/airport/schedule.dylan
%%DATADIR%%/sources/examples/dylan-programming/airport/vehicle-dynamics.dylan
%%DATADIR%%/sources/examples/dylan-programming/angle/angle-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/angle/angle.dylan
%%DATADIR%%/sources/examples/dylan-programming/angle/angle.hdp
%%DATADIR%%/sources/examples/dylan-programming/angle/angle.lid
%%DATADIR%%/sources/examples/dylan-programming/angle/position.dylan
%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.dylan
%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.hdp
%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.lid
%%DATADIR%%/sources/examples/dylan-programming/say/say-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/say/say.dylan
%%DATADIR%%/sources/examples/dylan-programming/say/say.hdp
%%DATADIR%%/sources/examples/dylan-programming/say/say.lid
%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.dylan
%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.hdp
%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.lid
%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.dylan
%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.hdp
%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.lid
%%DATADIR%%/sources/examples/dylan-programming/time/time-library.dylan
%%DATADIR%%/sources/examples/dylan-programming/time/time.dylan
%%DATADIR%%/sources/examples/dylan-programming/time/time.hdp
%%DATADIR%%/sources/examples/dylan-programming/time/time.lid
%%DATADIR%%/sources/examples/examples.css
%%DATADIR%%/sources/examples/odbc/access/readme.txt
%%DATADIR%%/sources/examples/odbc/database-viewer/README.html
%%DATADIR%%/sources/examples/odbc/database-viewer/database.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/library.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/main.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/module.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/thread-utilities.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/viewer.dylan
%%DATADIR%%/sources/examples/odbc/database-viewer/win32-database-viewer.lid
%%DATADIR%%/sources/examples/odbc/employee-explorer/back-end.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/bitmaps.rc
%%DATADIR%%/sources/examples/odbc/employee-explorer/boss-eyes.ico
%%DATADIR%%/sources/examples/odbc/employee-explorer/employee-explorer.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/employee-explorer.hdp
%%DATADIR%%/sources/examples/odbc/employee-explorer/employees.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/frame.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/library.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/module.dylan
%%DATADIR%%/sources/examples/odbc/employee-explorer/serf-eyes.ico
%%DATADIR%%/sources/examples/odbc/select-viewer/library.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/module.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version0.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version1.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version2.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/select-viewer.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/select-viewer.hdp
%%DATADIR%%/sources/examples/odbc/select-viewer/start.dylan
%%DATADIR%%/sources/examples/odbc/select-viewer/thread-utilities.dylan
%%DATADIR%%/sources/gtk/atk-dylan/atk-dylan.jam
%%DATADIR%%/sources/gtk/atk-dylan/atk-dylan.lid
%%DATADIR%%/sources/gtk/atk-dylan/atk.dylan
%%DATADIR%%/sources/gtk/atk-dylan/library.dylan
%%DATADIR%%/sources/gtk/atk-dylan/properties.dylan
%%DATADIR%%/sources/gtk/cairo-dylan/cairo-dylan.jam
%%DATADIR%%/sources/gtk/cairo-dylan/cairo-dylan.lid
%%DATADIR%%/sources/gtk/cairo-dylan/cairo.dylan
%%DATADIR%%/sources/gtk/cairo-dylan/library.dylan
%%DATADIR%%/sources/gtk/cairo-dylan/support.dylan
%%DATADIR%%/sources/gtk/gdk-dylan/gdk-dylan.jam
%%DATADIR%%/sources/gtk/gdk-dylan/gdk-dylan.lid
%%DATADIR%%/sources/gtk/gdk-dylan/gdk.dylan
%%DATADIR%%/sources/gtk/gdk-dylan/library.dylan
%%DATADIR%%/sources/gtk/gdk-dylan/properties.dylan
%%DATADIR%%/sources/gtk/gdk-dylan/support.dylan
%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf-dylan.jam
%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf-dylan.lid
%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf.dylan
%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/library.dylan
%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/properties.dylan
%%DATADIR%%/sources/gtk/gio-dylan/gio-dylan.jam
%%DATADIR%%/sources/gtk/gio-dylan/gio-dylan.lid
%%DATADIR%%/sources/gtk/gio-dylan/gio.dylan
%%DATADIR%%/sources/gtk/gio-dylan/library.dylan
%%DATADIR%%/sources/gtk/gio-dylan/properties.dylan
%%DATADIR%%/sources/gtk/glib-dylan/glib-dylan.jam
%%DATADIR%%/sources/gtk/glib-dylan/glib-dylan.lid
%%DATADIR%%/sources/gtk/glib-dylan/glib.dylan
%%DATADIR%%/sources/gtk/glib-dylan/library.dylan
%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule-dylan.jam
%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule-dylan.lid
%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule.dylan
%%DATADIR%%/sources/gtk/gmodule-dylan/library.dylan
%%DATADIR%%/sources/gtk/gobject-dylan/gobject-dylan.jam
%%DATADIR%%/sources/gtk/gobject-dylan/gobject-dylan.lid
%%DATADIR%%/sources/gtk/gobject-dylan/gobject-glue.dylan
%%DATADIR%%/sources/gtk/gobject-dylan/gobject.dylan
%%DATADIR%%/sources/gtk/gobject-dylan/library.dylan
%%DATADIR%%/sources/gtk/gobject-dylan/properties.dylan
%%DATADIR%%/sources/gtk/gobject-dylan/support.c
%%DATADIR%%/sources/gtk/gtk-dylan/gtk-constants.dylan
%%DATADIR%%/sources/gtk/gtk-dylan/gtk-dylan.jam
%%DATADIR%%/sources/gtk/gtk-dylan/gtk-dylan.lid
%%DATADIR%%/sources/gtk/gtk-dylan/gtk-support.dylan
%%DATADIR%%/sources/gtk/gtk-dylan/gtk.dylan
%%DATADIR%%/sources/gtk/gtk-dylan/library.dylan
%%DATADIR%%/sources/gtk/gtk-dylan/properties.dylan
%%DATADIR%%/sources/gtk/gtk-dylan/support.c
%%DATADIR%%/sources/gtk/pango-dylan/library.dylan
%%DATADIR%%/sources/gtk/pango-dylan/pango-cairo.dylan
%%DATADIR%%/sources/gtk/pango-dylan/pango-dylan.jam
%%DATADIR%%/sources/gtk/pango-dylan/pango-dylan.lid
%%DATADIR%%/sources/gtk/pango-dylan/pango.dylan
%%DATADIR%%/sources/gtk/xlib-dylan/library.dylan
%%DATADIR%%/sources/gtk/xlib-dylan/xlib-dylan.jam
%%DATADIR%%/sources/gtk/xlib-dylan/xlib-dylan.lid
%%DATADIR%%/sources/gtk/xlib-dylan/xlib.dylan
%%DATADIR%%/sources/harp/binary-builder/binary-builder.lid
%%DATADIR%%/sources/harp/binary-builder/builder.dylan
%%DATADIR%%/sources/harp/binary-builder/library.dylan
%%DATADIR%%/sources/harp/binary-builder/sections.dylan
%%DATADIR%%/sources/harp/binary-manager/binary-manager.lid
%%DATADIR%%/sources/harp/binary-manager/library.dylan
%%DATADIR%%/sources/harp/binary-manager/representation.dylan
%%DATADIR%%/sources/harp/binary-outputter/binary-outputter.lid
%%DATADIR%%/sources/harp/binary-outputter/library.dylan
%%DATADIR%%/sources/harp/binary-outputter/outputter.dylan
%%DATADIR%%/sources/harp/coff-builder/coff-builder.dylan
%%DATADIR%%/sources/harp/coff-builder/coff-builder.lid
%%DATADIR%%/sources/harp/coff-builder/library.dylan
%%DATADIR%%/sources/harp/coff-debug/coff-debug.dylan
%%DATADIR%%/sources/harp/coff-debug/coff-debug.lid
%%DATADIR%%/sources/harp/coff-debug/coff-print.dylan
%%DATADIR%%/sources/harp/coff-debug/coff-reader.dylan
%%DATADIR%%/sources/harp/coff-debug/library.dylan
%%DATADIR%%/sources/harp/coff-debug/module.dylan
%%DATADIR%%/sources/harp/coff-manager/coff-constants.dylan
%%DATADIR%%/sources/harp/coff-manager/coff-manager-module.dylan
%%DATADIR%%/sources/harp/coff-manager/coff-manager.lid
%%DATADIR%%/sources/harp/coff-manager/coff-representation.dylan
%%DATADIR%%/sources/harp/coff-manager/coff-sizes.dylan
%%DATADIR%%/sources/harp/coff-manager/coff-writer.dylan
%%DATADIR%%/sources/harp/coff-manager/library.dylan
%%DATADIR%%/sources/harp/coff-manager/module.dylan
%%DATADIR%%/sources/harp/core-harp/asm-allocate.dylan
%%DATADIR%%/sources/harp/core-harp/asm-code-select.dylan
%%DATADIR%%/sources/harp/core-harp/asm-colour-graph.dylan
%%DATADIR%%/sources/harp/core-harp/asm-lambda-code.dylan
%%DATADIR%%/sources/harp/core-harp/asm-linearise.dylan
%%DATADIR%%/sources/harp/core-harp/asm-outputter.dylan
%%DATADIR%%/sources/harp/core-harp/asm-top-level.dylan
%%DATADIR%%/sources/harp/core-harp/basic-block-support.dylan
%%DATADIR%%/sources/harp/core-harp/basic-block.dylan
%%DATADIR%%/sources/harp/core-harp/bb-macros.dylan
%%DATADIR%%/sources/harp/core-harp/bb.dylan
%%DATADIR%%/sources/harp/core-harp/bitset-macros.dylan
%%DATADIR%%/sources/harp/core-harp/bitset.dylan
%%DATADIR%%/sources/harp/core-harp/compiled-lambda.dylan
%%DATADIR%%/sources/harp/core-harp/consistency.dylan
%%DATADIR%%/sources/harp/core-harp/constant-ref-support.dylan
%%DATADIR%%/sources/harp/core-harp/constant-ref.dylan
%%DATADIR%%/sources/harp/core-harp/core-instructions.dylan
%%DATADIR%%/sources/harp/core-harp/debug-info.dylan
%%DATADIR%%/sources/harp/core-harp/function-offsets.dylan
%%DATADIR%%/sources/harp/core-harp/harp-back-end.dylan
%%DATADIR%%/sources/harp/core-harp/harp-constants.dylan
%%DATADIR%%/sources/harp/core-harp/harp-definitions.dylan
%%DATADIR%%/sources/harp/core-harp/harp-invoke.dylan
%%DATADIR%%/sources/harp/core-harp/harp-macros.dylan
%%DATADIR%%/sources/harp/core-harp/harp-new-macros.dylan
%%DATADIR%%/sources/harp/core-harp/harp-outputter.dylan
%%DATADIR%%/sources/harp/core-harp/harp-outputters.dylan
%%DATADIR%%/sources/harp/core-harp/harp-predicates.dylan
%%DATADIR%%/sources/harp/core-harp/harp-print.dylan
%%DATADIR%%/sources/harp/core-harp/harp-spread.dylan
%%DATADIR%%/sources/harp/core-harp/harp-support.dylan
%%DATADIR%%/sources/harp/core-harp/harp-vars.dylan
%%DATADIR%%/sources/harp/core-harp/harp.lid
%%DATADIR%%/sources/harp/core-harp/indep-utils.dylan
%%DATADIR%%/sources/harp/core-harp/instruction-macros.dylan
%%DATADIR%%/sources/harp/core-harp/instruction-support.dylan
%%DATADIR%%/sources/harp/core-harp/interactive-outputter.dylan
%%DATADIR%%/sources/harp/core-harp/library.dylan
%%DATADIR%%/sources/harp/core-harp/logcount.dylan
%%DATADIR%%/sources/harp/core-harp/macro-support.dylan
%%DATADIR%%/sources/harp/core-harp/module.dylan
%%DATADIR%%/sources/harp/core-harp/multi-outputter.dylan
%%DATADIR%%/sources/harp/core-harp/op.dylan
%%DATADIR%%/sources/harp/core-harp/packed-slots.dylan
%%DATADIR%%/sources/harp/core-harp/post-cg-lambda.dylan
%%DATADIR%%/sources/harp/core-harp/print-outputter.dylan
%%DATADIR%%/sources/harp/core-harp/real-register.dylan
%%DATADIR%%/sources/harp/core-harp/register-model.dylan
%%DATADIR%%/sources/harp/core-harp/register-support.dylan
%%DATADIR%%/sources/harp/core-harp/sdi.dylan
%%DATADIR%%/sources/harp/core-harp/span-dependent.dylan
%%DATADIR%%/sources/harp/core-harp/spill.dylan
%%DATADIR%%/sources/harp/core-harp/tag.dylan
%%DATADIR%%/sources/harp/core-harp/template-macros.dylan
%%DATADIR%%/sources/harp/core-harp/virtual-register.dylan
%%DATADIR%%/sources/harp/core-harp/vreg-state.dylan
%%DATADIR%%/sources/harp/gnu-as-outputter/gnu-as-outputter.dylan
%%DATADIR%%/sources/harp/gnu-as-outputter/gnu-as-outputter.lid
%%DATADIR%%/sources/harp/gnu-as-outputter/library.dylan
%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end-module.dylan
%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end.dylan
%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end.lid
%%DATADIR%%/sources/harp/harp-cg-back-end/variables.dylan
%%DATADIR%%/sources/harp/harp-coff/coff-outputter.dylan
%%DATADIR%%/sources/harp/harp-coff/cv4-builder.dylan
%%DATADIR%%/sources/harp/harp-coff/harp-coff.lid
%%DATADIR%%/sources/harp/harp-coff/library.dylan
%%DATADIR%%/sources/harp/harp-coff/module.dylan
%%DATADIR%%/sources/harp/mnemonic-assembler/library.dylan
%%DATADIR%%/sources/harp/mnemonic-assembler/mnemonic-assembler.dylan
%%DATADIR%%/sources/harp/mnemonic-assembler/mnemonic-assembler.lid
%%DATADIR%%/sources/harp/native-rtg/alloc-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/apply-entry-points.dylan
%%DATADIR%%/sources/harp/native-rtg/basic-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/c-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/calling-convention.dylan
%%DATADIR%%/sources/harp/native-rtg/create-runtime.dylan
%%DATADIR%%/sources/harp/native-rtg/debug-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/dispatch-entries.dylan
%%DATADIR%%/sources/harp/native-rtg/dispatch-support.dylan
%%DATADIR%%/sources/harp/native-rtg/entry-checks.dylan
%%DATADIR%%/sources/harp/native-rtg/entry-points.dylan
%%DATADIR%%/sources/harp/native-rtg/exception-handlers.dylan
%%DATADIR%%/sources/harp/native-rtg/ffi-barrier.dylan
%%DATADIR%%/sources/harp/native-rtg/keyword-support.dylan
%%DATADIR%%/sources/harp/native-rtg/leaf-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/library.dylan
%%DATADIR%%/sources/harp/native-rtg/mangling.dylan
%%DATADIR%%/sources/harp/native-rtg/module.dylan
%%DATADIR%%/sources/harp/native-rtg/native-rtg.lid
%%DATADIR%%/sources/harp/native-rtg/nlx-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/optionals-support.dylan
%%DATADIR%%/sources/harp/native-rtg/os-primitives.dylan
%%DATADIR%%/sources/harp/native-rtg/primitives-support.dylan
%%DATADIR%%/sources/harp/native-rtg/registration.dylan
%%DATADIR%%/sources/harp/native-rtg/runtime-constants.dylan
%%DATADIR%%/sources/harp/native-rtg/runtime-utils.dylan
%%DATADIR%%/sources/harp/native-rtg/stack-overflow.dylan
%%DATADIR%%/sources/harp/native-rtg/symbol-registration.dylan
%%DATADIR%%/sources/harp/native/branches.dylan
%%DATADIR%%/sources/harp/native/complex-instruction-set.dylan
%%DATADIR%%/sources/harp/native/general.dylan
%%DATADIR%%/sources/harp/native/harp-native.lid
%%DATADIR%%/sources/harp/native/instruction-set.dylan
%%DATADIR%%/sources/harp/native/instruction-specials.dylan
%%DATADIR%%/sources/harp/native/leaf-case.dylan
%%DATADIR%%/sources/harp/native/library.dylan
%%DATADIR%%/sources/harp/native/module.dylan
%%DATADIR%%/sources/harp/native/native-back-end.dylan
%%DATADIR%%/sources/harp/native/save-res.dylan
%%DATADIR%%/sources/harp/native/thread-environment-offsets.dylan
%%DATADIR%%/sources/harp/unix-rtg/c-primitives.dylan
%%DATADIR%%/sources/harp/unix-rtg/debug-primitives.dylan
%%DATADIR%%/sources/harp/unix-rtg/ffi-barrier.dylan
%%DATADIR%%/sources/harp/unix-rtg/library.dylan
%%DATADIR%%/sources/harp/unix-rtg/mangling.dylan
%%DATADIR%%/sources/harp/unix-rtg/module.dylan
%%DATADIR%%/sources/harp/unix-rtg/nlx-primitives.dylan
%%DATADIR%%/sources/harp/unix-rtg/os-primitives.dylan
%%DATADIR%%/sources/harp/unix-rtg/registration.dylan
%%DATADIR%%/sources/harp/unix-rtg/stack-overflow.dylan
%%DATADIR%%/sources/harp/unix-rtg/unix-rtg.lid
%%DATADIR%%/sources/harp/x86-rtg/apply-entry-points.dylan
%%DATADIR%%/sources/harp/x86-rtg/c-entry-points.dylan
%%DATADIR%%/sources/harp/x86-rtg/leaf-primitives.dylan
%%DATADIR%%/sources/harp/x86-rtg/library.dylan
%%DATADIR%%/sources/harp/x86-rtg/module.dylan
%%DATADIR%%/sources/harp/x86-rtg/optionals-support.dylan
%%DATADIR%%/sources/harp/x86-rtg/runtime-utils.dylan
%%DATADIR%%/sources/harp/x86-rtg/x86-rtg.lid
%%DATADIR%%/sources/harp/x86-unix-rtg/library.dylan
%%DATADIR%%/sources/harp/x86-unix-rtg/module.dylan
%%DATADIR%%/sources/harp/x86-unix-rtg/x86-unix-rtg.lid
%%DATADIR%%/sources/harp/x86-windows-rtg/c-primitives.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/debug-primitives.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/ffi-barrier.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/library.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/module.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/nlx-primitives.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/os-primitives.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/primitives-support.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/registration.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/runtime-constants.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/stack-overflow.dylan
%%DATADIR%%/sources/harp/x86-windows-rtg/x86-windows-rtg.lid
%%DATADIR%%/sources/harp/x86/allocate.dylan
%%DATADIR%%/sources/harp/x86/asm-assemble.dylan
%%DATADIR%%/sources/harp/x86/back-end.dylan
%%DATADIR%%/sources/harp/x86/bits.dylan
%%DATADIR%%/sources/harp/x86/branches.dylan
%%DATADIR%%/sources/harp/x86/codefrag.dylan
%%DATADIR%%/sources/harp/x86/compare-words.dylan
%%DATADIR%%/sources/harp/x86/copyword.dylan
%%DATADIR%%/sources/harp/x86/dummy-test.dylan
%%DATADIR%%/sources/harp/x86/flt-ariths.dylan
%%DATADIR%%/sources/harp/x86/flt-branches.dylan
%%DATADIR%%/sources/harp/x86/flt-general.dylan
%%DATADIR%%/sources/harp/x86/flt-moves.dylan
%%DATADIR%%/sources/harp/x86/flt-transcendentals.dylan
%%DATADIR%%/sources/harp/x86/general.dylan
%%DATADIR%%/sources/harp/x86/grp-1.dylan
%%DATADIR%%/sources/harp/x86/harp-x86.lid
%%DATADIR%%/sources/harp/x86/instructions.dylan
%%DATADIR%%/sources/harp/x86/jumps.dylan
%%DATADIR%%/sources/harp/x86/library.dylan
%%DATADIR%%/sources/harp/x86/module.dylan
%%DATADIR%%/sources/harp/x86/moves.dylan
%%DATADIR%%/sources/harp/x86/mul-div.dylan
%%DATADIR%%/sources/harp/x86/overflow.dylan
%%DATADIR%%/sources/harp/x86/pcspecif.dylan
%%DATADIR%%/sources/harp/x86/pentium-macros.dylan
%%DATADIR%%/sources/harp/x86/pushes.dylan
%%DATADIR%%/sources/harp/x86/quick-test.dylan
%%DATADIR%%/sources/harp/x86/registers.dylan
%%DATADIR%%/sources/harp/x86/save-res.dylan
%%DATADIR%%/sources/harp/x86/shifts.dylan
%%DATADIR%%/sources/harp/x86/three-2.dylan
%%DATADIR%%/sources/io/buffered-format.dylan
%%DATADIR%%/sources/io/format-condition.dylan
%%DATADIR%%/sources/io/format-out.dylan
%%DATADIR%%/sources/io/format.dylan
%%DATADIR%%/sources/io/library.dylan
%%DATADIR%%/sources/io/pprint.dylan
%%DATADIR%%/sources/io/print-double-integer-kludge.dylan
%%DATADIR%%/sources/io/print.dylan
%%DATADIR%%/sources/io/streams/async-writes.dylan
%%DATADIR%%/sources/io/streams/buffer.dylan
%%DATADIR%%/sources/io/streams/buffered-stream.dylan
%%DATADIR%%/sources/io/streams/cleanup-streams.dylan
%%DATADIR%%/sources/io/streams/convenience.dylan
%%DATADIR%%/sources/io/streams/defs.dylan
%%DATADIR%%/sources/io/streams/external-stream.dylan
%%DATADIR%%/sources/io/streams/file-stream.dylan
%%DATADIR%%/sources/io/streams/multi-buffered-streams.dylan
%%DATADIR%%/sources/io/streams/native-buffer.dylan
%%DATADIR%%/sources/io/streams/native-speed.dylan
%%DATADIR%%/sources/io/streams/sequence-stream.dylan
%%DATADIR%%/sources/io/streams/stream.dylan
%%DATADIR%%/sources/io/streams/typed-stream.dylan
%%DATADIR%%/sources/io/streams/wrapper-stream.dylan
%%DATADIR%%/sources/io/tests/format.dylan
%%DATADIR%%/sources/io/tests/io-test-suite.lid
%%DATADIR%%/sources/io/tests/library.dylan
%%DATADIR%%/sources/io/tests/pprint.dylan
%%DATADIR%%/sources/io/tests/print.dylan
%%DATADIR%%/sources/io/tests/specification.dylan
%%DATADIR%%/sources/io/tests/streams.dylan
%%DATADIR%%/sources/io/tests/temp-files.dylan
%%DATADIR%%/sources/io/unix-file-accessor.dylan
%%DATADIR%%/sources/io/unix-interface.dylan
%%DATADIR%%/sources/io/unix-io.lid
%%DATADIR%%/sources/io/unix-portability.c
%%DATADIR%%/sources/io/unix-standard-io.dylan
%%DATADIR%%/sources/io/version.rc
%%DATADIR%%/sources/io/win32-file-accessor.dylan
%%DATADIR%%/sources/io/win32-interface.dylan
%%DATADIR%%/sources/io/win32-io.lid
%%DATADIR%%/sources/io/win32-standard-io.dylan
%%DATADIR%%/sources/jamfiles/Makefile.in
%%DATADIR%%/sources/jamfiles/arm-linux-build.jam
%%DATADIR%%/sources/jamfiles/config.jam.in
%%DATADIR%%/sources/jamfiles/mini-jambase.jam
%%DATADIR%%/sources/jamfiles/posix-build.jam
%%DATADIR%%/sources/jamfiles/ppc-darwin-build.jam
%%DATADIR%%/sources/jamfiles/x86-darwin-build.jam
%%DATADIR%%/sources/jamfiles/x86-freebsd-build.jam
%%DATADIR%%/sources/jamfiles/x86-linux-build.jam
%%DATADIR%%/sources/jamfiles/x86-win32-pellesc-build.jam
%%DATADIR%%/sources/jamfiles/x86-win32-vc6-build.jam
%%DATADIR%%/sources/jamfiles/x86-win32-vc7-build.jam
%%DATADIR%%/sources/jamfiles/x86-win32-vc8-build.jam
%%DATADIR%%/sources/jamfiles/x86_64-darwin-build.jam
%%DATADIR%%/sources/jamfiles/x86_64-freebsd-build.jam
%%DATADIR%%/sources/jamfiles/x86_64-linux-build.jam
%%DATADIR%%/sources/lib/big-integers/big-integers-win32.lid
%%DATADIR%%/sources/lib/big-integers/big-integers.lid
%%DATADIR%%/sources/lib/big-integers/double-integer.dylan
%%DATADIR%%/sources/lib/big-integers/library.dylan
%%DATADIR%%/sources/lib/big-integers/version.rc
%%DATADIR%%/sources/lib/build-system/build-system.lid
%%DATADIR%%/sources/lib/build-system/build.dylan
%%DATADIR%%/sources/lib/build-system/jam-build.dylan
%%DATADIR%%/sources/lib/build-system/library.dylan
%%DATADIR%%/sources/lib/build-system/paths.dylan
%%DATADIR%%/sources/lib/build-system/variables.dylan
%%DATADIR%%/sources/lib/c-ffi/allocator.dylan
%%DATADIR%%/sources/lib/c-ffi/c-type-cast.dylan
%%DATADIR%%/sources/lib/c-ffi/c-types.dylan
%%DATADIR%%/sources/lib/c-ffi/c-utility-classes.dylan
%%DATADIR%%/sources/lib/c-ffi/make-destroy.dylan
%%DATADIR%%/sources/lib/c-ffi/memory-functions.dylan
%%DATADIR%%/sources/lib/c-ffi/pointer-ref.dylan
%%DATADIR%%/sources/lib/c-ffi/pointer-value.dylan
%%DATADIR%%/sources/lib/c-ffi/test/c-ffi-test-library.dylan
%%DATADIR%%/sources/lib/c-ffi/test/c-ffi-test.lid
%%DATADIR%%/sources/lib/c-ffi/test/main.c
%%DATADIR%%/sources/lib/c-ffi/test/main.h
%%DATADIR%%/sources/lib/c-ffi/test/tests.dylan
%%DATADIR%%/sources/lib/c-ffi/unix-c-ffi-library.dylan
%%DATADIR%%/sources/lib/c-ffi/unix-c-ffi.lid
%%DATADIR%%/sources/lib/c-ffi/unix-core-types.dylan
%%DATADIR%%/sources/lib/c-ffi/version.rc
%%DATADIR%%/sources/lib/c-ffi/win32-c-ffi-library.dylan
%%DATADIR%%/sources/lib/c-ffi/win32-c-ffi.lid
%%DATADIR%%/sources/lib/c-ffi/win32-core-types.dylan
%%DATADIR%%/sources/lib/c-lexer/c-lexer.lid
%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-conditionals.dylan
%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester-library.dylan
%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester.dylan
%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester.lid
%%DATADIR%%/sources/lib/c-lexer/cpp/cpp.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/c-lexer.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/c-plus-plus-reserved-words.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/characters.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/numbered-string-stream.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/pre-lexer.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/token-list.dylan
%%DATADIR%%/sources/lib/c-lexer/lexer/token.dylan
%%DATADIR%%/sources/lib/c-lexer/library.dylan
%%DATADIR%%/sources/lib/c-lexer/utilities/c-lexer-utilities.dylan
%%DATADIR%%/sources/lib/channels/channels-win32.lid
%%DATADIR%%/sources/lib/channels/channels.dylan
%%DATADIR%%/sources/lib/channels/channels.lid
%%DATADIR%%/sources/lib/channels/library.dylan
%%DATADIR%%/sources/lib/channels/tests/channels-tests.lid
%%DATADIR%%/sources/lib/channels/tests/channels.dylan
%%DATADIR%%/sources/lib/channels/tests/library.dylan
%%DATADIR%%/sources/lib/channels/version.rc
%%DATADIR%%/sources/lib/cl/cl-sequences.dylan
%%DATADIR%%/sources/lib/cl/cl-strings.dylan
%%DATADIR%%/sources/lib/cl/cl.lid
%%DATADIR%%/sources/lib/cl/library.dylan
%%DATADIR%%/sources/lib/cl/macros.dylan
%%DATADIR%%/sources/lib/cl/module.dylan
%%DATADIR%%/sources/lib/collection-extensions/Makegen
%%DATADIR%%/sources/lib/collection-extensions/collection-utils.dylan
%%DATADIR%%/sources/lib/collection-extensions/gd-collection-extensions.lid
%%DATADIR%%/sources/lib/collection-extensions/gd-library.dylan
%%DATADIR%%/sources/lib/collection-extensions/heap.dylan
%%DATADIR%%/sources/lib/collection-extensions/od-collection-extensions.lid
%%DATADIR%%/sources/lib/collection-extensions/od-library.dylan
%%DATADIR%%/sources/lib/collection-extensions/sde-vector.dylan
%%DATADIR%%/sources/lib/collection-extensions/sequence-diff.dylan
%%DATADIR%%/sources/lib/collection-extensions/sequence-utils.dylan
%%DATADIR%%/sources/lib/collection-extensions/solist.dylan
%%DATADIR%%/sources/lib/collection-extensions/strsearch.dylan
%%DATADIR%%/sources/lib/collection-extensions/subseq-copy-down.dylan
%%DATADIR%%/sources/lib/collection-extensions/subseq.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/collection-extensions-test.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/collection-extensions-test.lid
%%DATADIR%%/sources/lib/collection-extensions/test/collection-utils-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/heap-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/library.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/module.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/sde-vector-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/sequence-diff-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/sequence-utils-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/solist-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/subseq-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/test/vecsearch-suite.dylan
%%DATADIR%%/sources/lib/collection-extensions/vecsearch.dylan
%%DATADIR%%/sources/lib/command-line-parser/Makegen
%%DATADIR%%/sources/lib/command-line-parser/README.txt
%%DATADIR%%/sources/lib/command-line-parser/command-line-parser.dylan
%%DATADIR%%/sources/lib/command-line-parser/command-line-parser.lid
%%DATADIR%%/sources/lib/command-line-parser/library.dylan
%%DATADIR%%/sources/lib/command-line-parser/macros.dylan
%%DATADIR%%/sources/lib/command-line-parser/parsers.dylan
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app-library.dylan
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app.dylan
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app.lid
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-library.dylan
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite.dylan
%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite.lid
%%DATADIR%%/sources/lib/commands/commands-win32.lid
%%DATADIR%%/sources/lib/commands/commands.dylan
%%DATADIR%%/sources/lib/commands/commands.lid
%%DATADIR%%/sources/lib/commands/library.dylan
%%DATADIR%%/sources/lib/commands/module.dylan
%%DATADIR%%/sources/lib/commands/string-commands.dylan
%%DATADIR%%/sources/lib/commands/version.rc
%%DATADIR%%/sources/lib/disasm/disasm-class.dylan
%%DATADIR%%/sources/lib/disasm/disasm-decode.dylan
%%DATADIR%%/sources/lib/disasm/disasm-print.dylan
%%DATADIR%%/sources/lib/disasm/disasm-test/disasm-test.dylan
%%DATADIR%%/sources/lib/disasm/disasm-test/disasm-test.lid
%%DATADIR%%/sources/lib/disasm/disasm-test/library.dylan
%%DATADIR%%/sources/lib/disasm/disasm.lid
%%DATADIR%%/sources/lib/disasm/library.dylan
%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler-library.dylan
%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler.dylan
%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler.lid
%%DATADIR%%/sources/lib/dispatch-profiler/walk-dispatch.dylan
%%DATADIR%%/sources/lib/dood/class.dylan
%%DATADIR%%/sources/lib/dood/commit.dylan
%%DATADIR%%/sources/lib/dood/dood-64.lid
%%DATADIR%%/sources/lib/dood/dood-library.dylan
%%DATADIR%%/sources/lib/dood/dood.dylan
%%DATADIR%%/sources/lib/dood/dood.lid
%%DATADIR%%/sources/lib/dood/dumper.dylan
%%DATADIR%%/sources/lib/dood/io.dylan
%%DATADIR%%/sources/lib/dood/macros.dylan
%%DATADIR%%/sources/lib/dood/native-macros.dylan
%%DATADIR%%/sources/lib/dood/native.dylan
%%DATADIR%%/sources/lib/dood/object.dylan
%%DATADIR%%/sources/lib/dood/proxy.dylan
%%DATADIR%%/sources/lib/dood/queue.dylan
%%DATADIR%%/sources/lib/dood/speed.dylan
%%DATADIR%%/sources/lib/dood/statistics.dylan
%%DATADIR%%/sources/lib/dood/table-proxy.dylan
%%DATADIR%%/sources/lib/dood/tests/dood-test-suite-library.dylan
%%DATADIR%%/sources/lib/dood/tests/dood-test-suite.lid
%%DATADIR%%/sources/lib/dood/tests/test-suite.dylan
%%DATADIR%%/sources/lib/dood/types.dylan
%%DATADIR%%/sources/lib/dood/version.rc
%%DATADIR%%/sources/lib/dood/walk.dylan
%%DATADIR%%/sources/lib/dood/win32-dood.lid
%%DATADIR%%/sources/lib/dood/word-32.dylan
%%DATADIR%%/sources/lib/dood/word-64.dylan
%%DATADIR%%/sources/lib/dood/world.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/generic-arithmetic-win32.lid
%%DATADIR%%/sources/lib/generic-arithmetic/generic-arithmetic.lid
%%DATADIR%%/sources/lib/generic-arithmetic/generic-for.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/generic-integer.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/generic-number.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/generic-range.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/library.dylan
%%DATADIR%%/sources/lib/generic-arithmetic/version.rc
%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler-library.dylan
%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler.dylan
%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler.lid
%%DATADIR%%/sources/lib/hash-algorithms/LICENSE
%%DATADIR%%/sources/lib/hash-algorithms/README.rst
%%DATADIR%%/sources/lib/hash-algorithms/hash-algorithms.dylan
%%DATADIR%%/sources/lib/hash-algorithms/hash-algorithms.lid
%%DATADIR%%/sources/lib/hash-algorithms/hash-macro.dylan
%%DATADIR%%/sources/lib/hash-algorithms/library.dylan
%%DATADIR%%/sources/lib/hash-algorithms/md5.c
%%DATADIR%%/sources/lib/hash-algorithms/registry/generic/hash-algorithms
%%DATADIR%%/sources/lib/hash-algorithms/registry/generic/hash-algorithms-test
%%DATADIR%%/sources/lib/hash-algorithms/sha1.c
%%DATADIR%%/sources/lib/hash-algorithms/sha2.c
%%DATADIR%%/sources/lib/hash-algorithms/test/hash-algorithms-test.dylan
%%DATADIR%%/sources/lib/hash-algorithms/test/hash-algorithms-test.lid
%%DATADIR%%/sources/lib/hash-algorithms/test/library.dylan
%%DATADIR%%/sources/lib/jam/jam-evaluator.dylan
%%DATADIR%%/sources/lib/jam/jam-glob.dylan
%%DATADIR%%/sources/lib/jam/jam-grist.dylan
%%DATADIR%%/sources/lib/jam/jam-header-scan.dylan
%%DATADIR%%/sources/lib/jam/jam-ir.dylan
%%DATADIR%%/sources/lib/jam/jam-parser.dylan
%%DATADIR%%/sources/lib/jam/jam-parser.dylgram
%%DATADIR%%/sources/lib/jam/jam-quote-unix.dylan
%%DATADIR%%/sources/lib/jam/jam-quote-win32.dylan
%%DATADIR%%/sources/lib/jam/jam-reader.dylan
%%DATADIR%%/sources/lib/jam/jam-regular-expression.dylan
%%DATADIR%%/sources/lib/jam/jam-state.dylan
%%DATADIR%%/sources/lib/jam/jam-target-build.dylan
%%DATADIR%%/sources/lib/jam/jam-target.dylan
%%DATADIR%%/sources/lib/jam/library.dylan
%%DATADIR%%/sources/lib/jam/regular-expression.dylan
%%DATADIR%%/sources/lib/jam/tests/jam-test-suite.lid
%%DATADIR%%/sources/lib/jam/tests/jam-test.dylan
%%DATADIR%%/sources/lib/jam/tests/library.dylan
%%DATADIR%%/sources/lib/jam/unix-jam.lid
%%DATADIR%%/sources/lib/jam/win32-jam.lid
%%DATADIR%%/sources/lib/lisp-reader/library.dylan
%%DATADIR%%/sources/lib/lisp-reader/lisp-reader.dylan
%%DATADIR%%/sources/lib/lisp-reader/lisp-reader.lid
%%DATADIR%%/sources/lib/llvm/bitcode.dylan
%%DATADIR%%/sources/lib/llvm/double-machine-word.dylan
%%DATADIR%%/sources/lib/llvm/llvm-asm-parser-library.dylan
%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.dylan
%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.dylgram
%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.lid
%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.spec
%%DATADIR%%/sources/lib/llvm/llvm-asm-reader.dylan
%%DATADIR%%/sources/lib/llvm/llvm-attribute.dylan
%%DATADIR%%/sources/lib/llvm/llvm-basic-block.dylan
%%DATADIR%%/sources/lib/llvm/llvm-bitcode.dylan
%%DATADIR%%/sources/lib/llvm/llvm-builder.dylan
%%DATADIR%%/sources/lib/llvm/llvm-constant.dylan
%%DATADIR%%/sources/lib/llvm/llvm-debug.dylan
%%DATADIR%%/sources/lib/llvm/llvm-function.dylan
%%DATADIR%%/sources/lib/llvm/llvm-global.dylan
%%DATADIR%%/sources/lib/llvm/llvm-instruction.dylan
%%DATADIR%%/sources/lib/llvm/llvm-intrinsics.dylan
%%DATADIR%%/sources/lib/llvm/llvm-library.dylan
%%DATADIR%%/sources/lib/llvm/llvm-metadata.dylan
%%DATADIR%%/sources/lib/llvm/llvm-module.dylan
%%DATADIR%%/sources/lib/llvm/llvm-operator.dylan
%%DATADIR%%/sources/lib/llvm/llvm-type-print.dylan
%%DATADIR%%/sources/lib/llvm/llvm-type.dylan
%%DATADIR%%/sources/lib/llvm/llvm-value.dylan
%%DATADIR%%/sources/lib/llvm/llvm.lid
%%DATADIR%%/sources/lib/llvm/tests/library.dylan
%%DATADIR%%/sources/lib/llvm/tests/llvm-asm-tests.dylan
%%DATADIR%%/sources/lib/llvm/tests/llvm-builder-test.dylan
%%DATADIR%%/sources/lib/llvm/tests/llvm-test-suite.lid
%%DATADIR%%/sources/lib/llvm/tests/llvm-test.dylan
%%DATADIR%%/sources/lib/llvm/tests/specification.dylan
%%DATADIR%%/sources/lib/logging/License.txt
%%DATADIR%%/sources/lib/logging/README.rst
%%DATADIR%%/sources/lib/logging/library.dylan
%%DATADIR%%/sources/lib/logging/logging.dylan
%%DATADIR%%/sources/lib/logging/logging.lid
%%DATADIR%%/sources/lib/logging/registry/generic/logging
%%DATADIR%%/sources/lib/logging/registry/generic/logging-test-suite
%%DATADIR%%/sources/lib/logging/registry/generic/logging-test-suite-app
%%DATADIR%%/sources/lib/logging/tests/app-library.dylan
%%DATADIR%%/sources/lib/logging/tests/app.dylan
%%DATADIR%%/sources/lib/logging/tests/library.dylan
%%DATADIR%%/sources/lib/logging/tests/logging-test-suite-app.lid
%%DATADIR%%/sources/lib/logging/tests/logging-test-suite.dylan
%%DATADIR%%/sources/lib/logging/tests/logging-test-suite.lid
%%DATADIR%%/sources/lib/logging/tests/spec.dylan
%%DATADIR%%/sources/lib/memory-manager/library.dylan
%%DATADIR%%/sources/lib/memory-manager/memory-manager.dylan
%%DATADIR%%/sources/lib/memory-manager/memory-manager.lid
%%DATADIR%%/sources/lib/memory-manager/native-memory-manager.dylan
%%DATADIR%%/sources/lib/midi/library.dylan
%%DATADIR%%/sources/lib/midi/midi-spec.dylan
%%DATADIR%%/sources/lib/midi/midi.dylan
%%DATADIR%%/sources/lib/midi/module.dylan
%%DATADIR%%/sources/lib/midi/win32-midi.dylan
%%DATADIR%%/sources/lib/midi/win32-midi.lid
%%DATADIR%%/sources/lib/motley/dummy-library.dylan
%%DATADIR%%/sources/lib/motley/dummy-motley.lid
%%DATADIR%%/sources/lib/motley/library.dylan
%%DATADIR%%/sources/lib/motley/motley.lid
%%DATADIR%%/sources/lib/motley/readme.txt
%%DATADIR%%/sources/lib/motley/tool-iface.dylan
%%DATADIR%%/sources/lib/motley/typeinfo.dylan
%%DATADIR%%/sources/lib/motley/wizard-iface.dylan
%%DATADIR%%/sources/lib/motley/word-wrap-stream.dylan
%%DATADIR%%/sources/lib/parser-generator/compile.dylan
%%DATADIR%%/sources/lib/parser-generator/library.dylan
%%DATADIR%%/sources/lib/parser-generator/module.dylan
%%DATADIR%%/sources/lib/parser-generator/output.dylan
%%DATADIR%%/sources/lib/parser-generator/parser-generator.lid
%%DATADIR%%/sources/lib/parser-generator/reader.dylan
%%DATADIR%%/sources/lib/parser-generator/tool/library.dylan
%%DATADIR%%/sources/lib/parser-generator/tool/module.dylan
%%DATADIR%%/sources/lib/parser-generator/tool/tool-parser-generator.dylan
%%DATADIR%%/sources/lib/parser-generator/tool/tool-parser-generator.lid
%%DATADIR%%/sources/lib/parser-run-time/ReadMe
%%DATADIR%%/sources/lib/parser-run-time/dispatch.dylan
%%DATADIR%%/sources/lib/parser-run-time/library.dylan
%%DATADIR%%/sources/lib/parser-run-time/parser-run-time.lid
%%DATADIR%%/sources/lib/parser-run-time/switch-states.dylan
%%DATADIR%%/sources/lib/ppml/ppml-library.dylan
%%DATADIR%%/sources/lib/ppml/ppml.dylan
%%DATADIR%%/sources/lib/ppml/ppml.lid
%%DATADIR%%/sources/lib/regular-expressions/character-sets.dylan
%%DATADIR%%/sources/lib/regular-expressions/interface.dylan
%%DATADIR%%/sources/lib/regular-expressions/library.dylan
%%DATADIR%%/sources/lib/regular-expressions/match.dylan
%%DATADIR%%/sources/lib/regular-expressions/parse.dylan
%%DATADIR%%/sources/lib/regular-expressions/registry/generic/regular-expressions
%%DATADIR%%/sources/lib/regular-expressions/registry/generic/regular-expressions-test-suite
%%DATADIR%%/sources/lib/regular-expressions/regular-expressions.lid
%%DATADIR%%/sources/lib/regular-expressions/tests/api.dylan
%%DATADIR%%/sources/lib/regular-expressions/tests/library.dylan
%%DATADIR%%/sources/lib/regular-expressions/tests/pcre-testoutput1.txt
%%DATADIR%%/sources/lib/regular-expressions/tests/pcre.dylan
%%DATADIR%%/sources/lib/regular-expressions/tests/regression-tests.txt
%%DATADIR%%/sources/lib/regular-expressions/tests/regular-expressions-test-suite.dylan
%%DATADIR%%/sources/lib/regular-expressions/tests/regular-expressions-test-suite.lid
%%DATADIR%%/sources/lib/release-info/common-info.dylan
%%DATADIR%%/sources/lib/release-info/functional-settings.dylan
%%DATADIR%%/sources/lib/release-info/libraries.dylan
%%DATADIR%%/sources/lib/release-info/library.dylan
%%DATADIR%%/sources/lib/release-info/module.dylan
%%DATADIR%%/sources/lib/release-info/release-info.lid
%%DATADIR%%/sources/lib/run-time/Makefile.in
%%DATADIR%%/sources/lib/run-time/Makefile.win32
%%DATADIR%%/sources/lib/run-time/boehm-collector.c
%%DATADIR%%/sources/lib/run-time/break.c
%%DATADIR%%/sources/lib/run-time/c-primitives-debug.c
%%DATADIR%%/sources/lib/run-time/c-primitives-math.c
%%DATADIR%%/sources/lib/run-time/c-run-time.c
%%DATADIR%%/sources/lib/run-time/c-support.c
%%DATADIR%%/sources/lib/run-time/collector.c
%%DATADIR%%/sources/lib/run-time/debug-print.c
%%DATADIR%%/sources/lib/run-time/dummy-threads.c
%%DATADIR%%/sources/lib/run-time/exceptions.c
%%DATADIR%%/sources/lib/run-time/hacking.txt
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-elf-dll.script
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-elf-exe.script
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.o
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.s
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime-syms.diff
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.o
%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.s
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-elf-dll.script
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-elf-exe.script
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.o
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.s
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.o
%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.s
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.def
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.obj
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.def
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.harp
%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.obj
%%DATADIR%%/sources/lib/run-time/heap-display.c
%%DATADIR%%/sources/lib/run-time/heap-order1.c
%%DATADIR%%/sources/lib/run-time/heap-order2.c
%%DATADIR%%/sources/lib/run-time/heap-table.c
%%DATADIR%%/sources/lib/run-time/heap-trail.c
%%DATADIR%%/sources/lib/run-time/heap-utils.c
%%DATADIR%%/sources/lib/run-time/heap-utils.h
%%DATADIR%%/sources/lib/run-time/malloc-collector.c
%%DATADIR%%/sources/lib/run-time/minvcrt.def
%%DATADIR%%/sources/lib/run-time/mm.h
%%DATADIR%%/sources/lib/run-time/mps-collector.c
%%DATADIR%%/sources/lib/run-time/mps-dylan.c
%%DATADIR%%/sources/lib/run-time/mpsiowin32.c
%%DATADIR%%/sources/lib/run-time/plinth.c
%%DATADIR%%/sources/lib/run-time/posix-threads.c
%%DATADIR%%/sources/lib/run-time/posix-threads.h
%%DATADIR%%/sources/lib/run-time/rtsyms.obj
%%DATADIR%%/sources/lib/run-time/rtsyms.s
%%DATADIR%%/sources/lib/run-time/run-time.h
%%DATADIR%%/sources/lib/run-time/spy-interfaces.h
%%DATADIR%%/sources/lib/run-time/tests/queue_test.c
%%DATADIR%%/sources/lib/run-time/tests/threads_primitives_test.c
%%DATADIR%%/sources/lib/run-time/trace.c
%%DATADIR%%/sources/lib/run-time/trace.h
%%DATADIR%%/sources/lib/run-time/unix-spy-interfaces.c
%%DATADIR%%/sources/lib/run-time/unix-support.c
%%DATADIR%%/sources/lib/run-time/unix-threads-primitives.c
%%DATADIR%%/sources/lib/run-time/unix-threads-primitives.h
%%DATADIR%%/sources/lib/run-time/unix-types.h
%%DATADIR%%/sources/lib/run-time/windows-spy-interfaces.c
%%DATADIR%%/sources/lib/run-time/windows-threads-primitives.c
%%DATADIR%%/sources/lib/run-time/windows-threads-primitives.h
%%DATADIR%%/sources/lib/run-time/windows-types.h
%%DATADIR%%/sources/lib/run-time/wrapper-stats.h
%%DATADIR%%/sources/lib/run-time/x86-darwin-exceptions.c
%%DATADIR%%/sources/lib/run-time/x86-freebsd-exceptions.c
%%DATADIR%%/sources/lib/run-time/x86-linux-exceptions.c
%%DATADIR%%/sources/lib/run-time/x86-windows-exceptions.c
%%DATADIR%%/sources/lib/source-records/file-source-records-library.dylan
%%DATADIR%%/sources/lib/source-records/file-source-records.dylan
%%DATADIR%%/sources/lib/source-records/file-source-records.lid
%%DATADIR%%/sources/lib/source-records/flat-file-source-records.dylan
%%DATADIR%%/sources/lib/source-records/header-reader.dylan
%%DATADIR%%/sources/lib/source-records/interactive-source-records.dylan
%%DATADIR%%/sources/lib/source-records/line-source-locations.dylan
%%DATADIR%%/sources/lib/source-records/reader.dylan
%%DATADIR%%/sources/lib/source-records/source-location-tables.dylan
%%DATADIR%%/sources/lib/source-records/source-locations.dylan
%%DATADIR%%/sources/lib/source-records/source-records-library.dylan
%%DATADIR%%/sources/lib/source-records/source-records.dylan
%%DATADIR%%/sources/lib/source-records/source-records.lid
%%DATADIR%%/sources/lib/ssl/c-wrapper.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/library.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/ssl-echo-client.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/ssl-echo-client.hdp
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/certificate.pem
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/key.pem
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/library.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/ssl-echo-server.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/ssl-echo-server.hdp
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/library.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/module.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/ssl-smtp-client.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/ssl-smtp-client.lid
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/library.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/ssl-smtp-server.dylan
%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/ssl-smtp-server.hdp
%%DATADIR%%/sources/lib/ssl/library.dylan
%%DATADIR%%/sources/lib/ssl/openssl-wrapper.dylan
%%DATADIR%%/sources/lib/ssl/ssl.lid
%%DATADIR%%/sources/lib/ssl/support.c
%%DATADIR%%/sources/lib/stack-walker/getebp.c
%%DATADIR%%/sources/lib/stack-walker/library.dylan
%%DATADIR%%/sources/lib/stack-walker/stack-walker.dylan
%%DATADIR%%/sources/lib/stack-walker/stack-walker.lid
%%DATADIR%%/sources/lib/strings/README.rst
%%DATADIR%%/sources/lib/strings/library.dylan
%%DATADIR%%/sources/lib/strings/strings.dylan
%%DATADIR%%/sources/lib/strings/strings.lid
%%DATADIR%%/sources/lib/strings/substring-search.dylan
%%DATADIR%%/sources/lib/strings/tests/library.dylan
%%DATADIR%%/sources/lib/strings/tests/strings-test-suite.dylan
%%DATADIR%%/sources/lib/strings/tests/strings-test-suite.lid
%%DATADIR%%/sources/lib/t-lists/library.dylan
%%DATADIR%%/sources/lib/t-lists/t-lists.dylan
%%DATADIR%%/sources/lib/t-lists/t-lists.lid
%%DATADIR%%/sources/lib/variable-search/bsd-variable-search.lid
%%DATADIR%%/sources/lib/variable-search/library.dylan
%%DATADIR%%/sources/lib/variable-search/linux-variable-search.lid
%%DATADIR%%/sources/lib/variable-search/protocol.dylan
%%DATADIR%%/sources/lib/variable-search/unix-variable-search.dylan
%%DATADIR%%/sources/lib/variable-search/win32-variable-search.dylan
%%DATADIR%%/sources/lib/variable-search/win32-variable-search.lid
%%DATADIR%%/sources/lib/walker/class.dylan
%%DATADIR%%/sources/lib/walker/copier.dylan
%%DATADIR%%/sources/lib/walker/native.dylan
%%DATADIR%%/sources/lib/walker/statistics.dylan
%%DATADIR%%/sources/lib/walker/walker-library.dylan
%%DATADIR%%/sources/lib/walker/walker-statistics.dylan
%%DATADIR%%/sources/lib/walker/walker-win32.lid
%%DATADIR%%/sources/lib/walker/walker.dylan
%%DATADIR%%/sources/lib/walker/walker.lid
%%DATADIR%%/sources/network/examples/daytime-client/daytime-client.dylan
%%DATADIR%%/sources/network/examples/daytime-client/daytime-client.hdp
%%DATADIR%%/sources/network/examples/daytime-client/library.dylan
%%DATADIR%%/sources/network/examples/daytime-server/daytime-server.dylan
%%DATADIR%%/sources/network/examples/daytime-server/daytime-server.hdp
%%DATADIR%%/sources/network/examples/daytime-server/library.dylan
%%DATADIR%%/sources/network/examples/echo-client/echo-client.dylan
%%DATADIR%%/sources/network/examples/echo-client/echo-client.hdp
%%DATADIR%%/sources/network/examples/echo-client/library.dylan
%%DATADIR%%/sources/network/examples/echo-server/echo-server.dylan
%%DATADIR%%/sources/network/examples/echo-server/echo-server.hdp
%%DATADIR%%/sources/network/examples/echo-server/library.dylan
%%DATADIR%%/sources/network/examples/simple-daytime-client/daytime-client.dylan
%%DATADIR%%/sources/network/examples/simple-daytime-client/daytime-client.hdp
%%DATADIR%%/sources/network/examples/simple-daytime-client/library.dylan
%%DATADIR%%/sources/network/examples/simple-daytime-server/daytime-server.dylan
%%DATADIR%%/sources/network/examples/simple-daytime-server/daytime-server.hdp
%%DATADIR%%/sources/network/examples/simple-daytime-server/library.dylan
%%DATADIR%%/sources/network/linux-network-library.dylan
%%DATADIR%%/sources/network/nntp-client/library.dylan
%%DATADIR%%/sources/network/nntp-client/module.dylan
%%DATADIR%%/sources/network/nntp-client/nntp-client.dylan
%%DATADIR%%/sources/network/pop-client/library.dylan
%%DATADIR%%/sources/network/pop-client/module.dylan
%%DATADIR%%/sources/network/pop-client/pop-client.dylan
%%DATADIR%%/sources/network/pop-client/pop-client.lid
%%DATADIR%%/sources/network/smtp-client/library.dylan
%%DATADIR%%/sources/network/smtp-client/module.dylan
%%DATADIR%%/sources/network/smtp-client/smtp-client.dylan
%%DATADIR%%/sources/network/smtp-client/smtp-client.lid
%%DATADIR%%/sources/network/sockets/TCP-sockets.dylan
%%DATADIR%%/sources/network/sockets/UDP-sockets.dylan
%%DATADIR%%/sources/network/sockets/WSA-error-codes.dylan
%%DATADIR%%/sources/network/sockets/abstract-sockets.dylan
%%DATADIR%%/sources/network/sockets/client-sockets.dylan
%%DATADIR%%/sources/network/sockets/internet-address.dylan
%%DATADIR%%/sources/network/sockets/server-sockets.dylan
%%DATADIR%%/sources/network/sockets/socket-conditions.dylan
%%DATADIR%%/sources/network/sockets/unix-TCP-socket-accessor.dylan
%%DATADIR%%/sources/network/sockets/unix-UDP-sockets.dylan
%%DATADIR%%/sources/network/sockets/unix-socket-accessor.dylan
%%DATADIR%%/sources/network/sockets/win32-TCP-socket-accessor.dylan
%%DATADIR%%/sources/network/sockets/win32-UDP-sockets.dylan
%%DATADIR%%/sources/network/sockets/win32-socket-accessor.dylan
%%DATADIR%%/sources/network/tests/client/library.dylan
%%DATADIR%%/sources/network/tests/client/module.dylan
%%DATADIR%%/sources/network/tests/client/sockets-tests-client.dylan
%%DATADIR%%/sources/network/tests/client/sockets-tests-client.hdp
%%DATADIR%%/sources/network/tests/client/tcp-daytime-client.dylan
%%DATADIR%%/sources/network/tests/client/tcp-echo-client.dylan
%%DATADIR%%/sources/network/tests/client/udp-daytime-client.dylan
%%DATADIR%%/sources/network/tests/client/udp-echo-client.dylan
%%DATADIR%%/sources/network/tests/client/utilities.dylan
%%DATADIR%%/sources/network/tests/server/library.dylan
%%DATADIR%%/sources/network/tests/server/module.dylan
%%DATADIR%%/sources/network/tests/server/sockets-tests-server.dylan
%%DATADIR%%/sources/network/tests/server/sockets-tests-server.hdp
%%DATADIR%%/sources/network/tests/server/tcp-daytime-server.dylan
%%DATADIR%%/sources/network/tests/server/tcp-echo-server.dylan
%%DATADIR%%/sources/network/tests/server/udp-daytime-server.dylan
%%DATADIR%%/sources/network/tests/server/udp-echo-server.dylan
%%DATADIR%%/sources/network/tests/server/utilities.dylan
%%DATADIR%%/sources/network/unix-network-library.dylan
%%DATADIR%%/sources/network/unix-sockets/README.txt
%%DATADIR%%/sources/network/unix-sockets/address-interfaces.dylan
%%DATADIR%%/sources/network/unix-sockets/errno.dylan
%%DATADIR%%/sources/network/unix-sockets/poll.dylan
%%DATADIR%%/sources/network/unix-sockets/sockets-extras.dylan
%%DATADIR%%/sources/network/unix-sockets/sockets-interfaces.dylan
%%DATADIR%%/sources/network/unix-sockets/x86-freebsd-address-data.dylan
%%DATADIR%%/sources/network/unix-sockets/x86-freebsd-sockets-data.dylan
%%DATADIR%%/sources/network/unix-sockets/x86-linux-address-data.dylan
%%DATADIR%%/sources/network/unix-sockets/x86-linux-sockets-data.dylan
%%DATADIR%%/sources/network/unix-sockets/x86-unix-sockets-data.dylan
%%DATADIR%%/sources/network/version.rc
%%DATADIR%%/sources/network/win32-network-library.dylan
%%DATADIR%%/sources/network/win32-network.lid
%%DATADIR%%/sources/network/winsock2/README.txt
%%DATADIR%%/sources/network/winsock2/first.dylan
%%DATADIR%%/sources/network/winsock2/hand.dylan
%%DATADIR%%/sources/network/winsock2/make-sources
%%DATADIR%%/sources/network/winsock2/module.src
%%DATADIR%%/sources/network/winsock2/more.pat
%%DATADIR%%/sources/network/winsock2/mswsock.dylan
%%DATADIR%%/sources/network/winsock2/qos.dylan
%%DATADIR%%/sources/network/winsock2/winsock2.dylan
%%DATADIR%%/sources/network/x86-bsd-network.lid
%%DATADIR%%/sources/network/x86-linux-network.lid
%%DATADIR%%/sources/ole/com/after.dylan
%%DATADIR%%/sources/ole/com/c-com.c
%%DATADIR%%/sources/ole/com/c-com.h
%%DATADIR%%/sources/ole/com/cinterf.pat
%%DATADIR%%/sources/ole/com/cmisc.dylan
%%DATADIR%%/sources/ole/com/collage.pat
%%DATADIR%%/sources/ole/com/com-err.dylan
%%DATADIR%%/sources/ole/com/com-err.pat
%%DATADIR%%/sources/ole/com/com-intf.dylan
%%DATADIR%%/sources/ole/com/com-misc.dylan
%%DATADIR%%/sources/ole/com/com-utils.dylan
%%DATADIR%%/sources/ole/com/com.dylan
%%DATADIR%%/sources/ole/com/com.lid
%%DATADIR%%/sources/ole/com/com.pat
%%DATADIR%%/sources/ole/com/custom.dylan
%%DATADIR%%/sources/ole/com/dinterf.pat
%%DATADIR%%/sources/ole/com/dll-init.dylan
%%DATADIR%%/sources/ole/com/exports.pat
%%DATADIR%%/sources/ole/com/factory.dylan
%%DATADIR%%/sources/ole/com/interfaces.pat
%%DATADIR%%/sources/ole/com/istream.dylan
%%DATADIR%%/sources/ole/com/library.dylan
%%DATADIR%%/sources/ole/com/library.src
%%DATADIR%%/sources/ole/com/make-sources
%%DATADIR%%/sources/ole/com/ole.pat
%%DATADIR%%/sources/ole/com/tests/com-test.hdp
%%DATADIR%%/sources/ole/com/tests/istream.dylan
%%DATADIR%%/sources/ole/com/tests/library.dylan
%%DATADIR%%/sources/ole/com/tests/suite.dylan
%%DATADIR%%/sources/ole/com/version.rc
%%DATADIR%%/sources/ole/duim-ole-container/contained-object.dylan
%%DATADIR%%/sources/ole/duim-ole-container/duim-ole-container.lid
%%DATADIR%%/sources/ole/duim-ole-container/library.dylan
%%DATADIR%%/sources/ole/duim-ole-container/ocframe.dylan
%%DATADIR%%/sources/ole/duim-ole-container/ocsheet.dylan
%%DATADIR%%/sources/ole/duim-ole-container/oomirror.dylan
%%DATADIR%%/sources/ole/duim-ole-container/oosheet.dylan
%%DATADIR%%/sources/ole/duim-ole-container/version.rc
%%DATADIR%%/sources/ole/duim-ole-control/duim-ole-control.lid
%%DATADIR%%/sources/ole/duim-ole-control/library.dylan
%%DATADIR%%/sources/ole/duim-ole-control/ocx-draw.dylan
%%DATADIR%%/sources/ole/duim-ole-control/ocx-frame.dylan
%%DATADIR%%/sources/ole/duim-ole-control/ocx-gadgets.dylan
%%DATADIR%%/sources/ole/duim-ole-control/ocx-init.dylan
%%DATADIR%%/sources/ole/duim-ole-control/ocx-store.dylan
%%DATADIR%%/sources/ole/duim-ole-control/version.rc
%%DATADIR%%/sources/ole/duim-ole-server/README.text
%%DATADIR%%/sources/ole/duim-ole-server/actions.dylan
%%DATADIR%%/sources/ole/duim-ole-server/app.dylan
%%DATADIR%%/sources/ole/duim-ole-server/classes.dylan
%%DATADIR%%/sources/ole/duim-ole-server/duim-ole-server.lid
%%DATADIR%%/sources/ole/duim-ole-server/frame.dylan
%%DATADIR%%/sources/ole/duim-ole-server/library.dylan
%%DATADIR%%/sources/ole/duim-ole-server/start.dylan
%%DATADIR%%/sources/ole/duim-ole-server/storage.dylan
%%DATADIR%%/sources/ole/duim-ole-server/version.rc
%%DATADIR%%/sources/ole/examples/asp-view/README.html
%%DATADIR%%/sources/ole/examples/asp-view/asp-type-library.spec
%%DATADIR%%/sources/ole/examples/asp-view/asp-view.asp
%%DATADIR%%/sources/ole/examples/asp-view/asp-view.hdp
%%DATADIR%%/sources/ole/examples/asp-view/debugging.dylan
%%DATADIR%%/sources/ole/examples/asp-view/implementation.dylan
%%DATADIR%%/sources/ole/examples/asp-view/interface.dylan
%%DATADIR%%/sources/ole/examples/asp-view/library.dylan
%%DATADIR%%/sources/ole/examples/asp-view/module.dylan
%%DATADIR%%/sources/ole/examples/bank/Client/README.html
%%DATADIR%%/sources/ole/examples/bank/Client/bank-client.hdp
%%DATADIR%%/sources/ole/examples/bank/Client/client-frame.dylan
%%DATADIR%%/sources/ole/examples/bank/Client/client-library.dylan
%%DATADIR%%/sources/ole/examples/bank/Client/client-main.dylan
%%DATADIR%%/sources/ole/examples/bank/Client/client.dylan
%%DATADIR%%/sources/ole/examples/bank/Interface/bank-interface.hdp
%%DATADIR%%/sources/ole/examples/bank/Interface/interface-library.dylan
%%DATADIR%%/sources/ole/examples/bank/Interface/interface.dylan
%%DATADIR%%/sources/ole/examples/bank/README.html
%%DATADIR%%/sources/ole/examples/bank/Server/README.html
%%DATADIR%%/sources/ole/examples/bank/Server/bank-server.hdp
%%DATADIR%%/sources/ole/examples/bank/Server/bankDB.mdb
%%DATADIR%%/sources/ole/examples/bank/Server/database.dylan
%%DATADIR%%/sources/ole/examples/bank/Server/server-frame.dylan
%%DATADIR%%/sources/ole/examples/bank/Server/server-library.dylan
%%DATADIR%%/sources/ole/examples/bank/Server/server-main.dylan
%%DATADIR%%/sources/ole/examples/bank/Server/server.dylan
%%DATADIR%%/sources/ole/examples/bank/asp-vb-client/README.html
%%DATADIR%%/sources/ole/examples/bank/asp-vb-client/vb-bank-client.asp
%%DATADIR%%/sources/ole/examples/button-ocx/README.html
%%DATADIR%%/sources/ole/examples/button-ocx/button-ocx.lid
%%DATADIR%%/sources/ole/examples/button-ocx/control.dylan
%%DATADIR%%/sources/ole/examples/button-ocx/library.dylan
%%DATADIR%%/sources/ole/examples/button-ocx/run.dylan
%%DATADIR%%/sources/ole/examples/button-ocx/store.dylan
%%DATADIR%%/sources/ole/examples/ocx-scribble/README.html
%%DATADIR%%/sources/ole/examples/ocx-scribble/library.dylan
%%DATADIR%%/sources/ole/examples/ocx-scribble/ocx-scribble.lid
%%DATADIR%%/sources/ole/examples/ocx-scribble/run.dylan
%%DATADIR%%/sources/ole/examples/ocx-scribble/scribble.dylan
%%DATADIR%%/sources/ole/examples/ocx-scribble/storage.dylan
%%DATADIR%%/sources/ole/examples/ole-scribble/README.html
%%DATADIR%%/sources/ole/examples/ole-scribble/library.dylan
%%DATADIR%%/sources/ole/examples/ole-scribble/ole-scribble.lid
%%DATADIR%%/sources/ole/examples/ole-scribble/run.dylan
%%DATADIR%%/sources/ole/examples/ole-scribble/scribble.dylan
%%DATADIR%%/sources/ole/examples/ole-scribble/storage.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-controller/README.html
%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/automation-controller.exe
%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/automation-controller.vbp
%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/form1.frm
%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/form1.frx
%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/readme.txt
%%DATADIR%%/sources/ole/examples/sample-automation-controller/control.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-controller/library.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-controller/sample-automation-controller.lid
%%DATADIR%%/sources/ole/examples/sample-automation-controller/winmain.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-server/README.html
%%DATADIR%%/sources/ole/examples/sample-automation-server/drawing.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-server/library.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-server/sample-automation-server.lid
%%DATADIR%%/sources/ole/examples/sample-automation-server/windows.dylan
%%DATADIR%%/sources/ole/examples/sample-automation-server/winmain.dylan
%%DATADIR%%/sources/ole/examples/sample-duim-container/README.html
%%DATADIR%%/sources/ole/examples/sample-duim-container/commands.dylan
%%DATADIR%%/sources/ole/examples/sample-duim-container/frame.dylan
%%DATADIR%%/sources/ole/examples/sample-duim-container/library.dylan
%%DATADIR%%/sources/ole/examples/sample-duim-container/sample-duim-container.lid
%%DATADIR%%/sources/ole/examples/sample-duim-container/start.dylan
%%DATADIR%%/sources/ole/examples/sample-duim-container/version.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/README.html
%%DATADIR%%/sources/ole/examples/sample-ole-container/app.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/decls.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/doc.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/hack.c
%%DATADIR%%/sources/ole/examples/sample-ole-container/ias.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/iocs.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/ioipf.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/ioips.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/last.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/library.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/resdecl.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/resource.h
%%DATADIR%%/sources/ole/examples/sample-ole-container/sample-ole-container.lid
%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.ico
%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.rc
%%DATADIR%%/sources/ole/examples/sample-ole-container/site.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-container/stdpal.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/README.html
%%DATADIR%%/sources/ole/examples/sample-ole-server/app.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/declapp.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/declobj.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/doc.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/hatch.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/icf.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/ido.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/iec.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/ioipao.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/ioipo.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/ioo.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/ips.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/last.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/library.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/obj.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/oleutl.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/resdecl.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/resource.h
%%DATADIR%%/sources/ole/examples/sample-ole-server/sample-ole-server.lid
%%DATADIR%%/sources/ole/examples/sample-ole-server/sample.reg
%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.dylan
%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.ico
%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.rc
%%DATADIR%%/sources/ole/examples/win32-invisible-control/README.html
%%DATADIR%%/sources/ole/examples/win32-invisible-control/control.dylan
%%DATADIR%%/sources/ole/examples/win32-invisible-control/library.dylan
%%DATADIR%%/sources/ole/examples/win32-invisible-control/win32-invisible-control.lid
%%DATADIR%%/sources/ole/examples/win32-invisible-control/windows.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-container/README.html
%%DATADIR%%/sources/ole/examples/win32-ole-container/appdoc.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-container/frameui.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-container/library.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-container/main.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-container/resource.h
%%DATADIR%%/sources/ole/examples/win32-ole-container/simpcntr.ico
%%DATADIR%%/sources/ole/examples/win32-ole-container/simpcntr.rc
%%DATADIR%%/sources/ole/examples/win32-ole-container/win32-ole-container.lid
%%DATADIR%%/sources/ole/examples/win32-ole-container/windows.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/README.html
%%DATADIR%%/sources/ole/examples/win32-ole-server/app.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/appdll.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/appexe.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/appobj.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/library.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/program.dylan
%%DATADIR%%/sources/ole/examples/win32-ole-server/resource.h
%%DATADIR%%/sources/ole/examples/win32-ole-server/simpsvr.ico
%%DATADIR%%/sources/ole/examples/win32-ole-server/simpsvr.rc
%%DATADIR%%/sources/ole/examples/win32-ole-server/win32-ole-server.lid
%%DATADIR%%/sources/ole/ole-automation/client-macros.dylan
%%DATADIR%%/sources/ole/ole-automation/coclass.dylan
%%DATADIR%%/sources/ole/ole-automation/dispatch.dylan
%%DATADIR%%/sources/ole/ole-automation/dual.dylan
%%DATADIR%%/sources/ole/ole-automation/factory.dylan
%%DATADIR%%/sources/ole/ole-automation/inproc-auto.dylan
%%DATADIR%%/sources/ole/ole-automation/library.dylan
%%DATADIR%%/sources/ole/ole-automation/macros.dylan
%%DATADIR%%/sources/ole/ole-automation/ole-automation.lid
%%DATADIR%%/sources/ole/ole-automation/register.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/coclass-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/custom-interface-test.lid
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/custom-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/dual-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/inproc-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/run.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/typeinfo-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/README.txt
%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/coclass-server.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/dual-server.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/inproc-dual.lid
%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-initialize.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-test.lid
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/initialize.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/macro-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/multiple-assign.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/ole-macro-test.lid
%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/test-OLE-macros.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-argument-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-arrays.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-function-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-initialize.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-test.lid
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/README.txt
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/custom-test.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/inproc.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/library-server.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/library.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests-server.lid
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests.dylan
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests.lid
%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/run.dylan
%%DATADIR%%/sources/ole/ole-automation/typeinfo.dylan
%%DATADIR%%/sources/ole/ole-automation/typelib.dylan
%%DATADIR%%/sources/ole/ole-automation/version.rc
%%DATADIR%%/sources/ole/ole-automation/vtable-macro.dylan
%%DATADIR%%/sources/ole/ole-automation/vtypeinfo.dylan
%%DATADIR%%/sources/ole/ole-container/contapp.dylan
%%DATADIR%%/sources/ole/ole-container/coord.dylan
%%DATADIR%%/sources/ole/ole-container/embdoc.dylan
%%DATADIR%%/sources/ole/ole-container/ias.dylan
%%DATADIR%%/sources/ole/ole-container/insert.dylan
%%DATADIR%%/sources/ole/ole-container/iocs.dylan
%%DATADIR%%/sources/ole/ole-container/ioipf.dylan
%%DATADIR%%/sources/ole/ole-container/ioips.dylan
%%DATADIR%%/sources/ole/ole-container/library.dylan
%%DATADIR%%/sources/ole/ole-container/ole-container.lid
%%DATADIR%%/sources/ole/ole-container/palette.dylan
%%DATADIR%%/sources/ole/ole-container/site.dylan
%%DATADIR%%/sources/ole/ole-container/version.rc
%%DATADIR%%/sources/ole/ole-control-framework/dll.dylan
%%DATADIR%%/sources/ole/ole-control-framework/framework.dylan
%%DATADIR%%/sources/ole/ole-control-framework/freeze.dylan
%%DATADIR%%/sources/ole/ole-control-framework/ioc.dylan
%%DATADIR%%/sources/ole/ole-control-framework/ipsi.dylan
%%DATADIR%%/sources/ole/ole-control-framework/library.dylan
%%DATADIR%%/sources/ole/ole-control-framework/ole-control-framework.lid
%%DATADIR%%/sources/ole/ole-control-framework/registration.dylan
%%DATADIR%%/sources/ole/ole-control-framework/version.rc
%%DATADIR%%/sources/ole/ole-control-framework/winhacks.dylan
%%DATADIR%%/sources/ole/ole-controls/c-ctl.c
%%DATADIR%%/sources/ole/ole-controls/c-ctl.h
%%DATADIR%%/sources/ole/ole-controls/cint.pat
%%DATADIR%%/sources/ole/ole-controls/ctl-aux.c
%%DATADIR%%/sources/ole/ole-controls/extra.dylan
%%DATADIR%%/sources/ole/ole-controls/interfaces.dylan
%%DATADIR%%/sources/ole/ole-controls/library.dylan
%%DATADIR%%/sources/ole/ole-controls/library.src
%%DATADIR%%/sources/ole/ole-controls/make-sources
%%DATADIR%%/sources/ole/ole-controls/misc-names.text
%%DATADIR%%/sources/ole/ole-controls/ocmisc.dylan
%%DATADIR%%/sources/ole/ole-controls/ole-controls.lid
%%DATADIR%%/sources/ole/ole-controls/olectl.dylan
%%DATADIR%%/sources/ole/ole-controls/special.pat
%%DATADIR%%/sources/ole/ole-controls/version.rc
%%DATADIR%%/sources/ole/ole-dialogs/extra.dylan
%%DATADIR%%/sources/ole/ole-dialogs/library.dylan
%%DATADIR%%/sources/ole/ole-dialogs/library.src
%%DATADIR%%/sources/ole/ole-dialogs/make-sources
%%DATADIR%%/sources/ole/ole-dialogs/ole-dialogs.lid
%%DATADIR%%/sources/ole/ole-dialogs/oledlg.dylan
%%DATADIR%%/sources/ole/ole-dialogs/special.pat
%%DATADIR%%/sources/ole/ole-dialogs/version.rc
%%DATADIR%%/sources/ole/ole-server/README.text
%%DATADIR%%/sources/ole/ole-server/appgen.dylan
%%DATADIR%%/sources/ole/ole-server/declobj.dylan
%%DATADIR%%/sources/ole/ole-server/enums.dylan
%%DATADIR%%/sources/ole/ole-server/factory.dylan
%%DATADIR%%/sources/ole/ole-server/hatch.dylan
%%DATADIR%%/sources/ole/ole-server/ido.dylan
%%DATADIR%%/sources/ole/ole-server/iec.dylan
%%DATADIR%%/sources/ole/ole-server/inp-ips.dylan
%%DATADIR%%/sources/ole/ole-server/inproc.dylan
%%DATADIR%%/sources/ole/ole-server/ioipao.dylan
%%DATADIR%%/sources/ole/ole-server/ioipo.dylan
%%DATADIR%%/sources/ole/ole-server/ioo.dylan
%%DATADIR%%/sources/ole/ole-server/ips.dylan
%%DATADIR%%/sources/ole/ole-server/iviewobj.dylan
%%DATADIR%%/sources/ole/ole-server/library.dylan
%%DATADIR%%/sources/ole/ole-server/obj.dylan
%%DATADIR%%/sources/ole/ole-server/ole-server.lid
%%DATADIR%%/sources/ole/ole-server/oleutl.dylan
%%DATADIR%%/sources/ole/ole-server/register.dylan
%%DATADIR%%/sources/ole/ole-server/util.dylan
%%DATADIR%%/sources/ole/ole-server/version.rc
%%DATADIR%%/sources/ole/ole/c-ole.c
%%DATADIR%%/sources/ole/ole/c-ole.h
%%DATADIR%%/sources/ole/ole/library.dylan
%%DATADIR%%/sources/ole/ole/library.src
%%DATADIR%%/sources/ole/ole/make-sources
%%DATADIR%%/sources/ole/ole/ole-aux.c
%%DATADIR%%/sources/ole/ole/ole-err.dylan
%%DATADIR%%/sources/ole/ole/ole-err.pat
%%DATADIR%%/sources/ole/ole/ole-intf.dylan
%%DATADIR%%/sources/ole/ole/ole-misc.dylan
%%DATADIR%%/sources/ole/ole/ole.dylan
%%DATADIR%%/sources/ole/ole/ole.lid
%%DATADIR%%/sources/ole/ole/omisc.dylan
%%DATADIR%%/sources/ole/ole/version.rc
%%DATADIR%%/sources/ole/win32-automation/amisc.dylan
%%DATADIR%%/sources/ole/win32-automation/arrays.dylan
%%DATADIR%%/sources/ole/win32-automation/auto-aux.c
%%DATADIR%%/sources/ole/win32-automation/auto-err.dylan
%%DATADIR%%/sources/ole/win32-automation/auto-err.pat
%%DATADIR%%/sources/ole/win32-automation/auto-intf.dylan
%%DATADIR%%/sources/ole/win32-automation/auto-misc.dylan
%%DATADIR%%/sources/ole/win32-automation/auto.pat
%%DATADIR%%/sources/ole/win32-automation/c-auto.c
%%DATADIR%%/sources/ole/win32-automation/c-auto.h
%%DATADIR%%/sources/ole/win32-automation/library.dylan
%%DATADIR%%/sources/ole/win32-automation/library.src
%%DATADIR%%/sources/ole/win32-automation/make-sources
%%DATADIR%%/sources/ole/win32-automation/strings.dylan
%%DATADIR%%/sources/ole/win32-automation/util.dylan
%%DATADIR%%/sources/ole/win32-automation/variant.dylan
%%DATADIR%%/sources/ole/win32-automation/win32-automation.lid
%%DATADIR%%/sources/project-manager/projects/compilation.dylan
%%DATADIR%%/sources/project-manager/projects/implementation.dylan
%%DATADIR%%/sources/project-manager/projects/lid-file.dylan
%%DATADIR%%/sources/project-manager/projects/lid-projects.dylan
%%DATADIR%%/sources/project-manager/projects/progress.dylan
%%DATADIR%%/sources/project-manager/projects/projects-library.dylan
%%DATADIR%%/sources/project-manager/projects/projects.dylan
%%DATADIR%%/sources/project-manager/projects/projects.lid
%%DATADIR%%/sources/project-manager/projects/template-projects.dylan
%%DATADIR%%/sources/project-manager/registry-projects/defaults.dylan
%%DATADIR%%/sources/project-manager/registry-projects/registry-projects-library.dylan
%%DATADIR%%/sources/project-manager/registry-projects/registry-projects.dylan
%%DATADIR%%/sources/project-manager/registry-projects/registry-projects.lid
%%DATADIR%%/sources/project-manager/registry-projects/registry.dylan
%%DATADIR%%/sources/project-manager/tools-interface/library.dylan
%%DATADIR%%/sources/project-manager/tools-interface/project-files.dylan
%%DATADIR%%/sources/project-manager/tools-interface/tools-interface.dylan
%%DATADIR%%/sources/project-manager/tools-interface/tools-interface.lid
%%DATADIR%%/sources/project-manager/user-projects/README.txt
%%DATADIR%%/sources/project-manager/user-projects/add-file.dylan
%%DATADIR%%/sources/project-manager/user-projects/binary-project.dylan
%%DATADIR%%/sources/project-manager/user-projects/build.dylan
%%DATADIR%%/sources/project-manager/user-projects/disk-layout.dylan
%%DATADIR%%/sources/project-manager/user-projects/interactive-project.dylan
%%DATADIR%%/sources/project-manager/user-projects/library.dylan
%%DATADIR%%/sources/project-manager/user-projects/project-search.dylan
%%DATADIR%%/sources/project-manager/user-projects/save-project.dylan
%%DATADIR%%/sources/project-manager/user-projects/user-projects.dylan
%%DATADIR%%/sources/project-manager/user-projects/user-projects.lid
%%DATADIR%%/sources/qa/apps/disk-usage/compare.dylan
%%DATADIR%%/sources/qa/apps/disk-usage/disk-usage.dylan
%%DATADIR%%/sources/qa/apps/disk-usage/disk-usage.hdp
%%DATADIR%%/sources/qa/apps/disk-usage/library.dylan
%%DATADIR%%/sources/qa/apps/disk-usage/start.dylan
%%DATADIR%%/sources/qa/gui-testworks/gui-testworks-lib.dylan
%%DATADIR%%/sources/qa/gui-testworks/gui-testworks.lid
%%DATADIR%%/sources/qa/gui-testworks/progress-window.dylan
%%DATADIR%%/sources/qa/gui-testworks/win32-gui-testworks.lid
%%DATADIR%%/sources/qa/scripts/environment-properties
%%DATADIR%%/sources/qa/scripts/interactive-threads
%%DATADIR%%/sources/qa/scripts/interactivity
%%DATADIR%%/sources/qa/scripts/profiling
%%DATADIR%%/sources/qa/scripts/redefinition
%%DATADIR%%/sources/qa/scripts/tracing
%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/dfmc-environment-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/library.dylan
%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/start.dylan
%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app.lid
%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app-lib.dylan
%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app.dylan
%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app.lid
%%DATADIR%%/sources/qa/test-logs/1_2-win98-libraries-test-suite.log
%%DATADIR%%/sources/qa/test-logs/1_2-winnt-libraries-test-suite.log
%%DATADIR%%/sources/qa/test-logs/dylan-test-suite-1_2a1.log
%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite-lib.dylan
%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite.dylan
%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite.lid
%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite-lib.dylan
%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite.dylan
%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite.lid
%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite-lib.dylan
%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite.dylan
%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite.lid
%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite-lib.dylan
%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite.dylan
%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite.lid
%%DATADIR%%/sources/qa/testworks-report/initialize.dylan
%%DATADIR%%/sources/qa/testworks-report/library.dylan
%%DATADIR%%/sources/qa/testworks-report/log-reader.dylan
%%DATADIR%%/sources/qa/testworks-report/reports.dylan
%%DATADIR%%/sources/qa/testworks-report/start.dylan
%%DATADIR%%/sources/qa/testworks-report/test-diff.dylan
%%DATADIR%%/sources/qa/testworks-report/testworks-report.lid
%%DATADIR%%/sources/qa/testworks-specs/Makegen
%%DATADIR%%/sources/qa/testworks-specs/class-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/function-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/library.dylan
%%DATADIR%%/sources/qa/testworks-specs/macro-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/module-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/protocol-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/testworks-specs.lid
%%DATADIR%%/sources/qa/testworks-specs/variable-specs.dylan
%%DATADIR%%/sources/qa/testworks-specs/win32-testworks-specs.lid
%%DATADIR%%/sources/qa/testworks/assertions.dylan
%%DATADIR%%/sources/qa/testworks/command-line.dylan
%%DATADIR%%/sources/qa/testworks/components.dylan
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/Makefile
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/make.bat
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/conf.py
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/copyright.rst
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/index.rst
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/reference.rst
%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/usage.rst
%%DATADIR%%/sources/qa/testworks/gui/library.dylan
%%DATADIR%%/sources/qa/testworks/gui/progress-window.dylan
%%DATADIR%%/sources/qa/testworks/gui/testworks-gui.lid
%%DATADIR%%/sources/qa/testworks/gui/win32-testworks-gui.lid
%%DATADIR%%/sources/qa/testworks/library.dylan
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-gui
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-report
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-specs
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-test-suite
%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-test-suite-app
%%DATADIR%%/sources/qa/testworks/registry/x86-win32/testworks-gui
%%DATADIR%%/sources/qa/testworks/report/initialize.dylan
%%DATADIR%%/sources/qa/testworks/report/library.dylan
%%DATADIR%%/sources/qa/testworks/report/log-reader.dylan
%%DATADIR%%/sources/qa/testworks/report/reports.dylan
%%DATADIR%%/sources/qa/testworks/report/start.dylan
%%DATADIR%%/sources/qa/testworks/report/test-diff.dylan
%%DATADIR%%/sources/qa/testworks/report/testworks-report.lid
%%DATADIR%%/sources/qa/testworks/reports.dylan
%%DATADIR%%/sources/qa/testworks/results.dylan
%%DATADIR%%/sources/qa/testworks/run.dylan
%%DATADIR%%/sources/qa/testworks/specs/class-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/function-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/library.dylan
%%DATADIR%%/sources/qa/testworks/specs/macro-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/module-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/protocol-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/testworks-specs.lid
%%DATADIR%%/sources/qa/testworks/specs/variable-specs.dylan
%%DATADIR%%/sources/qa/testworks/specs/win32-testworks-specs.lid
%%DATADIR%%/sources/qa/testworks/tests/test-command-line.dylan
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app-library.dylan
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app.dylan
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app.lid
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-library.dylan
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite.dylan
%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite.lid
%%DATADIR%%/sources/qa/testworks/testworks.lid
%%DATADIR%%/sources/qa/testworks/to-do.txt
%%DATADIR%%/sources/qa/testworks/utils.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/functions.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/library.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/macros.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/module.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/references.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/regressions.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/syntax.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/types.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/undefined-module.dylan
%%DATADIR%%/sources/qa/warnings-test-suite/warnings-test-suite.lid
%%DATADIR%%/sources/registry/arm-linux/c-ffi
%%DATADIR%%/sources/registry/arm-linux/common-dylan
%%DATADIR%%/sources/registry/arm-linux/dood
%%DATADIR%%/sources/registry/arm-linux/duim
%%DATADIR%%/sources/registry/arm-linux/gtk
%%DATADIR%%/sources/registry/arm-linux/gtk-c-ffi
%%DATADIR%%/sources/registry/arm-linux/io
%%DATADIR%%/sources/registry/arm-linux/jam
%%DATADIR%%/sources/registry/arm-linux/network
%%DATADIR%%/sources/registry/arm-linux/ssl-network
%%DATADIR%%/sources/registry/arm-linux/stack-walker
%%DATADIR%%/sources/registry/arm-linux/system
%%DATADIR%%/sources/registry/arm-linux/variable-search
%%DATADIR%%/sources/registry/generic/access-path
%%DATADIR%%/sources/registry/generic/apple-dylan-test-suite
%%DATADIR%%/sources/registry/generic/apple-dylan-test-suite-app
%%DATADIR%%/sources/registry/generic/atk
%%DATADIR%%/sources/registry/generic/batch-debug
%%DATADIR%%/sources/registry/generic/big-integers
%%DATADIR%%/sources/registry/generic/binary-builder
%%DATADIR%%/sources/registry/generic/binary-manager
%%DATADIR%%/sources/registry/generic/binary-outputter
%%DATADIR%%/sources/registry/generic/build-system
%%DATADIR%%/sources/registry/generic/c-ffi-test
%%DATADIR%%/sources/registry/generic/c-ffi-test-suite-app
%%DATADIR%%/sources/registry/generic/c-lexer
%%DATADIR%%/sources/registry/generic/cairo
%%DATADIR%%/sources/registry/generic/channels
%%DATADIR%%/sources/registry/generic/channels-tests
%%DATADIR%%/sources/registry/generic/checkmate
%%DATADIR%%/sources/registry/generic/cl
%%DATADIR%%/sources/registry/generic/coff-builder
%%DATADIR%%/sources/registry/generic/coff-debug
%%DATADIR%%/sources/registry/generic/coff-manager
%%DATADIR%%/sources/registry/generic/collection-extensions
%%DATADIR%%/sources/registry/generic/collections
%%DATADIR%%/sources/registry/generic/collections-test-suite
%%DATADIR%%/sources/registry/generic/collections-test-suite-app
%%DATADIR%%/sources/registry/generic/command-line-parser
%%DATADIR%%/sources/registry/generic/command-line-parser-test-suite
%%DATADIR%%/sources/registry/generic/command-line-parser-test-suite-app
%%DATADIR%%/sources/registry/generic/commands
%%DATADIR%%/sources/registry/generic/common-dylan-test-suite
%%DATADIR%%/sources/registry/generic/common-dylan-test-suite-app
%%DATADIR%%/sources/registry/generic/console-scepter
%%DATADIR%%/sources/registry/generic/console-scepter-tests
%%DATADIR%%/sources/registry/generic/corba-dylan
%%DATADIR%%/sources/registry/generic/corba-protocol
%%DATADIR%%/sources/registry/generic/debugger-manager
%%DATADIR%%/sources/registry/generic/debugger-server
%%DATADIR%%/sources/registry/generic/deuce
%%DATADIR%%/sources/registry/generic/deuce-test-suite
%%DATADIR%%/sources/registry/generic/deuce-test-suite-app
%%DATADIR%%/sources/registry/generic/devel-dbg-ui
%%DATADIR%%/sources/registry/generic/dfmc-back-end
%%DATADIR%%/sources/registry/generic/dfmc-back-end-implementations
%%DATADIR%%/sources/registry/generic/dfmc-back-end-protocol
%%DATADIR%%/sources/registry/generic/dfmc-browser-support
%%DATADIR%%/sources/registry/generic/dfmc-c-back-end
%%DATADIR%%/sources/registry/generic/dfmc-c-ffi
%%DATADIR%%/sources/registry/generic/dfmc-c-linker
%%DATADIR%%/sources/registry/generic/dfmc-common
%%DATADIR%%/sources/registry/generic/dfmc-conditions
%%DATADIR%%/sources/registry/generic/dfmc-conversion
%%DATADIR%%/sources/registry/generic/dfmc-core
%%DATADIR%%/sources/registry/generic/dfmc-debug-back-end
%%DATADIR%%/sources/registry/generic/dfmc-definitions
%%DATADIR%%/sources/registry/generic/dfmc-environment
%%DATADIR%%/sources/registry/generic/dfmc-environment-application
%%DATADIR%%/sources/registry/generic/dfmc-environment-database
%%DATADIR%%/sources/registry/generic/dfmc-environment-database-test
%%DATADIR%%/sources/registry/generic/dfmc-environment-projects
%%DATADIR%%/sources/registry/generic/dfmc-environment-reports
%%DATADIR%%/sources/registry/generic/dfmc-environment-reports-test
%%DATADIR%%/sources/registry/generic/dfmc-environment-test-suite
%%DATADIR%%/sources/registry/generic/dfmc-environment-test-suite-app
%%DATADIR%%/sources/registry/generic/dfmc-flow-graph
%%DATADIR%%/sources/registry/generic/dfmc-harp-browser-support
%%DATADIR%%/sources/registry/generic/dfmc-harp-cg
%%DATADIR%%/sources/registry/generic/dfmc-harp-cg-linker
%%DATADIR%%/sources/registry/generic/dfmc-harp-native-cg
%%DATADIR%%/sources/registry/generic/dfmc-harp-x86-cg
%%DATADIR%%/sources/registry/generic/dfmc-linker
%%DATADIR%%/sources/registry/generic/dfmc-llvm-back-end
%%DATADIR%%/sources/registry/generic/dfmc-llvm-linker
%%DATADIR%%/sources/registry/generic/dfmc-macro-expander
%%DATADIR%%/sources/registry/generic/dfmc-management
%%DATADIR%%/sources/registry/generic/dfmc-mangling
%%DATADIR%%/sources/registry/generic/dfmc-modeling
%%DATADIR%%/sources/registry/generic/dfmc-namespace
%%DATADIR%%/sources/registry/generic/dfmc-optimization
%%DATADIR%%/sources/registry/generic/dfmc-reader
%%DATADIR%%/sources/registry/generic/dfmc-typist
%%DATADIR%%/sources/registry/generic/disasm
%%DATADIR%%/sources/registry/generic/disasm-test
%%DATADIR%%/sources/registry/generic/dispatch-profiler
%%DATADIR%%/sources/registry/generic/djam
%%DATADIR%%/sources/registry/generic/dood-test-suite
%%DATADIR%%/sources/registry/generic/dswank
%%DATADIR%%/sources/registry/generic/duim-core
%%DATADIR%%/sources/registry/generic/duim-dcs
%%DATADIR%%/sources/registry/generic/duim-deuce
%%DATADIR%%/sources/registry/generic/duim-examples
%%DATADIR%%/sources/registry/generic/duim-extended-geometry
%%DATADIR%%/sources/registry/generic/duim-frames
%%DATADIR%%/sources/registry/generic/duim-gadget-panes
%%DATADIR%%/sources/registry/generic/duim-gadgets
%%DATADIR%%/sources/registry/generic/duim-geometry
%%DATADIR%%/sources/registry/generic/duim-graphics
%%DATADIR%%/sources/registry/generic/duim-gui-test-suite
%%DATADIR%%/sources/registry/generic/duim-layouts
%%DATADIR%%/sources/registry/generic/duim-recording
%%DATADIR%%/sources/registry/generic/duim-sheets
%%DATADIR%%/sources/registry/generic/duim-test-suite
%%DATADIR%%/sources/registry/generic/duim-test-suite-app
%%DATADIR%%/sources/registry/generic/duim-user
%%DATADIR%%/sources/registry/generic/duim-utilities
%%DATADIR%%/sources/registry/generic/dylan
%%DATADIR%%/sources/registry/generic/dylan-compiler
%%DATADIR%%/sources/registry/generic/dylan-compiler-with-tools
%%DATADIR%%/sources/registry/generic/dylan-environment
%%DATADIR%%/sources/registry/generic/dylan-environment-with-tools
%%DATADIR%%/sources/registry/generic/dylan-orb
%%DATADIR%%/sources/registry/generic/dylan-playground
%%DATADIR%%/sources/registry/generic/dylan-test-suite
%%DATADIR%%/sources/registry/generic/dylan-test-suite-app
%%DATADIR%%/sources/registry/generic/echo-client
%%DATADIR%%/sources/registry/generic/echo-server
%%DATADIR%%/sources/registry/generic/editor-deuce-backend
%%DATADIR%%/sources/registry/generic/editor-emacsserver-backend
%%DATADIR%%/sources/registry/generic/editor-exe-backend
%%DATADIR%%/sources/registry/generic/editor-gnuserv-backend
%%DATADIR%%/sources/registry/generic/editor-manager
%%DATADIR%%/sources/registry/generic/editor-vi-backend
%%DATADIR%%/sources/registry/generic/environment-application-commands
%%DATADIR%%/sources/registry/generic/environment-commands
%%DATADIR%%/sources/registry/generic/environment-debugger
%%DATADIR%%/sources/registry/generic/environment-deuce
%%DATADIR%%/sources/registry/generic/environment-framework
%%DATADIR%%/sources/registry/generic/environment-internal-commands
%%DATADIR%%/sources/registry/generic/environment-manager
%%DATADIR%%/sources/registry/generic/environment-profiler
%%DATADIR%%/sources/registry/generic/environment-project-wizard
%%DATADIR%%/sources/registry/generic/environment-property-pages
%%DATADIR%%/sources/registry/generic/environment-protocols
%%DATADIR%%/sources/registry/generic/environment-reports
%%DATADIR%%/sources/registry/generic/environment-server
%%DATADIR%%/sources/registry/generic/environment-server-parsers
%%DATADIR%%/sources/registry/generic/environment-test-suite
%%DATADIR%%/sources/registry/generic/environment-tools
%%DATADIR%%/sources/registry/generic/factorial-big
%%DATADIR%%/sources/registry/generic/factorial-small
%%DATADIR%%/sources/registry/generic/file-source-records
%%DATADIR%%/sources/registry/generic/functional-dylan-orb
%%DATADIR%%/sources/registry/generic/gctest
%%DATADIR%%/sources/registry/generic/gdk
%%DATADIR%%/sources/registry/generic/gdkpixbuf
%%DATADIR%%/sources/registry/generic/generic-arithmetic
%%DATADIR%%/sources/registry/generic/generic-test-suite
%%DATADIR%%/sources/registry/generic/generic-test-suite-app
%%DATADIR%%/sources/registry/generic/gio
%%DATADIR%%/sources/registry/generic/glib
%%DATADIR%%/sources/registry/generic/gmodule
%%DATADIR%%/sources/registry/generic/gnu-as-outputter
%%DATADIR%%/sources/registry/generic/gobject
%%DATADIR%%/sources/registry/generic/goodbye-world
%%DATADIR%%/sources/registry/generic/grammar-compiler
%%DATADIR%%/sources/registry/generic/gtk
%%DATADIR%%/sources/registry/generic/gtk-duim
%%DATADIR%%/sources/registry/generic/gtk-duim-gadget-panes
%%DATADIR%%/sources/registry/generic/gtk-unit-converter
%%DATADIR%%/sources/registry/generic/gui-dylan-playground
%%DATADIR%%/sources/registry/generic/harp
%%DATADIR%%/sources/registry/generic/harp-cg-back-end
%%DATADIR%%/sources/registry/generic/harp-coff
%%DATADIR%%/sources/registry/generic/harp-native
%%DATADIR%%/sources/registry/generic/harp-native-rtg
%%DATADIR%%/sources/registry/generic/harp-unix-rtg
%%DATADIR%%/sources/registry/generic/harp-x86
%%DATADIR%%/sources/registry/generic/harp-x86-darwin-runtime-generator
%%DATADIR%%/sources/registry/generic/harp-x86-freebsd-runtime-generator
%%DATADIR%%/sources/registry/generic/harp-x86-linux-runtime-generator
%%DATADIR%%/sources/registry/generic/harp-x86-rtg
%%DATADIR%%/sources/registry/generic/harp-x86-unix-rtg
%%DATADIR%%/sources/registry/generic/harp-x86-windows-rtg
%%DATADIR%%/sources/registry/generic/harp-x86-windows-runtime-generator
%%DATADIR%%/sources/registry/generic/hash-algorithms
%%DATADIR%%/sources/registry/generic/hash-algorithms-test
%%DATADIR%%/sources/registry/generic/hello-world
%%DATADIR%%/sources/registry/generic/interactive-downloader
%%DATADIR%%/sources/registry/generic/interactive-symbol-table
%%DATADIR%%/sources/registry/generic/io-test-suite
%%DATADIR%%/sources/registry/generic/io-test-suite-app
%%DATADIR%%/sources/registry/generic/iop-protocol
%%DATADIR%%/sources/registry/generic/ir-protocol
%%DATADIR%%/sources/registry/generic/ir-stubs
%%DATADIR%%/sources/registry/generic/jam-test-suite
%%DATADIR%%/sources/registry/generic/jam-test-suite-app
%%DATADIR%%/sources/registry/generic/libraries-test-suite
%%DATADIR%%/sources/registry/generic/libraries-test-suite-app
%%DATADIR%%/sources/registry/generic/life
%%DATADIR%%/sources/registry/generic/lisp-reader
%%DATADIR%%/sources/registry/generic/llvm
%%DATADIR%%/sources/registry/generic/llvm-as
%%DATADIR%%/sources/registry/generic/llvm-asm-parser
%%DATADIR%%/sources/registry/generic/llvm-runtime-generator
%%DATADIR%%/sources/registry/generic/llvm-tablegen
%%DATADIR%%/sources/registry/generic/llvm-test-suite
%%DATADIR%%/sources/registry/generic/llvm-test-suite-app
%%DATADIR%%/sources/registry/generic/logging
%%DATADIR%%/sources/registry/generic/logging-test-suite
%%DATADIR%%/sources/registry/generic/logging-test-suite-app
%%DATADIR%%/sources/registry/generic/make-dylan-app
%%DATADIR%%/sources/registry/generic/map-statistics
%%DATADIR%%/sources/registry/generic/memory-manager
%%DATADIR%%/sources/registry/generic/minimal-console-scepter
%%DATADIR%%/sources/registry/generic/minimal-scepter
%%DATADIR%%/sources/registry/generic/mm-debugger
%%DATADIR%%/sources/registry/generic/mnemonic-assembler
%%DATADIR%%/sources/registry/generic/motley
%%DATADIR%%/sources/registry/generic/naming-client
%%DATADIR%%/sources/registry/generic/naming-protocol
%%DATADIR%%/sources/registry/generic/naming-service
%%DATADIR%%/sources/registry/generic/naming-skeletons
%%DATADIR%%/sources/registry/generic/naming-stubs
%%DATADIR%%/sources/registry/generic/odbc-ffi
%%DATADIR%%/sources/registry/generic/orb-connections
%%DATADIR%%/sources/registry/generic/orb-core
%%DATADIR%%/sources/registry/generic/orb-iiop
%%DATADIR%%/sources/registry/generic/orb-ir
%%DATADIR%%/sources/registry/generic/orb-poa
%%DATADIR%%/sources/registry/generic/orb-streams
%%DATADIR%%/sources/registry/generic/orb-utilities
%%DATADIR%%/sources/registry/generic/pango
%%DATADIR%%/sources/registry/generic/parser-compiler
%%DATADIR%%/sources/registry/generic/parser-generator
%%DATADIR%%/sources/registry/generic/parser-run-time
%%DATADIR%%/sources/registry/generic/pente
%%DATADIR%%/sources/registry/generic/pop-client
%%DATADIR%%/sources/registry/generic/portableserver-protocol
%%DATADIR%%/sources/registry/generic/ppml
%%DATADIR%%/sources/registry/generic/projects
%%DATADIR%%/sources/registry/generic/registry-projects
%%DATADIR%%/sources/registry/generic/regular-expressions
%%DATADIR%%/sources/registry/generic/release-info
%%DATADIR%%/sources/registry/generic/remote-access-path
%%DATADIR%%/sources/registry/generic/remote-nub
%%DATADIR%%/sources/registry/generic/remote-nub-client
%%DATADIR%%/sources/registry/generic/remote-nub-protocol
%%DATADIR%%/sources/registry/generic/remote-nub-skeletons
%%DATADIR%%/sources/registry/generic/remote-nub-stubs
%%DATADIR%%/sources/registry/generic/reversi
%%DATADIR%%/sources/registry/generic/scepter
%%DATADIR%%/sources/registry/generic/scepter-ast
%%DATADIR%%/sources/registry/generic/scepter-core
%%DATADIR%%/sources/registry/generic/scepter-dump-back-end
%%DATADIR%%/sources/registry/generic/scepter-dylan-back-end
%%DATADIR%%/sources/registry/generic/scepter-file-front-end
%%DATADIR%%/sources/registry/generic/scepter-ir-back-end
%%DATADIR%%/sources/registry/generic/scepter-tests
%%DATADIR%%/sources/registry/generic/scepter-utilities
%%DATADIR%%/sources/registry/generic/scribble
%%DATADIR%%/sources/registry/generic/simple-downloader
%%DATADIR%%/sources/registry/generic/smtp-client
%%DATADIR%%/sources/registry/generic/source-control-hope-backend
%%DATADIR%%/sources/registry/generic/source-control-manager
%%DATADIR%%/sources/registry/generic/source-records
%%DATADIR%%/sources/registry/generic/sql
%%DATADIR%%/sources/registry/generic/sql-example
%%DATADIR%%/sources/registry/generic/sql-odbc
%%DATADIR%%/sources/registry/generic/sql-odbc-test
%%DATADIR%%/sources/registry/generic/ssl-echo-client
%%DATADIR%%/sources/registry/generic/ssl-echo-server
%%DATADIR%%/sources/registry/generic/ssl-smtp-client
%%DATADIR%%/sources/registry/generic/ssl-smtp-server
%%DATADIR%%/sources/registry/generic/standalone-deuce
%%DATADIR%%/sources/registry/generic/strings
%%DATADIR%%/sources/registry/generic/system-test-suite
%%DATADIR%%/sources/registry/generic/system-test-suite-app
%%DATADIR%%/sources/registry/generic/t-lists
%%DATADIR%%/sources/registry/generic/target-application
%%DATADIR%%/sources/registry/generic/test-editor-manager-common
%%DATADIR%%/sources/registry/generic/test-profiler
%%DATADIR%%/sources/registry/generic/testworks
%%DATADIR%%/sources/registry/generic/testworks-gui
%%DATADIR%%/sources/registry/generic/testworks-report
%%DATADIR%%/sources/registry/generic/testworks-specs
%%DATADIR%%/sources/registry/generic/testworks-test-suite
%%DATADIR%%/sources/registry/generic/testworks-test-suite-app
%%DATADIR%%/sources/registry/generic/tether-downloader
%%DATADIR%%/sources/registry/generic/tetris
%%DATADIR%%/sources/registry/generic/thread-test
%%DATADIR%%/sources/registry/generic/tic-tac-toe
%%DATADIR%%/sources/registry/generic/tool-invoke
%%DATADIR%%/sources/registry/generic/tool-parser-generator
%%DATADIR%%/sources/registry/generic/tool-scepter
%%DATADIR%%/sources/registry/generic/tools-interface
%%DATADIR%%/sources/registry/generic/user-projects
%%DATADIR%%/sources/registry/generic/walker
%%DATADIR%%/sources/registry/generic/warnings-test-suite
%%DATADIR%%/sources/registry/generic/xlib
%%DATADIR%%/sources/registry/ppc-darwin/c-ffi
%%DATADIR%%/sources/registry/ppc-darwin/common-dylan
%%DATADIR%%/sources/registry/ppc-darwin/dood
%%DATADIR%%/sources/registry/ppc-darwin/io
%%DATADIR%%/sources/registry/ppc-darwin/jam
%%DATADIR%%/sources/registry/ppc-darwin/network
%%DATADIR%%/sources/registry/ppc-darwin/odbc-ffi
%%DATADIR%%/sources/registry/ppc-darwin/system
%%DATADIR%%/sources/registry/ppc-darwin/variable-search
%%DATADIR%%/sources/registry/x86-darwin/c-ffi
%%DATADIR%%/sources/registry/x86-darwin/common-dylan
%%DATADIR%%/sources/registry/x86-darwin/dood
%%DATADIR%%/sources/registry/x86-darwin/duim
%%DATADIR%%/sources/registry/x86-darwin/io
%%DATADIR%%/sources/registry/x86-darwin/jam
%%DATADIR%%/sources/registry/x86-darwin/network
%%DATADIR%%/sources/registry/x86-darwin/odbc-ffi
%%DATADIR%%/sources/registry/x86-darwin/ssl-network
%%DATADIR%%/sources/registry/x86-darwin/system
%%DATADIR%%/sources/registry/x86-darwin/variable-search
%%DATADIR%%/sources/registry/x86-freebsd/c-ffi
%%DATADIR%%/sources/registry/x86-freebsd/common-dylan
%%DATADIR%%/sources/registry/x86-freebsd/dood
%%DATADIR%%/sources/registry/x86-freebsd/duim
%%DATADIR%%/sources/registry/x86-freebsd/gtk
%%DATADIR%%/sources/registry/x86-freebsd/gtk-c-ffi
%%DATADIR%%/sources/registry/x86-freebsd/io
%%DATADIR%%/sources/registry/x86-freebsd/jam
%%DATADIR%%/sources/registry/x86-freebsd/network
%%DATADIR%%/sources/registry/x86-freebsd/ssl-network
%%DATADIR%%/sources/registry/x86-freebsd/stack-walker
%%DATADIR%%/sources/registry/x86-freebsd/system
%%DATADIR%%/sources/registry/x86-freebsd/variable-search
%%DATADIR%%/sources/registry/x86-linux/c-ffi
%%DATADIR%%/sources/registry/x86-linux/common-dylan
%%DATADIR%%/sources/registry/x86-linux/dood
%%DATADIR%%/sources/registry/x86-linux/duim
%%DATADIR%%/sources/registry/x86-linux/gtk
%%DATADIR%%/sources/registry/x86-linux/gtk-c-ffi
%%DATADIR%%/sources/registry/x86-linux/io
%%DATADIR%%/sources/registry/x86-linux/jam
%%DATADIR%%/sources/registry/x86-linux/network
%%DATADIR%%/sources/registry/x86-linux/ssl-network
%%DATADIR%%/sources/registry/x86-linux/stack-walker
%%DATADIR%%/sources/registry/x86-linux/system
%%DATADIR%%/sources/registry/x86-linux/variable-search
%%DATADIR%%/sources/registry/x86-win32/SourceSafeTypeLib
%%DATADIR%%/sources/registry/x86-win32/access-path
%%DATADIR%%/sources/registry/x86-win32/big-integers
%%DATADIR%%/sources/registry/x86-win32/c-ffi
%%DATADIR%%/sources/registry/x86-win32/channels
%%DATADIR%%/sources/registry/x86-win32/checkmate
%%DATADIR%%/sources/registry/x86-win32/collections
%%DATADIR%%/sources/registry/x86-win32/com
%%DATADIR%%/sources/registry/x86-win32/commands
%%DATADIR%%/sources/registry/x86-win32/common-dylan
%%DATADIR%%/sources/registry/x86-win32/create-id
%%DATADIR%%/sources/registry/x86-win32/custom-interface-test
%%DATADIR%%/sources/registry/x86-win32/database-viewer
%%DATADIR%%/sources/registry/x86-win32/deuce
%%DATADIR%%/sources/registry/x86-win32/dfmc-mangling
%%DATADIR%%/sources/registry/x86-win32/dll-wrap
%%DATADIR%%/sources/registry/x86-win32/dood
%%DATADIR%%/sources/registry/x86-win32/duim
%%DATADIR%%/sources/registry/x86-win32/duim-core
%%DATADIR%%/sources/registry/x86-win32/duim-dcs
%%DATADIR%%/sources/registry/x86-win32/duim-deuce
%%DATADIR%%/sources/registry/x86-win32/duim-examples
%%DATADIR%%/sources/registry/x86-win32/duim-extended-geometry
%%DATADIR%%/sources/registry/x86-win32/duim-frames
%%DATADIR%%/sources/registry/x86-win32/duim-gadget-panes
%%DATADIR%%/sources/registry/x86-win32/duim-gadgets
%%DATADIR%%/sources/registry/x86-win32/duim-geometry
%%DATADIR%%/sources/registry/x86-win32/duim-gl-demo
%%DATADIR%%/sources/registry/x86-win32/duim-graphics
%%DATADIR%%/sources/registry/x86-win32/duim-gui-test-suite
%%DATADIR%%/sources/registry/x86-win32/duim-layouts
%%DATADIR%%/sources/registry/x86-win32/duim-ole-container
%%DATADIR%%/sources/registry/x86-win32/duim-ole-control
%%DATADIR%%/sources/registry/x86-win32/duim-ole-server
%%DATADIR%%/sources/registry/x86-win32/duim-recording
%%DATADIR%%/sources/registry/x86-win32/duim-resource-example
%%DATADIR%%/sources/registry/x86-win32/duim-sheets
%%DATADIR%%/sources/registry/x86-win32/duim-user
%%DATADIR%%/sources/registry/x86-win32/duim-utilities
%%DATADIR%%/sources/registry/x86-win32/dylan
%%DATADIR%%/sources/registry/x86-win32/editor-manager
%%DATADIR%%/sources/registry/x86-win32/environment-dde-server
%%DATADIR%%/sources/registry/x86-win32/environment-server
%%DATADIR%%/sources/registry/x86-win32/environment-splash-screen
%%DATADIR%%/sources/registry/x86-win32/flying-squares
%%DATADIR%%/sources/registry/x86-win32/generic-arithmetic
%%DATADIR%%/sources/registry/x86-win32/gtk
%%DATADIR%%/sources/registry/x86-win32/gtk-c-ffi
%%DATADIR%%/sources/registry/x86-win32/gtk-duim-gui-test-suite
%%DATADIR%%/sources/registry/x86-win32/inproc-dual
%%DATADIR%%/sources/registry/x86-win32/io
%%DATADIR%%/sources/registry/x86-win32/jam
%%DATADIR%%/sources/registry/x86-win32/life
%%DATADIR%%/sources/registry/x86-win32/map-statistics
%%DATADIR%%/sources/registry/x86-win32/midi
%%DATADIR%%/sources/registry/x86-win32/motley
%%DATADIR%%/sources/registry/x86-win32/naming-client
%%DATADIR%%/sources/registry/x86-win32/network
%%DATADIR%%/sources/registry/x86-win32/ocx-scribble
%%DATADIR%%/sources/registry/x86-win32/odbc-ffi
%%DATADIR%%/sources/registry/x86-win32/ole
%%DATADIR%%/sources/registry/x86-win32/ole-automation
%%DATADIR%%/sources/registry/x86-win32/ole-coclass-test
%%DATADIR%%/sources/registry/x86-win32/ole-container
%%DATADIR%%/sources/registry/x86-win32/ole-control-framework
%%DATADIR%%/sources/registry/x86-win32/ole-controls
%%DATADIR%%/sources/registry/x86-win32/ole-dialogs
%%DATADIR%%/sources/registry/x86-win32/ole-macro-test
%%DATADIR%%/sources/registry/x86-win32/ole-scribble
%%DATADIR%%/sources/registry/x86-win32/ole-server
%%DATADIR%%/sources/registry/x86-win32/ole-test
%%DATADIR%%/sources/registry/x86-win32/pente
%%DATADIR%%/sources/registry/x86-win32/pentium-test-suite
%%DATADIR%%/sources/registry/x86-win32/pentium-test-suite-app
%%DATADIR%%/sources/registry/x86-win32/plonker
%%DATADIR%%/sources/registry/x86-win32/reversi
%%DATADIR%%/sources/registry/x86-win32/sample-automation-controller
%%DATADIR%%/sources/registry/x86-win32/sample-automation-server
%%DATADIR%%/sources/registry/x86-win32/sample-duim-container
%%DATADIR%%/sources/registry/x86-win32/sample-ole-container
%%DATADIR%%/sources/registry/x86-win32/sample-ole-server
%%DATADIR%%/sources/registry/x86-win32/scribble
%%DATADIR%%/sources/registry/x86-win32/source-control-vss-backend
%%DATADIR%%/sources/registry/x86-win32/standalone-deuce
%%DATADIR%%/sources/registry/x86-win32/system
%%DATADIR%%/sources/registry/x86-win32/testworks-gui
%%DATADIR%%/sources/registry/x86-win32/tetris
%%DATADIR%%/sources/registry/x86-win32/tic-tac-toe
%%DATADIR%%/sources/registry/x86-win32/variable-search
%%DATADIR%%/sources/registry/x86-win32/walker
%%DATADIR%%/sources/registry/x86-win32/win32-automation
%%DATADIR%%/sources/registry/x86-win32/win32-common
%%DATADIR%%/sources/registry/x86-win32/win32-controls
%%DATADIR%%/sources/registry/x86-win32/win32-dde
%%DATADIR%%/sources/registry/x86-win32/win32-dialog
%%DATADIR%%/sources/registry/x86-win32/win32-duim
%%DATADIR%%/sources/registry/x86-win32/win32-duim-gui-test-suite
%%DATADIR%%/sources/registry/x86-win32/win32-duim-regression-test-suite
%%DATADIR%%/sources/registry/x86-win32/win32-environment
%%DATADIR%%/sources/registry/x86-win32/win32-gdi
%%DATADIR%%/sources/registry/x86-win32/win32-gl
%%DATADIR%%/sources/registry/x86-win32/win32-glu
%%DATADIR%%/sources/registry/x86-win32/win32-html-help
%%DATADIR%%/sources/registry/x86-win32/win32-invisible-control
%%DATADIR%%/sources/registry/x86-win32/win32-kernel
%%DATADIR%%/sources/registry/x86-win32/win32-multimedia
%%DATADIR%%/sources/registry/x86-win32/win32-ole-container
%%DATADIR%%/sources/registry/x86-win32/win32-ole-server
%%DATADIR%%/sources/registry/x86-win32/win32-registry
%%DATADIR%%/sources/registry/x86-win32/win32-resources
%%DATADIR%%/sources/registry/x86-win32/win32-rich-edit
%%DATADIR%%/sources/registry/x86-win32/win32-shell
%%DATADIR%%/sources/registry/x86-win32/win32-test-suite
%%DATADIR%%/sources/registry/x86-win32/win32-test-suite-app
%%DATADIR%%/sources/registry/x86-win32/win32-user
%%DATADIR%%/sources/registry/x86-win32/win32-util-test
%%DATADIR%%/sources/registry/x86-win32/win32-version
%%DATADIR%%/sources/registry/x86-win32/windows-ffi-example
%%DATADIR%%/sources/registry/x86-win32/windows-gadgets-example
%%DATADIR%%/sources/registry/x86-win32/windows-hook
%%DATADIR%%/sources/registry/x86-win32/windows-resource-example
%%DATADIR%%/sources/registry/x86-win32/windows-viewer
%%DATADIR%%/sources/registry/x86-win32/with-splash-screen
%%DATADIR%%/sources/registry/x86_64-darwin/c-ffi
%%DATADIR%%/sources/registry/x86_64-darwin/common-dylan
%%DATADIR%%/sources/registry/x86_64-darwin/dood
%%DATADIR%%/sources/registry/x86_64-darwin/duim
%%DATADIR%%/sources/registry/x86_64-darwin/io
%%DATADIR%%/sources/registry/x86_64-darwin/jam
%%DATADIR%%/sources/registry/x86_64-darwin/network
%%DATADIR%%/sources/registry/x86_64-darwin/odbc-ffi
%%DATADIR%%/sources/registry/x86_64-darwin/ssl-network
%%DATADIR%%/sources/registry/x86_64-darwin/system
%%DATADIR%%/sources/registry/x86_64-darwin/variable-search
%%DATADIR%%/sources/registry/x86_64-freebsd/c-ffi
%%DATADIR%%/sources/registry/x86_64-freebsd/common-dylan
%%DATADIR%%/sources/registry/x86_64-freebsd/dood
%%DATADIR%%/sources/registry/x86_64-freebsd/duim
%%DATADIR%%/sources/registry/x86_64-freebsd/gtk
%%DATADIR%%/sources/registry/x86_64-freebsd/gtk-c-ffi
%%DATADIR%%/sources/registry/x86_64-freebsd/io
%%DATADIR%%/sources/registry/x86_64-freebsd/jam
%%DATADIR%%/sources/registry/x86_64-freebsd/network
%%DATADIR%%/sources/registry/x86_64-freebsd/ssl-network
%%DATADIR%%/sources/registry/x86_64-freebsd/system
%%DATADIR%%/sources/registry/x86_64-freebsd/variable-search
%%DATADIR%%/sources/registry/x86_64-linux/c-ffi
%%DATADIR%%/sources/registry/x86_64-linux/common-dylan
%%DATADIR%%/sources/registry/x86_64-linux/dood
%%DATADIR%%/sources/registry/x86_64-linux/duim
%%DATADIR%%/sources/registry/x86_64-linux/io
%%DATADIR%%/sources/registry/x86_64-linux/jam
%%DATADIR%%/sources/registry/x86_64-linux/network
%%DATADIR%%/sources/registry/x86_64-linux/ssl-network
%%DATADIR%%/sources/registry/x86_64-linux/stack-walker
%%DATADIR%%/sources/registry/x86_64-linux/system
%%DATADIR%%/sources/registry/x86_64-linux/variable-search
%%DATADIR%%/sources/runtime-manager/access-path/access-connections.dylan
%%DATADIR%%/sources/runtime-manager/access-path/access-path-callbacks.dylan
%%DATADIR%%/sources/runtime-manager/access-path/access-path.dylan
%%DATADIR%%/sources/runtime-manager/access-path/access-path.lid
%%DATADIR%%/sources/runtime-manager/access-path/app-control.dylan
%%DATADIR%%/sources/runtime-manager/access-path/debug-points.dylan
%%DATADIR%%/sources/runtime-manager/access-path/dylan-utilities.dylan
%%DATADIR%%/sources/runtime-manager/access-path/enhanced-nub-interfacing.dylan
%%DATADIR%%/sources/runtime-manager/access-path/instruction-interpret.dylan
%%DATADIR%%/sources/runtime-manager/access-path/library.dylan
%%DATADIR%%/sources/runtime-manager/access-path/memory-access.dylan
%%DATADIR%%/sources/runtime-manager/access-path/module.dylan
%%DATADIR%%/sources/runtime-manager/access-path/nub-ffi-defs.dylan
%%DATADIR%%/sources/runtime-manager/access-path/profile.dylan
%%DATADIR%%/sources/runtime-manager/access-path/remote-function-call.dylan
%%DATADIR%%/sources/runtime-manager/access-path/remote-objects.dylan
%%DATADIR%%/sources/runtime-manager/access-path/remote-value.dylan
%%DATADIR%%/sources/runtime-manager/access-path/source-locator-map.dylan
%%DATADIR%%/sources/runtime-manager/access-path/stack-frames.dylan
%%DATADIR%%/sources/runtime-manager/access-path/stop-reasons.dylan
%%DATADIR%%/sources/runtime-manager/access-path/symbol-lookup.dylan
%%DATADIR%%/sources/runtime-manager/access-path/win32-access-path.lid
%%DATADIR%%/sources/runtime-manager/debugger-manager/debug-points.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/debug-target.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/dfmc-accessors.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/dfmc-debugger-manager.lid
%%DATADIR%%/sources/runtime-manager/debugger-manager/dynamic-environment.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/execution-context.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/frames.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/initialization-tracking.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/integration-place-holders.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/invoke-dylan.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/lexical-maps.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/management.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/new-name-context.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/object-directory.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/print-inspect.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/profile.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/queries.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/registration.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/remote-object-registration.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/remote-restarts.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/runtime-compiled-lambda.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/source-code-mapping.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/spy-catalogue.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/stack-backtrace.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/stepping.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/stop-cases.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/stop-reason-interpret.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/threads.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/trace.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/transaction.dylan
%%DATADIR%%/sources/runtime-manager/debugger-manager/utilities.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/client/library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/client/module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/client/remote-nub-client.hdp
%%DATADIR%%/sources/runtime-manager/debugger-nub/client/remote-nub-client.spec
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server.ico
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server.rc
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server-ffi-defs.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server-frame.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.hdp
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.spec
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/README
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/app_control.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/basic-test.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/compat.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub-core-types.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub-core.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub_interface.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/proxy.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/server.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/utilities.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol-library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol-module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/remote-nub.idl
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/access-path-callbacks.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/enhanced-nub-interfacing.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub-defs.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub-ffi-defs.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.hdp
%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.spec
%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons-library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons-module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs-library.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs-module.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs.dylan
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/How2Build.text
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/accept-password.rc
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/address-print.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/app_control.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/basic-test.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff-extract.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_map.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_map.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_relocations.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/cv-extract.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/cv-types.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug-server.ico
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug-server.rc
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_map.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_map.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_points.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/describe.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dia-types.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dummy_page_fault_count.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dylan-extensions.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dylan-extensions.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/eproxy.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/lproxy.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/makefile
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/memory_access.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/misc_utils.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub-core-types.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub-core.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub_interface.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nubserve.idl
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/page_fault_count.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/page_protection.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/process_walker.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/profile.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/proxy.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/quick_and_dirty.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/rap_stubs.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/register_access.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_function_call.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_nub_main.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_object_registration.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_objects.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/resource.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/rnub.idl
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_locals.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_main.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_remote.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_starter.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_stopper.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/source_location_info.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/stack_backtrace2.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/stop_reasons.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/synch_glue_remote.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/transport_protocols.c
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/transport_protocols.h
%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/utils.h
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/application.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-button-check-callback.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-debug.lid
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-debugger-defaults.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-library.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-stop-mode.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-top-level.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/button-check-callback.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/c-interactor.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/command-reader.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/console-debugger-defaults.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/counter-group.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/counter.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debug-handlers.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debugger-commands.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debugger-message.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/devel-dbg-ui.lid
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/download-expressions.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/execute-without-dfmc.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/expressions.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/inspection-extensions.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/library.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger-defaults.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger-library.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger.lid
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/new-execute.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/new-lexer.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/option-processing.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/parse.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/previous-results.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/primread-ffi-defs.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/print-directive-macros.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/profile-processing.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/profiler.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/remote-walker.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/resource.h
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stack-print.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-button.c
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-button.rc
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-mode.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-reason-callback.dylan
%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/top-level-loop.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/coff-repr.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-downloader.lid
%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-memory.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-transactions.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/interfaces.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/library-no-dfmc.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/library.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/raw-data-download.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/registration.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/relocation.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/section-download.dylan
%%DATADIR%%/sources/runtime-manager/interactive-downloader/simple-downloader.lid
%%DATADIR%%/sources/runtime-manager/interactive-downloader/symbols.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/debug-display.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/definitions.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/function-boundaries.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/interactive-symbol-table.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/interactive-symbol-table.lid
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/internal-utilities.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/library.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/searches-by-address.dylan
%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/searches-by-name.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/access-connections.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/access-path-callbacks.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/access-path.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/app-control.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/debug-points.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/dylan-utilities.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/instruction-interpret.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/library.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/memory-access.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/module.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/nub-ffi-defs.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/profile.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-access-path.lid
%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-function-call.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-objects.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-value.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/source-locator-map.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/stack-frames.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/stop-reasons.dylan
%%DATADIR%%/sources/runtime-manager/remote-access-path/symbol-lookup.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/counter-group.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/counter-sequence.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/counter.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/library.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/module.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/profile-target.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/profiler-counter-groups.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/test-profiler.dylan
%%DATADIR%%/sources/runtime-manager/test-profiler/test-profiler.lid
%%DATADIR%%/sources/runtime-manager/tether-downloader/alignment.dylan
%%DATADIR%%/sources/runtime-manager/tether-downloader/allocate-via-spy.dylan
%%DATADIR%%/sources/runtime-manager/tether-downloader/download.dylan
%%DATADIR%%/sources/runtime-manager/tether-downloader/experimental-downloader.lid
%%DATADIR%%/sources/runtime-manager/tether-downloader/library.dylan
%%DATADIR%%/sources/runtime-manager/tether-downloader/static-block.dylan
%%DATADIR%%/sources/system/arm-linux-magic-numbers.dylan
%%DATADIR%%/sources/system/arm-linux-operating-system.dylan
%%DATADIR%%/sources/system/arm-linux-system.lid
%%DATADIR%%/sources/system/date.dylan
%%DATADIR%%/sources/system/dump-magic-numbers.c
%%DATADIR%%/sources/system/durations.dylan
%%DATADIR%%/sources/system/file-system/file-stream.dylan
%%DATADIR%%/sources/system/file-system/file-system.dylan
%%DATADIR%%/sources/system/file-system/microsoft-locators.dylan
%%DATADIR%%/sources/system/file-system/native-microsoft-locators.dylan
%%DATADIR%%/sources/system/file-system/native-posix-locators.dylan
%%DATADIR%%/sources/system/file-system/posix-locators.dylan
%%DATADIR%%/sources/system/file-system/unix-ffi.dylan
%%DATADIR%%/sources/system/file-system/unix-file-accessor.dylan
%%DATADIR%%/sources/system/file-system/unix-file-system.dylan
%%DATADIR%%/sources/system/file-system/unix-interface.dylan
%%DATADIR%%/sources/system/file-system/win32-ffi.dylan
%%DATADIR%%/sources/system/file-system/win32-file-accessor.dylan
%%DATADIR%%/sources/system/file-system/win32-file-system.dylan
%%DATADIR%%/sources/system/file-system/win32-interface.dylan
%%DATADIR%%/sources/system/file-system/wrapper-file-accessor.dylan
%%DATADIR%%/sources/system/library.dylan
%%DATADIR%%/sources/system/locators/locators.dylan
%%DATADIR%%/sources/system/locators/utilities.dylan
%%DATADIR%%/sources/system/locators/web-locators.dylan
%%DATADIR%%/sources/system/operating-system.dylan
%%DATADIR%%/sources/system/ppc-darwin-magic-numbers.dylan
%%DATADIR%%/sources/system/ppc-darwin-operating-system.dylan
%%DATADIR%%/sources/system/ppc-darwin-system.lid
%%DATADIR%%/sources/system/settings/dummy-settings.dylan
%%DATADIR%%/sources/system/settings/settings.dylan
%%DATADIR%%/sources/system/settings/win32-settings.dylan
%%DATADIR%%/sources/system/tests/date.dylan
%%DATADIR%%/sources/system/tests/file-system.dylan
%%DATADIR%%/sources/system/tests/library.dylan
%%DATADIR%%/sources/system/tests/locators.dylan
%%DATADIR%%/sources/system/tests/macros.dylan
%%DATADIR%%/sources/system/tests/operating-system.dylan
%%DATADIR%%/sources/system/tests/regressions.dylan
%%DATADIR%%/sources/system/tests/settings.dylan
%%DATADIR%%/sources/system/tests/simple-xml.dylan
%%DATADIR%%/sources/system/tests/specification.dylan
%%DATADIR%%/sources/system/tests/system-test-suite.lid
%%DATADIR%%/sources/system/tests/temp-files.dylan
%%DATADIR%%/sources/system/tests/variables.dylan
%%DATADIR%%/sources/system/tokenize-variable.dylan
%%DATADIR%%/sources/system/unix-date-interface.dylan
%%DATADIR%%/sources/system/unix-operating-system.dylan
%%DATADIR%%/sources/system/unix-portability.c
%%DATADIR%%/sources/system/version.rc
%%DATADIR%%/sources/system/win32-date-interface.dylan
%%DATADIR%%/sources/system/x86-darwin-magic-numbers.dylan
%%DATADIR%%/sources/system/x86-darwin-operating-system.dylan
%%DATADIR%%/sources/system/x86-darwin-system.lid
%%DATADIR%%/sources/system/x86-freebsd-magic-numbers.dylan
%%DATADIR%%/sources/system/x86-freebsd-operating-system.dylan
%%DATADIR%%/sources/system/x86-freebsd-system.lid
%%DATADIR%%/sources/system/x86-linux-magic-numbers.dylan
%%DATADIR%%/sources/system/x86-linux-operating-system.dylan
%%DATADIR%%/sources/system/x86-linux-system.lid
%%DATADIR%%/sources/system/x86-win32-operating-system.dylan
%%DATADIR%%/sources/system/x86-win32-system.lid
%%DATADIR%%/sources/system/x86_64-darwin-magic-numbers.dylan
%%DATADIR%%/sources/system/x86_64-darwin-operating-system.dylan
%%DATADIR%%/sources/system/x86_64-darwin-system.lid
%%DATADIR%%/sources/system/x86_64-freebsd-magic-numbers.dylan
%%DATADIR%%/sources/system/x86_64-freebsd-operating-system.dylan
%%DATADIR%%/sources/system/x86_64-freebsd-system.lid
%%DATADIR%%/sources/system/x86_64-linux-magic-numbers.dylan
%%DATADIR%%/sources/system/x86_64-linux-operating-system.dylan
%%DATADIR%%/sources/system/x86_64-linux-system.lid
%%DATADIR%%/sources/system/xml.dylan
%%DATADIR%%/sources/tools/make-dylan-app/README.rst
%%DATADIR%%/sources/tools/make-dylan-app/library.dylan
%%DATADIR%%/sources/tools/make-dylan-app/make-dylan-app.dylan
%%DATADIR%%/sources/tools/make-dylan-app/make-dylan-app.lid
%%DATADIR%%/sources/tools/make-dylan-app/template-constants.dylan
%%DATADIR%%/sources/tools/map-statistics/initialization.dylan
%%DATADIR%%/sources/tools/map-statistics/library.dylan
%%DATADIR%%/sources/tools/map-statistics/map-statistics.lid
%%DATADIR%%/sources/tools/map-statistics/module.dylan
%%DATADIR%%/sources/tools/map-statistics/reports.dylan
%%DATADIR%%/sources/tools/map-statistics/win32-map-statistics.lid
%%DATADIR%%/sources/tools/templates/bug-report.txt
%%DATADIR%%/sources/win32/microsoft-headers/README.txt
%%DATADIR%%/sources/win32/tests/win32-util-test/library.dylan
%%DATADIR%%/sources/win32/tests/win32-util-test/run.dylan
%%DATADIR%%/sources/win32/tests/win32-util-test/test.dylan
%%DATADIR%%/sources/win32/tests/win32-util-test/types.dylan
%%DATADIR%%/sources/win32/tests/win32-util-test/win32-util-test.lid
%%DATADIR%%/sources/win32/win32-common/appnames.text
%%DATADIR%%/sources/win32/win32-common/callback.pat
%%DATADIR%%/sources/win32/win32-common/callbacks.dylan
%%DATADIR%%/sources/win32/win32-common/ce-only.text
%%DATADIR%%/sources/win32/win32-common/comlib.dylan
%%DATADIR%%/sources/win32/win32-common/comlib.src
%%DATADIR%%/sources/win32/win32-common/copyright.pat
%%DATADIR%%/sources/win32/win32-common/first.dylan
%%DATADIR%%/sources/win32/win32-common/how-to-generate.text
%%DATADIR%%/sources/win32/win32-common/include.pat
%%DATADIR%%/sources/win32/win32-common/make-sources
%%DATADIR%%/sources/win32/win32-common/modcopyr.pat
%%DATADIR%%/sources/win32/win32-common/moretype.dylan
%%DATADIR%%/sources/win32/win32-common/nt-only.text
%%DATADIR%%/sources/win32/win32-common/obsolete-names.text
%%DATADIR%%/sources/win32/win32-common/patterns.pat
%%DATADIR%%/sources/win32/win32-common/sources.mak
%%DATADIR%%/sources/win32/win32-common/version.rc
%%DATADIR%%/sources/win32/win32-common/w95-only.text
%%DATADIR%%/sources/win32/win32-common/win32-common.lid
%%DATADIR%%/sources/win32/win32-common/wincom.pat
%%DATADIR%%/sources/win32/win32-common/windef.dylan
%%DATADIR%%/sources/win32/win32-common/winerror.dylan
%%DATADIR%%/sources/win32/win32-common/winpat.pat
%%DATADIR%%/sources/win32/win32-controls/commctrl.dylan
%%DATADIR%%/sources/win32/win32-controls/library.dylan
%%DATADIR%%/sources/win32/win32-controls/library.src
%%DATADIR%%/sources/win32/win32-controls/make-sources
%%DATADIR%%/sources/win32/win32-controls/more.pat
%%DATADIR%%/sources/win32/win32-controls/prsht.dylan
%%DATADIR%%/sources/win32/win32-controls/special.dylan
%%DATADIR%%/sources/win32/win32-controls/version.rc
%%DATADIR%%/sources/win32/win32-controls/win32-controls.lid
%%DATADIR%%/sources/win32/win32-dde/after.pat
%%DATADIR%%/sources/win32/win32-dde/dde.dylan
%%DATADIR%%/sources/win32/win32-dde/ddeml.dylan
%%DATADIR%%/sources/win32/win32-dde/library.dylan
%%DATADIR%%/sources/win32/win32-dde/library.src
%%DATADIR%%/sources/win32/win32-dde/make-sources
%%DATADIR%%/sources/win32/win32-dde/more.dylan
%%DATADIR%%/sources/win32/win32-dde/security.dylan
%%DATADIR%%/sources/win32/win32-dde/version.rc
%%DATADIR%%/sources/win32/win32-dde/win32-dde.lid
%%DATADIR%%/sources/win32/win32-dialog/cderr.dylan
%%DATADIR%%/sources/win32/win32-dialog/commdlg.dylan
%%DATADIR%%/sources/win32/win32-dialog/dlgs.dylan
%%DATADIR%%/sources/win32/win32-dialog/library.dylan
%%DATADIR%%/sources/win32/win32-dialog/library.src
%%DATADIR%%/sources/win32/win32-dialog/make-sources
%%DATADIR%%/sources/win32/win32-dialog/preface.dylan
%%DATADIR%%/sources/win32/win32-dialog/version.rc
%%DATADIR%%/sources/win32/win32-dialog/win32-dialog.lid
%%DATADIR%%/sources/win32/win32-gdi/library.dylan
%%DATADIR%%/sources/win32/win32-gdi/library.src
%%DATADIR%%/sources/win32/win32-gdi/make-sources
%%DATADIR%%/sources/win32/win32-gdi/moregdi.dylan
%%DATADIR%%/sources/win32/win32-gdi/moregdi.pat
%%DATADIR%%/sources/win32/win32-gdi/pregdi.dylan
%%DATADIR%%/sources/win32/win32-gdi/version.rc
%%DATADIR%%/sources/win32/win32-gdi/win32-gdi.lid
%%DATADIR%%/sources/win32/win32-gdi/wingdi.dylan
%%DATADIR%%/sources/win32/win32-gl/extras.dylan
%%DATADIR%%/sources/win32/win32-gl/gl.dylan
%%DATADIR%%/sources/win32/win32-gl/library.dylan
%%DATADIR%%/sources/win32/win32-gl/module.dylan
%%DATADIR%%/sources/win32/win32-gl/version.rc
%%DATADIR%%/sources/win32/win32-gl/win32-gl.lid
%%DATADIR%%/sources/win32/win32-glu/glu.dylan
%%DATADIR%%/sources/win32/win32-glu/library.dylan
%%DATADIR%%/sources/win32/win32-glu/module.dylan
%%DATADIR%%/sources/win32/win32-glu/version.rc
%%DATADIR%%/sources/win32/win32-glu/win32-glu.lid
%%DATADIR%%/sources/win32/win32-html-help/html-help.dylan
%%DATADIR%%/sources/win32/win32-html-help/library.dylan
%%DATADIR%%/sources/win32/win32-html-help/library.src
%%DATADIR%%/sources/win32/win32-html-help/make-sources
%%DATADIR%%/sources/win32/win32-html-help/version.rc
%%DATADIR%%/sources/win32/win32-html-help/win32-html-help.lid
%%DATADIR%%/sources/win32/win32-kernel/basepat.pat
%%DATADIR%%/sources/win32/win32-kernel/exclude.text
%%DATADIR%%/sources/win32/win32-kernel/kernfirst.dylan
%%DATADIR%%/sources/win32/win32-kernel/kernhack.dylan
%%DATADIR%%/sources/win32/win32-kernel/library.dylan
%%DATADIR%%/sources/win32/win32-kernel/library.src
%%DATADIR%%/sources/win32/win32-kernel/make-sources
%%DATADIR%%/sources/win32/win32-kernel/nt.pat
%%DATADIR%%/sources/win32/win32-kernel/version.rc
%%DATADIR%%/sources/win32/win32-kernel/win32-kernel.lid
%%DATADIR%%/sources/win32/win32-kernel/winbase.dylan
%%DATADIR%%/sources/win32/win32-kernel/winnls.dylan
%%DATADIR%%/sources/win32/win32-kernel/winnt.dylan
%%DATADIR%%/sources/win32/win32-main/Makefile
%%DATADIR%%/sources/win32/win32-main/main.c
%%DATADIR%%/sources/win32/win32-multimedia/auxil.dylan
%%DATADIR%%/sources/win32/win32-multimedia/library.dylan
%%DATADIR%%/sources/win32/win32-multimedia/library.src
%%DATADIR%%/sources/win32/win32-multimedia/make-sources
%%DATADIR%%/sources/win32/win32-multimedia/mmsystem.dylan
%%DATADIR%%/sources/win32/win32-multimedia/more.pat
%%DATADIR%%/sources/win32/win32-multimedia/version.rc
%%DATADIR%%/sources/win32/win32-multimedia/win32-multimedia.lid
%%DATADIR%%/sources/win32/win32-registry/constants.dat
%%DATADIR%%/sources/win32/win32-registry/library.dylan
%%DATADIR%%/sources/win32/win32-registry/library.src
%%DATADIR%%/sources/win32/win32-registry/make-sources
%%DATADIR%%/sources/win32/win32-registry/more.pat
%%DATADIR%%/sources/win32/win32-registry/regconst.dylan
%%DATADIR%%/sources/win32/win32-registry/regutil.dylan
%%DATADIR%%/sources/win32/win32-registry/version.rc
%%DATADIR%%/sources/win32/win32-registry/win32-registry.lid
%%DATADIR%%/sources/win32/win32-registry/winreg.dylan
%%DATADIR%%/sources/win32/win32-resources/database.dylan
%%DATADIR%%/sources/win32/win32-resources/decode.dylan
%%DATADIR%%/sources/win32/win32-resources/enumerate.dylan
%%DATADIR%%/sources/win32/win32-resources/grok-dialog.dylan
%%DATADIR%%/sources/win32/win32-resources/grok-toolbar.dylan
%%DATADIR%%/sources/win32/win32-resources/grok.dylan
%%DATADIR%%/sources/win32/win32-resources/interface.dylan
%%DATADIR%%/sources/win32/win32-resources/library.dylan
%%DATADIR%%/sources/win32/win32-resources/module.dylan
%%DATADIR%%/sources/win32/win32-resources/resources.dylan
%%DATADIR%%/sources/win32/win32-resources/utilities.dylan
%%DATADIR%%/sources/win32/win32-resources/version.rc
%%DATADIR%%/sources/win32/win32-resources/win32-resources.lid
%%DATADIR%%/sources/win32/win32-rich-edit/after.pat
%%DATADIR%%/sources/win32/win32-rich-edit/before.pat
%%DATADIR%%/sources/win32/win32-rich-edit/library.dylan
%%DATADIR%%/sources/win32/win32-rich-edit/library.src
%%DATADIR%%/sources/win32/win32-rich-edit/make-sources
%%DATADIR%%/sources/win32/win32-rich-edit/richedit.dylan
%%DATADIR%%/sources/win32/win32-rich-edit/version.rc
%%DATADIR%%/sources/win32/win32-rich-edit/win32-rich-edit.lid
%%DATADIR%%/sources/win32/win32-shell/before.pat
%%DATADIR%%/sources/win32/win32-shell/defs.dylan
%%DATADIR%%/sources/win32/win32-shell/library.dylan
%%DATADIR%%/sources/win32/win32-shell/library.src
%%DATADIR%%/sources/win32/win32-shell/make-sources
%%DATADIR%%/sources/win32/win32-shell/shellapi.dylan
%%DATADIR%%/sources/win32/win32-shell/special.pat
%%DATADIR%%/sources/win32/win32-shell/version.rc
%%DATADIR%%/sources/win32/win32-shell/win32-shell.lid
%%DATADIR%%/sources/win32/win32-user/handler.dylan
%%DATADIR%%/sources/win32/win32-user/library.dylan
%%DATADIR%%/sources/win32/win32-user/library.src
%%DATADIR%%/sources/win32/win32-user/make-sources
%%DATADIR%%/sources/win32/win32-user/moreuser.dylan
%%DATADIR%%/sources/win32/win32-user/predecl.dylan
%%DATADIR%%/sources/win32/win32-user/userpat.pat
%%DATADIR%%/sources/win32/win32-user/version.rc
%%DATADIR%%/sources/win32/win32-user/win32-user.lid
%%DATADIR%%/sources/win32/win32-user/winuser.dylan
%%DATADIR%%/sources/win32/win32-version/library.dylan
%%DATADIR%%/sources/win32/win32-version/library.src
%%DATADIR%%/sources/win32/win32-version/make-sources
%%DATADIR%%/sources/win32/win32-version/version.rc
%%DATADIR%%/sources/win32/win32-version/win32-version.lid
%%DATADIR%%/sources/win32/win32-version/winver.dylan
%%PORTDOCS%%%%DOCSDIR%%/README
@dir %%DATADIR%%/sources/qa/testworks/documentation/sphinx-extensions
@dir %%DATADIR%%/sources/app/dlp