############################################################################### # define name of the exe file # this it should be a name of a single executable to be linked # into $(bindir) ################################################################################ TBINS = test_stnlink.exe override LINK_RootObjs += Stntuple/test/test1 override LINK_JetObjects += Stntuple/test/test1 override LINK_MetObjects += Stntuple/test/test1 override LINK_Stntuple_obj += Stntuple/test/test1 override LINK_RootUtils += Stntuple/test/test1 include PackageList/link_all.mk ifdef DEBUG x := $(shell echo $(LINK_Electron) >& 2) x := $(shell echo BINLIBS = $(BINLIBS) >& 2) x := $(shell echo LOADLIBES = $(LOADLIBES) >& 2) endif COMPLEXBIN = test_stnlink.exe BINCCFILES = test_stnlink.cc BINCCFILES += BINFFILES += bin: local_bin local_bin: ############################################################################### include SoftRelTools/standard.mk include SoftRelTools/arch_spec_root.mk override CPPFLAGS += -I$(CERN_INC) -I$(ROOTSYS)/include ############################################################################### # kludges ############################################################################### ifneq (,$(findstring IRIX6, $(SRT_ARCH))) override LDFLAGS += --backend -Wl,-wall override FCFLAGS := $(filter-out -u, $(FCFLAGS)) endif ifneq (,$(findstring Linux, $(SRT_ARCH))) override LDFLAGS += --backend -Wl,-export-dynamic endif ###############################################################################