• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/

Lines Matching refs:print

92         print STDOUT "\n";
93 print STDOUT basename($thisProg), " $version\n",
118 print STDOUT "Usage $thisProg [OPTION] ... [dir/Makefile.in]...\n",
124 " -h, --help print this help, then exit\n",
125 " --version print version number, then exit\n",
151 print "User wants $_\n" if ($verbose);
158 print STDERR "Illegal full pathname call performed...\n",
167 print STDOUT "Scanning for Makefile.in\n" if ($verbose);
171 print STDOUT "Using input files specified by user\n" if ($verbose);
242 print STDOUT "Processing makefile $printname\n" if ($verbose);
275 print STDERR "Error: $source is listed in a _SOURCE line in $printname, but doesn't exist yet. Put it in DISTCLEANFILES!\n";
494 print STDOUT "found Makefile.in without Makefile.am\n" if ($verbose);
509 print "DOS CRLF within $makefileDir/$makefile!\n" if($MakefileData =~ y/\r//d);
544 print STDERR "Warning: unknown option $opt in $printname\n";
559 print STDERR "Error: Only one POFILES tag allowed\n";
570 print STDOUT "will use suffix $cxxsuffix\n" if ($verbose);
604 print STDOUT "found program $program\n" if ($verbose);
614 print STDERR "found program with no _SOURCES: $program\n";
660 print STDOUT "META_INCLUDE processing <$1>\n" if ($verbose);
672 print STDERR "Warning: $dir can't be found. ",
693 print STDOUT "found ( in $program\_SOURCES. skipping\n" if ($verbose);
855 #print "$program: tag_METASOURCES\n";
871 print STDOUT "METASOURCE processing <$found>)\n" if ($verbose);
883 print STDERR "$printname: the argument for AUTO|USE_AUTOMOC is obsolete" if ($+);
926 print STDOUT "AUTOMAKE processing <$1>\n" if ($verbose);
1014 print STDOUT "adding IDL file $source\n" if ($verbose);
1104 print STDERR "no built dependency found $lookup\n";
1119 print STDERR "adding UI file $source\n" if ($verbose);
1195 print STDOUT "KDE_ICON processing <@_appnames>\n" if ($verbose);
1200 print STDOUT "KDE_ICON processing <AUTO>\n" if ($verbose);
1253 print STDERR "unknown icon type $type in $printname ($file)\n";
1285 print STDERR "unknown icon prefix $prefix in $printname\n";
1430 print STDOUT "POFILES processing <$1>\n" if ($verbose);
1437 print STDERR "Warning: Found old .po.gmo rules in $printname. New po rules not added\n";
1449 print STDOUT "pofiles found = $pofiles\n" if ($verbose);
1528 print STDERR "Report: $program contains undefined in $printname\n" if ($program =~ /^lib/ && $dryrun);
1587 print "KDE_DIST $printname $KDE_DIST\n" if ($verbose);
1605 print STDOUT "KDE_DOCS processing <$1>\n" if ($verbose);
1617 print STDERR "Error: KDE_DOCS = AUTO relies on the directory name. Yours is 'en' - you most likely want something else, e.g. KDE_DOCS = myapp\n";
1631 print STDOUT "docfiles found = $files\n" if ($verbose);
1767 print STDERR "Warning: Multiple header files found for $1\n";
1797 my $print = $makefileDir;
1798 $print =~ s/^\Q$topdir\E\\//;
1801 print STDERR "Warning: No moc-able header file for $print/$mocname\n";
1852 print STDERR
1857 print STDERR
1859 print STDERR "\t",join ("\t", @cppFiles),"\n";
1916 print STDOUT "program=$program\n" if ($verbose);
1917 print STDOUT "psources=[".join(' ', keys %shash)."]\n" if ($verbose);
1918 print STDOUT "depmocs=[".join(' ', keys %mhash)."]\n" if ($verbose);
1919 print STDOUT "globalmocs=[".join(' ', keys(%globalmocs))."]\n" if ($verbose);
1942 print STDOUT "==> mocs=[".$mocs."]\n" if ($verbose);
1944 print STDOUT "\n" if $verbose;
1968 print FILEOUT $progIdLine;
1970 print FILEOUT $MakefileData;
2002 print STDERR "Warning: substitution of \"$lookup\" in $printname failed\n";