19 lines
361 B
Makefile
19 lines
361 B
Makefile
# --------------------------------------------------------------
|
|
# GNUmakefile for chips library. HPW 20-Nov-99
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4hadronic_preequ
|
|
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../../..
|
|
endif
|
|
|
|
|
|
SUBDIRS = exciton_model
|
|
|
|
SUBLIBS = G4had_preequ_exciton
|
|
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|