Files
geant4/examples/advanced/nanobeam/GNUmakefile
T
2016-06-09 15:58:43 +02:00

20 lines
486 B
Makefile

# --------------------------------------------------------------
# $Id: GNUmakefile,v 1.3 2008/01/25 20:49:23 sincerti Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := Nanobeam
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk