Що таке MAKEFILE Англійською - Англійська переклад

Дієслово

Приклади вживання Makefile Українська мовою та їх переклад на Англійською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Makefile Переглянути файл.
Makefile View File.
У теці«% 1» відсутній Makefile.
Makefile is missing in folder"%1".
Makefile init 5 місяці тому.
Makefile init 4 months ago.
Помилка: Помилка в значенні для USE_ DOCS_ MACRO; див. в Makefile. am.
Error: Error in value of USE_DOCS_MACRO; look at Makefile. am.
Makefile initial 5 місяці тому.
Makefile initial 6 months ago.
Створює файли Makefile. in і Makefile з файла Makefile. am.
Creates Makefile. in and Makefile from a Makefile. am.
Makefile add debug options 1 місяць тому.
Makefile add debug options 6 months ago.
Режим підсвічування для скриптів, мов програмування, файлів з розміткою тощо. Приклади: HTML;, Bash,C++, XML, Makefile, Diff.
Highlight mode for scripts, programming languages, markup file,& etc;:& eg; HTML;, Bash, C++,XML, Makefile, Diff.
Nextcloud/Makefile Переглянути файл.
Nextcloud/Makefile View File.
Зауважте, що вам слід вказувати шлях до бажаного Makefile Makefile. am(але другий параметр,/ Makefile можна не вказувати).
Note that you must supply the path to the desired Makefile Makefile. am(though the final/ Makefile may be omitted).
Makefile Shell script style pass 3 місяці тому.
Sh Shell script style pass 4 months ago.
Найпомітніша безпосередня різниця між Ant та Make те, що Ant використовує XML для опису процесу збирання і його залежностей,тоді як Make має свій власний формат Makefile.
The most immediately noticeable difference between Ant and Make is that Ant uses XML to describe the code build processand its dependencies, whereas Make uses the Makefile format.
Makefile add bopti tests on fxcg50 3 місяці тому.
Src add bopti tests on fxcg50 2 months ago.
Будь- які зміни не набудуть чинності до наступного виконання команди make-f Makefile. cvs у автоматичному режимі скриптом або вручну, вказуванням параметра-- refresh- build або-- recreate- configure.
Any changes do not take effectuntil the next time make-f Makefile. cvs is run, either automatically by the script, or manually by the--refresh-build or--recreate-configure options.
Makefile Fix Makefile for travis 6 місяці тому.
Makefile Fix Makefile for travis 5 months ago.
Сторінку вступних відомостей щодо& cmake; можна знайти у kde; TechBase. У загальних рисах,замість запуску make- f Makefile. cvs, з наступним запуском configure і& make;, слід просто запустити& cmake;, а потім& make;
A introduction to& cmake; page is available on the kde; TechBase. Basically,instead of running make-f Makefile. cvs, then configure, then& make;, we simply run& cmake; and then& make;
Makefile Fix comments in Makefile 10 місяці тому.
Makefile Fix comments in Makefile 11 months ago.
Якщо каталог початкових кодів відрізняється від каталогу збирання(див. змінні середовища, наведені нижче), припускатиметься, що всі файли Makefile. am і файли Makefile. in знаходяться у каталозі початкових кодів, а всі файли Makefile слід створити у каталозі збирання.
If the source directory is different from the build directory(see the environment variables below), it will be assumed that each Makefile. am and Makefile. in belongs beneath the source directory and that each Makefile belongs beneath the build directory.
Create_ makefile відносний_ шлях/ Makefile відносний_ шлях.
Create_Makefile relativepath/ Makefile relativepath.
Якщо каталог кодів відрізняється від каталогу збирання(див. змінні середовища), програма припускатиме, що файли Makefile. am і Makefile. in належать до підкаталогу каталогу source, а файл Makefile належить до підкаталогу каталогу build.
If the source directory is different from the build directory(see the environment variables below), it will be assumed that the Makefile. am and Makefile. in belong beneath the source directory and that the Makefile belongs beneath the build directory.
Makefile mail/smtprelay: Add LOCAL distfile mirror 4 місяці тому.
Distinfo mail/smtprelay: Fix distfile handling and reenable rc subr 4 місяці тому.
Запустити команду make- f Makefile. cvs знову, щоб створити скрипт configure і продовжити збирання у звичайному режимі. Якщо визначено цей параметр, параметр-- reconfigure буде додано автоматично.
Run make-f Makefile. cvs again to create the configure script, and continue building as normal. This option implies--reconfigure.
Команда create_ makefile створює файли Makefile. in і Makefile у підкаталозі, що містить файл Makefile. am. За допомогою цього скрипту ви можете зекономити час, порівняно з повторним запуском configure.
Create_makefile creates the Makefile. in and Makefile in a subdirectory containing a Makefile. am. This script saves time compared to re-running configure completely.
Програма& create_ makefiles; повторно створює всі файли Makefile у каталозі і(рекурсивно) у всіх його підкаталогах, за допомогою відповідних шаблонів Makefile. am.
Create_makefiles; recreates all Makefile s in dir and its(recursed) subdirectories from the corresponding Makefile. am templates.
Авторами create_ makefile є& David. Faure;& David. Faure. mail; та інші особи. Автором цієї сторінки довідника є Ben Burton bab@ debian. org, сторінку було створено для системи Debian GNU/ Linux(але її можна використовувати і у інших системах).
Create_makefile was written by& David. Faure;& David. Faure. mail; and others. This manual page was prepared by Ben Burton bab@debian. org for the Debian GNU/ Linux system(but may be used by others).
Зупинити виконання після команди make- f Makefile. cvs. Вам все ж доведеться запустити і скрипт configure, цю дію& kdesvn- build; виконає наступного разу. За допомогою цього скрипту ви зможете створити всі скрипти configure одразу, щоб мати змогу переглянути вивід команд./ configure-- help для кожного з модулів і змінити відповідним чином ваші параметри configure.
Stop after running make-f Makefile. cvs. The configure script will still need to be run, which& kdesvn-build; will do next time. This lets you prepare all the configure scripts at once so you can view the./ configure--help for each module, and edit your configure-flags accordingly.
Результати: 26, Час: 0.0151

Найпопулярніші словникові запити

Українська - Англійська