|
Last change
on this file since 1321 was 1313, checked in by garnier, 15 years ago |
|
geant4.9.4 beta rc0
|
-
Property svn:executable
set to
*
|
|
File size:
338 bytes
|
| Line | |
|---|
| 1 | # -------------------------------------------------------------------
|
|---|
| 2 | # $Id: GNUmakefile,v 1.5 2010/01/11 16:12:41 gcosmo Exp $
|
|---|
| 3 | # -----------
|
|---|
| 4 | # GNUmakefile
|
|---|
| 5 | # -----------
|
|---|
| 6 |
|
|---|
| 7 | name := Microbeam
|
|---|
| 8 |
|
|---|
| 9 | G4TARGET := $(name)
|
|---|
| 10 | G4EXLIB := true
|
|---|
| 11 |
|
|---|
| 12 | ifndef G4INSTALL
|
|---|
| 13 | G4INSTALL = ../..
|
|---|
| 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.