| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.10 2006/11/14 14:39:51 ribon Exp $
|
|---|
| 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
|
|---|
| 11 | G4INSTALL = ../../../
|
|---|
| 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 | ifdef G4ANALYSIS_USE
|
|---|
| 23 | CPPFLAGS += `aida-config --include`
|
|---|
| 24 | LDFLAGS += `aida-config --lib`
|
|---|
| 25 | LOADLIBS += `aida-config --lib`
|
|---|
| 26 | endif
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.