| Revision: | 1.1 |
| Committed: | Sun Oct 4 12:10:26 2009 UTC (3 years, 8 months ago) by thl |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Log Message: | Setup of module freeguide |
| Line | User | Rev | File contents |
|---|---|---|---|
| 1 | thl | 1.1 | # Top level Makefile for module freeguide |
| 2 | all : CVS/Root common-update | ||
| 3 | @cvs update | ||
| 4 | |||
| 5 | common-update : common | ||
| 6 | @cd common && cvs update | ||
| 7 | |||
| 8 | common : CVS/Root | ||
| 9 | @cvs checkout common | ||
| 10 | |||
| 11 | CVS/Root : | ||
| 12 | @echo "ERROR: This does not look like a CVS checkout" && exit 1 | ||
| 13 | |||
| 14 | clean : | ||
| 15 | @find . -type f -name *~ -exec rm -fv {} \; |