source: trunk/examples/advanced/gammaray_telescope/GNUmakefile @ 807

Last change on this file since 807 was 807, checked in by garnier, 16 years ago

update

File size: 484 bytes
Line 
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
6name := GammaRayTel
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all:  had_list lib bin
16
17had_list:
18        @echo "Gamma Ray Tel Advanced example"
19
20include $(G4INSTALL)/config/binmake.gmk
21
Note: See TracBrowser for help on using the repository browser.