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

Last change on this file since 924 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 573 bytes
Line 
1# $Id: GNUmakefile,v 1.6 2006/09/21 21:35:20 vnivanch 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 polarisation
11SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy G4emhighenergy G4polar
12
13ifndef G4INSTALL
14  G4INSTALL = ../../..
15endif
16
17include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.