From f426470e5957b2da8052b516366716e8d6e1b26a Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 26 Feb 2007 16:17:39 +0000 Subject: [PATCH] Changes to take into account the recent modifications in libESD.pkg --- STEER/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/STEER/Makefile b/STEER/Makefile index 8945fb97a73..c617cc4c887 100644 --- a/STEER/Makefile +++ b/STEER/Makefile @@ -3,6 +3,10 @@ PACKAGE = invalid-only-for-proof include $(ROOTSYS)/test/Makefile.arch include lib$(PACKAGE).pkg +ifndef PACKCXXFLAGS +PACKCXXFLAGS = $(CXXFLAGS) +endif + SRCS += G__$(PACKAGE).cxx OBJS = $(SRCS:.cxx=.o) @@ -18,12 +22,12 @@ endif @echo "done" %.o: %.cxx %.h - $(CXX) $(CXXFLAGS) -c $< -o $@ + $(CXX) $(PACKCXXFLAGS) -c $< -o $@ clean: @rm -f $(OBJS) *.so G__$(PACKAGE).* G__$(PACKAGE).cxx G__$(PACKAGE).h: $(HDRS) $(DHDR) @echo "Generating dictionary ..." - rootcint -f $@ -c $(ALICEINC) $^ + rootcint -f $@ -c $(CINTFLAGS) $(ALICEINC) $^ -- 2.43.0