USE=wrapper
# generic makefile
include ../maketools/make.module

# openmp flags should not be used here
ifdef CXXFLAGS_NOOPENMP
  CXXFLAGS := $(CXXFLAGS_NOOPENMP)
endif
