create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>make</Name>
<Summary xml:lang="tr">Geleneksel kaynak kod ağaçlarını derleme aracı</Summary>
<Description xml:lang="tr">Geleneksel kaynak kod ağaçlarını derleme aracı. Make, programınızı nasıl derleyeceği konusundaki bilgiyi &quot;makefile&quot; dosyasından alır. Bir uygulama yazdığınızda bunun için &quot;makefile&quot; dosyasını da hazırlamalısınız ki uygulamanız derlenebilsin ve yüklenebilsin.</Description>
<Description xml:lang="fr">Outil standard de compilation de hiérarchie de sources. Make détermine ce qu'il faut faire pour construire votre programme à partir d'un fichier appelé makefile. Une fois votre programme écrit, il suffit d'éditer un makefile pour lui afin de pouvoir utiliser Make pour le compiler et l'installer.</Description>
<Summary xml:lang="es">Herramienta estándar para compilación de arboles de fuentes</Summary>
</Source>
</PISI>