Files
geant4/source/processes/hadronic/models/parton_string/GNUmakefile
T
2016-06-09 10:41:53 +02:00

24 lines
503 B
Makefile

# --------------------------------------------------------------
# GNUmakefile for chips library. HPW 20-Nov-99
# --------------------------------------------------------------
name := G4had_string
ifndef G4INSTALL
G4INSTALL = ../../../../..
endif
SUBDIRS = diffraction
SUBDIRS += hadronization
SUBDIRS += management
SUBDIRS += qgsm
SUBLIBS = G4had_string_diff
SUBLIBS += G4had_string_frag
SUBLIBS += G4had_string_man
SUBLIBS += G4hadronic_qgstring
include $(G4INSTALL)/config/globlib.gmk