makefile

  • 51Make — make  утилита, автоматизирующая процесс преобразования файлов из одной формы в другую. Чаще всего это компиляция исходного кода в объектные файлы и последующая компоновка в исполняемые файлы или библиотеки. Утилита использует специальные… …

    Википедия

  • 52CFLAGS — и CXXFLAGS являются или именами переменных среды или переменными Makefile, которые устанавливаются для указания дополнительных параметров, передаваемых компилятору в процессе создания программного обеспечения. Эти переменные обычно указываются… …

    Википедия

  • 53GNU Automake — est un logiciel générant des makefiles portables qui peuvent être utilisés par make pour compiler des programmes. C est un logiciel libre développé et maintenu par le projet GNU et utilisé dans le processus de compilation du système GNU. Les… …

    Wikipédia en Français

  • 54Mac OS X — OSX redirects here. For other uses, see OSX (disambiguation). Mac OS X …

    Wikipedia

  • 55Ports collection — Ports collections (or ports trees , or just ports ) are the sets of makefiles and patches provided by the BSD based operating systems, FreeBSD, NetBSD and OpenBSD, as a simple method of installing software or creating binary packages. They are… …

    Wikipedia

  • 56FreeBSD Ports — The FreeBSD Ports collection is a package management system which provides an easy and consistent way of installing software packages on the FreeBSD operating system. As of the 22nd August 2008 there are over 19,000 ports [cite web url=http://www …

    Wikipedia

  • 57Wireshark — Infobox software caption = Wireshark on Ubuntu developer = The Wireshark team latest release version = 1.0.3 latest release date = release date|2008|09|3 latest preview version = 1.1.0 latest preview date = release date|2008|09|14 operating… …

    Wikipedia

  • 58Build automation — is the act of scripting or automating a wide variety of tasks that a software developer will do in their day to day activities including things like: * compiling computer source code into binary code * packaging binary code * running tests *… …

    Wikipedia

  • 59Qmake — is computer program that automatizes the generation of Makefiles.As Makefiles themselves are computer programs that automatize the generation of code,qmake is a make makefile tool, or makemake for short.qmake has been created by Trolltech, and is …

    Wikipedia

  • 60Makedepend — is a Unix tool used to generate dependencies of C source files.Historymakedepend was developed as part of MIT s Project Athena. It was used extensively in building X11 and ancillary packages, but has since become superseded by the dependency… …

    Wikipedia