source: trunk/source/physics_lists/test/GNUmakefile @ 1316

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

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

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