aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lazarus/pkg-plist
blob: be17b0a9df8b3551bd84ef77080784c6f5a0e2b0 (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
bin/lazarus
%%DATADIR%%/components/Makefile
%%DATADIR%%/components/Makefile.fpc
%%DATADIR%%/components/README.txt
%%DATADIR%%/components/cgi/Makefile
%%DATADIR%%/components/cgi/Makefile.fpc
%%DATADIR%%/components/cgi/README.txt
%%DATADIR%%/components/cgi/cgilaz.lpk
%%DATADIR%%/components/cgi/cgilaz.pas
%%DATADIR%%/components/cgi/cgimodules.pas
%%DATADIR%%/components/cgi/ide/Makefile
%%DATADIR%%/components/cgi/ide/Makefile.fpc
%%DATADIR%%/components/cgi/ide/README.txt
%%DATADIR%%/components/cgi/ide/cgilazide.lpk
%%DATADIR%%/components/cgi/ide/cgilazide.pas
%%DATADIR%%/components/cgi/ide/cgilazideintf.pas
%%DATADIR%%/components/cgi/ide/lib/README.txt
%%DATADIR%%/components/cgi/lib/README.txt
%%DATADIR%%/components/codetools/Makefile
%%DATADIR%%/components/codetools/Makefile.fpc
%%DATADIR%%/components/codetools/allcodetoolunits.pp
%%DATADIR%%/components/codetools/basiccodetools.pas
%%DATADIR%%/components/codetools/codeatom.pas
%%DATADIR%%/components/codetools/codebeautifier.pas
%%DATADIR%%/components/codetools/codecache.pas
%%DATADIR%%/components/codetools/codecompletiontool.pas
%%DATADIR%%/components/codetools/codetemplatestool.pas
%%DATADIR%%/components/codetools/codetoolmanager.pas
%%DATADIR%%/components/codetools/codetoolmemmanager.pas
%%DATADIR%%/components/codetools/codetools.inc
%%DATADIR%%/components/codetools/codetoolsconfig.pas
%%DATADIR%%/components/codetools/codetoolsstrconsts.pas
%%DATADIR%%/components/codetools/codetoolsstructs.pas
%%DATADIR%%/components/codetools/codetree.pas
%%DATADIR%%/components/codetools/customcodetool.pas
%%DATADIR%%/components/codetools/definetemplates.pas
%%DATADIR%%/components/codetools/directorycacher.pas
%%DATADIR%%/components/codetools/eventcodetool.pas
%%DATADIR%%/components/codetools/examples/addeventmethod.lpi
%%DATADIR%%/components/codetools/examples/addeventmethod.lpr
%%DATADIR%%/components/codetools/examples/addmethod.lpi
%%DATADIR%%/components/codetools/examples/addmethod.lpr
%%DATADIR%%/components/codetools/examples/codecompletion.lpi
%%DATADIR%%/components/codetools/examples/codecompletion.lpr
%%DATADIR%%/components/codetools/examples/finddeclaration.lpi
%%DATADIR%%/components/codetools/examples/finddeclaration.lpr
%%DATADIR%%/components/codetools/examples/fixfilenames.lpi
%%DATADIR%%/components/codetools/examples/fixfilenames.pas
%%DATADIR%%/components/codetools/examples/getcontext.lpi
%%DATADIR%%/components/codetools/examples/getcontext.lpr
%%DATADIR%%/components/codetools/examples/methodjumping.lpi
%%DATADIR%%/components/codetools/examples/methodjumping.pas
%%DATADIR%%/components/codetools/examples/scanexamples/BigLettersUnit.pas
%%DATADIR%%/components/codetools/examples/scanexamples/addeventexample.pas
%%DATADIR%%/components/codetools/examples/scanexamples/brokenfilenames.pas
%%DATADIR%%/components/codetools/examples/scanexamples/brokenincfiles.inc
%%DATADIR%%/components/codetools/examples/scanexamples/completion1.pas
%%DATADIR%%/components/codetools/examples/scanexamples/empty.inc
%%DATADIR%%/components/codetools/examples/scanexamples/getcontextexample.pas
%%DATADIR%%/components/codetools/examples/scanexamples/simpleunit1.pas
%%DATADIR%%/components/codetools/examples/scanexamples/tgeneric2.pas
%%DATADIR%%/components/codetools/expreval.pas
%%DATADIR%%/components/codetools/extractproctool.pas
%%DATADIR%%/components/codetools/fileprocs.pas
%%DATADIR%%/components/codetools/finddeclarationcache.pas
%%DATADIR%%/components/codetools/finddeclarationtool.pas
%%DATADIR%%/components/codetools/fpc.errore.msg
%%DATADIR%%/components/codetools/identcompletiontool.pas
%%DATADIR%%/components/codetools/keywordfunclists.pas
%%DATADIR%%/components/codetools/languages/README.txt
%%DATADIR%%/components/codetools/languages/codetools.ca.po
%%DATADIR%%/components/codetools/languages/codetools.de.po
%%DATADIR%%/components/codetools/languages/codetools.es.po
%%DATADIR%%/components/codetools/languages/codetools.esutf.po
%%DATADIR%%/components/codetools/languages/codetools.fi.po
%%DATADIR%%/components/codetools/languages/codetools.fr.po
%%DATADIR%%/components/codetools/languages/codetools.id.po
%%DATADIR%%/components/codetools/languages/codetools.it.po
%%DATADIR%%/components/codetools/languages/codetools.nl.po
%%DATADIR%%/components/codetools/languages/codetools.pl.po
%%DATADIR%%/components/codetools/languages/codetools.pliso.po
%%DATADIR%%/components/codetools/languages/codetools.plwin.po
%%DATADIR%%/components/codetools/languages/codetools.po
%%DATADIR%%/components/codetools/languages/codetools.ru.po
%%DATADIR%%/components/codetools/languages/codetools.ua.po
%%DATADIR%%/components/codetools/languages/codetools.zh-cn.po
%%DATADIR%%/components/codetools/laz_dom.pas
%%DATADIR%%/components/codetools/laz_xmlcfg.pas
%%DATADIR%%/components/codetools/laz_xmlread.pas
%%DATADIR%%/components/codetools/laz_xmlstreaming.pas
%%DATADIR%%/components/codetools/laz_xmlwrite.pas
%%DATADIR%%/components/codetools/lfmtrees.pas
%%DATADIR%%/components/codetools/linkscanner.pas
%%DATADIR%%/components/codetools/memcheck.pas
%%DATADIR%%/components/codetools/memcheck_laz.inc
%%DATADIR%%/components/codetools/methodjumptool.pas
%%DATADIR%%/components/codetools/multikeywordlisttool.pas
%%DATADIR%%/components/codetools/pascalparsertool.pas
%%DATADIR%%/components/codetools/pascalreadertool.pas
%%DATADIR%%/components/codetools/resourcecodetool.pas
%%DATADIR%%/components/codetools/sourcechanger.pas
%%DATADIR%%/components/codetools/sourcelog.pas
%%DATADIR%%/components/codetools/stdcodetools.pas
%%DATADIR%%/components/codetools/units/i386-freebsd/allcodetoolunits.o
%%DATADIR%%/components/codetools/units/i386-freebsd/allcodetoolunits.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/basiccodetools.o
%%DATADIR%%/components/codetools/units/i386-freebsd/basiccodetools.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codeatom.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codeatom.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codecache.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codecache.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codecompletiontool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codecompletiontool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetemplatestool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetemplatestool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolmanager.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolmanager.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolmemmanager.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolmemmanager.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsconfig.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsconfig.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsstrconsts.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsstrconsts.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsstrconsts.rst
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsstructs.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetoolsstructs.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/codetree.o
%%DATADIR%%/components/codetools/units/i386-freebsd/codetree.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/customcodetool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/customcodetool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/definetemplates.o
%%DATADIR%%/components/codetools/units/i386-freebsd/definetemplates.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/directorycacher.o
%%DATADIR%%/components/codetools/units/i386-freebsd/directorycacher.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/eventcodetool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/eventcodetool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/expreval.o
%%DATADIR%%/components/codetools/units/i386-freebsd/expreval.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/extractproctool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/extractproctool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/fileprocs.o
%%DATADIR%%/components/codetools/units/i386-freebsd/fileprocs.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/finddeclarationcache.o
%%DATADIR%%/components/codetools/units/i386-freebsd/finddeclarationcache.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/finddeclarationtool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/finddeclarationtool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/identcompletiontool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/identcompletiontool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/keywordfunclists.o
%%DATADIR%%/components/codetools/units/i386-freebsd/keywordfunclists.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_dom.o
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_dom.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlcfg.o
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlcfg.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlread.o
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlread.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlstreaming.o
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlstreaming.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlwrite.o
%%DATADIR%%/components/codetools/units/i386-freebsd/laz_xmlwrite.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/lfmtrees.o
%%DATADIR%%/components/codetools/units/i386-freebsd/lfmtrees.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/linkscanner.o
%%DATADIR%%/components/codetools/units/i386-freebsd/linkscanner.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/memcheck.o
%%DATADIR%%/components/codetools/units/i386-freebsd/memcheck.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/methodjumptool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/methodjumptool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/multikeywordlisttool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/multikeywordlisttool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/pascalparsertool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/pascalparsertool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/pascalreadertool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/pascalreadertool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/resourcecodetool.o
%%DATADIR%%/components/codetools/units/i386-freebsd/resourcecodetool.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/sourcechanger.o
%%DATADIR%%/components/codetools/units/i386-freebsd/sourcechanger.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/sourcelog.o
%%DATADIR%%/components/codetools/units/i386-freebsd/sourcelog.ppu
%%DATADIR%%/components/codetools/units/i386-freebsd/stdcodetools.o
%%DATADIR%%/components/codetools/units/i386-freebsd/stdcodetools.ppu
%%DATADIR%%/components/custom/README.txt
%%DATADIR%%/components/custom/customidecomps.pas.template
%%DATADIR%%/components/customform/custforms.pp
%%DATADIR%%/components/customform/demo/appform.pas
%%DATADIR%%/components/customform/demo/appforms.lpk
%%DATADIR%%/components/customform/demo/appforms.pas
%%DATADIR%%/components/customform/demo/dbappform.pas
%%DATADIR%%/components/customform/demo/regappforms.pp
%%DATADIR%%/components/customform/lazcustforms.lpk
%%DATADIR%%/components/customform/lazcustforms.pas
%%DATADIR%%/components/chmhelp/README.txt
%%DATADIR%%/components/chmhelp/democontrol/project1.lpi
%%DATADIR%%/components/chmhelp/democontrol/project1.lpr
%%DATADIR%%/components/chmhelp/democontrol/unit1.lfm
%%DATADIR%%/components/chmhelp/democontrol/unit1.lrs
%%DATADIR%%/components/chmhelp/democontrol/unit1.pas
%%DATADIR%%/components/chmhelp/lhelp/back.xpm
%%DATADIR%%/components/chmhelp/lhelp/chmdataprovider.pas
%%DATADIR%%/components/chmhelp/lhelp/chmpopup.lfm
%%DATADIR%%/components/chmhelp/lhelp/chmpopup.lrs
%%DATADIR%%/components/chmhelp/lhelp/chmpopup.pas
%%DATADIR%%/components/chmhelp/lhelp/chmspecialparser.pas
%%DATADIR%%/components/chmhelp/lhelp/lhelp.lpi
%%DATADIR%%/components/chmhelp/lhelp/lhelp.lpr
%%DATADIR%%/components/chmhelp/lhelp/lhelpcontrol.pas
%%DATADIR%%/components/chmhelp/lhelp/lhelpcore.lfm
%%DATADIR%%/components/chmhelp/lhelp/lhelpcore.lrs
%%DATADIR%%/components/chmhelp/lhelp/lhelpcore.pas
%%DATADIR%%/components/chmhelp/packages/chm/chmbase.pas
%%DATADIR%%/components/chmhelp/packages/chm/chmpkg.lpk
%%DATADIR%%/components/chmhelp/packages/chm/chmpkg.pas
%%DATADIR%%/components/chmhelp/packages/chm/chmreader.pas
%%DATADIR%%/components/chmhelp/packages/chm/paslzx.pas
%%DATADIR%%/components/chmhelp/packages/help/lhelpcontrol.pas
%%DATADIR%%/components/chmhelp/packages/help/lhelpcontrolpkg.lpk
%%DATADIR%%/components/chmhelp/packages/help/lhelpcontrolpkg.pas
%%DATADIR%%/components/chmhelp/packages/idehelp/chmhelppkg.lpk
%%DATADIR%%/components/chmhelp/packages/idehelp/chmhelppkg.pas
%%DATADIR%%/components/chmhelp/packages/idehelp/lazchmhelp.pas
%%DATADIR%%/components/fpcunit/Makefile
%%DATADIR%%/components/fpcunit/Makefile.fpc
%%DATADIR%%/components/fpcunit/blueball.xpm
%%DATADIR%%/components/fpcunit/fpcunittestrunner.lpk
%%DATADIR%%/components/fpcunit/fpcunittestrunner.pas
%%DATADIR%%/components/fpcunit/guitestrunner.lfm
%%DATADIR%%/components/fpcunit/guitestrunner.lrs
%%DATADIR%%/components/fpcunit/guitestrunner.pas
%%DATADIR%%/components/fpcunit/ide/Makefile
%%DATADIR%%/components/fpcunit/ide/Makefile.fpc
%%DATADIR%%/components/fpcunit/ide/README.txt
%%DATADIR%%/components/fpcunit/ide/fpcunitide.lpk
%%DATADIR%%/components/fpcunit/ide/fpcunitide.pas
%%DATADIR%%/components/fpcunit/ide/fpcunitlazideintf.pas
%%DATADIR%%/components/fpcunit/ide/fpcunitproject1.inc
%%DATADIR%%/components/fpcunit/ide/lib/README.txt
%%DATADIR%%/components/fpcunit/ide/testcaseopts.lfm
%%DATADIR%%/components/fpcunit/ide/testcaseopts.lrs
%%DATADIR%%/components/fpcunit/ide/testcaseopts.pas
%%DATADIR%%/components/fpcunit/lib/README.txt
%%DATADIR%%/components/h2pas/h2pasconfig.pas
%%DATADIR%%/components/h2pas/h2pasconvert.pas
%%DATADIR%%/components/h2pas/h2pasdlg.lfm
%%DATADIR%%/components/h2pas/h2pasdlg.lrs
%%DATADIR%%/components/h2pas/h2pasdlg.pas
%%DATADIR%%/components/h2pas/h2passtrconsts.pas
%%DATADIR%%/components/h2pas/h2paswizard.lpk
%%DATADIR%%/components/h2pas/h2paswizard.pas
%%DATADIR%%/components/h2pas/idetextconvlistadd.lfm
%%DATADIR%%/components/h2pas/idetextconvlistadd.lrs
%%DATADIR%%/components/h2pas/idetextconvlistadd.pas
%%DATADIR%%/components/h2pas/idetextconvlistedit.lfm
%%DATADIR%%/components/h2pas/idetextconvlistedit.lrs
%%DATADIR%%/components/h2pas/idetextconvlistedit.pas
%%DATADIR%%/components/images/examples/README.txt
%%DATADIR%%/components/images/examples/imagesexample.lpi
%%DATADIR%%/components/images/examples/imagesexample.lpr
%%DATADIR%%/components/images/examples/lazarus.jpg
%%DATADIR%%/components/images/examples/mainform.lfm
%%DATADIR%%/components/images/examples/mainform.lrs
%%DATADIR%%/components/images/examples/mainform.pas
%%DATADIR%%/components/images/imagesforlazarus.lpk
%%DATADIR%%/components/images/imagesforlazarus.pas
%%DATADIR%%/components/images/lazbmp.pas
%%DATADIR%%/components/images/lazjpg.pas
%%DATADIR%%/components/images/lazpng.pas
%%DATADIR%%/components/images/lazpnm.pas
%%DATADIR%%/components/images/laztga.pas
%%DATADIR%%/components/images/lazxpm.pas
%%DATADIR%%/components/images/readme.txt
%%DATADIR%%/components/interbase/README.txt
%%DATADIR%%/components/interbase/interbaselaz.lpk
%%DATADIR%%/components/interbase/interbaselaz.pas
%%DATADIR%%/components/interbase/lib/README.txt
%%DATADIR%%/components/interbase/registerinterbase.lrs
%%DATADIR%%/components/interbase/registerinterbase.pas
%%DATADIR%%/components/interbase/tibdatabase.ico
%%DATADIR%%/components/interbase/tibdatabase.xpm
%%DATADIR%%/components/interbase/tibquery.ico
%%DATADIR%%/components/interbase/tibquery.xpm
%%DATADIR%%/components/interbase/tibtransaction.xpm
%%DATADIR%%/components/jpeg/Makefile
%%DATADIR%%/components/jpeg/Makefile.fpc
%%DATADIR%%/components/jpeg/examples/README.txt
%%DATADIR%%/components/jpeg/examples/jpegexample.lpi
%%DATADIR%%/components/jpeg/examples/jpegexample.lpr
%%DATADIR%%/components/jpeg/examples/lazarus.jpg
%%DATADIR%%/components/jpeg/examples/mainform.lfm
%%DATADIR%%/components/jpeg/examples/mainform.lrs
%%DATADIR%%/components/jpeg/examples/mainform.pas
%%DATADIR%%/components/jpeg/jpegforlazarus.lpk
%%DATADIR%%/components/jpeg/jpegforlazarus.pas
%%DATADIR%%/components/jpeg/lazjpeg.pas
%%DATADIR%%/components/jpeg/readme.txt
%%DATADIR%%/components/macfiles/Makefile
%%DATADIR%%/components/macfiles/Makefile.fpc
%%DATADIR%%/components/macfiles/examples/Readme.txt
%%DATADIR%%/components/macfiles/examples/createmacapplication.lpi
%%DATADIR%%/components/macfiles/examples/createmacapplication.lpr
%%DATADIR%%/components/macfiles/macapplicationres.pas
%%DATADIR%%/components/macfiles/macosfiles.lpk
%%DATADIR%%/components/macfiles/macosfiles.pas
%%DATADIR%%/components/memds/Makefile
%%DATADIR%%/components/memds/Makefile.fpc
%%DATADIR%%/components/memds/frmselectdataset.lfm
%%DATADIR%%/components/memds/frmselectdataset.lrs
%%DATADIR%%/components/memds/frmselectdataset.pp
%%DATADIR%%/components/memds/lib/README.txt
%%DATADIR%%/components/memds/memdsicons.lrs
%%DATADIR%%/components/memds/memdslaz.lpk
%%DATADIR%%/components/memds/memdslaz.pas
%%DATADIR%%/components/memds/tmemdataset.xpm
%%DATADIR%%/components/mpaslex/mpaslex.pp
%%DATADIR%%/components/opengl/agl.pp
%%DATADIR%%/components/opengl/example/mainunit.lfm
%%DATADIR%%/components/opengl/example/mainunit.lrs
%%DATADIR%%/components/opengl/example/mainunit.pas
%%DATADIR%%/components/opengl/example/testopenglcontext1.lpi
%%DATADIR%%/components/opengl/example/testopenglcontext1.lpr
%%DATADIR%%/components/opengl/glcarbonaglcontext.pas
%%DATADIR%%/components/opengl/glgtkglxcontext.pas
%%DATADIR%%/components/opengl/glwin32wglcontext.pas
%%DATADIR%%/components/opengl/gtk2x11/gdk2x.pas
%%DATADIR%%/components/opengl/gtk2x11/gdk2x11.lpk
%%DATADIR%%/components/opengl/gtk2x11/gdk2x11.pas
%%DATADIR%%/components/opengl/gtk2x11/include/gdk2x11includes.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkdisplay-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkdrawable-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkinputprivate.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkpixmap-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkprivate-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkscreen-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkwindow-x11.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gdkx.inc
%%DATADIR%%/components/opengl/gtk2x11/include/gxid_proto.inc
%%DATADIR%%/components/opengl/gtk2x11/include/mwmutil.inc
%%DATADIR%%/components/opengl/gtk2x11/include/xsettings-client.inc
%%DATADIR%%/components/opengl/gtk2x11/include/xsettings-common.inc
%%DATADIR%%/components/opengl/gtk2x11/scripts/gdkx11_h2pas.sh
%%DATADIR%%/components/opengl/lazopenglcontext.lpk
%%DATADIR%%/components/opengl/lazopenglcontext.pas
%%DATADIR%%/components/opengl/openglcontext.lrs
%%DATADIR%%/components/opengl/openglcontext.pas
%%DATADIR%%/components/opengl/topenglcontrol.xpm
%%DATADIR%%/components/popupnotifier/demo/popupnotifierdemo.lpi
%%DATADIR%%/components/popupnotifier/demo/popupnotifierdemo.lpr
%%DATADIR%%/components/popupnotifier/demo/unit1.lfm
%%DATADIR%%/components/popupnotifier/demo/unit1.lrs
%%DATADIR%%/components/popupnotifier/demo/unit1.pas
%%DATADIR%%/components/popupnotifier/popupnotifier.pas
%%DATADIR%%/components/popupnotifier/popupnotifierlaz.lpk
%%DATADIR%%/components/popupnotifier/popupnotifierlaz.pas
%%DATADIR%%/components/prettyformat/pfidesource.pas
%%DATADIR%%/components/prettyformat/prettyformat.lpk
%%DATADIR%%/components/prettyformat/prettyformat.pas
%%DATADIR%%/components/prettyformat/ptopu.pp
%%DATADIR%%/components/printers/Makefile
%%DATADIR%%/components/printers/Makefile.fpc
%%DATADIR%%/components/printers/lib/README.txt
%%DATADIR%%/components/printers/osprinters.pas
%%DATADIR%%/components/printers/printer4lazarus.lpk
%%DATADIR%%/components/printers/printer4lazarus.pas
%%DATADIR%%/components/printers/printersdlgs.lrs
%%DATADIR%%/components/printers/printersdlgs.pp
%%DATADIR%%/components/printers/readme.txt
%%DATADIR%%/components/printers/sample/frmselprinter.lfm
%%DATADIR%%/components/printers/sample/frmselprinter.lrs
%%DATADIR%%/components/printers/sample/frmselprinter.pas
%%DATADIR%%/components/printers/sample/selectprinter.lpi
%%DATADIR%%/components/printers/sample/selectprinter.lpr
%%DATADIR%%/components/printers/unix/cupsdyn.pp
%%DATADIR%%/components/printers/unix/cupsprinters.inc
%%DATADIR%%/components/printers/unix/cupsprinters_h.inc
%%DATADIR%%/components/printers/unix/cupsprndialogs.inc
%%DATADIR%%/components/printers/unix/jobsimglist.lrs
%%DATADIR%%/components/printers/unix/minicupslibc.pas
%%DATADIR%%/components/printers/unix/printerprop.lrs
%%DATADIR%%/components/printers/unix/selectprinter.lrs
%%DATADIR%%/components/printers/unix/udlgprintersjobs.lfm
%%DATADIR%%/components/printers/unix/udlgprintersjobs.lrs
%%DATADIR%%/components/printers/unix/udlgprintersjobs.pp
%%DATADIR%%/components/printers/unix/udlgpropertiesprinter.lfm
%%DATADIR%%/components/printers/unix/udlgpropertiesprinter.lrs
%%DATADIR%%/components/printers/unix/udlgpropertiesprinter.pp
%%DATADIR%%/components/printers/unix/udlgselectprinter.lfm
%%DATADIR%%/components/printers/unix/udlgselectprinter.lrs
%%DATADIR%%/components/printers/unix/udlgselectprinter.pp
%%DATADIR%%/components/printers/win32/winprinters.inc
%%DATADIR%%/components/printers/win32/winprinters_h.inc
%%DATADIR%%/components/printers/win32/winprndialogs.inc
%%DATADIR%%/components/printers/win32/winutilprn.pas
%%DATADIR%%/components/printers/win32/winutilprnconst.inc
%%DATADIR%%/components/projecttemplates/Makefile
%%DATADIR%%/components/projecttemplates/Makefile.fpc
%%DATADIR%%/components/projecttemplates/README.txt
%%DATADIR%%/components/projecttemplates/frmtemplatesettings.lfm
%%DATADIR%%/components/projecttemplates/frmtemplatesettings.lrs
%%DATADIR%%/components/projecttemplates/frmtemplatesettings.pas
%%DATADIR%%/components/projecttemplates/frmtemplatevariables.lfm
%%DATADIR%%/components/projecttemplates/frmtemplatevariables.lrs
%%DATADIR%%/components/projecttemplates/frmtemplatevariables.pas
%%DATADIR%%/components/projecttemplates/idetemplateproject.pp
%%DATADIR%%/components/projecttemplates/projecttemplates.pp
%%DATADIR%%/components/projecttemplates/projtemplates.lpk
%%DATADIR%%/components/projecttemplates/projtemplates.pas
%%DATADIR%%/components/rtticontrols/Makefile
%%DATADIR%%/components/rtticontrols/Makefile.fpc
%%DATADIR%%/components/rtticontrols/README.txt
%%DATADIR%%/components/rtticontrols/baseicon.png
%%DATADIR%%/components/rtticontrols/examples/example1.lfm
%%DATADIR%%/components/rtticontrols/examples/example1.lrs
%%DATADIR%%/components/rtticontrols/examples/example1.pas
%%DATADIR%%/components/rtticontrols/examples/example2.lfm
%%DATADIR%%/components/rtticontrols/examples/example2.lrs
%%DATADIR%%/components/rtticontrols/examples/example2.pas
%%DATADIR%%/components/rtticontrols/examples/example3.lfm
%%DATADIR%%/components/rtticontrols/examples/example3.lrs
%%DATADIR%%/components/rtticontrols/examples/example3.pas
%%DATADIR%%/components/rtticontrols/examples/examplegrid1.lfm
%%DATADIR%%/components/rtticontrols/examples/examplegrid1.lrs
%%DATADIR%%/components/rtticontrols/examples/examplegrid1.pas
%%DATADIR%%/components/rtticontrols/examples/exampleproject1.lpi
%%DATADIR%%/components/rtticontrols/examples/exampleproject1.lpr
%%DATADIR%%/components/rtticontrols/examples/exampleproject2.lpi
%%DATADIR%%/components/rtticontrols/examples/exampleproject2.lpr
%%DATADIR%%/components/rtticontrols/examples/exampleproject3.lpi
%%DATADIR%%/components/rtticontrols/examples/exampleproject3.lpr
%%DATADIR%%/components/rtticontrols/examples/exampleprojectgrid1.lpi
%%DATADIR%%/components/rtticontrols/examples/exampleprojectgrid1.lpr
%%DATADIR%%/components/rtticontrols/lib/README.txt
%%DATADIR%%/components/rtticontrols/rttictrls.lrs
%%DATADIR%%/components/rtticontrols/rttictrls.pas
%%DATADIR%%/components/rtticontrols/rttigrids.pas
%%DATADIR%%/components/rtticontrols/runtimetypeinfocontrols.lpk
%%DATADIR%%/components/rtticontrols/runtimetypeinfocontrols.pas
%%DATADIR%%/components/rtticontrols/tmultipropertylink.xpm
%%DATADIR%%/components/rtticontrols/ttibutton.xpm
%%DATADIR%%/components/rtticontrols/tticalendar.xpm
%%DATADIR%%/components/rtticontrols/tticolorbutton.xpm
%%DATADIR%%/components/rtticontrols/tticombobox.xpm
%%DATADIR%%/components/rtticontrols/tticheckbox.xpm
%%DATADIR%%/components/rtticontrols/tticheckgroup.xpm
%%DATADIR%%/components/rtticontrols/ttichecklistbox.xpm
%%DATADIR%%/components/rtticontrols/ttiedit.xpm
%%DATADIR%%/components/rtticontrols/ttifloatspinedit.xpm
%%DATADIR%%/components/rtticontrols/ttigrid.xpm
%%DATADIR%%/components/rtticontrols/ttigroupbox.xpm
%%DATADIR%%/components/rtticontrols/ttiimage.xpm
%%DATADIR%%/components/rtticontrols/ttilabel.xpm
%%DATADIR%%/components/rtticontrols/ttilistbox.xpm
%%DATADIR%%/components/rtticontrols/ttimaskedit.xpm
%%DATADIR%%/components/rtticontrols/ttimemo.xpm
%%DATADIR%%/components/rtticontrols/ttiprogressbar.xpm
%%DATADIR%%/components/rtticontrols/ttipropertygrid.xpm
%%DATADIR%%/components/rtticontrols/ttiradiogroup.xpm
%%DATADIR%%/components/rtticontrols/ttispinedit.xpm
%%DATADIR%%/components/rtticontrols/ttitrackbar.xpm
%%DATADIR%%/components/rx/apputils.pp
%%DATADIR%%/components/rx/lib/README.txt
%%DATADIR%%/components/rx/mrulist.lrs
%%DATADIR%%/components/rx/mrulist.pp
%%DATADIR%%/components/rx/placement.pp
%%DATADIR%%/components/rx/rx.lpk
%%DATADIR%%/components/rx/rx.pas
%%DATADIR%%/components/rx/strholder.lrs
%%DATADIR%%/components/rx/strholder.pp
%%DATADIR%%/components/rx/tmrumanager.xpm
%%DATADIR%%/components/rx/tstrholder.xpm
%%DATADIR%%/components/sdf/Makefile
%%DATADIR%%/components/sdf/Makefile.fpc
%%DATADIR%%/components/sdf/registersdf.lrs
%%DATADIR%%/components/sdf/registersdf.pas
%%DATADIR%%/components/sdf/sdflaz.lpk
%%DATADIR%%/components/sdf/sdflaz.pas
%%DATADIR%%/components/sdf/tfixedformatdataset.xpm
%%DATADIR%%/components/sdf/tsdfdataset.xpm
%%DATADIR%%/components/sqldb/Makefile
%%DATADIR%%/components/sqldb/Makefile.fpc
%%DATADIR%%/components/sqldb/lib/README.txt
%%DATADIR%%/components/sqldb/registersqldb.lrs
%%DATADIR%%/components/sqldb/registersqldb.pas
%%DATADIR%%/components/sqldb/sqldblaz.lpk
%%DATADIR%%/components/sqldb/sqldblaz.pas
%%DATADIR%%/components/sqldb/tibconnection.xpm
%%DATADIR%%/components/sqldb/tmysqlconnection.xpm
%%DATADIR%%/components/sqldb/tpqconnection.xpm
%%DATADIR%%/components/sqldb/tsqlquery.xpm
%%DATADIR%%/components/sqldb/tsqltransaction.xpm
%%DATADIR%%/components/sqlite/lib/README.txt
%%DATADIR%%/components/sqlite/registersqlite.pas
%%DATADIR%%/components/sqlite/registersqlite3.pas
%%DATADIR%%/components/sqlite/sqlite3icon.lrs
%%DATADIR%%/components/sqlite/sqlite3laz.lpk
%%DATADIR%%/components/sqlite/sqlite3laz.pas
%%DATADIR%%/components/sqlite/sqlitecomponenteditor.lfm
%%DATADIR%%/components/sqlite/sqlitecomponenteditor.lrs
%%DATADIR%%/components/sqlite/sqlitecomponenteditor.pas
%%DATADIR%%/components/sqlite/sqliteds.lrs
%%DATADIR%%/components/sqlite/sqliteicon.lrs
%%DATADIR%%/components/sqlite/sqlitelaz.lpk
%%DATADIR%%/components/sqlite/sqlitelaz.pas
%%DATADIR%%/components/sqlite/tsqlite3dataset.xpm
%%DATADIR%%/components/sqlite/tsqlitedataset.xpm
%%DATADIR%%/components/synedit/Makefile
%%DATADIR%%/components/synedit/Makefile.fpc
%%DATADIR%%/components/synedit/allsyneditunits.pp
%%DATADIR%%/components/synedit/design/README.txt
%%DATADIR%%/components/synedit/design/tsynanysyn.xpm
%%DATADIR%%/components/synedit/design/tsynautocomplete.xpm
%%DATADIR%%/components/synedit/design/tsyncppsyn.xpm
%%DATADIR%%/components/synedit/design/tsyncsssyn.xpm
%%DATADIR%%/components/synedit/design/tsynedit.xpm
%%DATADIR%%/components/synedit/design/tsynexporterhtml.xpm
%%DATADIR%%/components/synedit/design/tsynhtmlsyn.xpm
%%DATADIR%%/components/synedit/design/tsynjavasyn.xpm
%%DATADIR%%/components/synedit/design/tsynlfmsyn.xpm
%%DATADIR%%/components/synedit/design/tsynmacrorecorder.xpm
%%DATADIR%%/components/synedit/design/tsynmemo.xpm
%%DATADIR%%/components/synedit/design/tsynmultisyn.xpm
%%DATADIR%%/components/synedit/design/tsynpassyn.xpm
%%DATADIR%%/components/synedit/design/tsynperlsyn.xpm
%%DATADIR%%/components/synedit/design/tsynphpsyn.xpm
%%DATADIR%%/components/synedit/design/tsynpythonsyn.xpm
%%DATADIR%%/components/synedit/design/tsynsqlsyn.xpm
%%DATADIR%%/components/synedit/design/tsyntexsyn.xpm
%%DATADIR%%/components/synedit/design/tsynunixshellscriptsyn.xpm
%%DATADIR%%/components/synedit/design/tsynxmlsyn.xpm
%%DATADIR%%/components/synedit/languages/README.txt
%%DATADIR%%/components/synedit/languages/synedit.ca.po
%%DATADIR%%/components/synedit/languages/synedit.de.po
%%DATADIR%%/components/synedit/languages/synedit.fi.po
%%DATADIR%%/components/synedit/languages/synedit.fr.po
%%DATADIR%%/components/synedit/languages/synedit.id.po
%%DATADIR%%/components/synedit/languages/synedit.it.po
%%DATADIR%%/components/synedit/languages/synedit.nl.po
%%DATADIR%%/components/synedit/languages/synedit.pl.po
%%DATADIR%%/components/synedit/languages/synedit.pliso.po
%%DATADIR%%/components/synedit/languages/synedit.plwin.po
%%DATADIR%%/components/synedit/languages/synedit.po
%%DATADIR%%/components/synedit/languages/synedit.ru.po
%%DATADIR%%/components/synedit/languages/synedit.ua.po
%%DATADIR%%/components/synedit/languages/synedit.zh-cn.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.ca.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.de.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.fr.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.id.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.it.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.pl.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.pliso.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.plwin.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.ru.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.ua.po
%%DATADIR%%/components/synedit/languages/synmacrorecorder.zh-cn.po
%%DATADIR%%/components/synedit/syncompletion.pas
%%DATADIR%%/components/synedit/synedit.inc
%%DATADIR%%/components/synedit/synedit.pp
%%DATADIR%%/components/synedit/syneditautocomplete.pp
%%DATADIR%%/components/synedit/syneditexport.pas
%%DATADIR%%/components/synedit/synedithighlighter.pp
%%DATADIR%%/components/synedit/syneditkeycmds.pp
%%DATADIR%%/components/synedit/syneditlazdsgn.lrs
%%DATADIR%%/components/synedit/syneditlazdsgn.pas
%%DATADIR%%/components/synedit/syneditmiscclasses.pp
%%DATADIR%%/components/synedit/syneditmiscprocs.pp
%%DATADIR%%/components/synedit/syneditplugins.pas
%%DATADIR%%/components/synedit/syneditregexsearch.pas
%%DATADIR%%/components/synedit/syneditsearch.pp
%%DATADIR%%/components/synedit/syneditstrconst.pp
%%DATADIR%%/components/synedit/synedittextbuffer.pp
%%DATADIR%%/components/synedit/synedittypes.pp
%%DATADIR%%/components/synedit/synexporthtml.pas
%%DATADIR%%/components/synedit/synhighlighterany.pas
%%DATADIR%%/components/synedit/synhighlightercpp.pp
%%DATADIR%%/components/synedit/synhighlightercss.pas
%%DATADIR%%/components/synedit/synhighlighterhashentries.pas
%%DATADIR%%/components/synedit/synhighlighterhtml.pp
%%DATADIR%%/components/synedit/synhighlighterjava.pas
%%DATADIR%%/components/synedit/synhighlighterlfm.pas
%%DATADIR%%/components/synedit/synhighlightermulti.pas
%%DATADIR%%/components/synedit/synhighlighterpas.pp
%%DATADIR%%/components/synedit/synhighlighterperl.pas
%%DATADIR%%/components/synedit/synhighlighterphp.pas
%%DATADIR%%/components/synedit/synhighlighterposition.pas
%%DATADIR%%/components/synedit/synhighlighterpython.pas
%%DATADIR%%/components/synedit/synhighlightersql.pas
%%DATADIR%%/components/synedit/synhighlightertex.pas
%%DATADIR%%/components/synedit/synhighlighterunixshellscript.pas
%%DATADIR%%/components/synedit/synhighlighterxml.pas
%%DATADIR%%/components/synedit/synmacrorecorder.pas
%%DATADIR%%/components/synedit/synmemo.pas
%%DATADIR%%/components/synedit/synregexpr.pas
%%DATADIR%%/components/synedit/syntextdrawer.pp
%%DATADIR%%/components/synedit/units/i386-freebsd/allsyneditunits.o
%%DATADIR%%/components/synedit/units/i386-freebsd/allsyneditunits.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syncompletion.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syncompletion.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synedit.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synedit.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditautocomplete.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditautocomplete.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditexport.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditexport.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synedithighlighter.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synedithighlighter.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditkeycmds.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditkeycmds.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditlazdsgn.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditlazdsgn.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditmiscclasses.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditmiscclasses.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditmiscprocs.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditmiscprocs.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditplugins.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditplugins.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditregexsearch.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditregexsearch.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditsearch.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditsearch.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditstrconst.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditstrconst.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syneditstrconst.rst
%%DATADIR%%/components/synedit/units/i386-freebsd/synedittextbuffer.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synedittextbuffer.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synedittypes.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synedittypes.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synexporthtml.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synexporthtml.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterany.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterany.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightercpp.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightercpp.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightercss.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightercss.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterhashentries.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterhashentries.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterhtml.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterhtml.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterjava.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterjava.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterlfm.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterlfm.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightermulti.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightermulti.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterpas.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterpas.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterperl.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterperl.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterphp.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterphp.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterposition.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterposition.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterpython.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterpython.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightersql.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightersql.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightertex.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlightertex.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterunixshellscript.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterunixshellscript.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterunixshellscript.rst
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterxml.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synhighlighterxml.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synmacrorecorder.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synmacrorecorder.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synmacrorecorder.rst
%%DATADIR%%/components/synedit/units/i386-freebsd/synmemo.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synmemo.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/synregexpr.o
%%DATADIR%%/components/synedit/units/i386-freebsd/synregexpr.ppu
%%DATADIR%%/components/synedit/units/i386-freebsd/syntextdrawer.o
%%DATADIR%%/components/synedit/units/i386-freebsd/syntextdrawer.ppu
%%DATADIR%%/components/synunihighlighter/CREDITS
%%DATADIR%%/components/synunihighlighter/CHANGES
%%DATADIR%%/components/synunihighlighter/README.txt
%%DATADIR%%/components/synunihighlighter/lib/README.txt
%%DATADIR%%/components/synunihighlighter/synuni.lpk
%%DATADIR%%/components/synunihighlighter/synuni.pas
%%DATADIR%%/components/synunihighlighter/synunidesigner.pas
%%DATADIR%%/components/synunihighlighter/synunidesigner.rst
%%DATADIR%%/components/synunihighlighter/synunihighlighter.pas
%%DATADIR%%/components/synunihighlighter/synunireg.pas
%%DATADIR%%/components/synunihighlighter/synunireg.rst
%%DATADIR%%/components/tdbf/Makefile
%%DATADIR%%/components/tdbf/Makefile.fpc
%%DATADIR%%/components/tdbf/dbflaz.lpk
%%DATADIR%%/components/tdbf/dbflaz.pas
%%DATADIR%%/components/tdbf/registerdbf.lrs
%%DATADIR%%/components/tdbf/registerdbf.pas
%%DATADIR%%/components/tdbf/tdbf.xpm
%%DATADIR%%/components/trayicon/clean.bat
%%DATADIR%%/components/trayicon/examples/frmtest.dfm
%%DATADIR%%/components/trayicon/examples/frmtest.lfm
%%DATADIR%%/components/trayicon/examples/frmtest.lrs
%%DATADIR%%/components/trayicon/examples/frmtest.pas
%%DATADIR%%/components/trayicon/examples/icon.ico
%%DATADIR%%/components/trayicon/examples/magnifier.res
%%DATADIR%%/components/trayicon/examples/wndtray.dpr
%%DATADIR%%/components/trayicon/examples/wndtray.lpi
%%DATADIR%%/components/trayicon/trayicon.pas
%%DATADIR%%/components/trayicon/trayiconlaz.lpk
%%DATADIR%%/components/trayicon/trayiconlaz.pas
%%DATADIR%%/components/trayicon/wscommontrayicon.pas
%%DATADIR%%/components/trayicon/wsgtk2trayicon.pas
%%DATADIR%%/components/trayicon/wsgtktrayicon.pas
%%DATADIR%%/components/trayicon/wstrayicon.pas
%%DATADIR%%/components/trayicon/wswin32trayicon.pas
%%DATADIR%%/components/trayicon/wsx11trayicon.pas
%%DATADIR%%/components/turbopower_ipro/Makefile
%%DATADIR%%/components/turbopower_ipro/Makefile.fpc
%%DATADIR%%/components/turbopower_ipro/ipanim.pas
%%DATADIR%%/components/turbopower_ipro/ipconst.pas
%%DATADIR%%/components/turbopower_ipro/ipdefct.inc
%%DATADIR%%/components/turbopower_ipro/ipdefine.inc
%%DATADIR%%/components/turbopower_ipro/ipfilebroker.pas
%%DATADIR%%/components/turbopower_ipro/iphtml.lrs
%%DATADIR%%/components/turbopower_ipro/iphtml.pas
%%DATADIR%%/components/turbopower_ipro/iphtmlpv.lfm
%%DATADIR%%/components/turbopower_ipro/iphtmlpv.lrs
%%DATADIR%%/components/turbopower_ipro/iphtmlpv.pas
%%DATADIR%%/components/turbopower_ipro/ipmsg.pas
%%DATADIR%%/components/turbopower_ipro/ipstrms.pas
%%DATADIR%%/components/turbopower_ipro/iputils.pas
%%DATADIR%%/components/turbopower_ipro/tiphtmlpanel.xpm
%%DATADIR%%/components/turbopower_ipro/turbopoweripro.lpk
%%DATADIR%%/components/turbopower_ipro/turbopoweripro.pas
%%DATADIR%%/converter/delphiproject2laz.pas
%%DATADIR%%/converter/delphiunit2laz.lfm
%%DATADIR%%/converter/delphiunit2laz.lrs
%%DATADIR%%/converter/delphiunit2laz.pas
%%DATADIR%%/converter/lazxmlforms.pas
%%DATADIR%%/debugger/breakpointsdlg.lfm
%%DATADIR%%/debugger/breakpointsdlg.lrs
%%DATADIR%%/debugger/breakpointsdlg.pp
%%DATADIR%%/debugger/callstackdlg.lfm
%%DATADIR%%/debugger/callstackdlg.lrs
%%DATADIR%%/debugger/callstackdlg.pp
%%DATADIR%%/debugger/cmdlinedebugger.pp
%%DATADIR%%/debugger/dbgoutputform.lfm
%%DATADIR%%/debugger/dbgoutputform.lrs
%%DATADIR%%/debugger/dbgoutputform.pp
%%DATADIR%%/debugger/dbgutils.pp
%%DATADIR%%/debugger/debugger.pp
%%DATADIR%%/debugger/debuggerdlg.pp
%%DATADIR%%/debugger/evaluatedlg.lfm
%%DATADIR%%/debugger/evaluatedlg.lrs
%%DATADIR%%/debugger/evaluatedlg.pp
%%DATADIR%%/debugger/gdbdebugger.pp
%%DATADIR%%/debugger/gdbmidebugger.pp
%%DATADIR%%/debugger/gdbtypeinfo.pp
%%DATADIR%%/debugger/localsdlg.lfm
%%DATADIR%%/debugger/localsdlg.lrs
%%DATADIR%%/debugger/localsdlg.pp
%%DATADIR%%/debugger/processdebugger.pp
%%DATADIR%%/debugger/processlist.pas
%%DATADIR%%/debugger/sshgdbmidebugger.pas
%%DATADIR%%/debugger/test/debugtest.pp
%%DATADIR%%/debugger/test/debugtestform.lrs
%%DATADIR%%/debugger/test/debugtestform.pp
%%DATADIR%%/debugger/test/examples/testcntr.pp
%%DATADIR%%/debugger/test/examples/testwait.pp
%%DATADIR%%/debugger/watchesdlg.lfm
%%DATADIR%%/debugger/watchesdlg.lrs
%%DATADIR%%/debugger/watchesdlg.pp
%%DATADIR%%/debugger/watchpropertydlg.lfm
%%DATADIR%%/debugger/watchpropertydlg.lrs
%%DATADIR%%/debugger/watchpropertydlg.pp
%%DATADIR%%/debugger/windebug/fpdd/fpdumpdwarf.lpr
%%DATADIR%%/debugger/windebug/fpwd/README.txt
%%DATADIR%%/debugger/windebug/fpwd/fpwd.lpr
%%DATADIR%%/debugger/windebug/fpwd/fpwdcommand.pas
%%DATADIR%%/debugger/windebug/fpwd/fpwdglobal.pas
%%DATADIR%%/debugger/windebug/fpwd/fpwdloop.pas
%%DATADIR%%/debugger/windebug/fpwd/fpwdpeimage.pas
%%DATADIR%%/debugger/windebug/fpwd/fpwdtype.pas
%%DATADIR%%/debugger/windebug/test/asmtest.lpi
%%DATADIR%%/debugger/windebug/test/asmtest.lpr
%%DATADIR%%/debugger/windebug/test/asmtestunit.lfm
%%DATADIR%%/debugger/windebug/test/asmtestunit.lrs
%%DATADIR%%/debugger/windebug/test/asmtestunit.pas
%%DATADIR%%/debugger/windebug/winddwarf.pas
%%DATADIR%%/debugger/windebug/winddwarfconst.pas
%%DATADIR%%/debugger/windebug/windebugger.pp
%%DATADIR%%/debugger/windebug/windextra.pp
%%DATADIR%%/debugger/windebug/windisas.pp
%%DATADIR%%/debugger/windebug/windloader.pp
%%DATADIR%%/debugger/windebug/windpetypes.pp
%%DATADIR%%/debugger/windebug/windsymbols.pas
%%DATADIR%%/debugger/windebug/windutil.pp
%%DATADIR%%/designer/Makefile
%%DATADIR%%/designer/Makefile.fpc
%%DATADIR%%/designer/abstractcompiler.pp
%%DATADIR%%/designer/abstracteditor.pp
%%DATADIR%%/designer/abstractfilesystem.pp
%%DATADIR%%/designer/aligncompsdlg.lfm
%%DATADIR%%/designer/aligncompsdlg.lrs
%%DATADIR%%/designer/aligncompsdlg.pp
%%DATADIR%%/designer/anchoreditor.lfm
%%DATADIR%%/designer/anchoreditor.lrs
%%DATADIR%%/designer/anchoreditor.pas
%%DATADIR%%/designer/controlselection.pp
%%DATADIR%%/designer/changeclassdialog.lfm
%%DATADIR%%/designer/changeclassdialog.lrs
%%DATADIR%%/designer/changeclassdialog.pas
%%DATADIR%%/designer/designer.pp
%%DATADIR%%/designer/designermenu.pp
%%DATADIR%%/designer/designerprocs.pas
%%DATADIR%%/designer/filesystem.pp
%%DATADIR%%/designer/jitform/Makefile
%%DATADIR%%/designer/jitform/Makefile.fpc
%%DATADIR%%/designer/jitform/README.txt
%%DATADIR%%/designer/jitform/jitform.pas
%%DATADIR%%/designer/jitform/units/i386-freebsd/jitform.o
%%DATADIR%%/designer/jitform/units/i386-freebsd/jitform.ppu
%%DATADIR%%/designer/jitforms.pp
%%DATADIR%%/designer/menueditorform.pas
%%DATADIR%%/designer/menupropedit.pp
%%DATADIR%%/designer/noncontroldesigner.pas
%%DATADIR%%/designer/objinspext.pas
%%DATADIR%%/designer/scalecompsdlg.lfm
%%DATADIR%%/designer/scalecompsdlg.lrs
%%DATADIR%%/designer/scalecompsdlg.pp
%%DATADIR%%/designer/sizecompsdlg.lfm
%%DATADIR%%/designer/sizecompsdlg.lrs
%%DATADIR%%/designer/sizecompsdlg.pp
%%DATADIR%%/designer/taborderdlg.lfm
%%DATADIR%%/designer/taborderdlg.lrs
%%DATADIR%%/designer/taborderdlg.pas
%%DATADIR%%/doceditor/eleditor.pp
%%DATADIR%%/doceditor/eleditor.xml
%%DATADIR%%/doceditor/fmmakeskel.lfm
%%DATADIR%%/doceditor/fmmakeskel.lrs
%%DATADIR%%/doceditor/fmmakeskel.pp
%%DATADIR%%/doceditor/fpdeutil.pp
%%DATADIR%%/doceditor/frmabout.lfm
%%DATADIR%%/doceditor/frmabout.lrs
%%DATADIR%%/doceditor/frmabout.pp
%%DATADIR%%/doceditor/frmbuild.lfm
%%DATADIR%%/doceditor/frmbuild.lrs
%%DATADIR%%/doceditor/frmbuild.pp
%%DATADIR%%/doceditor/frmbuild.rst
%%DATADIR%%/doceditor/frmexample.lfm
%%DATADIR%%/doceditor/frmexample.lrs
%%DATADIR%%/doceditor/frmexample.pp
%%DATADIR%%/doceditor/frmlink.lfm
%%DATADIR%%/doceditor/frmlink.lrs
%%DATADIR%%/doceditor/frmlink.pp
%%DATADIR%%/doceditor/frmmain.lfm
%%DATADIR%%/doceditor/frmmain.lrs
%%DATADIR%%/doceditor/frmmain.pp
%%DATADIR%%/doceditor/frmmain.xml
%%DATADIR%%/doceditor/frmmakeskel.lfm
%%DATADIR%%/doceditor/frmmakeskel.lrs
%%DATADIR%%/doceditor/frmmakeskel.pp
%%DATADIR%%/doceditor/frmnewnode.lfm
%%DATADIR%%/doceditor/frmnewnode.lrs
%%DATADIR%%/doceditor/frmnewnode.pp
%%DATADIR%%/doceditor/frmoptions.lfm
%%DATADIR%%/doceditor/frmoptions.lrs
%%DATADIR%%/doceditor/frmoptions.pp
%%DATADIR%%/doceditor/frmsource.lfm
%%DATADIR%%/doceditor/frmsource.lrs
%%DATADIR%%/doceditor/frmsource.pas
%%DATADIR%%/doceditor/frmtable.lfm
%%DATADIR%%/doceditor/frmtable.lrs
%%DATADIR%%/doceditor/frmtable.pp
%%DATADIR%%/doceditor/icons.lrs
%%DATADIR%%/doceditor/images/Delete_16N.bmp
%%DATADIR%%/doceditor/images/Edit_16N.bmp
%%DATADIR%%/doceditor/images/Insert_16N.bmp
%%DATADIR%%/doceditor/images/add.xpm
%%DATADIR%%/doceditor/images/bold_blue24.bmp
%%DATADIR%%/doceditor/images/build_icons.sh
%%DATADIR%%/doceditor/images/comment24.bmp
%%DATADIR%%/doceditor/images/db_register24.bmp
%%DATADIR%%/doceditor/images/delete.xpm
%%DATADIR%%/doceditor/images/edit.xpm
%%DATADIR%%/doceditor/images/flow_chart24.bmp
%%DATADIR%%/doceditor/images/insert24.bmp
%%DATADIR%%/doceditor/images/insert_doc24.bmp
%%DATADIR%%/doceditor/images/insert_hyperlink24.bmp
%%DATADIR%%/doceditor/images/insert_table24.bmp
%%DATADIR%%/doceditor/images/italic_blue24.bmp
%%DATADIR%%/doceditor/images/node_edit.xpm
%%DATADIR%%/doceditor/images/node_finished.xpm
%%DATADIR%%/doceditor/images/node_modified.xpm
%%DATADIR%%/doceditor/images/node_new.xpm
%%DATADIR%%/doceditor/images/save_as24.bmp
%%DATADIR%%/doceditor/images/show_symbols24.bmp
%%DATADIR%%/doceditor/images/styles_formatting24.bmp
%%DATADIR%%/doceditor/images/treenode_add24.bmp
%%DATADIR%%/doceditor/images/underline_blue24.bmp
%%DATADIR%%/doceditor/lazde.lpi
%%DATADIR%%/doceditor/lazde.lpr
%%DATADIR%%/doceditor/lazdemsg.pp
%%DATADIR%%/doceditor/lazdemsg.rst
%%DATADIR%%/doceditor/lazdeopts.pp
%%DATADIR%%/doceditor/pgeditor.pp
%%DATADIR%%/doceditor/pkedit.pp
%%DATADIR%%/doceditor/pkeditor.pp
%%DATADIR%%/docs/BigIDE.txt
%%DATADIR%%/docs/Contributors.txt
%%DATADIR%%/docs/CrossCompile.txt
%%DATADIR%%/docs/DesignGuidelines.txt
%%DATADIR%%/docs/ExtendingTheIDE.txt
%%DATADIR%%/docs/FAQ
%%DATADIR%%/docs/ForDelphians.txt
%%DATADIR%%/docs/IDEWindowHelpTree.xml
%%DATADIR%%/docs/INSTALL
%%DATADIR%%/docs/LCLMessages.txt
%%DATADIR%%/docs/LazarusIDEInternals.pdf
%%DATADIR%%/docs/Packages.txt
%%DATADIR%%/docs/RemoteDebugging.txt
%%DATADIR%%/docs/TODO
%%DATADIR%%/docs/html/README.txt
%%DATADIR%%/docs/html/fpdoc.css
%%DATADIR%%/docs/html/localfclfooter.xml
%%DATADIR%%/docs/html/localrtlfooter.xml
%%DATADIR%%/docs/html/locallclfooter.xml
%%DATADIR%%/docs/html/sourceforgefooter.xml
%%DATADIR%%/docs/html/update_gtkintf_html.sh
%%DATADIR%%/docs/html/update_html.sh
%%DATADIR%%/docs/html/update_lcl_html.sh
%%DATADIR%%/docs/images/cheetah1.png
%%DATADIR%%/docs/images/laztitle.jpg
%%DATADIR%%/docs/index.html
%%DATADIR%%/docs/lazbuild.1
%%DATADIR%%/docs/xml/README.txt
%%DATADIR%%/docs/xml/find_cvs_fpdoc_files.pl
%%DATADIR%%/docs/xml/lcl/actnlist.xml
%%DATADIR%%/docs/xml/lcl/alllclunits.xml
%%DATADIR%%/docs/xml/lcl/arrow.xml
%%DATADIR%%/docs/xml/lcl/asyncprocess.xml
%%DATADIR%%/docs/xml/lcl/avglvltree.xml
%%DATADIR%%/docs/xml/lcl/buttonpanel.xml
%%DATADIR%%/docs/xml/lcl/buttons.xml
%%DATADIR%%/docs/xml/lcl/calendar.xml
%%DATADIR%%/docs/xml/lcl/clipbrd.xml
%%DATADIR%%/docs/xml/lcl/clistbox.xml
%%DATADIR%%/docs/xml/lcl/colorbox.xml
%%DATADIR%%/docs/xml/lcl/comctrls.xml
%%DATADIR%%/docs/xml/lcl/comctrls/ttoolbutton.pas
%%DATADIR%%/docs/xml/lcl/comctrls/ttreenode_data.pas
%%DATADIR%%/docs/xml/lcl/commctrl.xml
%%DATADIR%%/docs/xml/lcl/controls.xml
%%DATADIR%%/docs/xml/lcl/customtimer.xml
%%DATADIR%%/docs/xml/lcl/chart.xml
%%DATADIR%%/docs/xml/lcl/checklst.xml
%%DATADIR%%/docs/xml/lcl/dbactns.xml
%%DATADIR%%/docs/xml/lcl/dbctrls.xml
%%DATADIR%%/docs/xml/lcl/dbgrids.xml
%%DATADIR%%/docs/xml/lcl/defaulttranslator.xml
%%DATADIR%%/docs/xml/lcl/dialogs.xml
%%DATADIR%%/docs/xml/lcl/dirsel.xml
%%DATADIR%%/docs/xml/lcl/dynamicarray.xml
%%DATADIR%%/docs/xml/lcl/dynamicarray/tarrayexample.pas
%%DATADIR%%/docs/xml/lcl/dynhasharray.xml
%%DATADIR%%/docs/xml/lcl/dynqueue.xml
%%DATADIR%%/docs/xml/lcl/editbtn.xml
%%DATADIR%%/docs/xml/lcl/extctrls.xml
%%DATADIR%%/docs/xml/lcl/extdlgs.xml
%%DATADIR%%/docs/xml/lcl/extendedstrings.xml
%%DATADIR%%/docs/xml/lcl/extgraphics.xml
%%DATADIR%%/docs/xml/lcl/filectrl.xml
%%DATADIR%%/docs/xml/lcl/fileutil.xml
%%DATADIR%%/docs/xml/lcl/forms.xml
%%DATADIR%%/docs/xml/lcl/forms/tapplication_queueasynccall.pas
%%DATADIR%%/docs/xml/lcl/fpcadds.xml
%%DATADIR%%/docs/xml/lcl/graphics.xml
%%DATADIR%%/docs/xml/lcl/graphmath.xml
%%DATADIR%%/docs/xml/lcl/graphtype.xml
%%DATADIR%%/docs/xml/lcl/grids.xml
%%DATADIR%%/docs/xml/lcl/helpintfs.xml
%%DATADIR%%/docs/xml/lcl/imglist.xml
%%DATADIR%%/docs/xml/lcl/inipropstorage.xml
%%DATADIR%%/docs/xml/lcl/interfacebase.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkdef.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkfontcache.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkglobals.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkint.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkmsgqueue.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkproc.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwinapiwindow.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsactnlist.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsarrow.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsbuttons.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwscalendar.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsclistbox.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwscomctrls.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwscontrols.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwschecklst.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsdbctrls.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsdbgrids.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsdialogs.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsdirsel.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwseditbtn.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsextctrls.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsextdlgs.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsfilectrl.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsforms.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsgrids.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsimglist.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsmaskedit.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsmenus.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwspairsplitter.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsspin.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwsstdctrls.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/gtkwstoolwin.xml
%%DATADIR%%/docs/xml/lcl/interfaces/gtk/interfaces.xml
%%DATADIR%%/docs/xml/lcl/intfgraphics.xml
%%DATADIR%%/docs/xml/lcl/lazconfigstorage.xml
%%DATADIR%%/docs/xml/lcl/lazhelphtml.xml
%%DATADIR%%/docs/xml/lcl/lazhelpintf.xml
%%DATADIR%%/docs/xml/lcl/lazlinkedlist.xml
%%DATADIR%%/docs/xml/lcl/lcl.xml
%%DATADIR%%/docs/xml/lcl/lclclasses.xml
%%DATADIR%%/docs/xml/lcl/lclintf.xml
%%DATADIR%%/docs/xml/lcl/lclmemmanager.xml
%%DATADIR%%/docs/xml/lcl/lclproc.xml
%%DATADIR%%/docs/xml/lcl/lclrescache.xml
%%DATADIR%%/docs/xml/lcl/lclstrconsts.xml
%%DATADIR%%/docs/xml/lcl/lcltype.xml
%%DATADIR%%/docs/xml/lcl/lconv.xml
%%DATADIR%%/docs/xml/lcl/ldockctrl.xml
%%DATADIR%%/docs/xml/lcl/ldockctrledit.xml
%%DATADIR%%/docs/xml/lcl/ldocktree.xml
%%DATADIR%%/docs/xml/lcl/lmessages.xml
%%DATADIR%%/docs/xml/lcl/lresources.xml
%%DATADIR%%/docs/xml/lcl/maps.xml
%%DATADIR%%/docs/xml/lcl/maskedit.xml
%%DATADIR%%/docs/xml/lcl/menus.xml
%%DATADIR%%/docs/xml/lcl/pairsplitter.xml
%%DATADIR%%/docs/xml/lcl/postscriptcanvas.xml
%%DATADIR%%/docs/xml/lcl/postscriptprinter.xml
%%DATADIR%%/docs/xml/lcl/printers.xml
%%DATADIR%%/docs/xml/lcl/propertystorage.xml
%%DATADIR%%/docs/xml/lcl/spin.xml
%%DATADIR%%/docs/xml/lcl/stdactns.xml
%%DATADIR%%/docs/xml/lcl/stdctrls.xml
%%DATADIR%%/docs/xml/lcl/stdctrls/tcustomcheckbox_allowgrayed.pas
%%DATADIR%%/docs/xml/lcl/stringhashlist.xml
%%DATADIR%%/docs/xml/lcl/textstrings.xml
%%DATADIR%%/docs/xml/lcl/toolwin.xml
%%DATADIR%%/docs/xml/lcl/translations.xml
%%DATADIR%%/docs/xml/lcl/utrace.xml
%%DATADIR%%/docs/xml/lcl/xmlpropstorage.xml
%%DATADIR%%/docs/xml/multi_makeskel.pl
%%DATADIR%%/examples/Makefile
%%DATADIR%%/examples/Makefile.fpc
%%DATADIR%%/examples/address_book/addrbook.dpr
%%DATADIR%%/examples/address_book/addrbook.lpi
%%DATADIR%%/examples/address_book/addrbook.lpr
%%DATADIR%%/examples/address_book/addrbook.res
%%DATADIR%%/examples/address_book/frmmain.dfm
%%DATADIR%%/examples/address_book/frmmain.lfm
%%DATADIR%%/examples/address_book/frmmain.lrs
%%DATADIR%%/examples/address_book/frmmain.pas
%%DATADIR%%/examples/address_book/frmmain.rst
%%DATADIR%%/examples/address_book/mybook.dbf
%%DATADIR%%/examples/address_book/mybook.mdx
%%DATADIR%%/examples/address_book/mybook2.dbf
%%DATADIR%%/examples/address_book/mybook2.mdx
%%DATADIR%%/examples/anchordocking/dockform1unit.lfm
%%DATADIR%%/examples/anchordocking/dockform1unit.lrs
%%DATADIR%%/examples/anchordocking/dockform1unit.pas
%%DATADIR%%/examples/anchordocking/dockform2unit.lfm
%%DATADIR%%/examples/anchordocking/dockform2unit.pas
%%DATADIR%%/examples/anchordocking/docking1.lpi
%%DATADIR%%/examples/anchordocking/docking1.lpr
%%DATADIR%%/examples/autosize/childsizinglayout/childsizinglayout.lpi
%%DATADIR%%/examples/autosize/childsizinglayout/childsizinglayout.lpr
%%DATADIR%%/examples/autosize/childsizinglayout/mainunit.lfm
%%DATADIR%%/examples/autosize/childsizinglayout/mainunit.lrs
%%DATADIR%%/examples/autosize/childsizinglayout/mainunit.pas
%%DATADIR%%/examples/barchart/chartdemo.lpi
%%DATADIR%%/examples/barchart/chartdemo.lpr
%%DATADIR%%/examples/barchart/frmmain.lfm
%%DATADIR%%/examples/barchart/frmmain.lrs
%%DATADIR%%/examples/barchart/frmmain.pas
%%DATADIR%%/examples/bitbtnform.pp
%%DATADIR%%/examples/bitbutton.lpi
%%DATADIR%%/examples/bitbutton.pp
%%DATADIR%%/examples/codepageconverter/codepages.ini
%%DATADIR%%/examples/codepageconverter/filefind/filefind.lrs
%%DATADIR%%/examples/codepageconverter/filefind/filefind.pas
%%DATADIR%%/examples/codepageconverter/filefind/filefindlaz.lpk
%%DATADIR%%/examples/codepageconverter/filefind/filefindlaz.pas
%%DATADIR%%/examples/codepageconverter/filefind/tfilesearch.xpm
%%DATADIR%%/examples/codepageconverter/koi8r
%%DATADIR%%/examples/codepageconverter/languages/lazconverter.ru_RU.UTF-8.po
%%DATADIR%%/examples/codepageconverter/latin2
%%DATADIR%%/examples/codepageconverter/lazconverter.lpi
%%DATADIR%%/examples/codepageconverter/lazconverter.lpr
%%DATADIR%%/examples/codepageconverter/lazconverter.po
%%DATADIR%%/examples/codepageconverter/mainunit.lfm
%%DATADIR%%/examples/codepageconverter/mainunit.lrs
%%DATADIR%%/examples/codepageconverter/mainunit.lrt
%%DATADIR%%/examples/codepageconverter/mainunit.pas
%%DATADIR%%/examples/codepageconverter/mainunit.po
%%DATADIR%%/examples/codepageconverter/mainunit.ru_RU.UTF-8.po
%%DATADIR%%/examples/codepageconverter/win1250
%%DATADIR%%/examples/codetools/jumptoimplementation/codetoolsexample1.pas
%%DATADIR%%/examples/codetools/jumptoimplementation/jumptoimplementation.lpk
%%DATADIR%%/examples/codetools/jumptoimplementation/jumptoimplementation.pas
%%DATADIR%%/examples/combobox.lpi
%%DATADIR%%/examples/combobox.pp
%%DATADIR%%/examples/comdialogs.lpi
%%DATADIR%%/examples/comdialogs.pp
%%DATADIR%%/examples/componentstreaming/componentstreaming.lpi
%%DATADIR%%/examples/componentstreaming/componentstreaming.lpr
%%DATADIR%%/examples/componentstreaming/mainunit.lfm
%%DATADIR%%/examples/componentstreaming/mainunit.lrs
%%DATADIR%%/examples/componentstreaming/mainunit.pas
%%DATADIR%%/examples/checkbox.lpi
%%DATADIR%%/examples/checkbox.pp
%%DATADIR%%/examples/dlgform.pp
%%DATADIR%%/examples/easter/about.lfm
%%DATADIR%%/examples/easter/about.lrs
%%DATADIR%%/examples/easter/about.pas
%%DATADIR%%/examples/easter/holyday.lpi
%%DATADIR%%/examples/easter/holyday.lpr
%%DATADIR%%/examples/easter/main.lfm
%%DATADIR%%/examples/easter/main.lrs
%%DATADIR%%/examples/easter/main.pas
%%DATADIR%%/examples/edittest.lpi
%%DATADIR%%/examples/edittest.pp
%%DATADIR%%/examples/exploremenu/README.txt
%%DATADIR%%/examples/exploremenu/exploreidemenu.lpk
%%DATADIR%%/examples/exploremenu/exploreidemenu.pas
%%DATADIR%%/examples/exploremenu/frmexploremenu.lfm
%%DATADIR%%/examples/exploremenu/frmexploremenu.lrs
%%DATADIR%%/examples/exploremenu/frmexploremenu.pas
%%DATADIR%%/examples/fontenum/fontenumeration.lpi
%%DATADIR%%/examples/fontenum/fontenumeration.lpr
%%DATADIR%%/examples/fontenum/mainunit.lfm
%%DATADIR%%/examples/fontenum/mainunit.lrs
%%DATADIR%%/examples/fontenum/mainunit.pas
%%DATADIR%%/examples/grid_semaphor/TSemaphorDBGrid.xpm
%%DATADIR%%/examples/grid_semaphor/example/project1.lpi
%%DATADIR%%/examples/grid_semaphor/example/project1.lpr
%%DATADIR%%/examples/grid_semaphor/example/table01.stb
%%DATADIR%%/examples/grid_semaphor/example/table02.stb
%%DATADIR%%/examples/grid_semaphor/example/table03hidden.stb
%%DATADIR%%/examples/grid_semaphor/example/table04hidden.stb
%%DATADIR%%/examples/grid_semaphor/example/unit1.lfm
%%DATADIR%%/examples/grid_semaphor/example/unit1.lrs
%%DATADIR%%/examples/grid_semaphor/example/unit1.pas
%%DATADIR%%/examples/grid_semaphor/readme.txt
%%DATADIR%%/examples/grid_semaphor/semaphordbgridicon.lrs
%%DATADIR%%/examples/grid_semaphor/semaphordbgrids.pas
%%DATADIR%%/examples/grid_semaphor/semaphorgridlpk.lpk
%%DATADIR%%/examples/grid_semaphor/semaphorgridlpk.pas
%%DATADIR%%/examples/grid_semaphor/semaphorgrids.pas
%%DATADIR%%/examples/grid_semaphor/semaphorgridsicon.lrs
%%DATADIR%%/examples/grid_semaphor/tsemaphorgrid.xpm
%%DATADIR%%/examples/groupbox.lpi
%%DATADIR%%/examples/groupbox.pp
%%DATADIR%%/examples/groupboxnested.lpi
%%DATADIR%%/examples/groupboxnested.pas
%%DATADIR%%/examples/helphtml/html/edit1.html
%%DATADIR%%/examples/helphtml/html/edit2.html
%%DATADIR%%/examples/helphtml/html/index.html
%%DATADIR%%/examples/helphtml/htmlhelp1.lpi
%%DATADIR%%/examples/helphtml/htmlhelp1.lpr
%%DATADIR%%/examples/helphtml/unit1.lfm
%%DATADIR%%/examples/helphtml/unit1.lrs
%%DATADIR%%/examples/helphtml/unit1.pas
%%DATADIR%%/examples/hello.lpi
%%DATADIR%%/examples/hello.pp
%%DATADIR%%/examples/helloform.pp
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit1.lfm
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit1.lrs
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit1.pas
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit2.lfm
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit2.lrs
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2unit2.pas
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2viewer.lfm
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2viewer.lrs
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelp2viewer.pas
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelpsample.lpi
%%DATADIR%%/examples/htmlhelp_ipro/htmlhelpsample.lpr
%%DATADIR%%/examples/idequickfix/quickfixdemo1.pas
%%DATADIR%%/examples/idequickfix/quickfixexample.lpk
%%DATADIR%%/examples/idequickfix/quickfixexample.pas
%%DATADIR%%/examples/imgviewer/file.bmp
%%DATADIR%%/examples/imgviewer/file.xpm
%%DATADIR%%/examples/imgviewer/frmmain.lfm
%%DATADIR%%/examples/imgviewer/frmmain.lrs
%%DATADIR%%/examples/imgviewer/frmmain.pas
%%DATADIR%%/examples/imgviewer/frmmain.rst
%%DATADIR%%/examples/imgviewer/images.bmp
%%DATADIR%%/examples/imgviewer/imgview.dpr
%%DATADIR%%/examples/imgviewer/imgview.lpi
%%DATADIR%%/examples/imgviewer/imgview.lpr
%%DATADIR%%/examples/imgviewer/imgview.res
%%DATADIR%%/examples/lazintfimage/fadein1.lpi
%%DATADIR%%/examples/lazintfimage/fadein1.lpr
%%DATADIR%%/examples/lazintfimage/mainunit1.lfm
%%DATADIR%%/examples/lazintfimage/mainunit1.lrs
%%DATADIR%%/examples/lazintfimage/mainunit1.pas
%%DATADIR%%/examples/listboxtest.lpi
%%DATADIR%%/examples/listboxtest.pp
%%DATADIR%%/examples/listview/listview.lpi
%%DATADIR%%/examples/listview/listview.lpr
%%DATADIR%%/examples/listview/testform.lfm
%%DATADIR%%/examples/listview/testform.lrs
%%DATADIR%%/examples/listview/testform.pp
%%DATADIR%%/examples/listviewtest.lpi
%%DATADIR%%/examples/listviewtest.pp
%%DATADIR%%/examples/loadpicture.lpi
%%DATADIR%%/examples/loadpicture.pas
%%DATADIR%%/examples/memotest.lpi
%%DATADIR%%/examples/memotest.pp
%%DATADIR%%/examples/messagedialogs.lpi
%%DATADIR%%/examples/messagedialogs.pp
%%DATADIR%%/examples/multithreading/criticalsectionexample1.lpi
%%DATADIR%%/examples/multithreading/criticalsectionexample1.lpr
%%DATADIR%%/examples/multithreading/criticalsectionunit1.lfm
%%DATADIR%%/examples/multithreading/criticalsectionunit1.lrs
%%DATADIR%%/examples/multithreading/criticalsectionunit1.pas
%%DATADIR%%/examples/multithreading/mainunit.lfm
%%DATADIR%%/examples/multithreading/mainunit.lrs
%%DATADIR%%/examples/multithreading/mainunit.pas
%%DATADIR%%/examples/multithreading/multithreadingexample1.lpi
%%DATADIR%%/examples/multithreading/multithreadingexample1.lpr
%%DATADIR%%/examples/multithreading/processmessagesunit1.lfm
%%DATADIR%%/examples/multithreading/processmessagesunit1.lrs
%%DATADIR%%/examples/multithreading/processmessagesunit1.pas
%%DATADIR%%/examples/multithreading/singlethreadingexample1.lpi
%%DATADIR%%/examples/multithreading/singlethreadingexample1.lpr
%%DATADIR%%/examples/multithreading/waitforexample1.lpi
%%DATADIR%%/examples/multithreading/waitforexample1.lpr
%%DATADIR%%/examples/multithreading/waitforunit1.lfm
%%DATADIR%%/examples/multithreading/waitforunit1.lrs
%%DATADIR%%/examples/multithreading/waitforunit1.pas
%%DATADIR%%/examples/notebk.lpi
%%DATADIR%%/examples/notebk.pp
%%DATADIR%%/examples/notebku.pp
%%DATADIR%%/examples/notebooktest.lpi
%%DATADIR%%/examples/notebooktest.pp
%%DATADIR%%/examples/objectinspector/mainunit.lfm
%%DATADIR%%/examples/objectinspector/mainunit.lrs
%%DATADIR%%/examples/objectinspector/mainunit.pas
%%DATADIR%%/examples/objectinspector/oiexample.lpi
%%DATADIR%%/examples/objectinspector/oiexample.lpr
%%DATADIR%%/examples/openbrowser/OpenURLInFirefox.sh
%%DATADIR%%/examples/openbrowser/OpenURLInGaleon.sh
%%DATADIR%%/examples/openbrowser/OpenURLInKonqueror.sh
%%DATADIR%%/examples/openbrowser/OpenURLInMozilla.sh
%%DATADIR%%/examples/openbrowser/OpenURLInNetscape.sh
%%DATADIR%%/examples/openbrowser/OpenURLInOpera.sh
%%DATADIR%%/examples/openbrowser/mainunit.lfm
%%DATADIR%%/examples/openbrowser/mainunit.lrs
%%DATADIR%%/examples/openbrowser/mainunit.pas
%%DATADIR%%/examples/openbrowser/testbrowserrmc.lpi
%%DATADIR%%/examples/openbrowser/testbrowserrmc.lpr
%%DATADIR%%/examples/openglcontrol/data/particle.bmp
%%DATADIR%%/examples/openglcontrol/data/texture1.bmp
%%DATADIR%%/examples/openglcontrol/data/texture2.bmp
%%DATADIR%%/examples/openglcontrol/data/texture3.bmp
%%DATADIR%%/examples/openglcontrol/exampleform.pp
%%DATADIR%%/examples/openglcontrol/openglcontrol_demo.lpi
%%DATADIR%%/examples/openglcontrol/openglcontrol_demo.pas
%%DATADIR%%/examples/postscript/samplepostscriptcanvas.lpi
%%DATADIR%%/examples/postscript/samplepostscriptcanvas.lpr
%%DATADIR%%/examples/postscript/usamplepostscriptcanvas.lfm
%%DATADIR%%/examples/postscript/usamplepostscriptcanvas.lrs
%%DATADIR%%/examples/postscript/usamplepostscriptcanvas.pas
%%DATADIR%%/examples/progressbar.lpi
%%DATADIR%%/examples/progressbar.pp
%%DATADIR%%/examples/scrollbar.lpi
%%DATADIR%%/examples/scrollbar.pp
%%DATADIR%%/examples/selection.pp
%%DATADIR%%/examples/selectionform.pp
%%DATADIR%%/examples/speedtest.lpi
%%DATADIR%%/examples/speedtest.pp
%%DATADIR%%/examples/sprites/playground.lfm
%%DATADIR%%/examples/sprites/playground.lrs
%%DATADIR%%/examples/sprites/playground.pas
%%DATADIR%%/examples/sprites/spriteexample.lpi
%%DATADIR%%/examples/sprites/spriteexample.lpr
%%DATADIR%%/examples/synchronize.pp
%%DATADIR%%/examples/synedit1.lpi
%%DATADIR%%/examples/synedit1.pas
%%DATADIR%%/examples/taborder.lpi
%%DATADIR%%/examples/taborder.pas
%%DATADIR%%/examples/testall.lpi
%%DATADIR%%/examples/testall.pp
%%DATADIR%%/examples/testallform.pp
%%DATADIR%%/examples/testtools.inc
%%DATADIR%%/examples/toolbar.lpi
%%DATADIR%%/examples/toolbar.pp
%%DATADIR%%/examples/trackbar.lpi
%%DATADIR%%/examples/trackbar.pp
%%DATADIR%%/examples/treeview/README.txt
%%DATADIR%%/examples/treeview/TV_Add_Remove.dpr
%%DATADIR%%/examples/treeview/TV_Add_Remove.res
%%DATADIR%%/examples/treeview/TV_Add_Remove_U1.dfm
%%DATADIR%%/examples/treeview/tv_add_remove.lpi
%%DATADIR%%/examples/treeview/tv_add_remove_u1.lfm
%%DATADIR%%/examples/treeview/tv_add_remove_u1.lrs
%%DATADIR%%/examples/treeview/tv_add_remove_u1.pas
%%DATADIR%%/examples/turbopower_ipro/defaultimage.lrs
%%DATADIR%%/examples/turbopower_ipro/defaultimage.xpm
%%DATADIR%%/examples/turbopower_ipro/index.html
%%DATADIR%%/examples/turbopower_ipro/mainunit.lfm
%%DATADIR%%/examples/turbopower_ipro/mainunit.lrs
%%DATADIR%%/examples/turbopower_ipro/mainunit.pas
%%DATADIR%%/examples/turbopower_ipro/readme
%%DATADIR%%/examples/turbopower_ipro/simplepage2.html
%%DATADIR%%/examples/turbopower_ipro/tpiproexample.lpi
%%DATADIR%%/examples/turbopower_ipro/tpiproexample.lpr
%%DATADIR%%/examples/widestringstreaming/mainunit.lfm
%%DATADIR%%/examples/widestringstreaming/mainunit.lrs
%%DATADIR%%/examples/widestringstreaming/mainunit.pas
%%DATADIR%%/examples/widestringstreaming/widestringstreaming.lpi
%%DATADIR%%/examples/widestringstreaming/widestringstreaming.lpr
%%DATADIR%%/examples/xmlstreaming/mainunit.lfm
%%DATADIR%%/examples/xmlstreaming/mainunit.lrs
%%DATADIR%%/examples/xmlstreaming/mainunit.pas
%%DATADIR%%/examples/xmlstreaming/streamasxmldemo.lpi
%%DATADIR%%/examples/xmlstreaming/streamasxmldemo.lpr
%%DATADIR%%/ide/Makefile
%%DATADIR%%/ide/Makefile.fpc
%%DATADIR%%/ide/aboutfrm.lfm
%%DATADIR%%/ide/aboutfrm.lrs
%%DATADIR%%/ide/aboutfrm.pas
%%DATADIR%%/ide/addtoprojectdlg.lfm
%%DATADIR%%/ide/addtoprojectdlg.lrs
%%DATADIR%%/ide/addtoprojectdlg.pas
%%DATADIR%%/ide/basebuildmanager.pas
%%DATADIR%%/ide/basedebugmanager.pas
%%DATADIR%%/ide/bigidemake.cfg
%%DATADIR%%/ide/buildfiledlg.lfm
%%DATADIR%%/ide/buildfiledlg.lrs
%%DATADIR%%/ide/buildfiledlg.pas
%%DATADIR%%/ide/buildlazdialog.lfm
%%DATADIR%%/ide/buildlazdialog.lrs
%%DATADIR%%/ide/buildlazdialog.pas
%%DATADIR%%/ide/buildmanager.pas
%%DATADIR%%/ide/cleandirdlg.lfm
%%DATADIR%%/ide/cleandirdlg.lrs
%%DATADIR%%/ide/cleandirdlg.pas
%%DATADIR%%/ide/clipboardhistory.pas
%%DATADIR%%/ide/codecontextform.pas
%%DATADIR%%/ide/codeexplopts.lfm
%%DATADIR%%/ide/codeexplopts.lrs
%%DATADIR%%/ide/codeexplopts.pas
%%DATADIR%%/ide/codeexplorer.lfm
%%DATADIR%%/ide/codeexplorer.lrs
%%DATADIR%%/ide/codeexplorer.pas
%%DATADIR%%/ide/codemacroprompt.lfm
%%DATADIR%%/ide/codemacroprompt.lrs
%%DATADIR%%/ide/codemacroprompt.pas
%%DATADIR%%/ide/codemacroselect.lfm
%%DATADIR%%/ide/codemacroselect.lrs
%%DATADIR%%/ide/codemacroselect.pas
%%DATADIR%%/ide/codetemplatesdlg.lfm
%%DATADIR%%/ide/codetemplatesdlg.lrs
%%DATADIR%%/ide/codetemplatesdlg.pas
%%DATADIR%%/ide/codetoolsdefines.lfm
%%DATADIR%%/ide/codetoolsdefines.lrs
%%DATADIR%%/ide/codetoolsdefines.pas
%%DATADIR%%/ide/codetoolsdefpreview.lfm
%%DATADIR%%/ide/codetoolsdefpreview.lrs
%%DATADIR%%/ide/codetoolsdefpreview.pas
%%DATADIR%%/ide/codetoolsoptions.pas
%%DATADIR%%/ide/compiler.pp
%%DATADIR%%/ide/compileroptions.pp
%%DATADIR%%/ide/compileroptionsdlg.pp
%%DATADIR%%/ide/componentpalette.pas
%%DATADIR%%/ide/condef.lfm
%%DATADIR%%/ide/condef.lrs
%%DATADIR%%/ide/condef.pas
%%DATADIR%%/ide/customformeditor.pp
%%DATADIR%%/ide/charactermapdlg.lfm
%%DATADIR%%/ide/charactermapdlg.lrs
%%DATADIR%%/ide/charactermapdlg.pas
%%DATADIR%%/ide/checkcompileropts.lfm
%%DATADIR%%/ide/checkcompileropts.lrs
%%DATADIR%%/ide/checkcompileropts.pas
%%DATADIR%%/ide/checklfmdlg.lfm
%%DATADIR%%/ide/checklfmdlg.lrs
%%DATADIR%%/ide/checklfmdlg.pas
%%DATADIR%%/ide/debugmanager.pas
%%DATADIR%%/ide/debugoptionsfrm.lfm
%%DATADIR%%/ide/debugoptionsfrm.lrs
%%DATADIR%%/ide/debugoptionsfrm.pas
%%DATADIR%%/ide/dialogprocs.pas
%%DATADIR%%/ide/diffdialog.lfm
%%DATADIR%%/ide/diffdialog.lrs
%%DATADIR%%/ide/diffdialog.pas
%%DATADIR%%/ide/diffpatch.pas
%%DATADIR%%/ide/diskdiffsdialog.lfm
%%DATADIR%%/ide/diskdiffsdialog.lrs
%%DATADIR%%/ide/diskdiffsdialog.pas
%%DATADIR%%/ide/editdefinetree.pas
%%DATADIR%%/ide/editoroptions.lfm
%%DATADIR%%/ide/editoroptions.lrs
%%DATADIR%%/ide/editoroptions.pp
%%DATADIR%%/ide/encloseselectiondlg.lfm
%%DATADIR%%/ide/encloseselectiondlg.lrs
%%DATADIR%%/ide/encloseselectiondlg.pas
%%DATADIR%%/ide/environmentopts.lfm
%%DATADIR%%/ide/environmentopts.lrs
%%DATADIR%%/ide/environmentopts.pp
%%DATADIR%%/ide/extractprocdlg.lfm
%%DATADIR%%/ide/extractprocdlg.lrs
%%DATADIR%%/ide/extractprocdlg.pas
%%DATADIR%%/ide/exttooldialog.lfm
%%DATADIR%%/ide/exttooldialog.lrs
%%DATADIR%%/ide/exttooldialog.pas
%%DATADIR%%/ide/exttooleditdlg.pas
%%DATADIR%%/ide/filereferencelist.pas
%%DATADIR%%/ide/findinfilesdlg.lfm
%%DATADIR%%/ide/findinfilesdlg.lrs
%%DATADIR%%/ide/findinfilesdlg.pas
%%DATADIR%%/ide/findpalettecomp.lfm
%%DATADIR%%/ide/findpalettecomp.lrs
%%DATADIR%%/ide/findpalettecomp.pas
%%DATADIR%%/ide/findrenameidentifier.lfm
%%DATADIR%%/ide/findrenameidentifier.lrs
%%DATADIR%%/ide/findrenameidentifier.pas
%%DATADIR%%/ide/findreplacedialog.lfm
%%DATADIR%%/ide/findreplacedialog.lrs
%%DATADIR%%/ide/findreplacedialog.pp
%%DATADIR%%/ide/formeditor.pp
%%DATADIR%%/ide/frmsearch.lfm
%%DATADIR%%/ide/frmsearch.lrs
%%DATADIR%%/ide/frmsearch.pas
%%DATADIR%%/ide/helpfpcmessages.pas
%%DATADIR%%/ide/helpmanager.lfm
%%DATADIR%%/ide/helpmanager.lrs
%%DATADIR%%/ide/helpmanager.pas
%%DATADIR%%/ide/helpoptions.lfm
%%DATADIR%%/ide/helpoptions.lrs
%%DATADIR%%/ide/helpoptions.pas
%%DATADIR%%/ide/idecontexthelpedit.lfm
%%DATADIR%%/ide/idecontexthelpedit.lrs
%%DATADIR%%/ide/idecontexthelpedit.pas
%%DATADIR%%/ide/idedefs.pas
%%DATADIR%%/ide/ideoptiondefs.pas
%%DATADIR%%/ide/ideprocs.pp
%%DATADIR%%/ide/ideprotocol.pas
%%DATADIR%%/ide/idetranslations.pas
%%DATADIR%%/ide/idewindowhelp.pas
%%DATADIR%%/ide/imexportcompileropts.lfm
%%DATADIR%%/ide/imexportcompileropts.lrs
%%DATADIR%%/ide/imexportcompileropts.pas
%%DATADIR%%/ide/include/darwin/lazconf.inc
%%DATADIR%%/ide/include/freebsd/lazconf.inc
%%DATADIR%%/ide/include/ide.inc
%%DATADIR%%/ide/include/linux/lazconf.inc
%%DATADIR%%/ide/include/netbsd/lazconf.inc
%%DATADIR%%/ide/include/solaris/lazconf.inc
%%DATADIR%%/ide/include/unix/lazbaseconf.inc
%%DATADIR%%/ide/include/win32/lazconf.inc
%%DATADIR%%/ide/include/win64/lazconf.inc
%%DATADIR%%/ide/initialsetupdlgs.pas
%%DATADIR%%/ide/inputfiledialog.pas
%%DATADIR%%/ide/inputhistory.pas
%%DATADIR%%/ide/invertassigntool.pas
%%DATADIR%%/ide/keymapping.pp
%%DATADIR%%/ide/keymapschemedlg.lfm
%%DATADIR%%/ide/keymapschemedlg.lrs
%%DATADIR%%/ide/keymapschemedlg.pas
%%DATADIR%%/ide/lazarus.lpi
%%DATADIR%%/ide/lazarus.manifest
%%DATADIR%%/ide/lazarus.pp
%%DATADIR%%/ide/lazarus.rc
%%DATADIR%%/ide/lazarus_about_logo.lrs
%%DATADIR%%/ide/lazarus_dci.lrs
%%DATADIR%%/ide/lazarus_dci_file.dci
%%DATADIR%%/ide/lazarusidestrconsts.pas
%%DATADIR%%/ide/lazarusmanager.pas
%%DATADIR%%/ide/lazbuild.lpi
%%DATADIR%%/ide/lazbuild.lpr
%%DATADIR%%/ide/lazconf.pp
%%DATADIR%%/ide/lazdoc.pas
%%DATADIR%%/ide/lazdocfrm.lfm
%%DATADIR%%/ide/lazdocfrm.lrs
%%DATADIR%%/ide/lazdocfrm.pas
%%DATADIR%%/ide/lazdocselectinherited.lfm
%%DATADIR%%/ide/lazdocselectinherited.lrs
%%DATADIR%%/ide/lazdocselectinherited.pas
%%DATADIR%%/ide/lrtpotools.pas
%%DATADIR%%/ide/macropromptdlg.pas
%%DATADIR%%/ide/main.pp
%%DATADIR%%/ide/mainbar.pas
%%DATADIR%%/ide/mainbase.pas
%%DATADIR%%/ide/mainintf.pas
%%DATADIR%%/ide/makeresstrdlg.lfm
%%DATADIR%%/ide/makeresstrdlg.lrs
%%DATADIR%%/ide/makeresstrdlg.pas
%%DATADIR%%/ide/miscoptions.pas
%%DATADIR%%/ide/msgquickfixes.pas
%%DATADIR%%/ide/msgview.lfm
%%DATADIR%%/ide/msgview.lrs
%%DATADIR%%/ide/msgview.pp
%%DATADIR%%/ide/msgvieweditor.lfm
%%DATADIR%%/ide/msgvieweditor.lrs
%%DATADIR%%/ide/msgvieweditor.pas
%%DATADIR%%/ide/multireplacedlg.lfm
%%DATADIR%%/ide/multireplacedlg.lrs
%%DATADIR%%/ide/multireplacedlg.pas
%%DATADIR%%/ide/newdialog.lfm
%%DATADIR%%/ide/newdialog.lrs
%%DATADIR%%/ide/newdialog.pas
%%DATADIR%%/ide/newprojectdlg.pp
%%DATADIR%%/ide/objectlists.pas
%%DATADIR%%/ide/outputfilter.pas
%%DATADIR%%/ide/patheditordlg.pas
%%DATADIR%%/ide/procedurelist.lfm
%%DATADIR%%/ide/procedurelist.lrs
%%DATADIR%%/ide/procedurelist.pas
%%DATADIR%%/ide/progressdlg.lfm
%%DATADIR%%/ide/progressdlg.lrs
%%DATADIR%%/ide/progressdlg.pas
%%DATADIR%%/ide/project.pp
%%DATADIR%%/ide/projectdefs.pas
%%DATADIR%%/ide/projectinspector.lfm
%%DATADIR%%/ide/projectinspector.lrs
%%DATADIR%%/ide/projectinspector.pas
%%DATADIR%%/ide/projectopts.lfm
%%DATADIR%%/ide/projectopts.lrs
%%DATADIR%%/ide/projectopts.pp
%%DATADIR%%/ide/publishmodule.pas
%%DATADIR%%/ide/publishprojectdlg.lfm
%%DATADIR%%/ide/publishprojectdlg.lrs
%%DATADIR%%/ide/publishprojectdlg.pas
%%DATADIR%%/ide/revision.inc
%%DATADIR%%/ide/runparamsopts.lfm
%%DATADIR%%/ide/runparamsopts.lrs
%%DATADIR%%/ide/runparamsopts.pas
%%DATADIR%%/ide/searchresultview.lfm
%%DATADIR%%/ide/searchresultview.lrs
%%DATADIR%%/ide/searchresultview.pp
%%DATADIR%%/ide/showcompileropts.lfm
%%DATADIR%%/ide/showcompileropts.lrs
%%DATADIR%%/ide/showcompileropts.pas
%%DATADIR%%/ide/sortselectiondlg.pas
%%DATADIR%%/ide/sourceeditprocs.pas
%%DATADIR%%/ide/sourcemarks.pas
%%DATADIR%%/ide/splash.lfm
%%DATADIR%%/ide/splash.lrs
%%DATADIR%%/ide/splash.pp
%%DATADIR%%/ide/startlazarus.lpi
%%DATADIR%%/ide/startlazarus.lpr
%%DATADIR%%/ide/startlazarus.rc
%%DATADIR%%/ide/sysvaruseroverridedlg.lfm
%%DATADIR%%/ide/sysvaruseroverridedlg.lrs
%%DATADIR%%/ide/sysvaruseroverridedlg.pas
%%DATADIR%%/ide/todolist.lfm
%%DATADIR%%/ide/todolist.lrs
%%DATADIR%%/ide/todolist.pp
%%DATADIR%%/ide/transfermacros.pp
%%DATADIR%%/ide/unitdependencies.lfm
%%DATADIR%%/ide/unitdependencies.lrs
%%DATADIR%%/ide/unitdependencies.pas
%%DATADIR%%/ide/uniteditor.lfm
%%DATADIR%%/ide/uniteditor.lrs
%%DATADIR%%/ide/uniteditor.pp
%%DATADIR%%/ide/unitinfodlg.lfm
%%DATADIR%%/ide/unitinfodlg.lrs
%%DATADIR%%/ide/unitinfodlg.pp
%%DATADIR%%/ide/version.inc
%%DATADIR%%/ide/versioninfoadditionalinfo.lfm
%%DATADIR%%/ide/versioninfoadditionalinfo.lrs
%%DATADIR%%/ide/versioninfoadditionalinfo.pas
%%DATADIR%%/ide/viewunit_dlg.lfm
%%DATADIR%%/ide/viewunit_dlg.lrs
%%DATADIR%%/ide/viewunit_dlg.pp
%%DATADIR%%/ide/w32versioninfo.pas
%%DATADIR%%/ide/wordcompletion.pp
%%DATADIR%%/ideintf/Makefile
%%DATADIR%%/ideintf/Makefile.fpc
%%DATADIR%%/ideintf/README.txt
%%DATADIR%%/ideintf/actionseditor.lfm
%%DATADIR%%/ideintf/actionseditor.lrs
%%DATADIR%%/ideintf/actionseditor.pas
%%DATADIR%%/ideintf/actionseditorstd.lfm
%%DATADIR%%/ideintf/actionseditorstd.lrs
%%DATADIR%%/ideintf/actionseditorstd.pas
%%DATADIR%%/ideintf/allideintf.pas
%%DATADIR%%/ideintf/baseideintf.pas
%%DATADIR%%/ideintf/columndlg.pp
%%DATADIR%%/ideintf/collectionpropeditform.lfm
%%DATADIR%%/ideintf/collectionpropeditform.lrs
%%DATADIR%%/ideintf/componenteditors.pas
%%DATADIR%%/ideintf/componentreg.pas
%%DATADIR%%/ideintf/componenttreeview.lrs
%%DATADIR%%/ideintf/componenttreeview.pas
%%DATADIR%%/ideintf/checkgroupeditordlg.lfm
%%DATADIR%%/ideintf/checkgroupeditordlg.lrs
%%DATADIR%%/ideintf/checklistboxeditordlg.lfm
%%DATADIR%%/ideintf/checklistboxeditordlg.lrs
%%DATADIR%%/ideintf/checklistboxeditordlg.pas
%%DATADIR%%/ideintf/dbpropedits.pas
%%DATADIR%%/ideintf/fieldseditor.lfm
%%DATADIR%%/ideintf/fieldseditor.lrs
%%DATADIR%%/ideintf/fieldseditor.pas
%%DATADIR%%/ideintf/fieldslist.lfm
%%DATADIR%%/ideintf/fieldslist.lrs
%%DATADIR%%/ideintf/fieldslist.pas
%%DATADIR%%/ideintf/formeditingintf.pas
%%DATADIR%%/ideintf/frmselectprops.lfm
%%DATADIR%%/ideintf/frmselectprops.lrs
%%DATADIR%%/ideintf/frmselectprops.pas
%%DATADIR%%/ideintf/graphicpropedit.lfm
%%DATADIR%%/ideintf/graphicpropedit.lrs
%%DATADIR%%/ideintf/graphicpropedit.pas
%%DATADIR%%/ideintf/graphpropedits.pas
%%DATADIR%%/ideintf/helpfpdoc.pas
%%DATADIR%%/ideintf/idecommands.pas
%%DATADIR%%/ideintf/idedialogs.pas
%%DATADIR%%/ideintf/ideexterntoolintf.pas
%%DATADIR%%/ideintf/idehelpintf.pas
%%DATADIR%%/ideintf/idemsgintf.pas
%%DATADIR%%/ideintf/idetextconverter.pas
%%DATADIR%%/ideintf/idewindowintf.pas
%%DATADIR%%/ideintf/imagelisteditor.lfm
%%DATADIR%%/ideintf/imagelisteditor.lrs
%%DATADIR%%/ideintf/imagelisteditor.pp
%%DATADIR%%/ideintf/lazideintf.pas
%%DATADIR%%/ideintf/lazstringgridedit.lfm
%%DATADIR%%/ideintf/lazstringgridedit.lrs
%%DATADIR%%/ideintf/lazstringgridedit.pas
%%DATADIR%%/ideintf/listviewpropedit.lfm
%%DATADIR%%/ideintf/listviewpropedit.lrs
%%DATADIR%%/ideintf/listviewpropedit.pp
%%DATADIR%%/ideintf/macrointf.pas
%%DATADIR%%/ideintf/maskpropedit.lfm
%%DATADIR%%/ideintf/maskpropedit.lrs
%%DATADIR%%/ideintf/maskpropedit.pas
%%DATADIR%%/ideintf/menuintf.pas
%%DATADIR%%/ideintf/newfield.lfm
%%DATADIR%%/ideintf/newfield.lrs
%%DATADIR%%/ideintf/newfield.pas
%%DATADIR%%/ideintf/newitemintf.pas
%%DATADIR%%/ideintf/objectinspector.pp
%%DATADIR%%/ideintf/objinspstrconsts.pas
%%DATADIR%%/ideintf/oi_box.bmp
%%DATADIR%%/ideintf/oi_comp.bmp
%%DATADIR%%/ideintf/oi_control.bmp
%%DATADIR%%/ideintf/oi_form.bmp
%%DATADIR%%/ideintf/packageintf.pas
%%DATADIR%%/ideintf/projectintf.pas
%%DATADIR%%/ideintf/propedits.pp
%%DATADIR%%/ideintf/srceditorintf.pas
%%DATADIR%%/ideintf/stringspropeditdlg.lfm
%%DATADIR%%/ideintf/stringspropeditdlg.lrs
%%DATADIR%%/ideintf/stringspropeditdlg.pas
%%DATADIR%%/ideintf/texttools.pas
%%DATADIR%%/ideintf/treeviewpropedit.lfm
%%DATADIR%%/ideintf/treeviewpropedit.lrs
%%DATADIR%%/ideintf/treeviewpropedit.pas
%%DATADIR%%/ideintf/units/i386-freebsd/actionseditor.o
%%DATADIR%%/ideintf/units/i386-freebsd/actionseditor.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/actionseditorstd.o
%%DATADIR%%/ideintf/units/i386-freebsd/actionseditorstd.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/allideintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/allideintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/baseideintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/baseideintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/columndlg.o
%%DATADIR%%/ideintf/units/i386-freebsd/columndlg.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/componenteditors.o
%%DATADIR%%/ideintf/units/i386-freebsd/componenteditors.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/componentreg.o
%%DATADIR%%/ideintf/units/i386-freebsd/componentreg.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/componenttreeview.o
%%DATADIR%%/ideintf/units/i386-freebsd/componenttreeview.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/checklistboxeditordlg.o
%%DATADIR%%/ideintf/units/i386-freebsd/checklistboxeditordlg.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/dbpropedits.o
%%DATADIR%%/ideintf/units/i386-freebsd/dbpropedits.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/fieldseditor.o
%%DATADIR%%/ideintf/units/i386-freebsd/fieldseditor.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/formeditingintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/formeditingintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/frmselectprops.o
%%DATADIR%%/ideintf/units/i386-freebsd/frmselectprops.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/graphicpropedit.o
%%DATADIR%%/ideintf/units/i386-freebsd/graphicpropedit.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/graphpropedits.o
%%DATADIR%%/ideintf/units/i386-freebsd/graphpropedits.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/helpfpdoc.o
%%DATADIR%%/ideintf/units/i386-freebsd/helpfpdoc.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idecommands.o
%%DATADIR%%/ideintf/units/i386-freebsd/idecommands.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idedialogs.o
%%DATADIR%%/ideintf/units/i386-freebsd/idedialogs.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/ideexterntoolintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/ideexterntoolintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idehelpintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/idehelpintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idemsgintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/idemsgintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idetextconverter.o
%%DATADIR%%/ideintf/units/i386-freebsd/idetextconverter.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/idewindowintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/idewindowintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/imagelisteditor.o
%%DATADIR%%/ideintf/units/i386-freebsd/imagelisteditor.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/lazideintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/lazideintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/lazstringgridedit.o
%%DATADIR%%/ideintf/units/i386-freebsd/lazstringgridedit.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/listviewpropedit.o
%%DATADIR%%/ideintf/units/i386-freebsd/listviewpropedit.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/macrointf.o
%%DATADIR%%/ideintf/units/i386-freebsd/macrointf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/maskpropedit.o
%%DATADIR%%/ideintf/units/i386-freebsd/maskpropedit.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/menuintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/menuintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/newitemintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/newitemintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/objectinspector.o
%%DATADIR%%/ideintf/units/i386-freebsd/objectinspector.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/objinspstrconsts.o
%%DATADIR%%/ideintf/units/i386-freebsd/objinspstrconsts.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/objinspstrconsts.rst
%%DATADIR%%/ideintf/units/i386-freebsd/packageintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/packageintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/projectintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/projectintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/propedits.o
%%DATADIR%%/ideintf/units/i386-freebsd/propedits.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/srceditorintf.o
%%DATADIR%%/ideintf/units/i386-freebsd/srceditorintf.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/stringspropeditdlg.o
%%DATADIR%%/ideintf/units/i386-freebsd/stringspropeditdlg.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/texttools.o
%%DATADIR%%/ideintf/units/i386-freebsd/texttools.ppu
%%DATADIR%%/ideintf/units/i386-freebsd/treeviewpropedit.o
%%DATADIR%%/ideintf/units/i386-freebsd/treeviewpropedit.ppu
%%DATADIR%%/images/22x22/address-book-new.png
%%DATADIR%%/images/22x22/appointment-new.png
%%DATADIR%%/images/22x22/bookmark-new.png
%%DATADIR%%/images/22x22/contact-new.png
%%DATADIR%%/images/22x22/document-new.png
%%DATADIR%%/images/22x22/document-open.png
%%DATADIR%%/images/22x22/document-open.xpm
%%DATADIR%%/images/22x22/document-print-preview.png
%%DATADIR%%/images/22x22/document-print.png
%%DATADIR%%/images/22x22/document-properties.png
%%DATADIR%%/images/22x22/document-save-as.png
%%DATADIR%%/images/22x22/document-save.png
%%DATADIR%%/images/22x22/edit-clear.png
%%DATADIR%%/images/22x22/edit-copy.png
%%DATADIR%%/images/22x22/edit-cut.png
%%DATADIR%%/images/22x22/edit-delete.png
%%DATADIR%%/images/22x22/edit-find-replace.png
%%DATADIR%%/images/22x22/edit-find.png
%%DATADIR%%/images/22x22/edit-paste.png
%%DATADIR%%/images/22x22/edit-redo.png
%%DATADIR%%/images/22x22/edit-select-all.png
%%DATADIR%%/images/22x22/edit-undo.png
%%DATADIR%%/images/22x22/folder-new.png
%%DATADIR%%/images/22x22/format-indent-less.png
%%DATADIR%%/images/22x22/format-indent-more.png
%%DATADIR%%/images/22x22/format-justify-center.png
%%DATADIR%%/images/22x22/format-justify-fill.png
%%DATADIR%%/images/22x22/format-justify-left.png
%%DATADIR%%/images/22x22/format-justify-right.png
%%DATADIR%%/images/22x22/format-text-bold.png
%%DATADIR%%/images/22x22/format-text-italic.png
%%DATADIR%%/images/22x22/format-text-strikethrough.png
%%DATADIR%%/images/22x22/format-text-underline.png
%%DATADIR%%/images/22x22/go-bottom.png
%%DATADIR%%/images/22x22/go-down.png
%%DATADIR%%/images/22x22/go-first.png
%%DATADIR%%/images/22x22/go-home.png
%%DATADIR%%/images/22x22/go-home.xpm
%%DATADIR%%/images/22x22/go-jump.png
%%DATADIR%%/images/22x22/go-last.png
%%DATADIR%%/images/22x22/go-next.png
%%DATADIR%%/images/22x22/go-previous.png
%%DATADIR%%/images/22x22/go-top.png
%%DATADIR%%/images/22x22/go-up.png
%%DATADIR%%/images/22x22/list-add.png
%%DATADIR%%/images/22x22/list-remove.png
%%DATADIR%%/images/22x22/mail-forward.png
%%DATADIR%%/images/22x22/mail-mark-junk.png
%%DATADIR%%/images/22x22/mail-message-new.png
%%DATADIR%%/images/22x22/mail-reply-all.png
%%DATADIR%%/images/22x22/mail-reply-sender.png
%%DATADIR%%/images/22x22/mail-send-receive.png
%%DATADIR%%/images/22x22/media-eject.png
%%DATADIR%%/images/22x22/media-playback-pause.png
%%DATADIR%%/images/22x22/media-playback-start.png
%%DATADIR%%/images/22x22/media-playback-stop.png
%%DATADIR%%/images/22x22/media-record.png
%%DATADIR%%/images/22x22/media-seek-backward.png
%%DATADIR%%/images/22x22/media-seek-forward.png
%%DATADIR%%/images/22x22/media-skip-backward.png
%%DATADIR%%/images/22x22/media-skip-forward.png
%%DATADIR%%/images/22x22/process-stop.png
%%DATADIR%%/images/22x22/system-lock-screen.png
%%DATADIR%%/images/22x22/system-log-out.png
%%DATADIR%%/images/22x22/system-search.png
%%DATADIR%%/images/22x22/system-shutdown.png
%%DATADIR%%/images/22x22/tab-new.png
%%DATADIR%%/images/22x22/view-refresh.png
%%DATADIR%%/images/22x22/view-refresh.xpm
%%DATADIR%%/images/22x22/window-new.png
%%DATADIR%%/images/LazarusForm.bmp
%%DATADIR%%/images/LazarusForm.ico
%%DATADIR%%/images/LazarusProject.ico
%%DATADIR%%/images/LazarusSource.bmp
%%DATADIR%%/images/LazarusSource.ico
%%DATADIR%%/images/README.txt
%%DATADIR%%/images/bookmark.lrs
%%DATADIR%%/images/btn_downarrow.ico
%%DATADIR%%/images/btn_downarrow.xpm
%%DATADIR%%/images/btn_newform.ico
%%DATADIR%%/images/btn_newform.xpm
%%DATADIR%%/images/btn_newunit.ico
%%DATADIR%%/images/btn_newunit.xpm
%%DATADIR%%/images/btn_openfile.ico
%%DATADIR%%/images/btn_openfile.xpm
%%DATADIR%%/images/btn_pause.ico
%%DATADIR%%/images/btn_pause.xpm
%%DATADIR%%/images/btn_run.ico
%%DATADIR%%/images/btn_run.xpm
%%DATADIR%%/images/btn_save.ico
%%DATADIR%%/images/btn_save.xpm
%%DATADIR%%/images/btn_saveall.bmp
%%DATADIR%%/images/btn_saveall.ico
%%DATADIR%%/images/btn_saveall.xpm
%%DATADIR%%/images/btn_stepinto.ico
%%DATADIR%%/images/btn_stepinto.xpm
%%DATADIR%%/images/btn_stepover.ico
%%DATADIR%%/images/btn_stepover.xpm
%%DATADIR%%/images/btn_toggleform.ico
%%DATADIR%%/images/btn_toggleform.xpm
%%DATADIR%%/images/btn_viewforms.ico
%%DATADIR%%/images/btn_viewforms.xpm
%%DATADIR%%/images/btn_viewunits.ico
%%DATADIR%%/images/btn_viewunits.xpm
%%DATADIR%%/images/codeexplorer/ce_class.xpm
%%DATADIR%%/images/codeexplorer/ce_const.xpm
%%DATADIR%%/images/codeexplorer/ce_default.xpm
%%DATADIR%%/images/codeexplorer/ce_finalization.xpm
%%DATADIR%%/images/codeexplorer/ce_implementation.xpm
%%DATADIR%%/images/codeexplorer/ce_initialization.xpm
%%DATADIR%%/images/codeexplorer/ce_interface.xpm
%%DATADIR%%/images/codeexplorer/ce_procedure.xpm
%%DATADIR%%/images/codeexplorer/ce_program.xpm
%%DATADIR%%/images/codeexplorer/ce_property.xpm
%%DATADIR%%/images/codeexplorer/ce_type.xpm
%%DATADIR%%/images/codeexplorer/ce_unit.xpm
%%DATADIR%%/images/codeexplorer/ce_variable.xpm
%%DATADIR%%/images/codetoolsdefines/block_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ctdefinestate_auto_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ctdefinestate_autoproj_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ctdefinestate_none_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ctdefinestate_projspec_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/define_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/definerecurse_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/directory_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/else_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/elseif_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/if_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ifdef_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/ifndef_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/undefine_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/undefineall_22x22.xpm
%%DATADIR%%/images/codetoolsdefines/undefinerecurse_22x22.xpm
%%DATADIR%%/images/color.ico
%%DATADIR%%/images/color.xpm
%%DATADIR%%/images/components/default.ico
%%DATADIR%%/images/components/default.xpm
%%DATADIR%%/images/components/tactionlist.xpm
%%DATADIR%%/images/components/tapplicationproperties.xpm
%%DATADIR%%/images/components/tarrow.ico
%%DATADIR%%/images/components/tarrow.xpm
%%DATADIR%%/images/components/tbarchart.xpm
%%DATADIR%%/images/components/tbevel.ico
%%DATADIR%%/images/components/tbevel.xpm
%%DATADIR%%/images/components/tbitbtn.ico
%%DATADIR%%/images/components/tbitbtn.xpm
%%DATADIR%%/images/components/tbutton.ico
%%DATADIR%%/images/components/tbutton.xpm
%%DATADIR%%/images/components/tbuttonpanel.xpm
%%DATADIR%%/images/components/tcalcedit.xpm
%%DATADIR%%/images/components/tcalculatordialog.xpm
%%DATADIR%%/images/components/tcalendar.ico
%%DATADIR%%/images/components/tcalendar.xpm
%%DATADIR%%/images/components/tcalendardialog.xpm
%%DATADIR%%/images/components/tcolorbox.xpm
%%DATADIR%%/images/components/tcolorbutton.xpm
%%DATADIR%%/images/components/tcolorcombobox.xpm
%%DATADIR%%/images/components/tcolordialog.ico
%%DATADIR%%/images/components/tcolordialog.xpm
%%DATADIR%%/images/components/tcombobox.ico
%%DATADIR%%/images/components/tcombobox.xpm
%%DATADIR%%/images/components/tcomboedit.xpm
%%DATADIR%%/images/components/tcheckbox.ico
%%DATADIR%%/images/components/tcheckbox.xpm
%%DATADIR%%/images/components/tcheckgroup.xpm
%%DATADIR%%/images/components/tchecklistbox.ico
%%DATADIR%%/images/components/tchecklistbox.xpm
%%DATADIR%%/images/components/tdatabase.ico
%%DATADIR%%/images/components/tdatabase.xpm
%%DATADIR%%/images/components/tdatasource.ico
%%DATADIR%%/images/components/tdatasource.xpm
%%DATADIR%%/images/components/tdateedit.xpm
%%DATADIR%%/images/components/tdbcalendar.xpm
%%DATADIR%%/images/components/tdbcombobox.xpm
%%DATADIR%%/images/components/tdbcontrol.xpm
%%DATADIR%%/images/components/tdbcheckbox.xpm
%%DATADIR%%/images/components/tdbedit.xpm
%%DATADIR%%/images/components/tdbgrid.xpm
%%DATADIR%%/images/components/tdbgroupbox.xpm
%%DATADIR%%/images/components/tdbimage.xpm
%%DATADIR%%/images/components/tdblistbox.xpm
%%DATADIR%%/images/components/tdbmemo.xpm
%%DATADIR%%/images/components/tdbnavigator.xpm
%%DATADIR%%/images/components/tdbradiogroup.xpm
%%DATADIR%%/images/components/tdbtext.xpm
%%DATADIR%%/images/components/tdialogtemplate.xpm
%%DATADIR%%/images/components/tdirectoryedit.xpm
%%DATADIR%%/images/components/tdrawgrid.xpm
%%DATADIR%%/images/components/tedit.ico
%%DATADIR%%/images/components/tedit.xpm
%%DATADIR%%/images/components/teditbutton.xpm
%%DATADIR%%/images/components/tfilelistbox.xpm
%%DATADIR%%/images/components/tfilenamedit.xpm
%%DATADIR%%/images/components/tfilenameedit.xpm
%%DATADIR%%/images/components/tfinddialog.xpm
%%DATADIR%%/images/components/tfloatspinedit.xpm
%%DATADIR%%/images/components/tfontdialog.ico
%%DATADIR%%/images/components/tfontdialog.xpm
%%DATADIR%%/images/components/tgroupbox.ico
%%DATADIR%%/images/components/tgroupbox.xpm
%%DATADIR%%/images/components/thtmlbrowserhelpviewer.xpm
%%DATADIR%%/images/components/thtmlhelpdatabase.xpm
%%DATADIR%%/images/components/tidedialoglayoutstorage.xpm
%%DATADIR%%/images/components/tidletimer.xpm
%%DATADIR%%/images/components/timage.ico
%%DATADIR%%/images/components/timage.xpm
%%DATADIR%%/images/components/timagelist.xpm
%%DATADIR%%/images/components/tinipropstorage.xpm
%%DATADIR%%/images/components/tlabel.ico
%%DATADIR%%/images/components/tlabel.xpm
%%DATADIR%%/images/components/tlabelededit.xpm
%%DATADIR%%/images/components/tlazcomponentqueue.xpm
%%DATADIR%%/images/components/tlistbox.ico
%%DATADIR%%/images/components/tlistbox.xpm
%%DATADIR%%/images/components/tlistview.ico
%%DATADIR%%/images/components/tlistview.xpm
%%DATADIR%%/images/components/tmainmenu.ico
%%DATADIR%%/images/components/tmainmenu.xpm
%%DATADIR%%/images/components/tmaskedit.xpm
%%DATADIR%%/images/components/tmemo.ico
%%DATADIR%%/images/components/tmemo.xpm
%%DATADIR%%/images/components/tmenu.ico
%%DATADIR%%/images/components/tmenu.xpm
%%DATADIR%%/images/components/tmouse.ico
%%DATADIR%%/images/components/tmouse.xpm
%%DATADIR%%/images/components/tnotebook.ico
%%DATADIR%%/images/components/tnotebook.xpm
%%DATADIR%%/images/components/topendialog.ico
%%DATADIR%%/images/components/topendialog.xpm
%%DATADIR%%/images/components/topenpicturedialog.ico
%%DATADIR%%/images/components/topenpicturedialog.xpm
%%DATADIR%%/images/components/tpagecontrol.xpm
%%DATADIR%%/images/components/tpaintbox.ico
%%DATADIR%%/images/components/tpaintbox.xpm
%%DATADIR%%/images/components/tpairsplitter.xpm
%%DATADIR%%/images/components/tpanel.ico
%%DATADIR%%/images/components/tpanel.xpm
%%DATADIR%%/images/components/tpicture.xpm
%%DATADIR%%/images/components/tpopup.xpm
%%DATADIR%%/images/components/tpopupmenu.ico
%%DATADIR%%/images/components/tpopupmenu.xpm
%%DATADIR%%/images/components/tprinterdialog.ico
%%DATADIR%%/images/components/tprinterdialog.xpm
%%DATADIR%%/images/components/tprintersetupdialog.ico
%%DATADIR%%/images/components/tprintersetupdialog.xpm
%%DATADIR%%/images/components/tprocess.xpm
%%DATADIR%%/images/components/tprogressbar.ico
%%DATADIR%%/images/components/tprogressbar.xpm
%%DATADIR%%/images/components/tquery.ico
%%DATADIR%%/images/components/tquery.xpm
%%DATADIR%%/images/components/tradiobutton.ico
%%DATADIR%%/images/components/tradiobutton.xpm
%%DATADIR%%/images/components/tradiogroup.ico
%%DATADIR%%/images/components/tradiogroup.xpm
%%DATADIR%%/images/components/treplacedialog.xpm
%%DATADIR%%/images/components/tsavedialog.ico
%%DATADIR%%/images/components/tsavedialog.xpm
%%DATADIR%%/images/components/tsavepicturedialog.ico
%%DATADIR%%/images/components/tsavepicturedialog.xpm
%%DATADIR%%/images/components/tscrollbar.ico
%%DATADIR%%/images/components/tscrollbar.xpm
%%DATADIR%%/images/components/tscrollbox.xpm
%%DATADIR%%/images/components/tselectdirdialog.xpm
%%DATADIR%%/images/components/tselectdirectorydialog.xpm
%%DATADIR%%/images/components/tshape.xpm
%%DATADIR%%/images/components/tspeedbutton.ico
%%DATADIR%%/images/components/tspeedbutton.xpm
%%DATADIR%%/images/components/tspinedit.ico
%%DATADIR%%/images/components/tspinedit.xpm
%%DATADIR%%/images/components/tsplitter.xpm
%%DATADIR%%/images/components/tstatictext.xpm
%%DATADIR%%/images/components/tstatusbar.ico
%%DATADIR%%/images/components/tstatusbar.xpm
%%DATADIR%%/images/components/tstringgrid.xpm
%%DATADIR%%/images/components/ttabcontrol.xpm
%%DATADIR%%/images/components/ttimer.ico
%%DATADIR%%/images/components/ttimer.xpm
%%DATADIR%%/images/components/ttogglebox.ico
%%DATADIR%%/images/components/ttogglebox.xpm
%%DATADIR%%/images/components/ttoolbar.ico
%%DATADIR%%/images/components/ttoolbar.xpm
%%DATADIR%%/images/components/ttoolbutton.xpm
%%DATADIR%%/images/components/ttrackbar.ico
%%DATADIR%%/images/components/ttrackbar.xpm
%%DATADIR%%/images/components/ttreeview.xpm
%%DATADIR%%/images/components/tupdown.xpm
%%DATADIR%%/images/components/txmlconfig.xpm
%%DATADIR%%/images/components/txmlpropstorage.xpm
%%DATADIR%%/images/components/unregisteredcomponent.xpm
%%DATADIR%%/images/components_images.lrs
%%DATADIR%%/images/designer/anchorbottombottom.xpm
%%DATADIR%%/images/designer/anchorcenterhorizontal.xpm
%%DATADIR%%/images/designer/anchorcentervertical.xpm
%%DATADIR%%/images/designer/anchorleftleft.xpm
%%DATADIR%%/images/designer/anchorleftright.xpm
%%DATADIR%%/images/designer/anchortopbottom.xpm
%%DATADIR%%/images/designer/anchortoptop.xpm
%%DATADIR%%/images/designer/anchorrightright.xpm
%%DATADIR%%/images/down.xpm
%%DATADIR%%/images/downarrow.ico
%%DATADIR%%/images/downarrow.xpm
%%DATADIR%%/images/fonts.ico
%%DATADIR%%/images/fonts.xpm
%%DATADIR%%/images/formatbold.bmp
%%DATADIR%%/images/formatitalic.bmp
%%DATADIR%%/images/formatunderline.bmp
%%DATADIR%%/images/icon-naming-spec.xml
%%DATADIR%%/images/ide_icon48x48.png
%%DATADIR%%/images/insertcodetag.xpm
%%DATADIR%%/images/insertremark.xpm
%%DATADIR%%/images/insertvartag.xpm
%%DATADIR%%/images/keymapcategory.xpm
%%DATADIR%%/images/keymaprelation.xpm
%%DATADIR%%/images/laz_images.lrs
%%DATADIR%%/images/lazarus.ico
%%DATADIR%%/images/lazarus.xpm
%%DATADIR%%/images/lazarus64.ico
%%DATADIR%%/images/lazarus64.xpm
%%DATADIR%%/images/lazarus_about_logo.xpm
%%DATADIR%%/images/lazaruspackage.ico
%%DATADIR%%/images/leftarrow.ico
%%DATADIR%%/images/leftarrow.xpm
%%DATADIR%%/images/logo_big.jpg
%%DATADIR%%/images/mainicon.ico
%%DATADIR%%/images/mainicon.lrs
%%DATADIR%%/images/mainicon.xpm
%%DATADIR%%/images/menu/menu_breakpoints.xpm
%%DATADIR%%/images/menu/menu_build.xpm
%%DATADIR%%/images/menu/menu_buildall.xpm
%%DATADIR%%/images/menu/menu_buildlazarus.xpm
%%DATADIR%%/images/menu/menu_callstack.xpm
%%DATADIR%%/images/menu/menu_close.xpm
%%DATADIR%%/images/menu/menu_codetoolsdefineseditor.xpm
%%DATADIR%%/images/menu/menu_codetoolsoptions.xpm
%%DATADIR%%/images/menu/menu_copy.xpm
%%DATADIR%%/images/menu/menu_cut.xpm
%%DATADIR%%/images/menu/menu_debugger.xpm
%%DATADIR%%/images/menu/menu_debugoutput.xpm
%%DATADIR%%/images/menu/menu_editoroptions.xpm
%%DATADIR%%/images/menu/menu_environmentoptions.xpm
%%DATADIR%%/images/menu/menu_indent.xpm
%%DATADIR%%/images/menu/menu_new.xpm
%%DATADIR%%/images/menu/menu_open.xpm
%%DATADIR%%/images/menu/menu_openproject.xpm
%%DATADIR%%/images/menu/menu_paste.xpm
%%DATADIR%%/images/menu/menu_pause.xpm
%%DATADIR%%/images/menu/menu_projectinspector.xpm
%%DATADIR%%/images/menu/menu_projectoptions.xpm
%%DATADIR%%/images/menu/menu_redo.xpm
%%DATADIR%%/images/menu/menu_run.xpm
%%DATADIR%%/images/menu/menu_save.xpm
%%DATADIR%%/images/menu/menu_stepinto.xpm
%%DATADIR%%/images/menu/menu_stepover.xpm
%%DATADIR%%/images/menu/menu_undo.xpm
%%DATADIR%%/images/menu/menu_unindent.xpm
%%DATADIR%%/images/menu/menu_watches.xpm
%%DATADIR%%/images/mouse.ico
%%DATADIR%%/images/mouse.xpm
%%DATADIR%%/images/notebook.ico
%%DATADIR%%/images/notebook.xpm
%%DATADIR%%/images/penguin.ico
%%DATADIR%%/images/penguin.xpm
%%DATADIR%%/images/pkg_add.xpm
%%DATADIR%%/images/pkg_addunittopackage.xpm
%%DATADIR%%/images/pkg_binary.xpm
%%DATADIR%%/images/pkg_compile.xpm
%%DATADIR%%/images/pkg_conflict.xpm
%%DATADIR%%/images/pkg_files.xpm
%%DATADIR%%/images/pkg_include.xpm
%%DATADIR%%/images/pkg_inherited.xpm
%%DATADIR%%/images/pkg_lfm.xpm
%%DATADIR%%/images/pkg_lrs.xpm
%%DATADIR%%/images/pkg_package.xpm
%%DATADIR%%/images/pkg_package_autoinstall.xpm
%%DATADIR%%/images/pkg_package_circle.xpm
%%DATADIR%%/images/pkg_package_install.xpm
%%DATADIR%%/images/pkg_package_installed.xpm
%%DATADIR%%/images/pkg_package_uninstall.xpm
%%DATADIR%%/images/pkg_packagegraph.xpm
%%DATADIR%%/images/pkg_project.xpm
%%DATADIR%%/images/pkg_registerunit.xpm
%%DATADIR%%/images/pkg_removedfiles.xpm
%%DATADIR%%/images/pkg_removedrequired.xpm
%%DATADIR%%/images/pkg_required.xpm
%%DATADIR%%/images/pkg_text.xpm
%%DATADIR%%/images/pkg_unit.xpm
%%DATADIR%%/images/rightarrow.ico
%%DATADIR%%/images/rightarrow.xpm
%%DATADIR%%/images/sourceeditor/ActiveBreakPoint.ico
%%DATADIR%%/images/sourceeditor/ActiveBreakPoint.xpm
%%DATADIR%%/images/sourceeditor/InactiveBreakPoint.ico
%%DATADIR%%/images/sourceeditor/InactiveBreakPoint.xpm
%%DATADIR%%/images/sourceeditor/InvalidBreakPoint.ico
%%DATADIR%%/images/sourceeditor/InvalidBreakPoint.xpm
%%DATADIR%%/images/sourceeditor/MultiBreakPoint.xpm
%%DATADIR%%/images/sourceeditor/UnknownBreakPoint.ico
%%DATADIR%%/images/sourceeditor/UnknownBreakPoint.xpm
%%DATADIR%%/images/sourceeditor/bookmark0.ico
%%DATADIR%%/images/sourceeditor/bookmark0.xpm
%%DATADIR%%/images/sourceeditor/bookmark1.ico
%%DATADIR%%/images/sourceeditor/bookmark1.xpm
%%DATADIR%%/images/sourceeditor/bookmark2.ico
%%DATADIR%%/images/sourceeditor/bookmark2.xpm
%%DATADIR%%/images/sourceeditor/bookmark3.ico
%%DATADIR%%/images/sourceeditor/bookmark3.xpm
%%DATADIR%%/images/sourceeditor/bookmark4.ico
%%DATADIR%%/images/sourceeditor/bookmark4.xpm
%%DATADIR%%/images/sourceeditor/bookmark5.ico
%%DATADIR%%/images/sourceeditor/bookmark5.xpm
%%DATADIR%%/images/sourceeditor/bookmark6.ico
%%DATADIR%%/images/sourceeditor/bookmark6.xpm
%%DATADIR%%/images/sourceeditor/bookmark7.ico
%%DATADIR%%/images/sourceeditor/bookmark7.xpm
%%DATADIR%%/images/sourceeditor/bookmark8.ico
%%DATADIR%%/images/sourceeditor/bookmark8.xpm
%%DATADIR%%/images/sourceeditor/bookmark9.ico
%%DATADIR%%/images/sourceeditor/bookmark9.xpm
%%DATADIR%%/images/splash_logo.xpm
%%DATADIR%%/images/todo_goto.bmp
%%DATADIR%%/images/todo_options.bmp
%%DATADIR%%/images/todo_print.bmp
%%DATADIR%%/images/todo_refresh.bmp
%%DATADIR%%/images/unitdependencies/srctype_circle_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_filenotfound_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_forbiddencircle_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_library_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_package_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_parseerror_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_program_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_unit_22x22.xpm
%%DATADIR%%/images/unitdependencies/srctype_unknown_22x22.xpm
%%DATADIR%%/images/up.xpm
%%DATADIR%%/images/uparrow.ico
%%DATADIR%%/images/uparrow.xpm
%%DATADIR%%/images/vase_trans.xpm
%%DATADIR%%/install/lazarus.desktop
%%DATADIR%%/languages/README.txt
%%DATADIR%%/languages/installerstrconsts.de.po
%%DATADIR%%/languages/installerstrconsts.nl.po
%%DATADIR%%/languages/installerstrconsts.pl.po
%%DATADIR%%/languages/installerstrconsts.po
%%DATADIR%%/languages/lazaruside.ar.po
%%DATADIR%%/languages/lazaruside.ca.po
%%DATADIR%%/languages/lazaruside.de.po
%%DATADIR%%/languages/lazaruside.es.po
%%DATADIR%%/languages/lazaruside.fi.po
%%DATADIR%%/languages/lazaruside.fr.po
%%DATADIR%%/languages/lazaruside.he.po
%%DATADIR%%/languages/lazaruside.id.po
%%DATADIR%%/languages/lazaruside.it.po
%%DATADIR%%/languages/lazaruside.ja.po
%%DATADIR%%/languages/lazaruside.nl.po
%%DATADIR%%/languages/lazaruside.pb.po
%%DATADIR%%/languages/lazaruside.pl.po
%%DATADIR%%/languages/lazaruside.pliso.po
%%DATADIR%%/languages/lazaruside.plwin.po
%%DATADIR%%/languages/lazaruside.po
%%DATADIR%%/languages/lazaruside.ru.po
%%DATADIR%%/languages/lazaruside.ua.po
%%DATADIR%%/languages/lazaruside.zh-cn.po
%%DATADIR%%/languages/objinspstrconsts.ca.po
%%DATADIR%%/languages/objinspstrconsts.de.po
%%DATADIR%%/languages/objinspstrconsts.es.po
%%DATADIR%%/languages/objinspstrconsts.fi.po
%%DATADIR%%/languages/objinspstrconsts.fr.po
%%DATADIR%%/languages/objinspstrconsts.id.po
%%DATADIR%%/languages/objinspstrconsts.it.po
%%DATADIR%%/languages/objinspstrconsts.ja.po
%%DATADIR%%/languages/objinspstrconsts.nl.po
%%DATADIR%%/languages/objinspstrconsts.pb.po
%%DATADIR%%/languages/objinspstrconsts.pl.po
%%DATADIR%%/languages/objinspstrconsts.pliso.po
%%DATADIR%%/languages/objinspstrconsts.plwin.po
%%DATADIR%%/languages/objinspstrconsts.po
%%DATADIR%%/languages/objinspstrconsts.ru.po
%%DATADIR%%/languages/objinspstrconsts.ua.po
%%DATADIR%%/languages/objinspstrconsts.zh-cn.po
%%DATADIR%%/lazarus
%%DATADIR%%/lcl/LAYOUT.txt
%%DATADIR%%/lcl/Makefile
%%DATADIR%%/lcl/Makefile.fpc
%%DATADIR%%/lcl/actnlist.pas
%%DATADIR%%/lcl/alllclunits.pp
%%DATADIR%%/lcl/arrow.pp
%%DATADIR%%/lcl/asyncprocess.pp
%%DATADIR%%/lcl/avglvltree.pas
%%DATADIR%%/lcl/buttonpanel.pas
%%DATADIR%%/lcl/buttons.pp
%%DATADIR%%/lcl/calendar.pp
%%DATADIR%%/lcl/clipbrd.pp
%%DATADIR%%/lcl/clistbox.pp
%%DATADIR%%/lcl/colorbox.pas
%%DATADIR%%/lcl/comctrls.pp
%%DATADIR%%/lcl/commctrl.pp
%%DATADIR%%/lcl/controls.pp
%%DATADIR%%/lcl/customtimer.pas
%%DATADIR%%/lcl/chart.pp
%%DATADIR%%/lcl/checklst.pas
%%DATADIR%%/lcl/dbactns.pp
%%DATADIR%%/lcl/dbctrls.pp
%%DATADIR%%/lcl/dbgrids.pas
%%DATADIR%%/lcl/defaulttranslator.pas
%%DATADIR%%/lcl/dialogs.pp
%%DATADIR%%/lcl/dirsel.lfm
%%DATADIR%%/lcl/dirsel.lrs
%%DATADIR%%/lcl/dirsel.pas
%%DATADIR%%/lcl/dynamicarray.pas
%%DATADIR%%/lcl/dynhasharray.pp
%%DATADIR%%/lcl/dynqueue.pas
%%DATADIR%%/lcl/edbtnimg.lrs
%%DATADIR%%/lcl/editbtn.pas
%%DATADIR%%/lcl/extctrls.pp
%%DATADIR%%/lcl/extdlgs.lrs
%%DATADIR%%/lcl/extdlgs.pas
%%DATADIR%%/lcl/extendedstrings.pas
%%DATADIR%%/lcl/extgraphics.pas
%%DATADIR%%/lcl/filectrl.pp
%%DATADIR%%/lcl/fileutil.pas
%%DATADIR%%/lcl/forms.pp
%%DATADIR%%/lcl/forms/calendarpopup.lfm
%%DATADIR%%/lcl/forms/calendarpopup.lrs
%%DATADIR%%/lcl/forms/calendarpopup.pas
%%DATADIR%%/lcl/forms/finddlgunit.lfm
%%DATADIR%%/lcl/forms/finddlgunit.lrs
%%DATADIR%%/lcl/forms/finddlgunit.pas
%%DATADIR%%/lcl/forms/replacedlgunit.lfm
%%DATADIR%%/lcl/forms/replacedlgunit.lrs
%%DATADIR%%/lcl/forms/replacedlgunit.pas
%%DATADIR%%/lcl/fpcadds.pas
%%DATADIR%%/lcl/graphics.pp
%%DATADIR%%/lcl/graphmath.pp
%%DATADIR%%/lcl/graphtype.pp
%%DATADIR%%/lcl/grids.pas
%%DATADIR%%/lcl/helpintfs.pas
%%DATADIR%%/lcl/images/README.txt
%%DATADIR%%/lcl/images/btncalccancel.xpm
%%DATADIR%%/lcl/images/btncalcimg.xpm
%%DATADIR%%/lcl/images/btncalcmin.xpm
%%DATADIR%%/lcl/images/btncalcmul.xpm
%%DATADIR%%/lcl/images/btncalcok.xpm
%%DATADIR%%/lcl/images/btncalcplus.xpm
%%DATADIR%%/lcl/images/btncalcpm.xpm
%%DATADIR%%/lcl/images/btncalculator.xpm
%%DATADIR%%/lcl/images/btncalendar.xpm
%%DATADIR%%/lcl/images/btnseldir.xpm
%%DATADIR%%/lcl/images/dbnavcancel.xpm
%%DATADIR%%/lcl/images/dbnavdelete.xpm
%%DATADIR%%/lcl/images/dbnavedit.xpm
%%DATADIR%%/lcl/images/dbnavfirst.xpm
%%DATADIR%%/lcl/images/dbnavinsert.xpm
%%DATADIR%%/lcl/images/dbnavlast.xpm
%%DATADIR%%/lcl/images/dbnavnext.xpm
%%DATADIR%%/lcl/images/dbnavpost.xpm
%%DATADIR%%/lcl/images/dbnavprior.xpm
%%DATADIR%%/lcl/images/dbnavrefresh.xpm
%%DATADIR%%/lcl/imglist.pp
%%DATADIR%%/lcl/include/actionlink.inc
%%DATADIR%%/lcl/include/alignment.inc
%%DATADIR%%/lcl/include/application.inc
%%DATADIR%%/lcl/include/applicationproperties.inc
%%DATADIR%%/lcl/include/basedragcontrolobject.inc
%%DATADIR%%/lcl/include/bevel.inc
%%DATADIR%%/lcl/include/bitbtn.inc
%%DATADIR%%/lcl/include/bitmap.inc
%%DATADIR%%/lcl/include/bitmapcanvas.inc
%%DATADIR%%/lcl/include/bitmapimage.inc
%%DATADIR%%/lcl/include/boundlabel.inc
%%DATADIR%%/lcl/include/brush.inc
%%DATADIR%%/lcl/include/buttoncontrol.inc
%%DATADIR%%/lcl/include/buttonglyph.inc
%%DATADIR%%/lcl/include/buttons.inc
%%DATADIR%%/lcl/include/canvas.inc
%%DATADIR%%/lcl/include/clipbrd.inc
%%DATADIR%%/lcl/include/colorbutton.inc
%%DATADIR%%/lcl/include/colordialog.inc
%%DATADIR%%/lcl/include/commondialog.inc
%%DATADIR%%/lcl/include/containedaction.inc
%%DATADIR%%/lcl/include/control.inc
%%DATADIR%%/lcl/include/controlactionlink.inc
%%DATADIR%%/lcl/include/controlcanvas.inc
%%DATADIR%%/lcl/include/controlscrollbar.inc
%%DATADIR%%/lcl/include/controlsproc.inc
%%DATADIR%%/lcl/include/customaction.inc
%%DATADIR%%/lcl/include/customactionlist.inc
%%DATADIR%%/lcl/include/customcombobox.inc
%%DATADIR%%/lcl/include/customcontrol.inc
%%DATADIR%%/lcl/include/customcheckbox.inc
%%DATADIR%%/lcl/include/customcheckgroup.inc
%%DATADIR%%/lcl/include/customdockform.inc
%%DATADIR%%/lcl/include/customedit.inc
%%DATADIR%%/lcl/include/customform.inc
%%DATADIR%%/lcl/include/customframe.inc
%%DATADIR%%/lcl/include/customgroupbox.inc
%%DATADIR%%/lcl/include/customimage.inc
%%DATADIR%%/lcl/include/customlabel.inc
%%DATADIR%%/lcl/include/customlabelededit.inc
%%DATADIR%%/lcl/include/customlistbox.inc
%%DATADIR%%/lcl/include/customlistview.inc
%%DATADIR%%/lcl/include/custommemo.inc
%%DATADIR%%/lcl/include/customnotebook.inc
%%DATADIR%%/lcl/include/custompage.inc
%%DATADIR%%/lcl/include/custompanel.inc
%%DATADIR%%/lcl/include/customsplitter.inc
%%DATADIR%%/lcl/include/customstatictext.inc
%%DATADIR%%/lcl/include/customupdown.inc
%%DATADIR%%/lcl/include/checkbox.inc
%%DATADIR%%/lcl/include/dbcalendar.inc
%%DATADIR%%/lcl/include/dbcombobox.inc
%%DATADIR%%/lcl/include/dbcustomnavigator.inc
%%DATADIR%%/lcl/include/dbcheckbox.inc
%%DATADIR%%/lcl/include/dbedit.inc
%%DATADIR%%/lcl/include/dbgroupbox.inc
%%DATADIR%%/lcl/include/dbimage.inc
%%DATADIR%%/lcl/include/dblistbox.inc
%%DATADIR%%/lcl/include/dbmemo.inc
%%DATADIR%%/lcl/include/dbradiogroup.inc
%%DATADIR%%/lcl/include/dbtext.inc
%%DATADIR%%/lcl/include/defaultbitbtnimages.inc
%%DATADIR%%/lcl/include/docktree.inc
%%DATADIR%%/lcl/include/dockzone.inc
%%DATADIR%%/lcl/include/dragdock.inc
%%DATADIR%%/lcl/include/dragobject.inc
%%DATADIR%%/lcl/include/edit.inc
%%DATADIR%%/lcl/include/filedialog.inc
%%DATADIR%%/lcl/include/fileutil.inc
%%DATADIR%%/lcl/include/finddialog.inc
%%DATADIR%%/lcl/include/font.inc
%%DATADIR%%/lcl/include/fontdialog.inc
%%DATADIR%%/lcl/include/graphic.inc
%%DATADIR%%/lcl/include/graphiccontrol.inc
%%DATADIR%%/lcl/include/graphicsobject.inc
%%DATADIR%%/lcl/include/hintwindow.inc
%%DATADIR%%/lcl/include/idletimer.inc
%%DATADIR%%/lcl/include/imglist.inc
%%DATADIR%%/lcl/include/inputdialog.inc
%%DATADIR%%/lcl/include/interfacebase.inc
%%DATADIR%%/lcl/include/intfbaselcl.inc
%%DATADIR%%/lcl/include/intfbasewinapi.inc
%%DATADIR%%/lcl/include/lclaction.inc
%%DATADIR%%/lcl/include/lclintf.inc
%%DATADIR%%/lcl/include/lclintfh.inc
%%DATADIR%%/lcl/include/listcolumn.inc
%%DATADIR%%/lcl/include/listcolumns.inc
%%DATADIR%%/lcl/include/listitem.inc
%%DATADIR%%/lcl/include/listitems.inc
%%DATADIR%%/lcl/include/mainmenu.inc
%%DATADIR%%/lcl/include/memo.inc
%%DATADIR%%/lcl/include/memoscrollbar.inc
%%DATADIR%%/lcl/include/memostrings.inc
%%DATADIR%%/lcl/include/menu.inc
%%DATADIR%%/lcl/include/menuactionlink.inc
%%DATADIR%%/lcl/include/menuitem.inc
%%DATADIR%%/lcl/include/messagedialogpixmaps.inc
%%DATADIR%%/lcl/include/messagedialogs.inc
%%DATADIR%%/lcl/include/mouse.inc
%%DATADIR%%/lcl/include/notebook.inc
%%DATADIR%%/lcl/include/page.inc
%%DATADIR%%/lcl/include/pagecontrol.inc
%%DATADIR%%/lcl/include/paintbox.inc
%%DATADIR%%/lcl/include/pen.inc
%%DATADIR%%/lcl/include/picture.inc
%%DATADIR%%/lcl/include/pixmap.inc
%%DATADIR%%/lcl/include/png.inc
%%DATADIR%%/lcl/include/pnm.inc
%%DATADIR%%/lcl/include/popupmenu.inc
%%DATADIR%%/lcl/include/progressbar.inc
%%DATADIR%%/lcl/include/promptdialog.inc
%%DATADIR%%/lcl/include/radiobutton.inc
%%DATADIR%%/lcl/include/radiogroup.inc
%%DATADIR%%/lcl/include/reginifile.inc
%%DATADIR%%/lcl/include/region.inc
%%DATADIR%%/lcl/include/replacedialog.inc
%%DATADIR%%/lcl/include/screen.inc
%%DATADIR%%/lcl/include/scrollbar.inc
%%DATADIR%%/lcl/include/scrollbox.inc
%%DATADIR%%/lcl/include/scrollingwincontrol.inc
%%DATADIR%%/lcl/include/shape.inc
%%DATADIR%%/lcl/include/sharedimage.inc
%%DATADIR%%/lcl/include/shortcutlist.inc
%%DATADIR%%/lcl/include/sizeconstraints.inc
%%DATADIR%%/lcl/include/speedbutton.inc
%%DATADIR%%/lcl/include/spinedit.inc
%%DATADIR%%/lcl/include/statusbar.inc
%%DATADIR%%/lcl/include/statuspanel.inc
%%DATADIR%%/lcl/include/statuspanels.inc
%%DATADIR%%/lcl/include/tabcontrol.inc
%%DATADIR%%/lcl/include/tabsheet.inc
%%DATADIR%%/lcl/include/timer.inc
%%DATADIR%%/lcl/include/togglebox.inc
%%DATADIR%%/lcl/include/toolbar.inc
%%DATADIR%%/lcl/include/toolbutton.inc
%%DATADIR%%/lcl/include/toolwindow.inc
%%DATADIR%%/lcl/include/trackbar.inc
%%DATADIR%%/lcl/include/treeview.inc
%%DATADIR%%/lcl/include/winapi.inc
%%DATADIR%%/lcl/include/winapih.inc
%%DATADIR%%/lcl/include/wincontrol.inc
%%DATADIR%%/lcl/inipropstorage.pas
%%DATADIR%%/lcl/interfacebase.pp
%%DATADIR%%/lcl/interfaces/LAYOUT.txt
%%DATADIR%%/lcl/interfaces/Makefile
%%DATADIR%%/lcl/interfaces/Makefile.fpc
%%DATADIR%%/lcl/interfaces/carbon/Makefile
%%DATADIR%%/lcl/interfaces/carbon/Makefile.fpc
%%DATADIR%%/lcl/interfaces/carbon/README.txt
%%DATADIR%%/lcl/interfaces/carbon/carbondef.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonextra.pas
%%DATADIR%%/lcl/interfaces/carbon/carbonimages.lrs
%%DATADIR%%/lcl/interfaces/carbon/carbonint.pas
%%DATADIR%%/lcl/interfaces/carbon/carbonlclintf.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonlclintfh.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonobject.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonprivate.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonprivatecheckbox.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonprivatehiview.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonprivatewindow.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonproc.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonutils.pas
%%DATADIR%%/lcl/interfaces/carbon/carbonwinapi.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonwinapih.inc
%%DATADIR%%/lcl/interfaces/carbon/carbonwsactnlist.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsarrow.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsbuttons.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwscalendar.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsclistbox.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwscomctrls.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwscontrols.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwschecklst.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsdbctrls.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsdbgrids.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsdialogs.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsdirsel.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwseditbtn.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsextctrls.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsextdlgs.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsfilectrl.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsforms.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsgrids.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsimglist.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsmaskedit.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsmenus.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwspairsplitter.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsspin.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwsstdctrls.pp
%%DATADIR%%/lcl/interfaces/carbon/carbonwstoolwin.pp
%%DATADIR%%/lcl/interfaces/carbon/fpcmacosall.pas
%%DATADIR%%/lcl/interfaces/carbon/interfaces.pas
%%DATADIR%%/lcl/interfaces/gnome/Makefile
%%DATADIR%%/lcl/interfaces/gnome/Makefile.fpc
%%DATADIR%%/lcl/interfaces/gnome/gnomeint.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomelclintf.inc
%%DATADIR%%/lcl/interfaces/gnome/gnomelclintfh.inc
%%DATADIR%%/lcl/interfaces/gnome/gnomewinapi.inc
%%DATADIR%%/lcl/interfaces/gnome/gnomewinapih.inc
%%DATADIR%%/lcl/interfaces/gnome/gnomewsactnlist.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsarrow.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsbuttons.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewscalendar.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsclistbox.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewscomctrls.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewscontrols.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewschecklst.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsdbctrls.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsdbgrids.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsdialogs.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsdirsel.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewseditbtn.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsextctrls.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsextdlgs.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsfilectrl.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsforms.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsgrids.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsimglist.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsmaskedit.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsmenus.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewspairsplitter.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsspin.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewsstdctrls.pp
%%DATADIR%%/lcl/interfaces/gnome/gnomewstoolwin.pp
%%DATADIR%%/lcl/interfaces/gnome/interfaces.pp
%%DATADIR%%/lcl/interfaces/gtk/Makefile
%%DATADIR%%/lcl/interfaces/gtk/Makefile.fpc
%%DATADIR%%/lcl/interfaces/gtk/dragicons.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkcallback.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkcomboboxcallback.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkdef.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkdragcallback.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkfiledialogutils.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkfiledialogutilsh.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkfontcache.pas
%%DATADIR%%/lcl/interfaces/gtk/gtkglobals.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkimages.lrs
%%DATADIR%%/lcl/interfaces/gtk/gtkint.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkkeysyms.inc
%%DATADIR%%/lcl/interfaces/gtk/gtklclintf.inc
%%DATADIR%%/lcl/interfaces/gtk/gtklclintfh.inc
%%DATADIR%%/lcl/interfaces/gtk/gtklistsl.inc
%%DATADIR%%/lcl/interfaces/gtk/gtklistslh.inc
%%DATADIR%%/lcl/interfaces/gtk/gtklistviewcallback.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkmemostrings.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkmsgqueue.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkobject.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkpagecallback.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkproc.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkproc.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwinapi.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkwinapih.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkwinapiwindow.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsactnlist.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsarrow.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsbuttons.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwscalendar.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsclistbox.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwscomctrls.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwscontrols.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwscustomlistview.inc
%%DATADIR%%/lcl/interfaces/gtk/gtkwschecklst.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsdbctrls.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsdbgrids.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsdialogs.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsdirsel.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwseditbtn.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsextctrls.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsextdlgs.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsfilectrl.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsforms.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsgrids.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsimglist.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsmaskedit.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsmenus.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwspairsplitter.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsspin.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwsstdctrls.pp
%%DATADIR%%/lcl/interfaces/gtk/gtkwstoolwin.pp
%%DATADIR%%/lcl/interfaces/gtk/interfaces.pp
%%DATADIR%%/lcl/interfaces/gtk/tests/gtkclipboard.lpi
%%DATADIR%%/lcl/interfaces/gtk/tests/gtkclipboard.lpr
%%DATADIR%%/lcl/interfaces/gtk/tests/lclclipboardtest.lpi
%%DATADIR%%/lcl/interfaces/gtk/tests/lclclipboardtest.lpr
%%DATADIR%%/lcl/interfaces/gtk/tests/lclclipboardunit.lfm
%%DATADIR%%/lcl/interfaces/gtk/tests/lclclipboardunit.lrs
%%DATADIR%%/lcl/interfaces/gtk/tests/lclclipboardunit.pas
%%DATADIR%%/lcl/interfaces/gtk/tnotebook_close_tab.xpm
%%DATADIR%%/lcl/interfaces/gtk2/Makefile
%%DATADIR%%/lcl/interfaces/gtk2/Makefile.fpc
%%DATADIR%%/lcl/interfaces/gtk2/README.txt
%%DATADIR%%/lcl/interfaces/gtk2/TODOS
%%DATADIR%%/lcl/interfaces/gtk2/gtk2cellrenderer.pas
%%DATADIR%%/lcl/interfaces/gtk2/gtk2int.pas
%%DATADIR%%/lcl/interfaces/gtk2/gtk2interface.lpk
%%DATADIR%%/lcl/interfaces/gtk2/gtk2interface.pas
%%DATADIR%%/lcl/interfaces/gtk2/gtk2lclintf.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2lclintfh.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2memostrings.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2object.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2winapi.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2winapih.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsactnlist.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsarrow.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsbuttons.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wscalendar.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsclistbox.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wscomctrls.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wscontrols.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wscustomlistview.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wscustommemo.inc
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wschecklst.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsdbctrls.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsdbgrids.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsdialogs.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsdirsel.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wseditbtn.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsextctrls.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsextdlgs.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsfilectrl.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsforms.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsgrids.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsimglist.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsmaskedit.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsmenus.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wspairsplitter.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsspin.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wsstdctrls.pp
%%DATADIR%%/lcl/interfaces/gtk2/gtk2wstoolwin.pp
%%DATADIR%%/lcl/interfaces/gtk2/interfaces.pas
%%DATADIR%%/lcl/interfaces/qt/Makefile
%%DATADIR%%/lcl/interfaces/qt/Makefile.fpc
%%DATADIR%%/lcl/interfaces/qt/README.txt
%%DATADIR%%/lcl/interfaces/qt/interfaces.pp
%%DATADIR%%/lcl/interfaces/qt/qt.pp
%%DATADIR%%/lcl/interfaces/qt/qt4.pas
%%DATADIR%%/lcl/interfaces/qt/qtcallback.inc
%%DATADIR%%/lcl/interfaces/qt/qtint.pp
%%DATADIR%%/lcl/interfaces/qt/qtlclintf.inc
%%DATADIR%%/lcl/interfaces/qt/qtlclintfh.inc
%%DATADIR%%/lcl/interfaces/qt/qtobject.inc
%%DATADIR%%/lcl/interfaces/qt/qtobjects.pas
%%DATADIR%%/lcl/interfaces/qt/qtprivate.pp
%%DATADIR%%/lcl/interfaces/qt/qtwinapi.inc
%%DATADIR%%/lcl/interfaces/qt/qtwinapih.inc
%%DATADIR%%/lcl/interfaces/qt/qtwsactnlist.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsarrow.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsbuttons.pp
%%DATADIR%%/lcl/interfaces/qt/qtwscalendar.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsclistbox.pp
%%DATADIR%%/lcl/interfaces/qt/qtwscomctrls.pp
%%DATADIR%%/lcl/interfaces/qt/qtwscontrols.pp
%%DATADIR%%/lcl/interfaces/qt/qtwschecklst.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsdbctrls.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsdbgrids.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsdialogs.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsdirsel.pp
%%DATADIR%%/lcl/interfaces/qt/qtwseditbtn.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsextctrls.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsextdlgs.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsfilectrl.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsforms.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsgrids.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsimglist.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsmaskedit.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsmenus.pp
%%DATADIR%%/lcl/interfaces/qt/qtwspairsplitter.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsspin.pp
%%DATADIR%%/lcl/interfaces/qt/qtwsstdctrls.pp
%%DATADIR%%/lcl/interfaces/qt/qtwstoolwin.pp
%%DATADIR%%/lcl/interfaces/win32/Makefile
%%DATADIR%%/lcl/interfaces/win32/Makefile.fpc
%%DATADIR%%/lcl/interfaces/win32/README.txt
%%DATADIR%%/lcl/interfaces/win32/interfaces.pp
%%DATADIR%%/lcl/interfaces/win32/win32callback.inc
%%DATADIR%%/lcl/interfaces/win32/win32def.pp
%%DATADIR%%/lcl/interfaces/win32/win32int.pp
%%DATADIR%%/lcl/interfaces/win32/win32lclintf.inc
%%DATADIR%%/lcl/interfaces/win32/win32lclintfh.inc
%%DATADIR%%/lcl/interfaces/win32/win32listsl.inc
%%DATADIR%%/lcl/interfaces/win32/win32listslh.inc
%%DATADIR%%/lcl/interfaces/win32/win32memostrings.inc
%%DATADIR%%/lcl/interfaces/win32/win32object.inc
%%DATADIR%%/lcl/interfaces/win32/win32proc.pp
%%DATADIR%%/lcl/interfaces/win32/win32winapi.inc
%%DATADIR%%/lcl/interfaces/win32/win32winapih.inc
%%DATADIR%%/lcl/interfaces/win32/win32wsactnlist.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsarrow.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsbuttons.pp
%%DATADIR%%/lcl/interfaces/win32/win32wscalendar.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsclistbox.pp
%%DATADIR%%/lcl/interfaces/win32/win32wscomctrls.pp
%%DATADIR%%/lcl/interfaces/win32/win32wscontrols.pp
%%DATADIR%%/lcl/interfaces/win32/win32wscustomlistview.inc
%%DATADIR%%/lcl/interfaces/win32/win32wschecklst.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsdbctrls.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsdbgrids.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsdialogs.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsdirsel.pp
%%DATADIR%%/lcl/interfaces/win32/win32wseditbtn.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsextctrls.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsextdlgs.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsfilectrl.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsforms.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsgrids.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsimglist.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsmaskedit.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsmenus.pp
%%DATADIR%%/lcl/interfaces/win32/win32wspairsplitter.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsspin.pp
%%DATADIR%%/lcl/interfaces/win32/win32wsstdctrls.pp
%%DATADIR%%/lcl/interfaces/win32/win32wstoolwin.pp
%%DATADIR%%/lcl/interfaces/win32/winext.pas
%%DATADIR%%/lcl/interfaces/wince/Makefile
%%DATADIR%%/lcl/interfaces/wince/Makefile.fpc
%%DATADIR%%/lcl/interfaces/wince/interfaces.pp
%%DATADIR%%/lcl/interfaces/wince/wincecallback.inc
%%DATADIR%%/lcl/interfaces/wince/winceint.pp
%%DATADIR%%/lcl/interfaces/wince/wincelclintf.inc
%%DATADIR%%/lcl/interfaces/wince/wincelclintfh.inc
%%DATADIR%%/lcl/interfaces/wince/wincelistsl.inc
%%DATADIR%%/lcl/interfaces/wince/wincelistslh.inc
%%DATADIR%%/lcl/interfaces/wince/wincememostrings.inc
%%DATADIR%%/lcl/interfaces/wince/winceobject.inc
%%DATADIR%%/lcl/interfaces/wince/winceproc.pp
%%DATADIR%%/lcl/interfaces/wince/wincewinapi.inc
%%DATADIR%%/lcl/interfaces/wince/wincewinapiemu.pp
%%DATADIR%%/lcl/interfaces/wince/wincewinapih.inc
%%DATADIR%%/lcl/interfaces/wince/wincewsarrow.pp
%%DATADIR%%/lcl/interfaces/wince/wincewsbuttons.pp
%%DATADIR%%/lcl/interfaces/wince/wincewscomctrls.pp
%%DATADIR%%/lcl/interfaces/wince/wincewscontrols.pp
%%DATADIR%%/lcl/interfaces/wince/wincewscustomlistview.inc
%%DATADIR%%/lcl/interfaces/wince/wincewschecklst.pp
%%DATADIR%%/lcl/interfaces/wince/wincewsextctrls.pp
%%DATADIR%%/lcl/interfaces/wince/wincewsforms.pp
%%DATADIR%%/lcl/interfaces/wince/wincewsspin.pp
%%DATADIR%%/lcl/interfaces/wince/wincewsstdctrls.pp
%%DATADIR%%/lcl/intfgraphics.pas
%%DATADIR%%/lcl/languages/README.txt
%%DATADIR%%/lcl/languages/lcl.ca.po
%%DATADIR%%/lcl/languages/lcl.de.po
%%DATADIR%%/lcl/languages/lcl.es.po
%%DATADIR%%/lcl/languages/lcl.fi.po
%%DATADIR%%/lcl/languages/lcl.fr.po
%%DATADIR%%/lcl/languages/lcl.id.po
%%DATADIR%%/lcl/languages/lcl.it.po
%%DATADIR%%/lcl/languages/lcl.nl.po
%%DATADIR%%/lcl/languages/lcl.pb.po
%%DATADIR%%/lcl/languages/lcl.pl.po
%%DATADIR%%/lcl/languages/lcl.pliso.po
%%DATADIR%%/lcl/languages/lcl.plwin.po
%%DATADIR%%/lcl/languages/lcl.po
%%DATADIR%%/lcl/languages/lcl.ru.po
%%DATADIR%%/lcl/languages/lcl.ua.po
%%DATADIR%%/lcl/languages/lcl.zh-cn.po
%%DATADIR%%/lcl/lazconfigstorage.pas
%%DATADIR%%/lcl/lazhelphtml.pas
%%DATADIR%%/lcl/lazhelpintf.pas
%%DATADIR%%/lcl/lazlinkedlist.pas
%%DATADIR%%/lcl/lclclasses.pp
%%DATADIR%%/lcl/lclicons.lrs
%%DATADIR%%/lcl/lclintf.pas
%%DATADIR%%/lcl/lclmemmanager.pas
%%DATADIR%%/lcl/lclproc.pas
%%DATADIR%%/lcl/lclrescache.pas
%%DATADIR%%/lcl/lclstrconsts.pas
%%DATADIR%%/lcl/lcltype.pp
%%DATADIR%%/lcl/lconv.pas
%%DATADIR%%/lcl/ldockctrl.pas
%%DATADIR%%/lcl/ldockctrledit.lfm
%%DATADIR%%/lcl/ldockctrledit.lrs
%%DATADIR%%/lcl/ldockctrledit.pas
%%DATADIR%%/lcl/ldocktree.pas
%%DATADIR%%/lcl/lmessages.pp
%%DATADIR%%/lcl/lresources.pp
%%DATADIR%%/lcl/maps.pp
%%DATADIR%%/lcl/maskedit.pp
%%DATADIR%%/lcl/menus.pp
%%DATADIR%%/lcl/nonwin32/README.txt
%%DATADIR%%/lcl/nonwin32/messages.pp
%%DATADIR%%/lcl/pairsplitter.pas
%%DATADIR%%/lcl/postscriptcanvas.pas
%%DATADIR%%/lcl/postscriptprinter.pas
%%DATADIR%%/lcl/printers.pas
%%DATADIR%%/lcl/propertystorage.pas
%%DATADIR%%/lcl/spin.pp
%%DATADIR%%/lcl/stdactns.pas
%%DATADIR%%/lcl/stdctrls.pp
%%DATADIR%%/lcl/stringhashlist.pas
%%DATADIR%%/lcl/templates/template.inc
%%DATADIR%%/lcl/templates/template.pp
%%DATADIR%%/lcl/tests/test1_1simpleform1.lpi
%%DATADIR%%/lcl/tests/test1_1simpleform1.lpr
%%DATADIR%%/lcl/tests/test1_2button.lpi
%%DATADIR%%/lcl/tests/test1_2button.lpr
%%DATADIR%%/lcl/tests/test1_3label.lpi
%%DATADIR%%/lcl/tests/test1_3label.lpr
%%DATADIR%%/lcl/tests/test1_4edit.lpi
%%DATADIR%%/lcl/tests/test1_4edit.lpr
%%DATADIR%%/lcl/tests/test1_5checkbox.lpi
%%DATADIR%%/lcl/tests/test1_5checkbox.lpr
%%DATADIR%%/lcl/tests/test2_1buttonnavigation.lpi
%%DATADIR%%/lcl/tests/test2_1buttonnavigation.lpr
%%DATADIR%%/lcl/tests/test2_2labelattributes.lpi
%%DATADIR%%/lcl/tests/test2_2labelattributes.lpr
%%DATADIR%%/lcl/tests/test2_3twosimpleforms1.lpi
%%DATADIR%%/lcl/tests/test2_3twosimpleforms1.lpr
%%DATADIR%%/lcl/tests/test3_2listboxdrawitem.lpi
%%DATADIR%%/lcl/tests/test3_2listboxdrawitem.lpr
%%DATADIR%%/lcl/tests/test4_1synedit.lpi
%%DATADIR%%/lcl/tests/test4_1synedit.lpr
%%DATADIR%%/lcl/tests/test4_2pagecontrol.lpi
%%DATADIR%%/lcl/tests/test4_2pagecontrol.lpr
%%DATADIR%%/lcl/tests/test4_3listview.lpi
%%DATADIR%%/lcl/tests/test4_3listview.lpr
%%DATADIR%%/lcl/tests/test5_1asyncprocess.lpi
%%DATADIR%%/lcl/tests/test5_1asyncprocess.lpr
%%DATADIR%%/lcl/tests/test5_1worker.pas
%%DATADIR%%/lcl/textstrings.pas
%%DATADIR%%/lcl/toolwin.pp
%%DATADIR%%/lcl/translations.pas
%%DATADIR%%/lcl/units/i386-freebsd/actnlist.o
%%DATADIR%%/lcl/units/i386-freebsd/actnlist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/alllclunits.o
%%DATADIR%%/lcl/units/i386-freebsd/alllclunits.ppu
%%DATADIR%%/lcl/units/i386-freebsd/arrow.o
%%DATADIR%%/lcl/units/i386-freebsd/arrow.ppu
%%DATADIR%%/lcl/units/i386-freebsd/asyncprocess.o
%%DATADIR%%/lcl/units/i386-freebsd/asyncprocess.ppu
%%DATADIR%%/lcl/units/i386-freebsd/avglvltree.o
%%DATADIR%%/lcl/units/i386-freebsd/avglvltree.ppu
%%DATADIR%%/lcl/units/i386-freebsd/buttonpanel.o
%%DATADIR%%/lcl/units/i386-freebsd/buttonpanel.ppu
%%DATADIR%%/lcl/units/i386-freebsd/buttons.o
%%DATADIR%%/lcl/units/i386-freebsd/buttons.ppu
%%DATADIR%%/lcl/units/i386-freebsd/calendar.o
%%DATADIR%%/lcl/units/i386-freebsd/calendar.ppu
%%DATADIR%%/lcl/units/i386-freebsd/calendarpopup.o
%%DATADIR%%/lcl/units/i386-freebsd/calendarpopup.ppu
%%DATADIR%%/lcl/units/i386-freebsd/clipbrd.o
%%DATADIR%%/lcl/units/i386-freebsd/clipbrd.ppu
%%DATADIR%%/lcl/units/i386-freebsd/clistbox.o
%%DATADIR%%/lcl/units/i386-freebsd/clistbox.ppu
%%DATADIR%%/lcl/units/i386-freebsd/colorbox.o
%%DATADIR%%/lcl/units/i386-freebsd/colorbox.ppu
%%DATADIR%%/lcl/units/i386-freebsd/comctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/comctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/commctrl.o
%%DATADIR%%/lcl/units/i386-freebsd/commctrl.ppu
%%DATADIR%%/lcl/units/i386-freebsd/controls.o
%%DATADIR%%/lcl/units/i386-freebsd/controls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/customtimer.o
%%DATADIR%%/lcl/units/i386-freebsd/customtimer.ppu
%%DATADIR%%/lcl/units/i386-freebsd/chart.o
%%DATADIR%%/lcl/units/i386-freebsd/chart.ppu
%%DATADIR%%/lcl/units/i386-freebsd/checklst.o
%%DATADIR%%/lcl/units/i386-freebsd/checklst.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dbactns.o
%%DATADIR%%/lcl/units/i386-freebsd/dbactns.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dbctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/dbctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dbgrids.o
%%DATADIR%%/lcl/units/i386-freebsd/dbgrids.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dialogs.o
%%DATADIR%%/lcl/units/i386-freebsd/dialogs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dynamicarray.o
%%DATADIR%%/lcl/units/i386-freebsd/dynamicarray.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dynhasharray.o
%%DATADIR%%/lcl/units/i386-freebsd/dynhasharray.ppu
%%DATADIR%%/lcl/units/i386-freebsd/dynqueue.o
%%DATADIR%%/lcl/units/i386-freebsd/dynqueue.ppu
%%DATADIR%%/lcl/units/i386-freebsd/editbtn.o
%%DATADIR%%/lcl/units/i386-freebsd/editbtn.ppu
%%DATADIR%%/lcl/units/i386-freebsd/extctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/extctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/extdlgs.o
%%DATADIR%%/lcl/units/i386-freebsd/extdlgs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/extendedstrings.o
%%DATADIR%%/lcl/units/i386-freebsd/extendedstrings.ppu
%%DATADIR%%/lcl/units/i386-freebsd/extgraphics.o
%%DATADIR%%/lcl/units/i386-freebsd/extgraphics.ppu
%%DATADIR%%/lcl/units/i386-freebsd/filectrl.o
%%DATADIR%%/lcl/units/i386-freebsd/filectrl.ppu
%%DATADIR%%/lcl/units/i386-freebsd/fileutil.o
%%DATADIR%%/lcl/units/i386-freebsd/fileutil.ppu
%%DATADIR%%/lcl/units/i386-freebsd/forms.o
%%DATADIR%%/lcl/units/i386-freebsd/forms.ppu
%%DATADIR%%/lcl/units/i386-freebsd/fpcadds.o
%%DATADIR%%/lcl/units/i386-freebsd/fpcadds.ppu
%%DATADIR%%/lcl/units/i386-freebsd/graphics.o
%%DATADIR%%/lcl/units/i386-freebsd/graphics.ppu
%%DATADIR%%/lcl/units/i386-freebsd/graphmath.o
%%DATADIR%%/lcl/units/i386-freebsd/graphmath.ppu
%%DATADIR%%/lcl/units/i386-freebsd/graphtype.o
%%DATADIR%%/lcl/units/i386-freebsd/graphtype.ppu
%%DATADIR%%/lcl/units/i386-freebsd/grids.o
%%DATADIR%%/lcl/units/i386-freebsd/grids.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkdef.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkdef.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkfontcache.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkfontcache.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkglobals.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkglobals.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkint.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkint.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkmsgqueue.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkmsgqueue.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkproc.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkproc.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwinapiwindow.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwinapiwindow.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsarrow.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsarrow.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsbuttons.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsbuttons.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscalendar.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscalendar.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscomctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscomctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscontrols.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwscontrols.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwschecklst.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwschecklst.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsdialogs.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsdialogs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsextctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsextctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsforms.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsforms.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsgrids.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsgrids.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsmenus.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsmenus.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsspin.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsspin.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsstdctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/gtkwsstdctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/gtk/interfaces.o
%%DATADIR%%/lcl/units/i386-freebsd/gtk/interfaces.ppu
%%DATADIR%%/lcl/units/i386-freebsd/helpintfs.o
%%DATADIR%%/lcl/units/i386-freebsd/helpintfs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/imglist.o
%%DATADIR%%/lcl/units/i386-freebsd/imglist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/inipropstorage.o
%%DATADIR%%/lcl/units/i386-freebsd/inipropstorage.ppu
%%DATADIR%%/lcl/units/i386-freebsd/interfacebase.o
%%DATADIR%%/lcl/units/i386-freebsd/interfacebase.ppu
%%DATADIR%%/lcl/units/i386-freebsd/intfgraphics.o
%%DATADIR%%/lcl/units/i386-freebsd/intfgraphics.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lazconfigstorage.o
%%DATADIR%%/lcl/units/i386-freebsd/lazconfigstorage.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lazhelphtml.o
%%DATADIR%%/lcl/units/i386-freebsd/lazhelphtml.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lazhelpintf.o
%%DATADIR%%/lcl/units/i386-freebsd/lazhelpintf.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lazlinkedlist.o
%%DATADIR%%/lcl/units/i386-freebsd/lazlinkedlist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclclasses.o
%%DATADIR%%/lcl/units/i386-freebsd/lclclasses.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclintf.o
%%DATADIR%%/lcl/units/i386-freebsd/lclintf.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclmemmanager.o
%%DATADIR%%/lcl/units/i386-freebsd/lclmemmanager.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclproc.o
%%DATADIR%%/lcl/units/i386-freebsd/lclproc.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclrescache.o
%%DATADIR%%/lcl/units/i386-freebsd/lclrescache.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclstrconsts.o
%%DATADIR%%/lcl/units/i386-freebsd/lclstrconsts.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lclstrconsts.rst
%%DATADIR%%/lcl/units/i386-freebsd/lcltype.o
%%DATADIR%%/lcl/units/i386-freebsd/lcltype.ppu
%%DATADIR%%/lcl/units/i386-freebsd/ldockctrl.o
%%DATADIR%%/lcl/units/i386-freebsd/ldockctrl.ppu
%%DATADIR%%/lcl/units/i386-freebsd/ldockctrledit.o
%%DATADIR%%/lcl/units/i386-freebsd/ldockctrledit.ppu
%%DATADIR%%/lcl/units/i386-freebsd/ldocktree.o
%%DATADIR%%/lcl/units/i386-freebsd/ldocktree.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lmessages.o
%%DATADIR%%/lcl/units/i386-freebsd/lmessages.ppu
%%DATADIR%%/lcl/units/i386-freebsd/lresources.o
%%DATADIR%%/lcl/units/i386-freebsd/lresources.ppu
%%DATADIR%%/lcl/units/i386-freebsd/maps.o
%%DATADIR%%/lcl/units/i386-freebsd/maps.ppu
%%DATADIR%%/lcl/units/i386-freebsd/maskedit.o
%%DATADIR%%/lcl/units/i386-freebsd/maskedit.ppu
%%DATADIR%%/lcl/units/i386-freebsd/menus.o
%%DATADIR%%/lcl/units/i386-freebsd/menus.ppu
%%DATADIR%%/lcl/units/i386-freebsd/messages.o
%%DATADIR%%/lcl/units/i386-freebsd/messages.ppu
%%DATADIR%%/lcl/units/i386-freebsd/pairsplitter.o
%%DATADIR%%/lcl/units/i386-freebsd/pairsplitter.ppu
%%DATADIR%%/lcl/units/i386-freebsd/postscriptcanvas.o
%%DATADIR%%/lcl/units/i386-freebsd/postscriptcanvas.ppu
%%DATADIR%%/lcl/units/i386-freebsd/postscriptprinter.o
%%DATADIR%%/lcl/units/i386-freebsd/postscriptprinter.ppu
%%DATADIR%%/lcl/units/i386-freebsd/printers.o
%%DATADIR%%/lcl/units/i386-freebsd/printers.ppu
%%DATADIR%%/lcl/units/i386-freebsd/propertystorage.o
%%DATADIR%%/lcl/units/i386-freebsd/propertystorage.ppu
%%DATADIR%%/lcl/units/i386-freebsd/spin.o
%%DATADIR%%/lcl/units/i386-freebsd/spin.ppu
%%DATADIR%%/lcl/units/i386-freebsd/stdactns.o
%%DATADIR%%/lcl/units/i386-freebsd/stdactns.ppu
%%DATADIR%%/lcl/units/i386-freebsd/stdctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/stdctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/stringhashlist.o
%%DATADIR%%/lcl/units/i386-freebsd/stringhashlist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/textstrings.o
%%DATADIR%%/lcl/units/i386-freebsd/textstrings.ppu
%%DATADIR%%/lcl/units/i386-freebsd/toolwin.o
%%DATADIR%%/lcl/units/i386-freebsd/toolwin.ppu
%%DATADIR%%/lcl/units/i386-freebsd/translations.o
%%DATADIR%%/lcl/units/i386-freebsd/translations.ppu
%%DATADIR%%/lcl/units/i386-freebsd/utrace.o
%%DATADIR%%/lcl/units/i386-freebsd/utrace.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsactnlist.o
%%DATADIR%%/lcl/units/i386-freebsd/wsactnlist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsarrow.o
%%DATADIR%%/lcl/units/i386-freebsd/wsarrow.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsbuttons.o
%%DATADIR%%/lcl/units/i386-freebsd/wsbuttons.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wscalendar.o
%%DATADIR%%/lcl/units/i386-freebsd/wscalendar.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsclistbox.o
%%DATADIR%%/lcl/units/i386-freebsd/wsclistbox.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wscomctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/wscomctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wscontrols.o
%%DATADIR%%/lcl/units/i386-freebsd/wscontrols.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wschecklst.o
%%DATADIR%%/lcl/units/i386-freebsd/wschecklst.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsdbctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/wsdbctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsdbgrids.o
%%DATADIR%%/lcl/units/i386-freebsd/wsdbgrids.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsdialogs.o
%%DATADIR%%/lcl/units/i386-freebsd/wsdialogs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsdirsel.o
%%DATADIR%%/lcl/units/i386-freebsd/wsdirsel.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wseditbtn.o
%%DATADIR%%/lcl/units/i386-freebsd/wseditbtn.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsextctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/wsextctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsextdlgs.o
%%DATADIR%%/lcl/units/i386-freebsd/wsextdlgs.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsfilectrl.o
%%DATADIR%%/lcl/units/i386-freebsd/wsfilectrl.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsforms.o
%%DATADIR%%/lcl/units/i386-freebsd/wsforms.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsgrids.o
%%DATADIR%%/lcl/units/i386-freebsd/wsgrids.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsimglist.o
%%DATADIR%%/lcl/units/i386-freebsd/wsimglist.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wslclclasses.o
%%DATADIR%%/lcl/units/i386-freebsd/wslclclasses.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsmaskedit.o
%%DATADIR%%/lcl/units/i386-freebsd/wsmaskedit.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsmenus.o
%%DATADIR%%/lcl/units/i386-freebsd/wsmenus.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wspairsplitter.o
%%DATADIR%%/lcl/units/i386-freebsd/wspairsplitter.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsproc.o
%%DATADIR%%/lcl/units/i386-freebsd/wsproc.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsspin.o
%%DATADIR%%/lcl/units/i386-freebsd/wsspin.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wsstdctrls.o
%%DATADIR%%/lcl/units/i386-freebsd/wsstdctrls.ppu
%%DATADIR%%/lcl/units/i386-freebsd/wstoolwin.o
%%DATADIR%%/lcl/units/i386-freebsd/wstoolwin.ppu
%%DATADIR%%/lcl/units/i386-freebsd/xmlpropstorage.o
%%DATADIR%%/lcl/units/i386-freebsd/xmlpropstorage.ppu
%%DATADIR%%/lcl/utrace.pp
%%DATADIR%%/lcl/widgetset/README.txt
%%DATADIR%%/lcl/widgetset/wsactnlist.pp
%%DATADIR%%/lcl/widgetset/wsarrow.pp
%%DATADIR%%/lcl/widgetset/wsbuttons.pp
%%DATADIR%%/lcl/widgetset/wscalendar.pp
%%DATADIR%%/lcl/widgetset/wsclistbox.pp
%%DATADIR%%/lcl/widgetset/wscomctrls.pp
%%DATADIR%%/lcl/widgetset/wscontrols.pp
%%DATADIR%%/lcl/widgetset/wschecklst.pp
%%DATADIR%%/lcl/widgetset/wsdbctrls.pp
%%DATADIR%%/lcl/widgetset/wsdbgrids.pp
%%DATADIR%%/lcl/widgetset/wsdialogs.pp
%%DATADIR%%/lcl/widgetset/wsdirsel.pp
%%DATADIR%%/lcl/widgetset/wseditbtn.pp
%%DATADIR%%/lcl/widgetset/wsextctrls.pp
%%DATADIR%%/lcl/widgetset/wsextdlgs.pp
%%DATADIR%%/lcl/widgetset/wsfilectrl.pp
%%DATADIR%%/lcl/widgetset/wsforms.pp
%%DATADIR%%/lcl/widgetset/wsgrids.pp
%%DATADIR%%/lcl/widgetset/wsimglist.pp
%%DATADIR%%/lcl/widgetset/wslclclasses.pp
%%DATADIR%%/lcl/widgetset/wsmaskedit.pp
%%DATADIR%%/lcl/widgetset/wsmenus.pp
%%DATADIR%%/lcl/widgetset/wspairsplitter.pp
%%DATADIR%%/lcl/widgetset/wsproc.pp
%%DATADIR%%/lcl/widgetset/wsspin.pp
%%DATADIR%%/lcl/widgetset/wsstdctrls.pp
%%DATADIR%%/lcl/widgetset/wstoolwin.pp
%%DATADIR%%/lcl/xmlpropstorage.pas
%%DATADIR%%/localize.sh
%%DATADIR%%/packager/Makefile
%%DATADIR%%/packager/Makefile.fpc
%%DATADIR%%/packager/addfiletoapackagedlg.lfm
%%DATADIR%%/packager/addfiletoapackagedlg.lrs
%%DATADIR%%/packager/addfiletoapackagedlg.pas
%%DATADIR%%/packager/addtopackagedlg.pas
%%DATADIR%%/packager/basepkgmanager.pas
%%DATADIR%%/packager/brokendependenciesdlg.pas
%%DATADIR%%/packager/globallinks/README.txt
%%DATADIR%%/packager/globallinks/cgilaz-0.lpl
%%DATADIR%%/packager/globallinks/cgilazide-0.lpl
%%DATADIR%%/packager/globallinks/dbflaz-0.lpl
%%DATADIR%%/packager/globallinks/fpcunitide-0.lpl
%%DATADIR%%/packager/globallinks/fpcunittestrunner-0.lpl
%%DATADIR%%/packager/globallinks/gtk2interface-0.lpl
%%DATADIR%%/packager/globallinks/h2paswizard-0.lpl
%%DATADIR%%/packager/globallinks/imagesforlazarus-0.lpl
%%DATADIR%%/packager/globallinks/interbaselaz-0.lpl
%%DATADIR%%/packager/globallinks/jpegforlazarus-0.lpl
%%DATADIR%%/packager/globallinks/lazcustomform-0.lpl
%%DATADIR%%/packager/globallinks/lazhtmllite-0.lpl
%%DATADIR%%/packager/globallinks/lazopenglcontext-0.lpl
%%DATADIR%%/packager/globallinks/macosfiles-0.lpl
%%DATADIR%%/packager/globallinks/memdslaz-0.lpl
%%DATADIR%%/packager/globallinks/mysql3laz-0.lpl
%%DATADIR%%/packager/globallinks/mysql4connlaz-0.lpl
%%DATADIR%%/packager/globallinks/mysql4laz-0.lpl
%%DATADIR%%/packager/globallinks/popupnotifierlaz-0.lpl
%%DATADIR%%/packager/globallinks/pqconnectionlaz-0.lpl
%%DATADIR%%/packager/globallinks/prettyformat-0.lpl
%%DATADIR%%/packager/globallinks/printer4lazarus-0.lpl
%%DATADIR%%/packager/globallinks/projtemplates-0.lpl
%%DATADIR%%/packager/globallinks/runtimetypeinfocontrols-0.lpl
%%DATADIR%%/packager/globallinks/rx-0.lpl
%%DATADIR%%/packager/globallinks/sdflaz-0.lpl
%%DATADIR%%/packager/globallinks/semaphorgridlpk-0.lpl
%%DATADIR%%/packager/globallinks/sqldblaz-0.lpl
%%DATADIR%%/packager/globallinks/sqlitedslaz-0.lpl
%%DATADIR%%/packager/globallinks/synuni-0.lpl
%%DATADIR%%/packager/globallinks/trayiconlaz-0.lpl
%%DATADIR%%/packager/globallinks/turbopoweripro-0.lpl
%%DATADIR%%/packager/installpkgsetdlg.lfm
%%DATADIR%%/packager/installpkgsetdlg.lrs
%%DATADIR%%/packager/installpkgsetdlg.pas
%%DATADIR%%/packager/openinstalledpkgdlg.pas
%%DATADIR%%/packager/packagedefs.pas
%%DATADIR%%/packager/packageeditor.pas
%%DATADIR%%/packager/packagelinks.pas
%%DATADIR%%/packager/packagesystem.pas
%%DATADIR%%/packager/pkggraphexplorer.lfm
%%DATADIR%%/packager/pkggraphexplorer.lrs
%%DATADIR%%/packager/pkggraphexplorer.pas
%%DATADIR%%/packager/pkgmanager.pas
%%DATADIR%%/packager/pkgoptionsdlg.pas
%%DATADIR%%/packager/pkgvirtualuniteditor.lfm
%%DATADIR%%/packager/pkgvirtualuniteditor.lrs
%%DATADIR%%/packager/pkgvirtualuniteditor.pas
%%DATADIR%%/packager/registerfcl.pas
%%DATADIR%%/packager/registerideintf.pas
%%DATADIR%%/packager/registerlcl.pas
%%DATADIR%%/packager/registersynedit.pas
%%DATADIR%%/packager/registration/Makefile
%%DATADIR%%/packager/registration/Makefile.fpc
%%DATADIR%%/packager/registration/README.txt
%%DATADIR%%/packager/registration/lazaruspackageintf.pas
%%DATADIR%%/packager/ucomponentmanmain.lfm
%%DATADIR%%/packager/ucomponentmanmain.lrs
%%DATADIR%%/packager/ucomponentmanmain.pas
%%DATADIR%%/packager/ufrmaddcomponent.lfm
%%DATADIR%%/packager/ufrmaddcomponent.lrs
%%DATADIR%%/packager/ufrmaddcomponent.pas
%%DATADIR%%/packager/units/i386-freebsd/lazaruspackageintf.o
%%DATADIR%%/packager/units/i386-freebsd/lazaruspackageintf.ppu
%%DATADIR%%/startlazarus
%%DATADIR%%/tools/Makefile
%%DATADIR%%/tools/Makefile.fpc
%%DATADIR%%/tools/apiwizz/Makefile
%%DATADIR%%/tools/apiwizz/Makefile.fpc
%%DATADIR%%/tools/apiwizz/apiwizard.lfm
%%DATADIR%%/tools/apiwizz/apiwizard.lrs
%%DATADIR%%/tools/apiwizz/apiwizard.pp
%%DATADIR%%/tools/apiwizz/apiwizz.pp
%%DATADIR%%/tools/copy_po_files_to_lazarus_sources.sh
%%DATADIR%%/tools/cvs2cl.pl
%%DATADIR%%/tools/check_ide_libs.sh
%%DATADIR%%/tools/delete_non_cvs_files.pl
%%DATADIR%%/tools/find_non_cvs_files.pl
%%DATADIR%%/tools/getallmofiles.sh
%%DATADIR%%/tools/getallpofiles.sh
%%DATADIR%%/tools/install/README.txt
%%DATADIR%%/tools/install/build_fpc_snaphot_rpm.sh
%%DATADIR%%/tools/install/create_clean_fpcsrc_directory.sh
%%DATADIR%%/tools/install/create_clean_lazarus_directory.sh
%%DATADIR%%/tools/install/create_fpc-src_deb.sh
%%DATADIR%%/tools/install/create_fpc-src_rpm.sh
%%DATADIR%%/tools/install/create_fpc_deb.sh
%%DATADIR%%/tools/install/create_fpc_export_tgz.sh
%%DATADIR%%/tools/install/create_fpc_rpm.sh
%%DATADIR%%/tools/install/create_fpc_tgz_from_local_dir.sh
%%DATADIR%%/tools/install/create_lazarus_deb.sh
%%DATADIR%%/tools/install/create_lazarus_export_tgz.sh
%%DATADIR%%/tools/install/create_lazarus_rpm.sh
%%DATADIR%%/tools/install/create_lazarus_slacktgz.sh
%%DATADIR%%/tools/install/create_lazarus_snapshot_rpm.sh
%%DATADIR%%/tools/install/cross_unix/HowToCreate_fpc_crosswin32_deb.txt
%%DATADIR%%/tools/install/cross_unix/HowToCreate_fpc_crosswin32_rpm.txt
%%DATADIR%%/tools/install/cross_unix/create_linux_cross_win32_deb.sh
%%DATADIR%%/tools/install/cross_unix/create_linux_cross_win32_rpm.sh
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/control
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/copyright
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/changelog
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/changelog.Debian
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/postinst
%%DATADIR%%/tools/install/cross_unix/debian_crosswin32/postrm
%%DATADIR%%/tools/install/cross_unix/update_cross_fpc.sh
%%DATADIR%%/tools/install/cvsexportlocal.pas
%%DATADIR%%/tools/install/check_fpc_dependencies.sh
%%DATADIR%%/tools/install/debian_fpc-src/control
%%DATADIR%%/tools/install/debian_fpc-src/copyright
%%DATADIR%%/tools/install/debian_fpc-src/changelog
%%DATADIR%%/tools/install/debian_fpc-src/changelog.Debian
%%DATADIR%%/tools/install/debian_fpc/control
%%DATADIR%%/tools/install/debian_fpc/copyright
%%DATADIR%%/tools/install/debian_fpc/changelog
%%DATADIR%%/tools/install/debian_fpc/changelog.Debian
%%DATADIR%%/tools/install/debian_fpc/postinst
%%DATADIR%%/tools/install/debian_lazarus/control
%%DATADIR%%/tools/install/debian_lazarus/copyright
%%DATADIR%%/tools/install/debian_lazarus/changelog
%%DATADIR%%/tools/install/debian_lazarus/changelog.Debian
%%DATADIR%%/tools/install/do_nothing.sh
%%DATADIR%%/tools/install/file_filter.sh
%%DATADIR%%/tools/install/fpcsrc-patch
%%DATADIR%%/tools/install/get_lazarus_version.sh
%%DATADIR%%/tools/install/macosx/fpc-release.packproj.template
%%DATADIR%%/tools/install/macosx/fpc.packproj.template
%%DATADIR%%/tools/install/macosx/fpc_installer_info.zip
%%DATADIR%%/tools/install/macosx/fpcsrc-release.packproj.template
%%DATADIR%%/tools/install/macosx/fpcsrc.packproj.template
%%DATADIR%%/tools/install/macosx/lazarus.packproj.template
%%DATADIR%%/tools/install/macosx/makefpcsnapshot.sh
%%DATADIR%%/tools/install/macosx/makefpcsrcsnapshot.sh
%%DATADIR%%/tools/install/macosx/makelazsnapshot.sh
%%DATADIR%%/tools/install/replace_in_files.pl
%%DATADIR%%/tools/install/rpm/create_gtk1_links.sh
%%DATADIR%%/tools/install/rpm/create_nonroot_rpmmacros.sh
%%DATADIR%%/tools/install/rpm/fpc-src.spec
%%DATADIR%%/tools/install/rpm/fpc.spec.template
%%DATADIR%%/tools/install/rpm/fpc_crosswin32.spec.template
%%DATADIR%%/tools/install/rpm/get_rpm_source_dir.sh
%%DATADIR%%/tools/install/rpm/lazarus.spec.template
%%DATADIR%%/tools/install/slacktgz/build.sh
%%DATADIR%%/tools/install/slacktgz/slack-desc
%%DATADIR%%/tools/install/smart_strip.sh
%%DATADIR%%/tools/install/win32/Finnish-5.1.0.isl
%%DATADIR%%/tools/install/win32/build-fpc.bat
%%DATADIR%%/tools/install/win32/build-lazarus.bat
%%DATADIR%%/tools/install/win32/create_installer.bat
%%DATADIR%%/tools/install/win32/create_snapshot_installer.bat
%%DATADIR%%/tools/install/win32/editoroptions.xml
%%DATADIR%%/tools/install/win32/environmentoptions.xml
%%DATADIR%%/tools/install/win32/installerstrconsts.pas
%%DATADIR%%/tools/install/win32/lazarus.iss
%%DATADIR%%/tools/install/win32/lazarus_install_cheetah.bmp
%%DATADIR%%/tools/install/win32/lazarus_install_cheetah_small.bmp
%%DATADIR%%/tools/install/win32/readme.txt
%%DATADIR%%/tools/lazarusmake.ini
%%DATADIR%%/tools/lazres.lpi
%%DATADIR%%/tools/lazres.pp
%%DATADIR%%/tools/lfm_to_lrs.sh
%%DATADIR%%/tools/runwait.sh
%%DATADIR%%/tools/svn2revisioninc
%%DATADIR%%/tools/svn2revisioninc.lpi
%%DATADIR%%/tools/svn2revisioninc.o
%%DATADIR%%/tools/svn2revisioninc.pas
%%DATADIR%%/tools/updatepofiles.pas
%%DATADIR%%/units/i386-freebsd/aboutfrm.o
%%DATADIR%%/units/i386-freebsd/aboutfrm.ppu
%%DATADIR%%/units/i386-freebsd/addfiletoapackagedlg.o
%%DATADIR%%/units/i386-freebsd/addfiletoapackagedlg.ppu
%%DATADIR%%/units/i386-freebsd/addtopackagedlg.o
%%DATADIR%%/units/i386-freebsd/addtopackagedlg.ppu
%%DATADIR%%/units/i386-freebsd/addtoprojectdlg.o
%%DATADIR%%/units/i386-freebsd/addtoprojectdlg.ppu
%%DATADIR%%/units/i386-freebsd/aligncompsdlg.o
%%DATADIR%%/units/i386-freebsd/aligncompsdlg.ppu
%%DATADIR%%/units/i386-freebsd/anchoreditor.o
%%DATADIR%%/units/i386-freebsd/anchoreditor.ppu
%%DATADIR%%/units/i386-freebsd/basebuildmanager.o
%%DATADIR%%/units/i386-freebsd/basebuildmanager.ppu
%%DATADIR%%/units/i386-freebsd/basedebugmanager.o
%%DATADIR%%/units/i386-freebsd/basedebugmanager.ppu
%%DATADIR%%/units/i386-freebsd/basepkgmanager.o
%%DATADIR%%/units/i386-freebsd/basepkgmanager.ppu
%%DATADIR%%/units/i386-freebsd/breakpointsdlg.o
%%DATADIR%%/units/i386-freebsd/breakpointsdlg.ppu
%%DATADIR%%/units/i386-freebsd/brokendependenciesdlg.o
%%DATADIR%%/units/i386-freebsd/brokendependenciesdlg.ppu
%%DATADIR%%/units/i386-freebsd/buildfiledlg.o
%%DATADIR%%/units/i386-freebsd/buildfiledlg.ppu
%%DATADIR%%/units/i386-freebsd/buildlazdialog.o
%%DATADIR%%/units/i386-freebsd/buildlazdialog.ppu
%%DATADIR%%/units/i386-freebsd/buildmanager.o
%%DATADIR%%/units/i386-freebsd/buildmanager.ppu
%%DATADIR%%/units/i386-freebsd/callstackdlg.o
%%DATADIR%%/units/i386-freebsd/callstackdlg.ppu
%%DATADIR%%/units/i386-freebsd/cleandirdlg.o
%%DATADIR%%/units/i386-freebsd/cleandirdlg.ppu
%%DATADIR%%/units/i386-freebsd/clipboardhistory.o
%%DATADIR%%/units/i386-freebsd/clipboardhistory.ppu
%%DATADIR%%/units/i386-freebsd/cmdlinedebugger.o
%%DATADIR%%/units/i386-freebsd/cmdlinedebugger.ppu
%%DATADIR%%/units/i386-freebsd/codecontextform.o
%%DATADIR%%/units/i386-freebsd/codecontextform.ppu
%%DATADIR%%/units/i386-freebsd/codeexplopts.o
%%DATADIR%%/units/i386-freebsd/codeexplopts.ppu
%%DATADIR%%/units/i386-freebsd/codeexplorer.o
%%DATADIR%%/units/i386-freebsd/codeexplorer.ppu
%%DATADIR%%/units/i386-freebsd/codemacroprompt.o
%%DATADIR%%/units/i386-freebsd/codemacroprompt.ppu
%%DATADIR%%/units/i386-freebsd/codemacroselect.o
%%DATADIR%%/units/i386-freebsd/codemacroselect.ppu
%%DATADIR%%/units/i386-freebsd/codetemplatesdlg.o
%%DATADIR%%/units/i386-freebsd/codetemplatesdlg.ppu
%%DATADIR%%/units/i386-freebsd/codetoolsdefines.o
%%DATADIR%%/units/i386-freebsd/codetoolsdefines.ppu
%%DATADIR%%/units/i386-freebsd/codetoolsdefpreview.o
%%DATADIR%%/units/i386-freebsd/codetoolsdefpreview.ppu
%%DATADIR%%/units/i386-freebsd/codetoolsoptions.o
%%DATADIR%%/units/i386-freebsd/codetoolsoptions.ppu
%%DATADIR%%/units/i386-freebsd/compiler.o
%%DATADIR%%/units/i386-freebsd/compiler.ppu
%%DATADIR%%/units/i386-freebsd/compileroptions.o
%%DATADIR%%/units/i386-freebsd/compileroptions.ppu
%%DATADIR%%/units/i386-freebsd/compileroptionsdlg.o
%%DATADIR%%/units/i386-freebsd/compileroptionsdlg.ppu
%%DATADIR%%/units/i386-freebsd/componentpalette.o
%%DATADIR%%/units/i386-freebsd/componentpalette.ppu
%%DATADIR%%/units/i386-freebsd/condef.o
%%DATADIR%%/units/i386-freebsd/condef.ppu
%%DATADIR%%/units/i386-freebsd/controlselection.o
%%DATADIR%%/units/i386-freebsd/controlselection.ppu
%%DATADIR%%/units/i386-freebsd/customformeditor.o
%%DATADIR%%/units/i386-freebsd/customformeditor.ppu
%%DATADIR%%/units/i386-freebsd/changeclassdialog.o
%%DATADIR%%/units/i386-freebsd/changeclassdialog.ppu
%%DATADIR%%/units/i386-freebsd/charactermapdlg.o
%%DATADIR%%/units/i386-freebsd/charactermapdlg.ppu
%%DATADIR%%/units/i386-freebsd/checkcompileropts.o
%%DATADIR%%/units/i386-freebsd/checkcompileropts.ppu
%%DATADIR%%/units/i386-freebsd/checklfmdlg.o
%%DATADIR%%/units/i386-freebsd/checklfmdlg.ppu
%%DATADIR%%/units/i386-freebsd/dbgoutputform.o
%%DATADIR%%/units/i386-freebsd/dbgoutputform.ppu
%%DATADIR%%/units/i386-freebsd/dbgutils.o
%%DATADIR%%/units/i386-freebsd/dbgutils.ppu
%%DATADIR%%/units/i386-freebsd/debugger.o
%%DATADIR%%/units/i386-freebsd/debugger.ppu
%%DATADIR%%/units/i386-freebsd/debuggerdlg.o
%%DATADIR%%/units/i386-freebsd/debuggerdlg.ppu
%%DATADIR%%/units/i386-freebsd/debugmanager.o
%%DATADIR%%/units/i386-freebsd/debugmanager.ppu
%%DATADIR%%/units/i386-freebsd/debugoptionsfrm.o
%%DATADIR%%/units/i386-freebsd/debugoptionsfrm.ppu
%%DATADIR%%/units/i386-freebsd/delphiproject2laz.o
%%DATADIR%%/units/i386-freebsd/delphiproject2laz.ppu
%%DATADIR%%/units/i386-freebsd/delphiunit2laz.o
%%DATADIR%%/units/i386-freebsd/delphiunit2laz.ppu
%%DATADIR%%/units/i386-freebsd/designer.o
%%DATADIR%%/units/i386-freebsd/designer.ppu
%%DATADIR%%/units/i386-freebsd/designermenu.o
%%DATADIR%%/units/i386-freebsd/designermenu.ppu
%%DATADIR%%/units/i386-freebsd/designerprocs.o
%%DATADIR%%/units/i386-freebsd/designerprocs.ppu
%%DATADIR%%/units/i386-freebsd/dialogprocs.o
%%DATADIR%%/units/i386-freebsd/dialogprocs.ppu
%%DATADIR%%/units/i386-freebsd/diffdialog.o
%%DATADIR%%/units/i386-freebsd/diffdialog.ppu
%%DATADIR%%/units/i386-freebsd/diffpatch.o
%%DATADIR%%/units/i386-freebsd/diffpatch.ppu
%%DATADIR%%/units/i386-freebsd/diskdiffsdialog.o
%%DATADIR%%/units/i386-freebsd/diskdiffsdialog.ppu
%%DATADIR%%/units/i386-freebsd/editdefinetree.o
%%DATADIR%%/units/i386-freebsd/editdefinetree.ppu
%%DATADIR%%/units/i386-freebsd/editoroptions.o
%%DATADIR%%/units/i386-freebsd/editoroptions.ppu
%%DATADIR%%/units/i386-freebsd/encloseselectiondlg.o
%%DATADIR%%/units/i386-freebsd/encloseselectiondlg.ppu
%%DATADIR%%/units/i386-freebsd/environmentopts.o
%%DATADIR%%/units/i386-freebsd/environmentopts.ppu
%%DATADIR%%/units/i386-freebsd/evaluatedlg.o
%%DATADIR%%/units/i386-freebsd/evaluatedlg.ppu
%%DATADIR%%/units/i386-freebsd/extractprocdlg.o
%%DATADIR%%/units/i386-freebsd/extractprocdlg.ppu
%%DATADIR%%/units/i386-freebsd/exttooldialog.o
%%DATADIR%%/units/i386-freebsd/exttooldialog.ppu
%%DATADIR%%/units/i386-freebsd/exttooleditdlg.o
%%DATADIR%%/units/i386-freebsd/exttooleditdlg.ppu
%%DATADIR%%/units/i386-freebsd/filereferencelist.o
%%DATADIR%%/units/i386-freebsd/filereferencelist.ppu
%%DATADIR%%/units/i386-freebsd/findinfilesdlg.o
%%DATADIR%%/units/i386-freebsd/findinfilesdlg.ppu
%%DATADIR%%/units/i386-freebsd/findpalettecomp.o
%%DATADIR%%/units/i386-freebsd/findpalettecomp.ppu
%%DATADIR%%/units/i386-freebsd/findrenameidentifier.o
%%DATADIR%%/units/i386-freebsd/findrenameidentifier.ppu
%%DATADIR%%/units/i386-freebsd/findreplacedialog.o
%%DATADIR%%/units/i386-freebsd/findreplacedialog.ppu
%%DATADIR%%/units/i386-freebsd/formeditor.o
%%DATADIR%%/units/i386-freebsd/formeditor.ppu
%%DATADIR%%/units/i386-freebsd/frmsearch.o
%%DATADIR%%/units/i386-freebsd/frmsearch.ppu
%%DATADIR%%/units/i386-freebsd/gdbmidebugger.o
%%DATADIR%%/units/i386-freebsd/gdbmidebugger.ppu
%%DATADIR%%/units/i386-freebsd/gdbtypeinfo.o
%%DATADIR%%/units/i386-freebsd/gdbtypeinfo.ppu
%%DATADIR%%/units/i386-freebsd/helpfpcmessages.o
%%DATADIR%%/units/i386-freebsd/helpfpcmessages.ppu
%%DATADIR%%/units/i386-freebsd/helpmanager.o
%%DATADIR%%/units/i386-freebsd/helpmanager.ppu
%%DATADIR%%/units/i386-freebsd/helpoptions.o
%%DATADIR%%/units/i386-freebsd/helpoptions.ppu
%%DATADIR%%/units/i386-freebsd/idecontexthelpedit.o
%%DATADIR%%/units/i386-freebsd/idecontexthelpedit.ppu
%%DATADIR%%/units/i386-freebsd/idedefs.o
%%DATADIR%%/units/i386-freebsd/idedefs.ppu
%%DATADIR%%/units/i386-freebsd/ideoptiondefs.o
%%DATADIR%%/units/i386-freebsd/ideoptiondefs.ppu
%%DATADIR%%/units/i386-freebsd/ideprocs.o
%%DATADIR%%/units/i386-freebsd/ideprocs.ppu
%%DATADIR%%/units/i386-freebsd/ideprotocol.o
%%DATADIR%%/units/i386-freebsd/ideprotocol.ppu
%%DATADIR%%/units/i386-freebsd/idetranslations.o
%%DATADIR%%/units/i386-freebsd/idetranslations.ppu
%%DATADIR%%/units/i386-freebsd/idewindowhelp.o
%%DATADIR%%/units/i386-freebsd/idewindowhelp.ppu
%%DATADIR%%/units/i386-freebsd/imexportcompileropts.o
%%DATADIR%%/units/i386-freebsd/imexportcompileropts.ppu
%%DATADIR%%/units/i386-freebsd/initialsetupdlgs.o
%%DATADIR%%/units/i386-freebsd/initialsetupdlgs.ppu
%%DATADIR%%/units/i386-freebsd/inputfiledialog.o
%%DATADIR%%/units/i386-freebsd/inputfiledialog.ppu
%%DATADIR%%/units/i386-freebsd/inputhistory.o
%%DATADIR%%/units/i386-freebsd/inputhistory.ppu
%%DATADIR%%/units/i386-freebsd/installpkgsetdlg.o
%%DATADIR%%/units/i386-freebsd/installpkgsetdlg.ppu
%%DATADIR%%/units/i386-freebsd/invertassigntool.o
%%DATADIR%%/units/i386-freebsd/invertassigntool.ppu
%%DATADIR%%/units/i386-freebsd/jitforms.o
%%DATADIR%%/units/i386-freebsd/jitforms.ppu
%%DATADIR%%/units/i386-freebsd/keymapping.o
%%DATADIR%%/units/i386-freebsd/keymapping.ppu
%%DATADIR%%/units/i386-freebsd/keymapschemedlg.o
%%DATADIR%%/units/i386-freebsd/keymapschemedlg.ppu
%%DATADIR%%/units/i386-freebsd/lazarus.o
%%DATADIR%%/units/i386-freebsd/lazarusidestrconsts.o
%%DATADIR%%/units/i386-freebsd/lazarusidestrconsts.ppu
%%DATADIR%%/units/i386-freebsd/lazarusidestrconsts.rst
%%DATADIR%%/units/i386-freebsd/lazarusmanager.o
%%DATADIR%%/units/i386-freebsd/lazarusmanager.ppu
%%DATADIR%%/units/i386-freebsd/lazbuild.o
%%DATADIR%%/units/i386-freebsd/lazconf.o
%%DATADIR%%/units/i386-freebsd/lazconf.ppu
%%DATADIR%%/units/i386-freebsd/lazdoc.o
%%DATADIR%%/units/i386-freebsd/lazdoc.ppu
%%DATADIR%%/units/i386-freebsd/lazdocfrm.o
%%DATADIR%%/units/i386-freebsd/lazdocfrm.ppu
%%DATADIR%%/units/i386-freebsd/lazdocselectinherited.o
%%DATADIR%%/units/i386-freebsd/lazdocselectinherited.ppu
%%DATADIR%%/units/i386-freebsd/lazxmlforms.o
%%DATADIR%%/units/i386-freebsd/lazxmlforms.ppu
%%DATADIR%%/units/i386-freebsd/localsdlg.o
%%DATADIR%%/units/i386-freebsd/localsdlg.ppu
%%DATADIR%%/units/i386-freebsd/macropromptdlg.o
%%DATADIR%%/units/i386-freebsd/macropromptdlg.ppu
%%DATADIR%%/units/i386-freebsd/main.o
%%DATADIR%%/units/i386-freebsd/main.ppu
%%DATADIR%%/units/i386-freebsd/mainbar.o
%%DATADIR%%/units/i386-freebsd/mainbar.ppu
%%DATADIR%%/units/i386-freebsd/mainbase.o
%%DATADIR%%/units/i386-freebsd/mainbase.ppu
%%DATADIR%%/units/i386-freebsd/mainintf.o
%%DATADIR%%/units/i386-freebsd/mainintf.ppu
%%DATADIR%%/units/i386-freebsd/makeresstrdlg.o
%%DATADIR%%/units/i386-freebsd/makeresstrdlg.ppu
%%DATADIR%%/units/i386-freebsd/menueditorform.o
%%DATADIR%%/units/i386-freebsd/menueditorform.ppu
%%DATADIR%%/units/i386-freebsd/miscoptions.o
%%DATADIR%%/units/i386-freebsd/miscoptions.ppu
%%DATADIR%%/units/i386-freebsd/mpaslex.o
%%DATADIR%%/units/i386-freebsd/mpaslex.ppu
%%DATADIR%%/units/i386-freebsd/msgquickfixes.o
%%DATADIR%%/units/i386-freebsd/msgquickfixes.ppu
%%DATADIR%%/units/i386-freebsd/msgview.o
%%DATADIR%%/units/i386-freebsd/msgview.ppu
%%DATADIR%%/units/i386-freebsd/newdialog.o
%%DATADIR%%/units/i386-freebsd/newdialog.ppu
%%DATADIR%%/units/i386-freebsd/newprojectdlg.o
%%DATADIR%%/units/i386-freebsd/newprojectdlg.ppu
%%DATADIR%%/units/i386-freebsd/noncontroldesigner.o
%%DATADIR%%/units/i386-freebsd/noncontroldesigner.ppu
%%DATADIR%%/units/i386-freebsd/objectlists.o
%%DATADIR%%/units/i386-freebsd/objectlists.ppu
%%DATADIR%%/units/i386-freebsd/objinspext.o
%%DATADIR%%/units/i386-freebsd/objinspext.ppu
%%DATADIR%%/units/i386-freebsd/openinstalledpkgdlg.o
%%DATADIR%%/units/i386-freebsd/openinstalledpkgdlg.ppu
%%DATADIR%%/units/i386-freebsd/outputfilter.o
%%DATADIR%%/units/i386-freebsd/outputfilter.ppu
%%DATADIR%%/units/i386-freebsd/packagedefs.o
%%DATADIR%%/units/i386-freebsd/packagedefs.ppu
%%DATADIR%%/units/i386-freebsd/packageeditor.o
%%DATADIR%%/units/i386-freebsd/packageeditor.ppu
%%DATADIR%%/units/i386-freebsd/packagelinks.o
%%DATADIR%%/units/i386-freebsd/packagelinks.ppu
%%DATADIR%%/units/i386-freebsd/packagesystem.o
%%DATADIR%%/units/i386-freebsd/packagesystem.ppu
%%DATADIR%%/units/i386-freebsd/patheditordlg.o
%%DATADIR%%/units/i386-freebsd/patheditordlg.ppu
%%DATADIR%%/units/i386-freebsd/pkggraphexplorer.o
%%DATADIR%%/units/i386-freebsd/pkggraphexplorer.ppu
%%DATADIR%%/units/i386-freebsd/pkgmanager.o
%%DATADIR%%/units/i386-freebsd/pkgmanager.ppu
%%DATADIR%%/units/i386-freebsd/pkgoptionsdlg.o
%%DATADIR%%/units/i386-freebsd/pkgoptionsdlg.ppu
%%DATADIR%%/units/i386-freebsd/pkgvirtualuniteditor.o
%%DATADIR%%/units/i386-freebsd/pkgvirtualuniteditor.ppu
%%DATADIR%%/units/i386-freebsd/procedurelist.o
%%DATADIR%%/units/i386-freebsd/procedurelist.ppu
%%DATADIR%%/units/i386-freebsd/procedurelist.rst
%%DATADIR%%/units/i386-freebsd/processdebugger.o
%%DATADIR%%/units/i386-freebsd/processdebugger.ppu
%%DATADIR%%/units/i386-freebsd/processlist.o
%%DATADIR%%/units/i386-freebsd/processlist.ppu
%%DATADIR%%/units/i386-freebsd/progressdlg.o
%%DATADIR%%/units/i386-freebsd/progressdlg.ppu
%%DATADIR%%/units/i386-freebsd/project.o
%%DATADIR%%/units/i386-freebsd/project.ppu
%%DATADIR%%/units/i386-freebsd/projectdefs.o
%%DATADIR%%/units/i386-freebsd/projectdefs.ppu
%%DATADIR%%/units/i386-freebsd/projectinspector.o
%%DATADIR%%/units/i386-freebsd/projectinspector.ppu
%%DATADIR%%/units/i386-freebsd/projectopts.o
%%DATADIR%%/units/i386-freebsd/projectopts.ppu
%%DATADIR%%/units/i386-freebsd/publishmodule.o
%%DATADIR%%/units/i386-freebsd/publishmodule.ppu
%%DATADIR%%/units/i386-freebsd/publishprojectdlg.o
%%DATADIR%%/units/i386-freebsd/publishprojectdlg.ppu
%%DATADIR%%/units/i386-freebsd/registerfcl.o
%%DATADIR%%/units/i386-freebsd/registerfcl.ppu
%%DATADIR%%/units/i386-freebsd/registerideintf.o
%%DATADIR%%/units/i386-freebsd/registerideintf.ppu
%%DATADIR%%/units/i386-freebsd/registerlcl.o
%%DATADIR%%/units/i386-freebsd/registerlcl.ppu
%%DATADIR%%/units/i386-freebsd/registersynedit.o
%%DATADIR%%/units/i386-freebsd/registersynedit.ppu
%%DATADIR%%/units/i386-freebsd/runparamsopts.o
%%DATADIR%%/units/i386-freebsd/runparamsopts.ppu
%%DATADIR%%/units/i386-freebsd/scalecompsdlg.o
%%DATADIR%%/units/i386-freebsd/scalecompsdlg.ppu
%%DATADIR%%/units/i386-freebsd/searchresultview.o
%%DATADIR%%/units/i386-freebsd/searchresultview.ppu
%%DATADIR%%/units/i386-freebsd/showcompileropts.o
%%DATADIR%%/units/i386-freebsd/showcompileropts.ppu
%%DATADIR%%/units/i386-freebsd/sizecompsdlg.o
%%DATADIR%%/units/i386-freebsd/sizecompsdlg.ppu
%%DATADIR%%/units/i386-freebsd/sortselectiondlg.o
%%DATADIR%%/units/i386-freebsd/sortselectiondlg.ppu
%%DATADIR%%/units/i386-freebsd/sourceeditprocs.o
%%DATADIR%%/units/i386-freebsd/sourceeditprocs.ppu
%%DATADIR%%/units/i386-freebsd/sourcemarks.o
%%DATADIR%%/units/i386-freebsd/sourcemarks.ppu
%%DATADIR%%/units/i386-freebsd/splash.o
%%DATADIR%%/units/i386-freebsd/splash.ppu
%%DATADIR%%/units/i386-freebsd/sshgdbmidebugger.o
%%DATADIR%%/units/i386-freebsd/sshgdbmidebugger.ppu
%%DATADIR%%/units/i386-freebsd/startlazarus.o
%%DATADIR%%/units/i386-freebsd/sysvaruseroverridedlg.o
%%DATADIR%%/units/i386-freebsd/sysvaruseroverridedlg.ppu
%%DATADIR%%/units/i386-freebsd/taborderdlg.o
%%DATADIR%%/units/i386-freebsd/taborderdlg.ppu
%%DATADIR%%/units/i386-freebsd/todolist.o
%%DATADIR%%/units/i386-freebsd/todolist.ppu
%%DATADIR%%/units/i386-freebsd/transfermacros.o
%%DATADIR%%/units/i386-freebsd/transfermacros.ppu
%%DATADIR%%/units/i386-freebsd/ucomponentmanmain.o
%%DATADIR%%/units/i386-freebsd/ucomponentmanmain.ppu
%%DATADIR%%/units/i386-freebsd/ufrmaddcomponent.o
%%DATADIR%%/units/i386-freebsd/ufrmaddcomponent.ppu
%%DATADIR%%/units/i386-freebsd/unitdependencies.o
%%DATADIR%%/units/i386-freebsd/unitdependencies.ppu
%%DATADIR%%/units/i386-freebsd/uniteditor.o
%%DATADIR%%/units/i386-freebsd/uniteditor.ppu
%%DATADIR%%/units/i386-freebsd/unitinfodlg.o
%%DATADIR%%/units/i386-freebsd/unitinfodlg.ppu
%%DATADIR%%/units/i386-freebsd/versioninfoadditionalinfo.o
%%DATADIR%%/units/i386-freebsd/versioninfoadditionalinfo.ppu
%%DATADIR%%/units/i386-freebsd/viewunit_dlg.o
%%DATADIR%%/units/i386-freebsd/viewunit_dlg.ppu
%%DATADIR%%/units/i386-freebsd/w32versioninfo.o
%%DATADIR%%/units/i386-freebsd/w32versioninfo.ppu
%%DATADIR%%/units/i386-freebsd/watchesdlg.o
%%DATADIR%%/units/i386-freebsd/watchesdlg.ppu
%%DATADIR%%/units/i386-freebsd/watchpropertydlg.o
%%DATADIR%%/units/i386-freebsd/watchpropertydlg.ppu
%%DATADIR%%/units/i386-freebsd/wordcompletion.o
%%DATADIR%%/units/i386-freebsd/wordcompletion.ppu
@dirrm %%DATADIR%%/components/cgi/lib
@dirrm %%DATADIR%%/components/cgi/ide/lib
@dirrm %%DATADIR%%/components/cgi/ide
@dirrm %%DATADIR%%/components/cgi
@dirrm %%DATADIR%%/components/chmhelp/democontrol
@dirrm %%DATADIR%%/components/chmhelp/lhelp
@dirrm %%DATADIR%%/components/chmhelp/packages/help
@dirrm %%DATADIR%%/components/chmhelp/packages/idehelp
@dirrm %%DATADIR%%/components/chmhelp/packages/chm
@dirrm %%DATADIR%%/components/chmhelp/packages
@dirrm %%DATADIR%%/components/chmhelp
@dirrm %%DATADIR%%/components/codetools/languages
@dirrm %%DATADIR%%/components/codetools/examples/scanexamples/include
@dirrm %%DATADIR%%/components/codetools/examples/scanexamples
@dirrm %%DATADIR%%/components/codetools/examples
@dirrm %%DATADIR%%/components/codetools/units/i386-freebsd
@dirrm %%DATADIR%%/components/codetools/units
@dirrm %%DATADIR%%/components/codetools
@dirrm %%DATADIR%%/components/custom
@dirrm %%DATADIR%%/components/customform/lib
@dirrm %%DATADIR%%/components/customform/demo
@dirrm %%DATADIR%%/components/customform
@dirrm %%DATADIR%%/components/fpcunit/lib
@dirrm %%DATADIR%%/components/fpcunit/ide/lib
@dirrm %%DATADIR%%/components/fpcunit/ide
@dirrm %%DATADIR%%/components/fpcunit
@dirrm %%DATADIR%%/components/h2pas
@dirrm %%DATADIR%%/components/images/examples
@dirrm %%DATADIR%%/components/images
@dirrm %%DATADIR%%/components/interbase/lib
@dirrm %%DATADIR%%/components/interbase
@dirrm %%DATADIR%%/components/jpeg/examples
@dirrm %%DATADIR%%/components/jpeg
@dirrm %%DATADIR%%/components/macfiles/examples
@dirrm %%DATADIR%%/components/macfiles
@dirrm %%DATADIR%%/components/memds/lib
@dirrm %%DATADIR%%/components/memds
@dirrm %%DATADIR%%/components/mpaslex
@dirrm %%DATADIR%%/components/opengl/gtk2x11/scripts
@dirrm %%DATADIR%%/components/opengl/gtk2x11/include
@dirrm %%DATADIR%%/components/opengl/gtk2x11
@dirrm %%DATADIR%%/components/opengl/example
@dirrm %%DATADIR%%/components/opengl
@dirrm %%DATADIR%%/components/popupnotifier/demo
@dirrm %%DATADIR%%/components/popupnotifier
@dirrm %%DATADIR%%/components/prettyformat/lib
@dirrm %%DATADIR%%/components/prettyformat
@dirrm %%DATADIR%%/components/printers/lib
@dirrm %%DATADIR%%/components/printers/unix
@dirrm %%DATADIR%%/components/printers/sample
@dirrm %%DATADIR%%/components/printers/win32
@dirrm %%DATADIR%%/components/printers
@dirrm %%DATADIR%%/components/projecttemplates/lib
@dirrm %%DATADIR%%/components/projecttemplates
@dirrm %%DATADIR%%/components/rtticontrols/lib
@dirrm %%DATADIR%%/components/rtticontrols/examples
@dirrm %%DATADIR%%/components/rtticontrols
@dirrm %%DATADIR%%/components/rx/lib
@dirrm %%DATADIR%%/components/rx
@dirrm %%DATADIR%%/components/sdf
@dirrm %%DATADIR%%/components/sqldb/lib
@dirrm %%DATADIR%%/components/sqldb
@dirrm %%DATADIR%%/components/sqlite/lib
@dirrm %%DATADIR%%/components/sqlite
@dirrm %%DATADIR%%/components/synedit/design
@dirrm %%DATADIR%%/components/synedit/languages
@dirrm %%DATADIR%%/components/synedit/units/i386-freebsd
@dirrm %%DATADIR%%/components/synedit/units
@dirrm %%DATADIR%%/components/synedit
@dirrm %%DATADIR%%/components/synunihighlighter/lib
@dirrm %%DATADIR%%/components/synunihighlighter
@dirrm %%DATADIR%%/components/tdbf
@dirrm %%DATADIR%%/components/trayicon/examples
@dirrm %%DATADIR%%/components/trayicon
@dirrm %%DATADIR%%/components/turbopower_ipro
@dirrm %%DATADIR%%/components
@dirrm %%DATADIR%%/converter
@dirrm %%DATADIR%%/debugger/test/examples
@dirrm %%DATADIR%%/debugger/test
@dirrm %%DATADIR%%/debugger/windebug/fpdd
@dirrm %%DATADIR%%/debugger/windebug/fpwd
@dirrm %%DATADIR%%/debugger/windebug/test
@dirrm %%DATADIR%%/debugger/windebug
@dirrm %%DATADIR%%/debugger
@dirrm %%DATADIR%%/designer/jitform/units/i386-freebsd
@dirrm %%DATADIR%%/designer/jitform/units
@dirrm %%DATADIR%%/designer/jitform
@dirrm %%DATADIR%%/designer
@dirrm %%DATADIR%%/doceditor/images
@dirrm %%DATADIR%%/doceditor/units
@dirrm %%DATADIR%%/doceditor
@dirrm %%DATADIR%%/docs/html
@dirrm %%DATADIR%%/docs/images
@dirrm %%DATADIR%%/docs/xml/lcl/comctrls
@dirrm %%DATADIR%%/docs/xml/lcl/forms
@dirrm %%DATADIR%%/docs/xml/lcl/stdctrls
@dirrm %%DATADIR%%/docs/xml/lcl/dynamicarray
@dirrm %%DATADIR%%/docs/xml/lcl/interfaces/gtk
@dirrm %%DATADIR%%/docs/xml/lcl/interfaces
@dirrm %%DATADIR%%/docs/xml/lcl
@dirrm %%DATADIR%%/docs/xml
@dirrm %%DATADIR%%/docs
@dirrm %%DATADIR%%/examples/address_book
@dirrm %%DATADIR%%/examples/anchordocking
@dirrm %%DATADIR%%/examples/autosize/childsizinglayout
@dirrm %%DATADIR%%/examples/autosize
@dirrm %%DATADIR%%/examples/barchart
@dirrm %%DATADIR%%/examples/codepageconverter/languages
@dirrm %%DATADIR%%/examples/codepageconverter/filefind
@dirrm %%DATADIR%%/examples/codepageconverter
@dirrm %%DATADIR%%/examples/codetools/jumptoimplementation/lib
@dirrm %%DATADIR%%/examples/codetools/jumptoimplementation
@dirrm %%DATADIR%%/examples/codetools
@dirrm %%DATADIR%%/examples/componentstreaming
@dirrm %%DATADIR%%/examples/easter
@dirrm %%DATADIR%%/examples/exploremenu
@dirrm %%DATADIR%%/examples/fontenum
@dirrm %%DATADIR%%/examples/grid_semaphor/example
@dirrm %%DATADIR%%/examples/grid_semaphor
@dirrm %%DATADIR%%/examples/help
@dirrm %%DATADIR%%/examples/helphtml/html
@dirrm %%DATADIR%%/examples/helphtml
@dirrm %%DATADIR%%/examples/htmlhelp_ipro
@dirrm %%DATADIR%%/examples/idequickfix
@dirrm %%DATADIR%%/examples/imgviewer
@dirrm %%DATADIR%%/examples/lazintfimage
@dirrm %%DATADIR%%/examples/listview
@dirrm %%DATADIR%%/examples/multithreading
@dirrm %%DATADIR%%/examples/objectinspector
@dirrm %%DATADIR%%/examples/openbrowser
@dirrm %%DATADIR%%/examples/openglcontrol/data
@dirrm %%DATADIR%%/examples/openglcontrol
@dirrm %%DATADIR%%/examples/postscript
@dirrm %%DATADIR%%/examples/sprites
@dirrm %%DATADIR%%/examples/treeview
@dirrm %%DATADIR%%/examples/turbopower_ipro
@dirrm %%DATADIR%%/examples/widestringstreaming
@dirrm %%DATADIR%%/examples/xmlstreaming
@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%/ide/include/netbsd
@dirrm %%DATADIR%%/ide/include/darwin
@dirrm %%DATADIR%%/ide/include/linux
@dirrm %%DATADIR%%/ide/include/win64
@dirrm %%DATADIR%%/ide/include/unix
@dirrm %%DATADIR%%/ide/include/freebsd
@dirrm %%DATADIR%%/ide/include/win32
@dirrm %%DATADIR%%/ide/include/solaris
@dirrm %%DATADIR%%/ide/include
@dirrm %%DATADIR%%/ide
@dirrm %%DATADIR%%/ideintf/units/i386-freebsd
@dirrm %%DATADIR%%/ideintf/units
@dirrm %%DATADIR%%/ideintf
@dirrm %%DATADIR%%/images/22x22
@dirrm %%DATADIR%%/images/codeexplorer
@dirrm %%DATADIR%%/images/codetoolsdefines
@dirrm %%DATADIR%%/images/components
@dirrm %%DATADIR%%/images/designer
@dirrm %%DATADIR%%/images/menu
@dirrm %%DATADIR%%/images/sourceeditor
@dirrm %%DATADIR%%/images/unitdependencies
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/install
@dirrm %%DATADIR%%/languages
@dirrm %%DATADIR%%/lcl/forms
@dirrm %%DATADIR%%/lcl/images
@dirrm %%DATADIR%%/lcl/include
@dirrm %%DATADIR%%/lcl/interfaces/qt
@dirrm %%DATADIR%%/lcl/interfaces/gtk2
@dirrm %%DATADIR%%/lcl/interfaces/carbon
@dirrm %%DATADIR%%/lcl/interfaces/gtk/tests
@dirrm %%DATADIR%%/lcl/interfaces/gtk
@dirrm %%DATADIR%%/lcl/interfaces/gnome
@dirrm %%DATADIR%%/lcl/interfaces/win32
@dirrm %%DATADIR%%/lcl/interfaces/wince
@dirrm %%DATADIR%%/lcl/interfaces
@dirrm %%DATADIR%%/lcl/languages
@dirrm %%DATADIR%%/lcl/nonwin32
@dirrm %%DATADIR%%/lcl/templates
@dirrm %%DATADIR%%/lcl/tests
@dirrm %%DATADIR%%/lcl/units/i386-freebsd/gtk
@dirrm %%DATADIR%%/lcl/units/i386-freebsd
@dirrm %%DATADIR%%/lcl/units
@dirrm %%DATADIR%%/lcl/widgetset
@dirrm %%DATADIR%%/lcl
@dirrm %%DATADIR%%/packager/globallinks
@dirrm %%DATADIR%%/packager/registration
@dirrm %%DATADIR%%/packager/units/i386-freebsd
@dirrm %%DATADIR%%/packager/units
@dirrm %%DATADIR%%/packager
@dirrm %%DATADIR%%/tools/apiwizz
@dirrm %%DATADIR%%/tools/install/debian_fpc
@dirrm %%DATADIR%%/tools/install/macosx
@dirrm %%DATADIR%%/tools/install/cross_unix/debian_crosswin32
@dirrm %%DATADIR%%/tools/install/cross_unix
@dirrm %%DATADIR%%/tools/install/debian_lazarus
@dirrm %%DATADIR%%/tools/install/debian_fpc-src
@dirrm %%DATADIR%%/tools/install/slacktgz
@dirrm %%DATADIR%%/tools/install/win32
@dirrm %%DATADIR%%/tools/install/rpm
@dirrm %%DATADIR%%/tools/install
@dirrm %%DATADIR%%/tools
@dirrm %%DATADIR%%/units/i386-freebsd
@dirrm %%DATADIR%%/units
@dirrm %%DATADIR%%