Import Geant4 8.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:44:26 +02:00
parent 8a51e0bc40
commit 216a75eeb1
8717 changed files with 360418 additions and 141343 deletions
@@ -0,0 +1,18 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 08:09:43 kmura Exp $
# $Name: geant4-08-01 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
include ../../config/config.gmk
.PHONY: install
install:
@echo ... intall headers into $(Q_INCDIR)/boost
@if [ ! -d $(Q_INCDIR)/boost ]; then \
install -d $(Q_INCDIR)/boost; fi
@if [ ! -d $(Q_INCDIR)/boost/detail ]; then \
install -d $(Q_INCDIR)/boost/detail; fi
@install -m 644 *.hpp *.hh $(Q_INCDIR)/boost
@install -m 644 detail/*.hpp $(Q_INCDIR)/boost/detail