source: trunk/source/processes/decay/tests/test01/GNUmakefile @ 1315

Last change on this file since 1315 was 966, checked in by garnier, 15 years ago

fichier ajoutes

File size: 557 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2001/02/08 08:41:36 kurasige Exp $
2# --------------------------------------------------------------
3# GNUmakefile for tests module.  Gabriele Cosmo, 27/06/98.
4# --------------------------------------------------------------
5
6name := decay_test_01
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../../..
12endif
13
14.PHONY: all tools
15 
16
17all: lib bin
18
19include $(G4INSTALL)/config/binmake.gmk
20
21CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
22CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
23
Note: See TracBrowser for help on using the repository browser.