Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:INSTALL

140     INSTALL,
180 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
242 "Install the data (specify target)",
418 if( options[INSTALL].doesOccur ) {
419 o.install = options[INSTALL].value;
421 o.install = NULL;
542 if (o->install != NULL) {
543 uprv_strcpy(targetDir, o->install);
550 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir);
601 if (o->install != NULL) {
602 result = pkg_installCommonMode(o->install, targetFileNamePath);
639 if (o->install != NULL) {
641 fprintf(stdout, "# Installing already-built library into %s\n", o->install);
643 result = pkg_installLibrary(o->install, targetDir);
650 } else if (o->verbose && (o->install!=NULL)) {
651 fprintf(stdout, "# Not installing up-to-date library %s into %s\n", checkLibFile, o->install);
653 } else if(o->verbose && (o->install!=NULL)) {
654 fprintf(stdout, "# Not installing missing %s into %s\n", checkLibFile, o->install);
679 if(o->install != NULL) {
681 fprintf(stdout, "# Installing static library into %s\n", o->install);
683 result = pkg_installLibrary(o->install, targetDir);
733 /* Install the libraries if option was set. */
734 if (o->install != NULL) {
736 fprintf(stdout, "# Installing library file to %s ..\n", o->install);
738 result = pkg_installLibrary(o->install, targetDir);
1002 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1043 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1063 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);