source: trunk/environments/g4py/config/install.gmk @ 1342

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

tag geant4.9.4 beta 1 + modifs locales

File size: 441 bytes
Line 
1# $Id: install.gmk,v 1.2 2006/04/25 05:53:05 kmura Exp $
2# ===========================================================
3#   Script for installing modules
4# ===========================================================
5G4PY_LIBDIR  := $(Q_LIBDIR)/Geant4
6
7install: $(module_name)
8        @echo ... intall $(module_name) into $(G4PY_LIBDIR)
9        @if [ ! -d $(G4PY_LIBDIR) ]; then install -d $(G4PY_LIBDIR); fi
10        @install -m 755 $(module_name) $(G4PY_LIBDIR)
11
Note: See TracBrowser for help on using the repository browser.