| 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 |
|
|---|
| 6 | name := G4digits_hits
|
|---|
| 7 |
|
|---|
| 8 | SUBDIRS := detector hits digits utils scorer
|
|---|
| 9 | SUBLIBS = G4detector G4digits G4hits G4detutils G4detscorer
|
|---|
| 10 |
|
|---|
| 11 | GLOBLIBS = libG4track.lib libG4particles.lib libG4geometry.lib
|
|---|
| 12 | GLOBLIBS += libG4materials.lib libG4graphics_reps.lib libG4intercoms.lib
|
|---|
| 13 | GLOBLIBS += libG4global.lib
|
|---|
| 14 |
|
|---|
| 15 | ifndef G4INSTALL
|
|---|
| 16 | G4INSTALL = ../..
|
|---|
| 17 | endif
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.