17 lines
353 B
Makefile
17 lines
353 B
Makefile
# --------------------------------------------------------------
|
|
# GNUmakefile for library. HPW 20-Nov-99
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4photolepton_hadron
|
|
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../../..
|
|
endif
|
|
|
|
SUBDIRS = muon_nuclear
|
|
|
|
SUBLIBS = G4had_muon_nuclear
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|