| 4 |
## makefile-engine will do all of the hard work for you. This handles both |
## makefile-engine will do all of the hard work for you. This handles both |
| 5 |
## Intel and PowerPC builds of the BeOS. |
## Intel and PowerPC builds of the BeOS. |
| 6 |
|
|
| 7 |
# Get version number from configure.in |
# Get version number from configure.ac |
| 8 |
version := $(shell grep <configure.in INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//') |
version := $(shell grep <configure.ac INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//') |
| 9 |
|
|
| 10 |
## Application Specific Settings --------------------------------------------- |
## Application Specific Settings --------------------------------------------- |
| 11 |
|
|