source: trunk/examples/advanced/composite_calorimeter/GNUmakefile @ 893

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

update

File size: 616 bytes
Line 
1# $Id: GNUmakefile,v 1.10 2006/11/14 14:39:51 ribon Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := CompositeCalorimeter
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15
16.PHONY: all
17 
18all: lib bin
19
20include $(G4INSTALL)/config/binmake.gmk
21
22ifdef G4ANALYSIS_USE 
23  CPPFLAGS += `aida-config --include`
24  LDFLAGS  += `aida-config --lib`
25  LOADLIBS += `aida-config --lib`
26endif
27
Note: See TracBrowser for help on using the repository browser.