| Rev | Line | |
|---|
| [807] | 1 | # $Id: GNUmakefile,v 1.24 2006/11/17 15:49:35 flongo Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := GammaRayTel
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 | all: had_list lib bin
|
|---|
| 16 |
|
|---|
| 17 | had_list:
|
|---|
| 18 | @echo "Gamma Ray Tel Advanced example"
|
|---|
| 19 |
|
|---|
| 20 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 21 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.