Files
geant4/environments/Momo/GGEmake/GNUmakefile
T
2016-06-01 15:25:35 +02:00

18 lines
421 B
Makefile

# $Id: GNUmakefile,v 1.2 1998/11/12 10:49:50 yhajime Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := myDetector
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk