|
Last change
on this file since 1238 was 807, checked in by garnier, 17 years ago |
|
update
|
-
Property svn:executable
set to
*
|
|
File size:
370 bytes
|
| Line | |
|---|
| 1 | # -------------------------------------------------------------------
|
|---|
| 2 | # $Id: GNUmakefile,v 1.4 2006/06/01 22:25:19 sincerti Exp $
|
|---|
| 3 | # -----------
|
|---|
| 4 | # GNUmakefile
|
|---|
| 5 | # -----------
|
|---|
| 6 |
|
|---|
| 7 | name := Microbeam
|
|---|
| 8 |
|
|---|
| 9 | G4DEBUG := 0
|
|---|
| 10 | G4TARGET := $(name)
|
|---|
| 11 | G4EXLIB := true
|
|---|
| 12 | G4VERBOSE :=1
|
|---|
| 13 |
|
|---|
| 14 | ifndef G4INSTALL
|
|---|
| 15 | G4INSTALL = ../../..
|
|---|
| 16 | endif
|
|---|
| 17 |
|
|---|
| 18 | .PHONY: all
|
|---|
| 19 | all: lib bin
|
|---|
| 20 |
|
|---|
| 21 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.