include ../Mgr/Makefile.h
 
all: $(LIB)libSUtils.a
clean:
	rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o
	rm -f $(LIB)libSUtils.a
$(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o
	$(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
ifeq ($(CXX),cxx)
	$(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
endif 
 
$(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \
 datacards.h $(INC)pexceptions.h
$(OBJ)strutilxx.o: strutilxx.cc $(INC)machdefs.h \
 strutilxx.h
$(OBJ)utils.o: utils.cc $(INC)machdefs.h utils.h \
 $(INC)pexceptions.h
$(OBJ)strutil.o: strutil.c strutil.h
