############################################################################### # define name of the exe file # this it should be a name of a single executable to be linked # into $(bindir) ################################################################################ TBINS = stnfit.exe override LINK_root += Stntuple/test/stnmaker override LINK_f77 += Stntuple/test/stnmaker 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 = $(TBINS) BINCCFILES = main.cc BINFFILES += missing.F bin: local_bin local_bin: override BINLIBS:= $(filter-out -lDCache -ldcap, $(BINLIBS)) ############################################################################### include SoftRelTools/standard.mk override CPPFLAGS += -I$(ROOTSYS)/include # override binofiles += $(CDFSOFT2_DIR)/lib/$(BFARCH)/block_data/pydata.o ############################################################################### # kludges ############################################################################### override LDFLAGS += -v ifneq (,$(findstring IRIX6, $(SRT_ARCH))) override LDFLAGS += --backend -Wl,-wall override FCFLAGS := $(filter-out -u, $(FCFLAGS)) endif ifneq (,$(findstring Linux, $(SRT_ARCH))) ifneq (,$(findstring KCC, $(BFARCH))) override LDFLAGS += --backend -Wl,-export-dynamic else override LDFLAGS += -Wl,-export-dynamic endif endif ###############################################################################