Revision: | 864 |
Committed: | Fri Jan 13 16:26:31 2006 UTC (19 years, 6 months ago) by gezelter |
Original Path: | trunk/Makefile |
File size: | 280 byte(s) |
Log Message: | testing to make sure GNU make is the make that was used to build OOPSE |
# | Content |
---|---|
1 | DEV_ROOT=. |
2 | |
3 | -include make/Makefile |
4 | |
5 | make/Makefile : make/Makefile.in configure |
6 | @if [ "x$(GNUMAKE)" == "x" ]; then \ |
7 | @echo ;\ |
8 | @echo 'Building OOPSE requires the use of GNU Make!'; \ |
9 | @echo ;\ |
10 | @exit 1;\ |
11 | fi |
12 | @echo |
13 | @echo 'Please run (or re-run) configure' |
14 | @echo |
15 | @exit 1 |
16 | |
17 |