| Rev | Line | |
|---|
| [807] | 1 | # $Id: GNUmakefile,v 1.3 2006/11/16 13:38:46 gunter Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | include ParGNUmakefile
|
|---|
| 7 |
|
|---|
| 8 | name := ParN04
|
|---|
| 9 | G4TARGET := $(name)
|
|---|
| 10 | G4EXLIB := true
|
|---|
| 11 |
|
|---|
| 12 | ifndef G4INSTALL
|
|---|
| 13 | G4INSTALL = ../../..
|
|---|
| 14 | endif
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | .PHONY: all
|
|---|
| 18 | all: had_list lib bin
|
|---|
| 19 |
|
|---|
| 20 | had_list:
|
|---|
| 21 | @echo "This example uses the QGSP 'educated guess physics list'"
|
|---|
| 22 |
|
|---|
| 23 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.