Mercurial > hg > plibs
annotate README @ 9:2c96b13ee9f0 tip
Added incoming make target.
author | samer |
---|---|
date | Tue, 28 Feb 2012 15:41:30 +0000 |
parents | d13a95edfd2a |
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 |