| Rev | Line | |
|---|
| [824] | 1 | # $Id: GNUmakefile,v 1.1 1999/01/07 16:09:50 gunter Exp $
|
|---|
| 2 | # ---------------------------------------------------------------
|
|---|
| 3 | # Makes libraries for each subdomain: barions, ions, mesons.
|
|---|
| 4 | # GNUmakefile for particles libraries. Gabriele Cosmo, 18/9/96.
|
|---|
| 5 | # ---------------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | SUBDIRS = barions ions mesons
|
|---|
| 8 |
|
|---|
| 9 | all:
|
|---|
| 10 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done
|
|---|
| 11 |
|
|---|
| 12 | clean:
|
|---|
| 13 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done
|
|---|
| 14 |
|
|---|
| 15 | clean_libs:
|
|---|
| 16 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean_libs); done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.