source: trunk/source/geometry/magneticfield/test/field03/GNUmakefile @ 1199

Last change on this file since 1199 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 585 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2001/10/11 07:18:16 grichine Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := field03
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/architecture.gmk
18
19ifdef G4NOHIST
20  CPPFLAGS += -DG4NOHIST
21else
22  LDFLAGS  += -L/cern/pro/lib
23  LOADLIBS += -lpacklib $(FCLIBS)
24endif
25
26
27include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.