Vertaling van "Makefile.in" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The configure script, when run, scans the build environment and generates a subordinate config.status script which, in turn, converts other input files and most commonly Makefile.in into output files (Makefile) which are appropriate for that build environment.
Uruchomiony skrypt configure skanuje środowisko kompilacji, a następnie generuje podrzędny skrypt config.status, który z kolei przetwarza pliki wejściowe, najczęściej Makefile.in, tworząc pliki wyjściowe (Makefile), które są właściwe dla danego środowiska kompilacji.
So, if there is a line in your program's Makefile (or Makefile.in) that says something like this (and your program doesn't compile)
Jeśli zatem w pliku Makefile (lub Makefile.in) Twojego programu istnieje linia podobna do tej poniżej (i Twój program nie chce się skompilować)
Fix Makefile.in so that testfind builds with acl dependency
The generated 'Makefile.in's are compliant with the GNU Makefile standards.
pakettien is a tool for automatically generating 'Makefile.in's from files called 'Makefile.am'.
Editing Makefile.am files requires some knowledge of automake, which you can read about in the automake info entry, whereas editing Makefile.in files is pretty much the same as editing Makefile files, just pay attention to the variables, i.e.
Edycja plików Makefile.am wymaga pewnej wiedzy na temat programu automake, możesz o nim poczytać za pomocą komendy 'info automake'.
Note that if your program uses GNU automake(1) and/or autoconf(1), meaning the source includes Makefile.am and/or Makefile.in files, respectively, you will need to modify those files.
It takes its input as Makefile.am, and turns it into Makefile.in, which is used by the configure script to generate the file Makefile output.
Andere resultaten
In particular we try to discover the "GJS template" Makefile.am style.
W szczególności staramy się odkryć "szablon GJS". Styl Makefile.am.
Newer versions (1.6 and 1.7) can generally work with Makefile.am files written for 1.5.
Nowsze wersje (1.6 i 1.7) na ogół obsługują też pliki Makefile.am napisane dla 1.5.
In an autotools project, this would happen automatically by simply adding po to the "SUBDIRS" value in Makefile.am.
(W projekcie korzystającym z autotools, nastąpiłoby to automatycznie po dodaniu po do wartości zmiennej "SUBDIRS" value w Makefile.am.) Utrzymywanie
Cleanup Makefile.am files a bit.