source: trunk/examples/advanced/medical_linac/GNUmakefile @ 1327

Last change on this file since 1327 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 410 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2010/01/11 16:11:34 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := ml2
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.