source: trunk/source/digits_hits/GNUmakefile @ 1342

Last change on this file since 1342 was 814, checked in by garnier, 16 years ago

import all except CVS

File size: 630 bytes
Line 
1# $Id: GNUmakefile,v 1.6 2007/12/11 13:26:13 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for digits+hits library.  Makoto Asai, 1/11/96.
4# --------------------------------------------------------------
5
6name := G4digits_hits
7
8SUBDIRS := detector hits digits utils scorer
9SUBLIBS = G4detector G4digits G4hits G4detutils G4detscorer
10
11GLOBLIBS  = libG4track.lib libG4particles.lib libG4geometry.lib
12GLOBLIBS += libG4materials.lib libG4graphics_reps.lib libG4intercoms.lib
13GLOBLIBS += libG4global.lib
14
15ifndef G4INSTALL
16  G4INSTALL = ../..
17endif
18
19include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.