source: trunk/examples/advanced/raredecay_calorimetry/GNUmakefile @ 1319

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

update

File size: 901 bytes
Line 
1# $Id: GNUmakefile,v 1.4 2006/05/30 07:22:42 mkossov Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := PhotIn
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15
16# New Lists definition is necessary only for comparison with the new lists
17###include hadronic_lists.gmk
18# New Lists definition is necessary only while it is out of the G4 kernel
19###include new_phys_lists.gmk
20
21#G4ANALYSIS_USE:= 1
22
23.PHONY: all
24
25all: lib bin
26
27include $(G4INSTALL)/config/binmake.gmk
28
29##ifdef G4ANALYSIS_USE
30##  CPPFLAGS += `aida-config --include`
31##  LDFLAGS  += `aida-config --lib`
32##  LOADLIBS += `aida-config --lib`
33##endif
34
35#visclean:
36#       rm -f g4*.prim g4*.eps g4*.wrl
37#       rm -f .DAWN_*
38
Note: See TracBrowser for help on using the repository browser.