| Rev | Line | |
|---|
| [1187] | 1 | # $Id: GNUmakefile,v 1.6 2008/06/23 09:26:07 gcosmo Exp $
|
|---|
| [807] | 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | ifndef G4INSTALL
|
|---|
| 7 | G4INSTALL = ../..
|
|---|
| 8 | endif
|
|---|
| 9 |
|
|---|
| 10 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 11 |
|
|---|
| 12 | SUBDIRS = gammaray_telescope underground_physics xray_fluorescence xray_telescope
|
|---|
| 13 | SUBDIRS += brachytherapy cosmicray_charging hadrontherapy
|
|---|
| [1187] | 14 | SUBDIRS += medical_linac purging_magnet radioprotection human_phantom
|
|---|
| 15 | SUBDIRS += air_shower microbeam microdosimetry nanobeam
|
|---|
| [807] | 16 | SUBDIRS += Tiara Rich composite_calorimeter lAr_calorimeter
|
|---|
| 17 |
|
|---|
| 18 | .PHONY : all clean clean_libs
|
|---|
| 19 |
|
|---|
| 20 | all:
|
|---|
| 21 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done
|
|---|
| 22 |
|
|---|
| 23 | clean:
|
|---|
| 24 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done
|
|---|
| 25 |
|
|---|
| 26 | clean_libs:
|
|---|
| 27 | @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean_libs); done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.