| 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 |
|
|---|
| 6 | MAKEFLAGS= --no-print-directory
|
|---|
| 7 |
|
|---|
| 8 | name := G4electromagnetic
|
|---|
| 9 |
|
|---|
| 10 | SUBDIRS = muons standard utils xrays lowenergy highenergy adjoint polarisation pii
|
|---|
| 11 | SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy G4emhighenergy G4emadjoint G4empolar G4empii
|
|---|
| 12 |
|
|---|
| 13 | ifndef G4INSTALL
|
|---|
| 14 | G4INSTALL = ../../..
|
|---|
| 15 | endif
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.