makefile(2)
-
Using AIDA with Geant4
in your main GNUmakefile : include $(G4INSTALL)/config/binmake.gmk CPPFLAGS += `aida-config --incs` ANALYSISLIBS += `aida-config --libs` Geant4.9.1 여서 그랬을까? .. kenobi에서 AIDA 잡느라 시간 좀 걸렸네. 훗. http://openscientist.lal.in2p3.fr/
2010.07.12 -
Geant4 analysis - AIDA and ROOT
Using AIDA in Makefile G4ANALYSIS_USE:=true CPPFLAGS += $(shell aida-config --include) LDFLAGS += $(shell aida-config --libs) Direct ROOT Use CPPFLAGS += $(shell root-config --cflags) LDFLAGS += $(shell root-config --libs) what else? ..
2010.07.08