#makefile for building the External libraries 

srcdir = ..
include $(MAKEBUNDLE)/pre.make

#------------------------------------------------------------------------

SUBDIRS = Paintlib

ifeq ($(DO_SPECTRAL),YES)
SUBDIRS += LinAlg Coool
endif

ifeq ($(USE_LOCAL_FFTW),YES)
  SUBDIRS += FFTW
endif

include $(MAKEBUNDLE)/subdir.make
