source: trunk/environments/g4py/source/boost/GNUmakefile @ 1337

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

tag geant4.9.4 beta 1 + modifs locales

File size: 639 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2008/12/03 07:24:21 kmura Exp $
2# $Name: geant4-09-04-beta-01 $
3# ===========================================================
4#   Makefile for building Geant4Py modules
5# ===========================================================
6include  ../../config/config.gmk
7
8.PHONY: install
9
10install:
11        @echo ... intall headers into $(Q_INCDIR)/boost
12        @if [ ! -d $(Q_INCDIR)/boost ]; then \
13            install -d $(Q_INCDIR)/boost; fi
14        @if [ ! -d $(Q_INCDIR)/boost/detail ]; then \
15            install -d $(Q_INCDIR)/boost/detail; fi
16        @install -m 644 *.hpp *.hh  $(Q_INCDIR)/boost
17        @install -m 644 detail/*.hpp  $(Q_INCDIR)/boost/detail
18
Note: See TracBrowser for help on using the repository browser.