source: trunk/environments/g4py/config/site-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: 492 bytes
Line 
1# $Id: site-install.gmk,v 1.5 2008/12/01 06:49:05 kmura Exp $
2# ===========================================================
3#   Script for installing modules
4# ===========================================================
5
6ifndef PACKAGE
7  PACKAGE := .
8endif
9
10install_dir := $(Q_LIBDIR)/g4py/$(PACKAGE)
11
12install: $(module_name)
13        @echo ... intall $(module_name) into $(install_dir)
14        @if [ ! -d $(install_dir) ]; then install -d $(install_dir); fi
15        @install -m 755 $(module_name) $(install_dir)
16
Note: See TracBrowser for help on using the repository browser.