source: trunk/examples/extended/parameterisations/gflash/GNUmakefile @ 1313

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

update

File size: 464 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2004/11/26 16:33:18 hpw Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := ExGflash
7G4TARGET := $(name)
8G4EXLIB := true
9
10
11ifndef G4INSTALL
12  G4INSTALL = ../../../..
13endif
14
15.PHONY: all
16all: lib bin
17include $(G4INSTALL)/config/architecture.gmk
18include $(G4INSTALL)/config/binmake.gmk
19
Note: See TracBrowser for help on using the repository browser.