source: trunk/environments/g4py/tests/test12/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: 415 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2006/04/25 07:54:29 kmura Exp $
2# ===========================================================
3#   Makefile for building Python module with Boost.Python
4#     
5# ===========================================================
6include ../../config/config.gmk
7
8# python module name
9MODULE := test12#
10
11COMPILE_WITH_BOOST := true
12include $(G4PY_INSTALL)/config/module.gmk
13
14CXXFLAGS += -I./include
15
Note: See TracBrowser for help on using the repository browser.