source: trunk/examples/extended/electromagnetic/TestEm0/GNUmakefile @ 1279

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

update

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