Files
geant4/examples/extended/parallel/ParN02/GNUmakefile
T
2016-06-08 16:39:52 +02:00

20 lines
440 B
Makefile

# $Id: GNUmakefile,v 1.1 2002/03/05 15:21:51 gcosmo Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
include ParGNUmakefile
name := ParN02
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk