Files
geant4/source/processes/electromagnetic/GNUmakefile
T
2016-06-08 15:09:25 +02:00

18 lines
526 B
Makefile

# $Id: GNUmakefile,v 1.2 1999/05/31 17:38:38 stesting Exp $
# ------------------------------------------------------------------
# GNUmakefile for electromagnetic library. Gabriele Cosmo, 18/9/96.
# ------------------------------------------------------------------
MAKEFLAGS= --no-print-directory
name := G4electromagnetic
SUBDIRS = muons standard utils xrays lowenergy
SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/globlib.gmk