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
|
/*
Copyright (C) 2018, 2019, 2020, 2021 Free Software Foundation, Inc.
Written by: Gregory John Casamento <greg.casamento@gmail.com>
Date: 2022
This file is part of the GNUstep XCode Library
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
*/
#import <stdlib.h>
#import "PBXCommon.h"
#import "PBXNativeTarget.h"
#import "PBXProject.h"
#import "PBXContainer.h"
#import "GSXCCommon.h"
#import "GSXCBuildContext.h"
#import "GSXCGenerator.h"
#import "NSString+PBXAdditions.h"
#ifdef _WIN32
#import "setenv.h"
#endif
@implementation PBXNativeTarget
- (void) dealloc
{
RELEASE(_productReference);
RELEASE(_productInstallPath);
RELEASE(_buildRules);
RELEASE(_comments);
RELEASE(_productSettingsXML);
[super dealloc];
}
// Methods....
- (PBXFileReference *) productReference // getter
{
return _productReference;
}
- (void) setProductReference: (PBXFileReference *)object; // setter
{
ASSIGN(_productReference,object);
}
- (NSString *) productInstallPath // getter
{
return _productInstallPath;
}
- (void) setProductInstallPath: (NSString *)object; // setter
{
ASSIGN(_productInstallPath,object);
}
- (NSMutableArray *) buildRules // getter
{
return _buildRules;
}
- (void) setBuildRules: (NSMutableArray *)object; // setter
{
ASSIGN(_buildRules,object);
}
- (NSString *) productSettingsXML // getter
{
return _productSettingsXML;
}
- (void) setProductSettingsXML: (NSString *)object // setter
{
ASSIGN(_productSettingsXML,object);
}
/*
- (XCConfigurationList *) buildConfigurationList
{
return xcConfigurationList;
}
- (void) setBuildConfigurationList: (XCConfigurationList *)list
{
NSLog(@"build config list = %@",list);
ASSIGN(xcConfigurationList, list);
}
*/
- (void) _productWrapper
{
GSXCBuildContext *context = [GSXCBuildContext sharedBuildContext];
NSString *buildDir = @"./build";
NSString *aname = [self name];
buildDir = [buildDir stringByAppendingPathComponent: aname];
NSString *uninstalledProductsDir = [buildDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [[buildDir stringByAppendingPathComponent: @"Products"]
stringByAppendingPathComponent: [_productReference path]];
NSError *error = nil;
// Set up some target specific vars, based on the build dir...
[context setObject: buildDir
forKey: @"TARGET_BUILD_DIR"];
[context setObject: aname
forKey: @"TARGET_NAME"];
[context setObject: uninstalledProductsDir
forKey: @"BUILT_PRODUCTS_DIR"];
// Create directories...
[[NSFileManager defaultManager] createDirectoryAtPath:uninstalledProductsDir
withIntermediateDirectories:YES
attributes:nil
error:&error];
setenv("inherited","",1); // probably from a parent project or target..
if([_productType isEqualToString: BUNDLE_TYPE] ||
[_productType isEqualToString: APPLICATION_TYPE])
{
NSString *execName = [[fullPath lastPathComponent] stringByDeletingPathExtension];
// Create directories...
[[NSFileManager defaultManager] createDirectoryAtPath:fullPath
withIntermediateDirectories:YES
attributes:nil
error:&error];
setenv("PRODUCT_OUTPUT_DIR",[fullPath cString],1);
setenv("PRODUCT_NAME",[execName cString],1);
setenv("EXECUTABLE_NAME",[execName cString],1);
[context setObject: fullPath forKey: @"PRODUCT_OUTPUT_DIR"];
[context setObject: execName forKey: @"PRODUCT_NAME"];
[context setObject: execName forKey: @"EXECUTABLE_NAME"];
}
else if([_productType isEqualToString: FRAMEWORK_TYPE])
{
NSString *dir = [NSString stringForEnvironmentVariable: @"PROJECT_ROOT"
defaultValue: @"./"];
NSString *derivedSourceDir = [dir stringByAppendingPathComponent: @"derived_src"];
NSString *execName = [[fullPath lastPathComponent] stringByDeletingPathExtension];
NSString *derivedSourceHeaderDir = [derivedSourceDir stringByAppendingPathComponent: execName];
NSString *frameworkVersion = [NSString stringForEnvironmentVariable: @"FRAMEWORK_VERSION"
defaultValue: @"0"];
[context setObject: [NSString stringWithString: fullPath]
forKey: @"FRAMEWORK_DIR"];
// Above "Versions"
NSString *headersLink = [fullPath stringByAppendingPathComponent: @"Headers"];
NSString *resourcesLink = [fullPath stringByAppendingPathComponent: @"Resources"];
// Below "Versions"
fullPath = [fullPath stringByAppendingPathComponent: @"Versions"];
NSString *currentLink = [fullPath stringByAppendingPathComponent: @"Current"];
fullPath = [fullPath stringByAppendingPathComponent: frameworkVersion];
NSString *headerDir = [fullPath stringByAppendingPathComponent: @"Headers"];
NSString *resourceDir = [fullPath stringByAppendingPathComponent: @"Resources"];
// Create directories...
[[NSFileManager defaultManager] createDirectoryAtPath:fullPath
withIntermediateDirectories:YES
attributes:nil
error:&error];
[[NSFileManager defaultManager] createDirectoryAtPath:derivedSourceHeaderDir
withIntermediateDirectories:YES
attributes:nil
error:&error];
[[NSFileManager defaultManager] createDirectoryAtPath:headerDir
withIntermediateDirectories:YES
attributes:nil
error:&error];
// Create links....
[[NSFileManager defaultManager] createSymbolicLinkAtPath: currentLink
pathContent: frameworkVersion];
[[NSFileManager defaultManager] createSymbolicLinkAtPath: headersLink
pathContent: @"Versions/Current/Headers"];
[[NSFileManager defaultManager] createSymbolicLinkAtPath: resourcesLink
pathContent: @"Versions/Current/Resources"];
// Things to pass on to the next phase...
[context setObject: headerDir forKey: @"HEADER_DIR"];
[context setObject: resourceDir forKey: @"RESOURCE_DIR"];
[context setObject: derivedSourceHeaderDir forKey: @"DERIVED_SOURCE_HEADER_DIR"];
[context setObject: derivedSourceDir forKey: @"DERIVED_SOURCES_DIR"];
setenv("PRODUCT_OUTPUT_DIR",[fullPath cString],1);
setenv("PRODUCT_NAME",[execName cString],1);
setenv("EXECUTABLE_NAME",[execName cString],1);
[context setObject: fullPath forKey: @"PRODUCT_OUTPUT_DIR"];
[context setObject: execName forKey: @"PRODUCT_NAME"];
[context setObject: execName forKey: @"EXECUTABLE_NAME"];
}
else if([_productType isEqualToString: LIBRARY_TYPE])
{
NSString *fileName = [fullPath lastPathComponent];
NSString *path = [fullPath stringByDeletingLastPathComponent];
NSString *dir = [NSString stringForEnvironmentVariable: @"PROJECT_ROOT"
defaultValue: @"./"];
NSString *derivedSourceDir = [dir stringByAppendingPathComponent: @"derived_src"];
NSString *derivedSourceHeaderDir = derivedSourceDir;
setenv("PRODUCT_OUTPUT_DIR",[path cString],1);
setenv("PRODUCT_NAME",[fileName cString],1);
setenv("EXECUTABLE_NAME",[fileName cString],1);
[context setObject: derivedSourceHeaderDir forKey: @"DERIVED_SOURCE_HEADER_DIR"];
[context setObject: derivedSourceDir forKey: @"DERIVED_SOURCES_DIR"];
[[NSFileManager defaultManager] createDirectoryAtPath:derivedSourceHeaderDir
withIntermediateDirectories:YES
attributes:nil
error:&error];
}
else // For non bundled packages
{
NSString *fileName = [fullPath lastPathComponent];
NSString *path = [fullPath stringByDeletingLastPathComponent];
NSString *dir = [NSString stringForEnvironmentVariable: @"PROJECT_ROOT"
defaultValue: @"./"];
NSString *derivedSourceDir = [dir stringByAppendingPathComponent: @"derived_src"];
NSString *derivedSourceHeaderDir = derivedSourceDir;
setenv("PRODUCT_OUTPUT_DIR",[path cString],1);
setenv("PRODUCT_NAME",[fileName cString],1);
setenv("EXECUTABLE_NAME",[fileName cString],1);
[context setObject: derivedSourceHeaderDir forKey: @"DERIVED_SOURCE_HEADER_DIR"];
[context setObject: derivedSourceDir forKey: @"DERIVED_SOURCES_DIR"];
[context setObject: path forKey: @"PRODUCT_OUTPUT_DIR"];
[context setObject: fileName forKey: @"PRODUCT_NAME"];
[context setObject: fileName forKey: @"EXECUTABLE_NAME"];
}
}
- (BOOL) build
{
BOOL result = YES;
NSEnumerator *en = nil;
GSXCBuildContext *context = [GSXCBuildContext sharedBuildContext];
NSDictionary *plistFile = [NSDictionary dictionaryWithContentsOfFile:
@"buildtool.plist"];
NSArray *skippedTarget = [plistFile objectForKey:
@"skippedTarget"];
// call super to set up common data structures...
if(![super build])
{
return NO;
}
if ([skippedTarget containsObject: [self name]])
{
xcputs([[NSString stringWithFormat: @"=== Skipping Target %s%@%s", YELLOW, _name, RESET] cString]);
return YES;
}
xcputs([[NSString stringWithFormat: @"=== Building Target %s%@%s", GREEN, _name, RESET] cString]);
[_buildConfigurationList applyDefaultConfiguration];
[context setObject: _buildConfigurationList
forKey: @"buildConfig"];
[context setObject: _productType
forKey: @"PRODUCT_TYPE"];
if(_productSettingsXML != nil)
{
[context setObject: _productSettingsXML
forKey: @"PRODUCT_SETTINGS_XML"];
}
xcputs([[NSString stringWithFormat: @"=== Checking Dependencies"] cString]);
id dependency = nil;
en = [_dependencies objectEnumerator];
while((dependency = [en nextObject]) != nil && result)
{
result = [dependency build];
}
xcputs([[NSString stringWithFormat: @"=== Done."] cString]);
xcputs([[NSString stringWithFormat: @"=== Executing build phases..."] cString]);
[self _productWrapper];
id phase = nil;
en = [_buildPhases objectEnumerator];
while((phase = [en nextObject]) != nil && result)
{
NSAutoreleasePool *p = [[NSAutoreleasePool alloc] init];
[phase setTarget: self];
result = [phase build];
if(NO == result)
{
xcputs([[NSString stringWithFormat: @"*** Failed build phase: %@",phase] cString]);
}
RELEASE(p);
}
xcputs([[NSString stringWithFormat: @"=== Done..."] cString]);
xcputs([[NSString stringWithFormat: @"=== Completed Executing Target %@", _name] cString]);
return result;
}
- (BOOL) clean
{
xcputs([[NSString stringWithFormat: @"=== Cleaning Target %@",_name] cString]);
NSString *buildDir = @"./build";
buildDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *command = [NSString stringWithFormat: @"rm -rf \"%@\"",buildDir];
xcputs([[NSString stringWithFormat: @"Cleaning build directory"] cString]);
int result = xcsystem(command);
if(result == 0)
{
if([[NSFileManager defaultManager] fileExistsAtPath: @"derived_src"])
{
command = @"rm -rf derived_src";
xcputs([[NSString stringWithFormat: @"Cleaning derived_src directory"] cString]);
result = xcsystem(command);
}
}
xcputs([[NSString stringWithFormat: @"=== Completed Cleaning Target %@",_name] cString]);
return (result == 0);
}
- (BOOL) installTool
{
NSString *buildDir = @"./build";
NSString *outputDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *uninstalledProductsDir = [outputDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [uninstalledProductsDir stringByAppendingPathComponent: [_productReference path]];
NSString *fileName = [fullPath lastPathComponent];
NSFileManager *fileManager = [NSFileManager defaultManager];
NSError *error = nil;
NSString *installDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_TOOLS"];
NSString *installDest = [installDir stringByAppendingPathComponent: fileName];
NSLog(@"installDest = %@, fullPath = %@", installDest, fullPath);
return [fileManager copyItemAtPath: fullPath
toPath: installDest
error: &error];
}
- (BOOL) installApp
{
NSString *buildDir = @"./build";
NSString *outputDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *uninstalledProductsDir = [outputDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [uninstalledProductsDir stringByAppendingPathComponent: [_productReference path]];
NSString *fileName = [fullPath lastPathComponent];
// NSString *execName = [fileName stringByDeletingPathExtension];
NSFileManager *fileManager = [NSFileManager defaultManager];
NSError *error = nil;
NSString *cwd = [fileManager currentDirectoryPath];
NSLog(@"******* CWD = %@", cwd);
NSString *installDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_APPS"];
NSString *installDest = [installDir stringByAppendingPathComponent: fileName];
return [fileManager copyItemAtPath: fullPath
toPath: installDest
error: &error];
}
- (BOOL) installFramework
{
NSString *buildDir = @"./build";
NSString *outputDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *installDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_LIBRARY"];
NSString *libraryPath = installDir; // ([paths firstObject] != nil ? [paths firstObject] : @"");
NSString *frameworkPath = [libraryPath stringByAppendingPathComponent: @"Frameworks"];
NSString *installDest = frameworkPath;
NSString *productDir = [installDest stringByAppendingPathComponent: [_productReference path]];
NSString *headersDir = [libraryPath stringByAppendingPathComponent: @"Headers"];
NSString *librariesDir = [libraryPath stringByAppendingPathComponent: @"Libraries"];
NSString *frameworksLinkDir = [[[@"../Frameworks" stringByAppendingPathComponent: [_productReference path]]
stringByAppendingPathComponent:@"Versions"]
stringByAppendingPathComponent:@"Current"];
NSString *headersLinkDir = [[[@"../Frameworks" stringByAppendingPathComponent:
[_productReference path]] stringByAppendingPathComponent:@"Versions"]
stringByAppendingPathComponent:@"Current"];
NSString *uninstalledProductsDir = [outputDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [uninstalledProductsDir stringByAppendingPathComponent: [_productReference path]];
NSError *error = nil;
NSFileManager *fileManager = [NSFileManager defaultManager];
NSString *fileName = [fullPath lastPathComponent];
NSString *execName = [fileName stringByDeletingPathExtension];
// Copy
[fileManager removeItemAtPath: productDir error: NULL];
[fileManager copyItemAtPath: fullPath
toPath: productDir
error: &error];
// Create links...
[fileManager removeItemAtPath: [headersDir stringByAppendingPathComponent: execName]
error: NULL];
BOOL flag = [fileManager createSymbolicLinkAtPath: [headersDir stringByAppendingPathComponent: execName]
pathContent: [headersLinkDir stringByAppendingPathComponent: @"Headers"]];
if(!flag)
{
xcputs([[NSString stringWithFormat: @"Error creating symbolic link..."] cString]);
}
[fileManager removeItemAtPath: [librariesDir stringByAppendingPathComponent:
[NSString stringWithFormat: @"lib%@.so",execName]]
error:NULL];
flag = [fileManager createSymbolicLinkAtPath: [librariesDir stringByAppendingPathComponent:
[NSString stringWithFormat: @"lib%@.so",execName]]
pathContent: [frameworksLinkDir stringByAppendingPathComponent:
[NSString stringWithFormat: @"lib%@.so",execName]]];
if(!flag)
{
xcputs([[NSString stringWithFormat: @"Error creating symbolic link..."] cString]);
}
return flag;
}
- (BOOL) installLibrary
{
NSString *buildDir = @"./build";
NSString *outputDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *installDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_LIBRARIES"];
NSString *libraryPath = installDir; // ([paths firstObject] != nil ? [paths firstObject] : @"");
NSString *headersDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_HEADERS"]; //[libraryPath stringByAppendingPathComponent: @"Headers"];
NSString *derivedSrcDir = @"derived_src";
NSString *derivedSrcHeaderDir = derivedSrcDir;
NSString *libName = [[_productReference path] lastPathComponent];
NSString *destPath = [libraryPath stringByAppendingPathComponent: libName];
NSError *error = nil;
NSFileManager *fileManager = [NSFileManager defaultManager];
NSString *uninstalledProductsDir = [outputDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [uninstalledProductsDir stringByAppendingPathComponent: libName];
NSString *cwd = [fileManager currentDirectoryPath];
NSLog(@"******* CWD = %@", cwd);
BOOL f = NO;
f = [fileManager fileExistsAtPath: fullPath];
if (f == YES)
{
xcputs([[NSString stringWithFormat: @"\tLibrary exists %@...", fullPath] cString]);
}
f = [fileManager fileExistsAtPath: destPath];
if (f == YES)
{
xcputs([[NSString stringWithFormat: @"\tLibrary already exists at path %@...", destPath] cString]);
}
else
{
xcputs([[NSString stringWithFormat: @"\tCopy static library %@ -> %@", fullPath, destPath] cString]);
[fileManager copyItemAtPath: fullPath
toPath: destPath
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while copying library: %@", error] cString]);
//return NO;
}
}
// NSString *libName = [fullPath lastPathComponent];
NSString *libHeaderDir = [libName stringByReplacingOccurrencesOfString: @"lib" withString: @""];
libHeaderDir = [libHeaderDir stringByReplacingOccurrencesOfString: @".a" withString: @""];
libHeaderDir = [libHeaderDir stringByReplacingOccurrencesOfString: @".so" withString: @""];
NSString *libHeadersPath = [headersDir stringByAppendingPathComponent: libHeaderDir];
NSLog(@"headers path = %@", libHeadersPath);
[fileManager createDirectoryAtPath: libHeadersPath
withIntermediateDirectories: YES
attributes: nil
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while creating directory %@ : %@", libHeadersPath, error] cString]);
return NO;
}
NSEnumerator *en = [fileManager enumeratorAtPath: derivedSrcHeaderDir];
id file = nil;
while((file = [en nextObject]) != nil)
{
NSString *srcFile = [libHeaderDir stringByAppendingPathComponent: file];
NSString *destFile = [libHeadersPath stringByAppendingPathComponent: file];
xcputs([[NSString stringWithFormat: @"\tCopy %@ -> %@",srcFile,destFile] cString]);
[fileManager copyItemAtPath: srcFile
toPath: destFile
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while copying header: %@", error] cString]);
return NO;
}
}
return YES;
}
- (BOOL) installDynamicLibrary
{
NSString *buildDir = @"./build";
NSString *outputDir = [buildDir stringByAppendingPathComponent: [self name]];
NSString *installDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_LIBRARIES"];
NSString *libraryPath = installDir;
NSString *librariesDir = [libraryPath stringByAppendingPathComponent: @"Libraries"];
NSString *headersDir = [NSString stringForCommand: @"gnustep-config --variable=GNUSTEP_LOCAL_HEADERS"]; //[libraryPath stringByAppendingPathComponent: @"Headers"];
NSString *derivedSrcDir = @"derived_src";
NSString *derivedSrcHeaderDir = derivedSrcDir;
NSString *destPath = [librariesDir stringByAppendingPathComponent: [_productReference path]];
NSError *error = nil;
NSFileManager *fileManager = [NSFileManager defaultManager];
NSString *uninstalledProductsDir = [outputDir stringByAppendingPathComponent: @"Products"];
NSString *fullPath = [uninstalledProductsDir stringByAppendingPathComponent: [_productReference path]];
xcputs([[NSString stringWithFormat: @"\tCopy dynamic library %@ -> %@",fullPath,destPath] cString]);
[fileManager copyItemAtPath: fullPath
toPath: destPath
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while copying: (%@)", error] cString]);
return NO;
}
NSString *libName = [fullPath lastPathComponent];
NSString *libHeaderDir = [libName stringByReplacingOccurrencesOfString: @"lib" withString: @""];
libHeaderDir = [libHeaderDir stringByReplacingOccurrencesOfString: @".a" withString: @""];
libHeaderDir = [libHeaderDir stringByReplacingOccurrencesOfString: @".so" withString: @""];
NSString *libHeadersPath = [headersDir stringByAppendingPathComponent: libHeaderDir];
[fileManager createDirectoryAtPath: libHeadersPath
withIntermediateDirectories: YES
attributes: nil
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while creating directory %@ : (%@)",libHeadersPath, error] cString]);
return NO;
}
NSEnumerator *en = [fileManager enumeratorAtPath: derivedSrcHeaderDir];
id file = nil;
while((file = [en nextObject]) != nil)
{
NSString *srcFile = [libHeaderDir stringByAppendingPathComponent: file];
NSString *destFile = [libHeadersPath stringByAppendingPathComponent: file];
xcputs([[NSString stringWithFormat: @"\tCopy %@ -> %@",srcFile,destFile] cString]);
[fileManager copyItemAtPath: srcFile
toPath: destFile
error: &error];
if (error != nil)
{
xcputs([[NSString stringWithFormat: @"Error while copying: (%@)", error] cString]);
return NO;
}
}
return YES;
}
- (BOOL) install
{
BOOL f = NO;
xcputs([[NSString stringWithFormat: @"=== Installing Target %@",_name] cString]);
if([_productType isEqualToString: TOOL_TYPE])
{
f = [self installTool];
}
else if([_productType isEqualToString: APPLICATION_TYPE])
{
f = [self installApp];
}
else if([_productType isEqualToString: FRAMEWORK_TYPE])
{
f = [self installFramework];
}
else if([_productType isEqualToString: LIBRARY_TYPE])
{
f = [self installLibrary];
}
else if([_productType isEqualToString: DYNAMIC_LIBRARY_TYPE])
{
f = [self installDynamicLibrary];
}
xcputs([[NSString stringWithFormat: @"=== Completed Installing Target %@",_name] cString]);
return f;
}
- (GSXCGenerator *) _loadGeneratorBundleFromDirectory: (NSString *)dir
withName: (NSString *)bname
{
NSString *bundleName = [bname stringByAppendingPathExtension: @"generator"];
NSString *bundlePath = [dir stringByAppendingPathComponent: bundleName];
NSBundle *generatorBundle = [NSBundle bundleWithPath: bundlePath];
if (generatorBundle != nil)
{
NSString *className = [[generatorBundle infoDictionary] objectForKey: @"NSPrincipalClass"];
if (className != nil)
{
Class cls = [generatorBundle classNamed: className];
if (cls != nil)
{
GSXCGenerator *generator = [[cls alloc] initWithTarget: self];
if (generator != nil)
{
return generator;
}
else
{
NSLog(@"Could not instantiate generator: %@", className);
}
}
else
{
NSLog(@"Could not build class from string: %@", className);
}
}
else
{
NSLog(@"NSPrincipalClass not specified in plist for bundle: %@", bundlePath);
}
}
return nil;
}
- (BOOL) invokeGeneratorBundle
{
NSString *generatorName = [[_project container] parameter]; // @"Makefile"; // default if not specified...
NSString *bundlesDir = nil;
GSXCGenerator *generator = nil;
bundlesDir = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES) lastObject];
bundlesDir = [bundlesDir stringByAppendingPathComponent: @"Bundles"];
generator = [self _loadGeneratorBundleFromDirectory: bundlesDir
withName: generatorName];
if (generator) return [generator generate];
bundlesDir = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSLocalDomainMask, YES) lastObject];
bundlesDir = [bundlesDir stringByAppendingPathComponent: @"Bundles"];
generator = [self _loadGeneratorBundleFromDirectory: bundlesDir
withName: generatorName];
if (generator) return [generator generate];
bundlesDir = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSSystemDomainMask, YES) lastObject];
bundlesDir = [bundlesDir stringByAppendingPathComponent: @"Bundles"];
generator = [self _loadGeneratorBundleFromDirectory: bundlesDir
withName: generatorName];
if (generator) return [generator generate];
return NO;
}
- (BOOL) generate
{
BOOL result = YES;
NSEnumerator *en = nil;
GSXCBuildContext *context = [GSXCBuildContext sharedBuildContext];
id o = nil;
xcputs([[NSString stringWithFormat: @"=== Generating Target: %@", _name] cString]);
[[self buildConfigurationList] applyDefaultConfiguration];
[context setObject: _productType
forKey: @"PRODUCT_TYPE"];
[context setObject: [self buildConfigurationList]
forKey: @"buildConfig"];
if(_productSettingsXML != nil)
{
[context setObject: _productSettingsXML
forKey: @"PRODUCT_SETTINGS_XML"];
}
// Iterate over dependecies...
xcputs([[NSString stringWithFormat: @"=== Checking Dependencies"] cString]);
en = [[self dependencies] objectEnumerator];
while((o = [en nextObject]) != nil && result)
{
result = [o generate];
if(NO == result)
{
xcputs([[NSString stringWithFormat: @"*** Failed to generate dependency: %@", o] cString]);
}
}
xcputs([[NSString stringWithFormat: @"=== Done."] cString]);
// Interate over phases...
xcputs([[NSString stringWithFormat: @"=== Interpreting build phases..."] cString]);
en = [[self buildPhases] objectEnumerator];
while((o = [en nextObject]) != nil && result)
{
NSAutoreleasePool *p = [[NSAutoreleasePool alloc] init];
NSDebugLog(@"Phase = %@", o);
[o setTarget: self];
result = [o generate];
if(NO == result)
{
xcputs([[NSString stringWithFormat: @"*** Failed to generate build phase: %@", o] cString]);
}
RELEASE(p);
}
xcputs([[NSString stringWithFormat: @"=== Done..."] cString]);
return [self invokeGeneratorBundle];
}
- (BOOL) link
{
BOOL result = YES;
NSEnumerator *en = nil;
GSXCBuildContext *context = [GSXCBuildContext sharedBuildContext];
NSDictionary *plistFile = [NSDictionary dictionaryWithContentsOfFile:
@"buildtool.plist"];
NSArray *skippedTarget = [plistFile objectForKey:
@"skippedTarget"];
if ([skippedTarget containsObject: [self name]])
{
xcputs([[NSString stringWithFormat: @"=== Skipping Target %s%@%s", YELLOW, _name, RESET] cString]);
return YES;
}
xcputs([[NSString stringWithFormat: @"=== Building Target %s%@%s", GREEN, _name, RESET] cString]);
[_buildConfigurationList applyDefaultConfiguration];
[context setObject: _buildConfigurationList
forKey: @"buildConfig"];
[context setObject: _productType
forKey: @"PRODUCT_TYPE"];
if(_productSettingsXML != nil)
{
[context setObject: _productSettingsXML
forKey: @"PRODUCT_SETTINGS_XML"];
}
xcputs([[NSString stringWithFormat: @"=== Checking Dependencies"] cString]);
id dependency = nil;
en = [_dependencies objectEnumerator];
while((dependency = [en nextObject]) != nil && result)
{
result = [dependency build];
}
xcputs([[NSString stringWithFormat: @"=== Done."] cString]);
xcputs([[NSString stringWithFormat: @"=== Executing build phases..."] cString]);
[self _productWrapper];
id phase = nil;
en = [_buildPhases objectEnumerator];
while((phase = [en nextObject]) != nil && result)
{
NSAutoreleasePool *p = [[NSAutoreleasePool alloc] init];
[phase setTarget: self];
result = [phase link];
if(NO == result)
{
xcputs([[NSString stringWithFormat: @"*** Failed build phase: %@",phase] cString]);
}
RELEASE(p);
}
xcputs([[NSString stringWithFormat: @"=== Done..."] cString]);
xcputs([[NSString stringWithFormat: @"=== Completed Executing Target %@", _name] cString]);
return result;
}
- (NSString *) description
{
return [NSString stringWithFormat: @"%@-%@", [super description], [self name]];
}
@end
|