| Rev | Line | |
|---|
| [1313] | 1 | # $Id: GNUmakefile,v 1.12 2010/01/11 14:28:16 gcosmo Exp $
|
|---|
| [807] | 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := CompositeCalorimeter
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| [1313] | 11 | G4INSTALL = ../..
|
|---|
| [807] | 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 |
|
|---|
| 16 | .PHONY: all
|
|---|
| 17 |
|
|---|
| 18 | all: lib bin
|
|---|
| 19 |
|
|---|
| 20 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| [1230] | 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.