Author: qboosh Date: Sun Dec 24 11:41:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - desc from manual
---- Files affected: SPECS: xorg-util-makedepend.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/xorg-util-makedepend.spec diff -u SPECS/xorg-util-makedepend.spec:1.11 SPECS/xorg-util-makedepend.spec:1.12 --- SPECS/xorg-util-makedepend.spec:1.11 Sun May 14 19:11:09 2006 +++ SPECS/xorg-util-makedepend.spec Sun Dec 24 12:41:34 2006 @@ -1,12 +1,11 @@ # $Revision$, $Date$ -Summary: makedepend utility -Summary(pl): Narzędzie makedepend +Summary: makedepend utility - create dependencies in makefiles +Summary(pl): Narzędzie makedepend - tworzenie zależności w makefile'ach Name: xorg-util-makedepend Version: 1.0.0 Release: 1 License: MIT Group: X11/Development/Tools -# TODO: drop "-X11R7.0" from src name on upgrade Source0: http://xorg.freedesktop.org/releases/individual/util/makedepend-%{version}.tar.bz2 # Source0-md5: fa194caa4f059f5621ed2c5a51efb4d0 URL: http://xorg.freedesktop.org/ @@ -18,10 +17,31 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -makedepend utility. +The makedepend program reads each sourcefile in sequence and parses it +like a C-preprocessor, processing all #include, #define, #undef, +#ifdef, #ifndef, #endif, #if, #elif and #else directives so that it +can correctly tell which #include directives would be used in a +compilation. Any #include, directives can reference files having other +#include directives, and parsing will occur in these files as well. + +Every file that a sourcefile includes, directly or indirectly, is what +makedepend calls a dependency. These dependencies are then written to +a makefile in such a way that make will know which object files +must be recompiled when a dependency has changed. %description -l pl -Narzędzie makedepend. +Program makedepend czyta po kolei wszystkie pliki źródłowe i analizuje +je tak, jak robi to preprocesor C, przetwarzając wszystkie dyrektywy +#include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif aby móc +stwierdzić, które dyrektywy #include będą użyte podczas kompilacji. +Każda dyrektywa #include może odnosić się do plików mających kolejne +dyrektywy #include, a wtedy te pliki będą także przeanalizowane. + +Każdy plik dołączany przez plik źródłowy, bezpośrednio lub pośrednio, +jest nazywany przez makedepend zależnością. Zależności te są +dopisywane do pliku makefile w taki sposób, aby program make wiedział, +które pliki wynikowe muszą być przekompilowane w przypadku zmiany +którejś zależności. %prep %setup -q -n makedepend-%{version} @@ -56,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/12/24 11:41:34 qboosh +- desc from manual + Revision 1.11 2006/05/14 17:11:09 arekm - no more X11R7.0 in setup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-util-makedepend.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
