Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.5 2000/01/29 00:42:44 asaim Exp $
|
||||
# $Id: GNUmakefile,v 1.7 2000/11/03 16:41:10 gunter Exp $
|
||||
# -----------------------------------------------------------------------
|
||||
# GNUmakefile for visualization and modeling. John Allison, 5/7/95.
|
||||
# Modeling is always made. Others by environment. John Allison 4/7/98.
|
||||
@@ -76,8 +76,12 @@ endif
|
||||
granular:
|
||||
@for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done
|
||||
|
||||
includes:
|
||||
@for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@ ); done
|
||||
|
||||
glob global:
|
||||
@echo "ERROR: The global target not relevant for the visualization category."
|
||||
|
||||
clean:
|
||||
@for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done
|
||||
clean clean_libs:
|
||||
@for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) $@); done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user