Files
geant4/examples/extended/polarisation/Pol01/GNUmakefile
T
2016-06-09 17:01:34 +02:00

26 lines
586 B
Makefile

# $Id: GNUmakefile,v 1.4 2008-06-11 17:17:54 schaelic Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := Pol01
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk
plots: plotResults.class
@echo calling JAIDA ...
java -cp .:$(CLASSPATH) plotResults Pol01.aida
plotResults.class: plotResults.java
@echo compiling $<
javac $<