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

Last change on this file since 1244 was 961, checked in by garnier, 15 years ago

update processes

File size: 591 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2008/11/14 19:54:40 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
11SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy G4emhighenergy G4emadjoint G4polar
12
13ifndef G4INSTALL
14  G4INSTALL = ../../..
15endif
16
17include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.