17 lines
561 B
Makefile
17 lines
561 B
Makefile
# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $
|
|
# --------------------------------------------------------------------
|
|
# GNUmakefile for electromagnetic sub-library. John Allison, 25/6/98.
|
|
# --------------------------------------------------------------------
|
|
|
|
name := G4emdna
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../..
|
|
endif
|
|
|
|
SUBDIRS = management molecules/management molecules/types utils models processes
|
|
SUBLIBS = G4emdna-man G4emdna-molman G4emdna-moltypes G4emdna-utils G4emdna-models G4emdna-processes
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|
|
|