| Rev | Line | |
|---|
| [1199] | 1 | # $Id: GNUmakefile,v 1.1 2006/11/28 15:19:42 tnikitin Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := exampleS5
|
|---|
| 7 | #name := testPropagateMagField
|
|---|
| 8 | G4TARGET := $(name)
|
|---|
| 9 | G4EXLIB := true
|
|---|
| 10 |
|
|---|
| 11 | ifndef G4INSTALL
|
|---|
| 12 | G4INSTALL = ../../..
|
|---|
| 13 | endif
|
|---|
| 14 |
|
|---|
| 15 | .PHONY: all
|
|---|
| 16 | all: lib bin
|
|---|
| 17 |
|
|---|
| 18 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.