24 lines
694 B
Makefile
24 lines
694 B
Makefile
# $Id: GNUmakefile,v 1.5 2006/12/05 16:16:12 gcosmo Exp $
|
|
# ----------------------------------------------------------------------
|
|
# GNUmakefile for physicslists library, Gunter Folger 25-October 2006
|
|
# ----------------------------------------------------------------------
|
|
|
|
name := G4physicslists
|
|
|
|
SUBDIRS = lists
|
|
SUBDIRS += builders
|
|
|
|
GLOBLIBS = libG4processes.lib libG4digits_hits.lib libG4track.lib
|
|
GLOBLIBS += libG4particles.lib libG4geometry.lib
|
|
GLOBLIBS += libG4materials.lib libG4graphics_reps.lib
|
|
GLOBLIBS += libG4intercoms.lib libG4global.lib
|
|
|
|
SUBLIBS = G4phys_lists
|
|
SUBLIBS += G4phys_builders
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|