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

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

update

File size: 495 bytes
Line 
1# --------------------------------------------------------------
2# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
3# --------------------------------------------------------------
4
5name := CRCharging
6G4TARGET := $(name)
7G4EXLIB := true
8
9ifndef G4INSTALL
10  G4INSTALL = ../../..
11endif
12
13.PHONY: all
14all:  lib bin
15
16include $(G4INSTALL)/config/binmake.gmk
17
18ifdef G4ANALYSIS_USE
19 CPPFLAGS += `aida-config --include`
20 LDFLAGS  += `aida-config --lib`
21 LOADLIBS += `aida-config --lib`
22endif
Note: See TracBrowser for help on using the repository browser.