Contents of /trunk/Makefile
Parent Directory
|
Revision Log
Revision 1397 -
(show annotations)
Mon Dec 7 22:11:59 2009 UTC (8 months, 4 weeks ago) by gezelter
File size: 208 byte(s)
Mon Dec 7 22:11:59 2009 UTC (8 months, 4 weeks ago) by gezelter
File size: 208 byte(s)
more changes to fix build process and divorce ourselves from CVS
| 1 | DEV_ROOT=. |
| 2 | |
| 3 | Package = Root |
| 4 | |
| 5 | RootFiles = \ |
| 6 | AUTHORS \ |
| 7 | LICENSE \ |
| 8 | README |
| 9 | |
| 10 | -include make/Makefile |
| 11 | |
| 12 | make/Makefile : make/Makefile.in configure |
| 13 | @echo |
| 14 | @echo 'Please run (or re-run) configure' |
| 15 | @echo |
| 16 | @exit 1 |
| 17 | |
| 18 |