# --------------------------------------------------------------------
# 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

