# # SoftRelTools/arch_spec_qq.mk # # Architecture/site specific makefile fragment to included by packages using QQ # # Jan 24 1998 P.Murat: Initial Version ######################################################################## # Temporarily include support for both cdf_external lib & standard src/inc override CPPFLAGS += -I$(QQ_DIR)/lib override CPPFLAGS += -I$(QQ_DIR)/src/inc override LDFLAGS += -L$(QQ_DIR)/lib # traditinal qq library ifneq (,$(wildcard $(QQ_DIR)/lib/libqq.a )) override LOADLIBES += -lqq endif # base qq library in v9_2b at fermilab ifneq (,$(wildcard $(QQ_DIR)/lib/libqqlib_noncleo.a )) override LOADLIBES += -lqqlib_noncleo endif # cleoks part of library in v9_2b at fermilab ifneq (,$(wildcard $(QQ_DIR)/lib/libcleoks.a )) override LOADLIBES += -lcleoks endif