]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/Makefile
New topdir Makefile for compiling all libraries in the HLT tree.
[u/mrichter/AliRoot.git] / HLT / Makefile
1 #$Id$
2 ###########################
3 # Makefile for HLT code.  #
4 #                         #
5 # Author: Anders Vestbo   #                    
6 ###########################
7
8 MAKEDIRS = src hough comp programs misc
9
10 all:
11         for i in $(MAKEDIRS) ; do cd $$i && make ; cd .. ; done
12
13 clean:
14         for i in $(MAKEDIRS) ; do cd $$i && make clean ; cd .. ; done