package        G4tracking
version        v6r0
branches       cmt doc G4tracking
	
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use     G4digits_hits 		v* 	Geant4
use	G4processes		v*	Geant4

# =============================================================================
# ============ library ========================================================
# =============================================================================

library        G4tracking       $(G4LibraryFlags) \
                                ../src/*.cc 

# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern  G4AllCMTpatterns

# =============================================================================
# ============ the end ========================================================
# =============================================================================
private
macro G4tracking_pp_cppflags "" WIN32 ' /D"G4TRACKING_ALLOC_EXPORT"'

macro G4tracking_source "$(G4CONFIGROOT)/cmt/copy_source"
setup_script  $(G4tracking_source)


