source: trunk/environments/g4py/site-modules/geometries/GNUmakefile

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 551 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2008/12/01 07:07:05 kmura Exp $
2# $Name: geant4-09-04-beta-01 $
3# ===========================================================
4#   Makefile for building Geant4Py site-modules
5# ===========================================================
6
7SUBDIR := Qgeom ExN01geom ExN03geom ezgeom
8
9.PHONY: all install clean cleanlib
10
11all:
12        @for dir in $(SUBDIR); do (cd $$dir && $(MAKE)); done;:
13
14install:
15        @for dir in $(SUBDIR); do (cd $$dir && $(MAKE) install); done;:
16
17clean:
18        @for dir in $(SUBDIR); do (cd $$dir && $(MAKE) clean); done;:
19
Note: See TracBrowser for help on using the repository browser.