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

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

update

File size: 739 bytes
RevLine 
[807]1# $Id: GNUmakefile,v 1.2 2006/10/02 16:25:55 vnivanch 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
19ifdef G4ANALYSIS_USE
20 # for the aida-config command see the README file
21 CPPFLAGS += `aida-config --include`
22 LDLIBS += `aida-config --lib`
23
24plots: plotResults.class
25 @echo calling JAIDA ...
26 java -cp .:$(CLASSPATH) plotResults pol01.aida
27
28plotResults.class: plotResults.java
29 @echo compiling $<
30 javac $<
31endif
Note: See TracBrowser for help on using the repository browser.