include ../../settings.make

CCFLAGS += -I ../../include $(CCFLAGS_NOSHARED) $(CCFLAGS_HDF5) \
	-DSEPARATE_FROM_FLASH
LDFLAGS += ../../lib/libquickflash.a $(LDFLAGS_NOSHARED) $(LDFLAGS_HDF5)


OBJ = flash_resample.o


all : $(OBJ)


flash_resample.o : flash_resample.hpp flash_resample.cpp
	$(CXX) -o flash_resample.o -c $(CCFLAGS) flash_resample.cpp
