source: trunk/source/processes/electromagnetic/GNUmakefile @ 1347

Last change on this file since 1347 was 1347, checked in by garnier, 14 years ago

geant4 tag 9.4

File size: 605 bytes
Line 
1# $Id: GNUmakefile,v 1.9 2010/11/19 08:44:20 gcosmo Exp $
2# ------------------------------------------------------------------
3# GNUmakefile for electromagnetic library.  Gabriele Cosmo, 18/9/96.
4# ------------------------------------------------------------------
5
6MAKEFLAGS= --no-print-directory
7
8name := G4electromagnetic
9
10SUBDIRS = muons standard utils xrays lowenergy highenergy adjoint polarisation pii
11SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy G4emhighenergy G4emadjoint G4empolar G4empii
12
13ifndef G4INSTALL
14  G4INSTALL = ../../..
15endif
16
17include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.