aboutsummaryrefslogtreecommitdiffstats
path: root/misc/globus2/pkg-plist
blob: 6dc8e0aaec6ca2be03cd88833475d679b9024e22 (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
%%GLOBUS_BASE%%GLOBUS_LICENSE
%%GLOBUS_BASE%%bin/CA.pl
%%GLOBUS_BASE%%bin/CA.sh
%%GLOBUS_BASE%%bin/c_rehash
%%GLOBUS_BASE%%bin/der_chop
%%GLOBUS_BASE%%bin/ftpcount
%%GLOBUS_BASE%%bin/ftpwho
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/CA.pl
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/CA.sh
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/c_rehash
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/der_chop
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/ftpcount
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/ftpwho
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-domainname
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-cache
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-cache-destroy
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-server
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-server-shutdown
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-hostname
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-cancel
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-clean
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-get-output
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-run
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-status
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-submit
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-makefile-header
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-makefile-header.gpt1
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-personal-gatekeeper
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-sh-exec
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-url-copy
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globusrun
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-info
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-renew
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-request
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-change-pass-phrase
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-destroy
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-info
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-init-bin
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/openssl
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/CA.pl
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/CA.sh
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/c_rehash
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/der_chop
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-domainname
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-generalized-time
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-hostname
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-hostname2contacts
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-makefile-header
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-makefile-header.gpt1
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-sh-exec
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-info
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-renew
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-request
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-change-pass-phrase
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-info-host-search
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-info-search
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-destroy
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-info
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-init-bin
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapadd
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapdelete
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapmodify
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapmodrdn
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldappasswd
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapsearch
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/openssl
%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ud
%%GLOBUS_BASE%%bin/globus-domainname
%%GLOBUS_BASE%%bin/globus-gass-cache
%%GLOBUS_BASE%%bin/globus-gass-cache-destroy
%%GLOBUS_BASE%%bin/globus-gass-server
%%GLOBUS_BASE%%bin/globus-gass-server-shutdown
%%GLOBUS_BASE%%bin/globus-generalized-time
%%GLOBUS_BASE%%bin/globus-hostname
%%GLOBUS_BASE%%bin/globus-hostname2contacts
%%GLOBUS_BASE%%bin/globus-job-cancel
%%GLOBUS_BASE%%bin/globus-job-clean
%%GLOBUS_BASE%%bin/globus-job-get-output
%%GLOBUS_BASE%%bin/globus-job-run
%%GLOBUS_BASE%%bin/globus-job-status
%%GLOBUS_BASE%%bin/globus-job-submit
%%GLOBUS_BASE%%bin/globus-makefile-header
%%GLOBUS_BASE%%bin/globus-makefile-header.gpt1
%%GLOBUS_BASE%%bin/globus-personal-gatekeeper
%%GLOBUS_BASE%%bin/globus-sh-exec
%%GLOBUS_BASE%%bin/globus-url-copy
%%GLOBUS_BASE%%bin/globusrun
%%GLOBUS_BASE%%bin/grid-cert-info
%%GLOBUS_BASE%%bin/grid-cert-renew
%%GLOBUS_BASE%%bin/grid-cert-request
%%GLOBUS_BASE%%bin/grid-change-pass-phrase
%%GLOBUS_BASE%%bin/grid-info-host-search
%%GLOBUS_BASE%%bin/grid-info-search
%%GLOBUS_BASE%%bin/grid-proxy-destroy
%%GLOBUS_BASE%%bin/grid-proxy-info
%%GLOBUS_BASE%%bin/grid-proxy-init
%%GLOBUS_BASE%%bin/grid-proxy-init-bin
%%GLOBUS_BASE%%bin/ldapadd
%%GLOBUS_BASE%%bin/ldapdelete
%%GLOBUS_BASE%%bin/ldapmodify
%%GLOBUS_BASE%%bin/ldapmodrdn
%%GLOBUS_BASE%%bin/ldappasswd
%%GLOBUS_BASE%%bin/ldapsearch
%%GLOBUS_BASE%%bin/libtool
%%GLOBUS_BASE%%bin/libtoolize
%%GLOBUS_BASE%%bin/openssl
%%GLOBUS_BASE%%bin/ud
%%GLOBUS_BASE%%bin/ud-
%%GLOBUS_BASE%%etc/ftpaccess
%%GLOBUS_BASE%%etc/ftpconversions
%%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared/ftpaccess
%%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared/ftpconversions
%%GLOBUS_BASE%%etc/globus-user-env.csh
%%GLOBUS_BASE%%etc/globus-user-env.sh
%%GLOBUS_BASE%%etc/globus_core/flavor_%%BASE_FLAVOR%%.gpt
%%GLOBUS_BASE%%etc/globus_core/flavor_%%BASE_FLAVOR%%pthr.gpt
%%GLOBUS_BASE%%etc/globus_packages
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/noflavor_data.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/noflavordata.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_noflavor_data.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavor_data.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavor_doc.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavordata.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavordoc.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_noflavor_data.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_noflavor_doc.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavor_doc.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavordoc.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/pkg_data_noflavor_doc.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavor_data.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavor_doc.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavordata.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavordoc.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_noflavor_data.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_noflavor_doc.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_io/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pthr_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pthrpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/pkg_data_%%BASE_FLAVOR%%_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/noflavor_pgm.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/noflavorpgm.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/pkg_data_noflavor_pgm.gpt
%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/noflavor_data.filelist
%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/noflavordata.format
%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/pkg_data_noflavor_data.gpt
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%dev.format
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthr_dev.filelist
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthr_rtl.filelist
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthrdev.format
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthrrtl.format
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%rtl.format
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%_rtl.gpt
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt
%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt
%%GLOBUS_BASE%%etc/grid-info-gram-rsl-reporter.schema
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldap.conf
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldap.conf.default
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfilter.conf
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfilter.conf.default
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapsearchprefs.conf
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapsearchprefs.conf.default
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldaptemplates.conf
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldaptemplates.conf.default
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/slapd.conf
%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/slapd.conf.default
%%GLOBUS_BASE%%etc/openldap/ldap.conf
%%GLOBUS_BASE%%etc/openldap/ldap.conf.default
%%GLOBUS_BASE%%etc/openldap/ldapfilter.conf
%%GLOBUS_BASE%%etc/openldap/ldapfilter.conf.default
%%GLOBUS_BASE%%etc/openldap/ldapsearchprefs.conf
%%GLOBUS_BASE%%etc/openldap/ldapsearchprefs.conf.default
%%GLOBUS_BASE%%etc/openldap/ldaptemplates.conf
%%GLOBUS_BASE%%etc/openldap/ldaptemplates.conf.default
%%GLOBUS_BASE%%etc/openldap/schema/corba.schema
%%GLOBUS_BASE%%etc/openldap/schema/corba.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/core.schema
%%GLOBUS_BASE%%etc/openldap/schema/core.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/cosine.schema
%%GLOBUS_BASE%%etc/openldap/schema/cosine.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/corba.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/corba.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/core.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/core.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/cosine.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/cosine.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/inetorgperson.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/inetorgperson.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/java.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/java.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/krb5-kdc.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/krb5-kdc.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/misc.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/misc.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/nis.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/nis.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/openldap.schema
%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/openldap.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/inetorgperson.schema
%%GLOBUS_BASE%%etc/openldap/schema/inetorgperson.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/java.schema
%%GLOBUS_BASE%%etc/openldap/schema/java.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/krb5-kdc.schema
%%GLOBUS_BASE%%etc/openldap/schema/krb5-kdc.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/misc.schema
%%GLOBUS_BASE%%etc/openldap/schema/misc.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/nis.schema
%%GLOBUS_BASE%%etc/openldap/schema/nis.schema.default
%%GLOBUS_BASE%%etc/openldap/schema/openldap.schema
%%GLOBUS_BASE%%etc/openldap/schema/openldap.schema.default
%%GLOBUS_BASE%%etc/openldap/slapd.conf
%%GLOBUS_BASE%%etc/openldap/slapd.conf.default
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/defs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/funcs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globals.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_args.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_callback.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_common_include.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_dc.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_debug.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_control.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_runtime.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_bootstrap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_control.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_runtime.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_errno.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_generic.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_gssapi.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_hierarchy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_openssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_string.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_fifo.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_debug_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_perf_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_restart_marker_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_restart_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_throughput_plugin.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_control.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_cache.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_copy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_server_ez.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_transfer.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_transfer_proto.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_client.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_myjob.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_protocol.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_protocol_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_callback.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_callback_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cert_utils.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cert_utils_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cred_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_credential.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_proxy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_proxy_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_system_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_system_config_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gss_assist.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gss_assist_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_handle_table.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_hashtable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_nxbuff.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_rsl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_utils.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_io.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_io_error_hierarchy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_libc.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_list.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_memory.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_module.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_inx.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_mpi.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_mpl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_nexus.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_object.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_object_hierarchy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_openssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_print.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_priority_q.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_release.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_rsl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_rsl_assist.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_strptime.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_symboltable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_none.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_pool.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_rw_mutex.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_tilde_expand.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_time.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_url.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/gssapi.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/ibm_cpp_load.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/internal.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/macros.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nexus.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nexus_resource.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nx_ver.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/asn1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/asn1_mac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/bio.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/blowfish.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/bn.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/buffer.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/cast.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/comp.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/conf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/conf_api.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/crypto.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/des.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dh.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dsa.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dso.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/e_os.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/e_os2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ebcdic.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/err.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/evp.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/hmac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/idea.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/lhash.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md4.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/mdc2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/obj_mac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/objects.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/opensslconf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/opensslv.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pem.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pem2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pkcs12.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pkcs7.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rand.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc4.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ripemd.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rsa.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/safestack.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/sha.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl23.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl3.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/stack.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/symhacks.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/tls1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/tmdiff.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/txt_db.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509_vfy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509v3.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/pr_shm_ipc.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/proxycertinfo.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/proxypolicy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/qoslib.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/rdb_internal.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/rtp.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/types.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/disptmpl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/disptmpl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/hmac-md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/lber.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/lber_types.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_cdefs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_features.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_schema.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ltdl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/md5global.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/portable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/sasl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/saslplug.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/saslutil.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/srchpref.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_args.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_callback.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_common_include.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_debug.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_errno.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_generic.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_gssapi.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_hierarchy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_openssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_string.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_fifo.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_callback.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_callback_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cert_utils.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cert_utils_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cred_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_credential.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_proxy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_proxy_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_system_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_system_config_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gss_assist.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gss_assist_constants.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_handle_table.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_hashtable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_libc.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_list.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_memory.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_module.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_object.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_object_hierarchy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_openssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_print.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_priority_q.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_release.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_strptime.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_symboltable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_common.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_pool.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_pthreads.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_rw_mutex.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_tilde_expand.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_time.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_url.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/gssapi.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/hmac-md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/lber.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/lber_types.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/alloca.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/assert.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/bytes.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/crypt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/ctype.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/dirent.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/errno.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/alloca.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/assert.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/bytes.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/crypt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/ctype.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/dirent.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/errno.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/krb.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/krb5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/param.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/regex.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/setproctitle.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/signal.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/socket.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/stdarg.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/stdlib.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/string.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/sysexits.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/syslog.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/termios.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/time.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/unistd.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/wait.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/krb.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/krb5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/param.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/regex.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/setproctitle.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/signal.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/socket.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/stdarg.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/stdlib.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/string.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/sysexits.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/syslog.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/termios.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/time.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/unistd.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/wait.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/avl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/disptmpl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/avl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/disptmpl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/getopt-compat.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lber.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lber_pvt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_cdefs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_defaults.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_int_thread.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_log.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_pvt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_pvt_thread.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_schema.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldbm.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldif.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_lockf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_sha1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/proto-slap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/sets.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/slap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/srchpref.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/sysexits-compat.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/getopt-compat.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lber.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lber_pvt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_cdefs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_defaults.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_int_thread.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_log.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_pvt.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_pvt_thread.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_schema.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldbm.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldif.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_ldap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_lockf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_sha1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/proto-slap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/sets.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/slap.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/srchpref.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/sysexits-compat.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_cdefs.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_config.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_features.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_schema.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ltdl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/md5global.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/asn1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/asn1_mac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/bio.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/blowfish.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/bn.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/buffer.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/cast.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/comp.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/conf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/conf_api.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/crypto.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/des.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dh.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dsa.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dso.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/e_os.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/e_os2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ebcdic.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/err.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/evp.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/hmac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/idea.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/lhash.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md4.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/mdc2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/obj_mac.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/objects.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/opensslconf.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/opensslv.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pem.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pem2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pkcs12.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pkcs7.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rand.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc4.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc5.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ripemd.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rsa.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/safestack.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/sha.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl2.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl23.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl3.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/stack.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/symhacks.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/tls1.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/tmdiff.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/txt_db.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509_vfy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509v3.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/portable.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/proxycertinfo.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/proxypolicy.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/sasl.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/saslplug.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/saslutil.h
%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/srchpref.h
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.so.2
%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.so.2
%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.so.2
%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.so.4
%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.so.2
%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.so.8
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.a
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.la
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.so
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.so.0
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/Error.pm
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobDescription.pm
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobManager.pm
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobSignal.pm
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobState.pm
%%GLOBUS_BASE%%lib/perl/Globus/GRAM/StdioMerger.pm
%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.a
%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.so.0
%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.la
%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.so
%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.so.1
%%GLOBUS_BASE%%libexec/fax500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-args-parser-header
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gass-cache-util
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gass-cache-util.pl
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gram-protocol-constants.sh
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gram-rsl-reporter
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-is-local-user
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-job-manager
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-k5
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-libc-hostname
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-personal-gatekeeper-version.sh
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-sh-tools.sh
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/fax500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-args-parser-header
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-is-local-user
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-libc-hostname
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-sh-tools.sh
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/go500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/go500gw
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldap-shell
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldapsearch
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldapsearch.aux
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-slapd
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/in.xfingerd
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/mail500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/maildap
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/rcpt500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/rp500
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/slapd
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/slurpd
%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/xrpcomp
%%GLOBUS_BASE%%libexec/globus-args-parser-header
%%GLOBUS_BASE%%libexec/globus-bootstrap.sh
%%GLOBUS_BASE%%libexec/globus-build-env-%%BASE_FLAVOR%%.sh
%%GLOBUS_BASE%%libexec/globus-build-env-%%BASE_FLAVOR%%pthr.sh
%%GLOBUS_BASE%%libexec/globus-gass-cache-util
%%GLOBUS_BASE%%libexec/globus-gass-cache-util.pl
%%GLOBUS_BASE%%libexec/globus-gram-protocol-constants.sh
%%GLOBUS_BASE%%libexec/globus-gram-rsl-reporter
%%GLOBUS_BASE%%libexec/globus-is-local-user
%%GLOBUS_BASE%%libexec/globus-job-manager
%%GLOBUS_BASE%%libexec/globus-k5
%%GLOBUS_BASE%%libexec/globus-libc-hostname
%%GLOBUS_BASE%%libexec/globus-personal-gatekeeper-version.sh
%%GLOBUS_BASE%%libexec/globus-sh-tools.sh
%%GLOBUS_BASE%%libexec/go500
%%GLOBUS_BASE%%libexec/go500gw
%%GLOBUS_BASE%%libexec/grid-info-ldap-shell
%%GLOBUS_BASE%%libexec/grid-info-ldapsearch
%%GLOBUS_BASE%%libexec/grid-info-ldapsearch.aux
%%GLOBUS_BASE%%libexec/grid-info-slapd
%%GLOBUS_BASE%%libexec/in.xfingerd
%%GLOBUS_BASE%%libexec/mail500
%%GLOBUS_BASE%%libexec/maildap
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.a
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.la
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.so
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.so.0
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.a
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.la
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.so
%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.so.0
%%GLOBUS_BASE%%libexec/rcpt500
%%GLOBUS_BASE%%libexec/rp500
%%GLOBUS_BASE%%libexec/slapd
%%GLOBUS_BASE%%libexec/slurpd
%%GLOBUS_BASE%%libexec/xrpcomp
%%GLOBUS_BASE%%sbin/ckconfig
%%GLOBUS_BASE%%sbin/config.guess
%%GLOBUS_BASE%%sbin/ftprestart
%%GLOBUS_BASE%%sbin/ftpshut
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ckconfig
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/config.guess
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ftprestart
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ftpshut
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-build-doxygen-dependencies
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-update-doxygen-index
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-gatekeeper
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-add-entry
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-check-consistency
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-delete-entry
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/in.ftpd
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/privatepw
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/config.guess
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/globus-build-doxygen-dependencies
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/globus-update-doxygen-index
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-info-soft-register
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-add-entry
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-check-consistency
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-delete-entry
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid_info_daemon
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/sasldblistusers
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/saslpasswd
%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/tru64_helper_dummy
%%GLOBUS_BASE%%sbin/globus-build-doxygen-dependencies
%%GLOBUS_BASE%%sbin/globus-gatekeeper
%%GLOBUS_BASE%%sbin/globus-update-doxygen-index
%%GLOBUS_BASE%%sbin/grid-info-soft-register
%%GLOBUS_BASE%%sbin/grid-mapfile-add-entry
%%GLOBUS_BASE%%sbin/grid-mapfile-check-consistency
%%GLOBUS_BASE%%sbin/grid-mapfile-delete-entry
%%GLOBUS_BASE%%sbin/grid_info_daemon
%%GLOBUS_BASE%%sbin/in.ftpd
%%GLOBUS_BASE%%sbin/libtool-%%BASE_FLAVOR%%
%%GLOBUS_BASE%%sbin/libtool-%%BASE_FLAVOR%%pthr
%%GLOBUS_BASE%%sbin/privatepw
%%GLOBUS_BASE%%sbin/sasldblistusers
%%GLOBUS_BASE%%sbin/saslpasswd
%%GLOBUS_BASE%%sbin/tru64_helper_dummy
%%GLOBUS_BASE%%setup/globus/42864e48.0
%%GLOBUS_BASE%%setup/globus/42864e48.signing_policy
%%GLOBUS_BASE%%setup/globus/Paths.in
%%GLOBUS_BASE%%setup/globus/SXXgris.in
%%GLOBUS_BASE%%setup/globus/find-fork-tools
%%GLOBUS_BASE%%setup/globus/findshelltools
%%GLOBUS_BASE%%setup/globus/fork.in
%%GLOBUS_BASE%%setup/globus/globus-job-manager-mds-provider.in
%%GLOBUS_BASE%%setup/globus/globus-job-manager-script.in
%%GLOBUS_BASE%%setup/globus/globus-job-manager-service.in
%%GLOBUS_BASE%%setup/globus/globus-script-initializer.in
%%GLOBUS_BASE%%setup/globus/globus-sh-tools-vars.sh.in
%%GLOBUS_BASE%%setup/globus/globus-ssl.conf
%%GLOBUS_BASE%%setup/globus/grid-cert-request-config.in
%%GLOBUS_BASE%%setup/globus/grid-info-common.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-aix.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-common.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-hpux.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-irix.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-linux.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-none.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-solaris.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpu-tru64.in
%%GLOBUS_BASE%%setup/globus/grid-info-cpufast-uptime.in
%%GLOBUS_BASE%%setup/globus/grid-info-deployment-comments.conf
%%GLOBUS_BASE%%setup/globus/grid-info-fs-aix.in
%%GLOBUS_BASE%%setup/globus/grid-info-fs-common.in
%%GLOBUS_BASE%%setup/globus/grid-info-fs-irix.in
%%GLOBUS_BASE%%setup/globus/grid-info-fs-none.in
%%GLOBUS_BASE%%setup/globus/grid-info-fs-posix.in
%%GLOBUS_BASE%%setup/globus/grid-info-mds-core.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-aix.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-common.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-hpux.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-irix.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-linux.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-none.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-solaris.in
%%GLOBUS_BASE%%setup/globus/grid-info-mem-tru64.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-aix.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-common.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-hpux.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-linux.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-netstat.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-none.in
%%GLOBUS_BASE%%setup/globus/grid-info-net-tru64.in
%%GLOBUS_BASE%%setup/globus/grid-info-os-uname.in
%%GLOBUS_BASE%%setup/globus/grid-info-platform-merged.in
%%GLOBUS_BASE%%setup/globus/grid-info-platform-uname.in
%%GLOBUS_BASE%%setup/globus/grid-info-resource-ldif.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info-resource-register.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info-resource.schema
%%GLOBUS_BASE%%setup/globus/grid-info-script-initializer.in
%%GLOBUS_BASE%%setup/globus/grid-info-server-env.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info-site-giis.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info-site-policy.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info-slapd.conf.in
%%GLOBUS_BASE%%setup/globus/grid-info.conf.in
%%GLOBUS_BASE%%setup/globus/grid-security-config.in
%%GLOBUS_BASE%%setup/globus/grid-security.conf.42864e48
%%GLOBUS_BASE%%setup/globus/grid.gridftpperf.schema
%%GLOBUS_BASE%%setup/globus/gridftp-perf-info.in
%%GLOBUS_BASE%%setup/globus/gridftp-resource.conf.in
%%GLOBUS_BASE%%setup/globus/setup-globus-common
%%GLOBUS_BASE%%setup/globus/setup-globus-common.pl
%%GLOBUS_BASE%%setup/globus/setup-globus-gatekeeper
%%GLOBUS_BASE%%setup/globus/setup-globus-gatekeeper.pl
%%GLOBUS_BASE%%setup/globus/setup-globus-gram-job-manager
%%GLOBUS_BASE%%setup/globus/setup-globus-gram-job-manager.pl
%%GLOBUS_BASE%%setup/globus/setup-globus-job-manager-fork
%%GLOBUS_BASE%%setup/globus/setup-globus-job-manager-fork.pl
%%GLOBUS_BASE%%setup/globus/setup-globus-mds-common
%%GLOBUS_BASE%%setup/globus/setup-globus-mds-common.pl
%%GLOBUS_BASE%%setup/globus/setup-globus-mds-gris
%%GLOBUS_BASE%%setup/globus/setup-globus-mds-gris.pl
%%GLOBUS_BASE%%setup/globus/setup-gsi
%%GLOBUS_BASE%%setup/globus/setup-gsi.pl
%%GLOBUS_BASE%%setup/globus/setup-mds-common-scripts
%%GLOBUS_BASE%%setup/globus/setup-mds-giis-scripts
%%GLOBUS_BASE%%setup/globus/setup-mds-gris-scripts
%%GLOBUS_BASE%%setup/globus/setup-ssl-utils
%%GLOBUS_BASE%%setup/globus/setup-ssl-utils-sh-scripts
%%GLOBUS_BASE%%setup/globus/setup-ssl-utils.pl
%%GLOBUS_BASE%%setup/globus/setup-tmpdirs
%%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared/libtool.m4
%%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared/ltdl.m4
%%GLOBUS_BASE%%share/aclocal/libtool.m4
%%GLOBUS_BASE%%share/aclocal/ltdl.m4
%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/Error.html
%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobDescription.html
%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobManager.html
%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobSignal.html
%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobState.html
%%GLOBUS_BASE%%share/doc/perl/globus-job-manager-service.html
%%GLOBUS_BASE%%share/doxygen/Doxyfile-internal.include
%%GLOBUS_BASE%%share/doxygen/Doxyfile.include
%%GLOBUS_BASE%%share/doxygen/globus.css
%%GLOBUS_BASE%%share/doxygen/globus_foot.html
%%GLOBUS_BASE%%share/doxygen/globus_head.html
%%GLOBUS_BASE%%share/doxygen/globus_head.tex
%%GLOBUS_BASE%%share/globus_aclocal/Doxyfile-internal.in
%%GLOBUS_BASE%%share/globus_aclocal/Doxyfile.in
%%GLOBUS_BASE%%share/globus_aclocal/acdoxygen.m4
%%GLOBUS_BASE%%share/globus_aclocal/acnetworking.m4
%%GLOBUS_BASE%%share/globus_aclocal/doxygen_Makefile.am
%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_post
%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_post_top
%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_pre
%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_pre_top
%%GLOBUS_BASE%%share/globus_aclocal/globus_package.m4
%%GLOBUS_BASE%%share/globus_gram_job_manager/globus-gram-job-manager.rvf
%%GLOBUS_BASE%%share/libtool/config.guess
%%GLOBUS_BASE%%share/libtool/config.sub
%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/config.guess
%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/config.sub
%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/ltmain.sh
%%GLOBUS_BASE%%share/libtool/libltdl/COPYING.LIB
%%GLOBUS_BASE%%share/libtool/libltdl/Makefile.am
%%GLOBUS_BASE%%share/libtool/libltdl/Makefile.in
%%GLOBUS_BASE%%share/libtool/libltdl/README
%%GLOBUS_BASE%%share/libtool/libltdl/acinclude.m4
%%GLOBUS_BASE%%share/libtool/libltdl/aclocal.m4
%%GLOBUS_BASE%%share/libtool/libltdl/config-h.in
%%GLOBUS_BASE%%share/libtool/libltdl/configure
%%GLOBUS_BASE%%share/libtool/libltdl/configure.in
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/COPYING.LIB
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/Makefile.am
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/Makefile.in
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/README
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/acinclude.m4
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/aclocal.m4
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/config-h.in
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/configure
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/configure.in
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/ltdl.c
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/ltdl.h
%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/stamp-h.in
%%GLOBUS_BASE%%share/libtool/libltdl/ltdl.c
%%GLOBUS_BASE%%share/libtool/libltdl/ltdl.h
%%GLOBUS_BASE%%share/libtool/libltdl/stamp-h.in
%%GLOBUS_BASE%%share/libtool/ltmain.sh
%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/go500gw.help
%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfriendly
%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/rcpt500.help
%%GLOBUS_BASE%%share/openldap/go500gw.help
%%GLOBUS_BASE%%share/openldap/go500gw.help-
%%GLOBUS_BASE%%share/openldap/ldapfriendly
%%GLOBUS_BASE%%share/openldap/ldapfriendly-
%%GLOBUS_BASE%%share/openldap/rcpt500.help
%%GLOBUS_BASE%%share/openldap/rcpt500.help-
@dirrm %%GLOBUS_BASE%%var/openldap-slurp
@dirrm %%GLOBUS_BASE%%var/openldap-ldbm
@dirrm %%GLOBUS_BASE%%var
@dirrm %%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%share/openldap
@dirrm %%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%share/libtool/libltdl
@dirrm %%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%share/libtool
@dirrm %%GLOBUS_BASE%%share/globus_gram_job_manager
@dirrm %%GLOBUS_BASE%%share/globus_aclocal
@dirrm %%GLOBUS_BASE%%share/doxygen
@dirrm %%GLOBUS_BASE%%share/doc/perl/Globus/GRAM
@dirrm %%GLOBUS_BASE%%share/doc/perl/Globus
@dirrm %%GLOBUS_BASE%%share/doc/perl
@dirrm %%GLOBUS_BASE%%share/doc/globus_gsi_wuftpd/html
@dirrm %%GLOBUS_BASE%%share/doc/globus_gsi_wuftpd
@dirrm %%GLOBUS_BASE%%share/doc
@dirrm %%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%share/aclocal
@dirrm %%GLOBUS_BASE%%share
@dirrm %%GLOBUS_BASE%%setup/globus
@dirrm %%GLOBUS_BASE%%setup
@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%sbin
@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%man/man8
@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%man/man5
@dirrm %%GLOBUS_BASE%%man/man3/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%man/man3/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%man/man3
@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%man/man1
@dirrm %%GLOBUS_BASE%%man
@dirrm %%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%libexec/openldap
@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%libexec
@dirrm %%GLOBUS_BASE%%lib/sasl
@dirrm %%GLOBUS_BASE%%lib/perl/Globus/GRAM
@dirrm %%GLOBUS_BASE%%lib/perl/Globus
@dirrm %%GLOBUS_BASE%%lib/perl
@dirrm %%GLOBUS_BASE%%lib
@dirrm %%GLOBUS_BASE%%include/ldap_backend/ac
@dirrm %%GLOBUS_BASE%%include/ldap_backend
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl
@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%include
@dirrm %%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%etc/openldap/schema
@dirrm %%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%etc/openldap
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/gssapi_error
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_user_env
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_rsl
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openssl
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_nexus
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mp
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_io
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_core
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup
@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_common
@dirrm %%GLOBUS_BASE%%etc/gpt/packages
@dirrm %%GLOBUS_BASE%%etc/gpt/bundles
@dirrm %%GLOBUS_BASE%%etc/gpt
@dirrm %%GLOBUS_BASE%%etc/globus_core
@dirrm %%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%
@unexec rmdir %D/%%GLOBUS_BASE%%etc 2>/dev/null || ( echo "Configuration information saved.  If you will *NOT* use this package anymore," && echo "please remove %D/%%GLOBUS_BASE%% and its contents manually.")
@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared
@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr
@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared
@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%
@dirrm %%GLOBUS_BASE%%bin
@unexec rmdir %D/%%GLOBUS_BASE%% || /usr/bin/true