source: trunk/source/particles/hadrons/GNUmakefile @ 1292

Last change on this file since 1292 was 824, checked in by garnier, 16 years ago

import all except CVS

File size: 553 bytes
Line 
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
7SUBDIRS = barions ions mesons
8
9all:
10        @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done
11
12clean:
13        @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done
14
15clean_libs:
16        @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean_libs); done
Note: See TracBrowser for help on using the repository browser.