| 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 |
|
|---|
| 6 | MAKEFLAGS= --no-print-directory
|
|---|
| 7 |
|
|---|
| 8 | name := G4electromagnetic
|
|---|
| 9 |
|
|---|
| 10 | SUBDIRS = muons standard utils xrays lowenergy highenergy polarisation
|
|---|
| 11 | SUBLIBS = G4muons G4emstandard G4emutils G4xrays G4emlowenergy G4emhighenergy G4polar
|
|---|
| 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.