Mercurial > hg > plibs
annotate README @ 2:d13a95edfd2a
Added dependencies graph and template subproject Makefile
author | samer |
---|---|
date | Mon, 23 Jan 2012 20:28:22 +0000 |
parents | |
children |
rev | line source |
---|---|
samer@2 | 1 * Makefile.templ |
samer@2 | 2 is a template Makefile for subprojects. |
samer@2 | 3 |
samer@2 | 4 * Makefile |
samer@2 | 5 shows how you can write a Makefile to automate installation |
samer@2 | 6 of all subproject. |
samer@2 | 7 |
samer@2 | 8 * dependencies.pl |
samer@2 | 9 Small program to generate dependency graph (requires plcore). |
samer@2 | 10 |
samer@2 | 11 * dependencies.ps |
samer@2 | 12 Dependency graph generated by dependencies.pl |