| 1 |
root |
1.1 |
# ------------------------------------------------------------------------------ |
| 2 |
|
|
# File: Makefile.am |
| 3 |
|
|
# Author: James Couzens <jcouzens@codeshare.ca> |
| 4 |
|
|
# Date: June 15, 2004 |
| 5 |
|
|
# Info: Makefile base for Autotools for the libSPF library |
| 6 |
|
|
# ------------------------------------------------------------------------------ |
| 7 |
|
|
|
| 8 |
|
|
.NOTPARALLEL: |
| 9 |
|
|
.NO_PARALLEL: |
| 10 |
|
|
|
| 11 |
|
|
# ------------------------------------------------------------------------------ |
| 12 |
|
|
# Build subdirectories |
| 13 |
|
|
# ------------------------------------------------------------------------------ |
| 14 |
|
|
|
| 15 |
|
|
SUBDIRS = @LIBSPF_BUILD_DIRS@ |