source: trunk/examples/extended/polarisation/Pol01/GNUmakefile @ 1309

Last change on this file since 1309 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 586 bytes
Line 
1# $Id: GNUmakefile,v 1.4 2008/06/11 17:17:54 schaelic Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := pol01
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19plots:  plotResults.class
20        @echo calling JAIDA ...
21        java -cp .:$(CLASSPATH) plotResults pol01.aida
22
23plotResults.class: plotResults.java
24        @echo compiling $<
25        javac $<
Note: See TracBrowser for help on using the repository browser.