source: trunk/examples/extended/runAndEvent/RE01/GNUmakefile @ 1229

Last change on this file since 1229 was 807, checked in by garnier, 16 years ago

update

File size: 537 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2004/11/26 07:37:38 asaim Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := RE01
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
20CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
21
22
Note: See TracBrowser for help on using the repository browser.