|
Last change
on this file since 1337 was 1337, checked in by garnier, 15 years ago |
|
tag geant4.9.4 beta 1 + modifs locales
|
|
File size:
443 bytes
|
| Rev | Line | |
|---|
| [1337] | 1 | # $Id: GNUmakefile,v 1.2 2010/01/11 16:56:29 gcosmo Exp $
|
|---|
| [807] | 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | include ParGNUmakefile
|
|---|
| 7 |
|
|---|
| 8 | name := ParN02
|
|---|
| 9 | G4TARGET := $(name)
|
|---|
| 10 | G4EXLIB := true
|
|---|
| 11 |
|
|---|
| 12 | ifndef G4INSTALL
|
|---|
| [1337] | 13 | G4INSTALL = ../../../..
|
|---|
| [807] | 14 | endif
|
|---|
| 15 |
|
|---|
| 16 | .PHONY: all
|
|---|
| 17 | all: lib bin
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.