# $Id: GNUmakefile,v 1.1.1.1 2007/08/29 16:27:07 kim38 Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- name := FCALBatch G4TARGET := $(name) G4EXLIB := true CPPFLAGS := $(shell root-config --cflags) -L/usr/cern/2004/lib ROOTLIBS := $(shell root-config --nonew --libs) EXTRALIBS += $(ROOTLIBS) -lphtools -lpacklib -lmathlib -lg2c ifndef G4INSTALL G4INSTALL = ../../.. endif .PHONY: all all: lib bin include $(G4INSTALL)/config/binmake.gmk