#!/usr/bin/make -f include /usr/share/dpkg/architecture.mk ifeq ($(DEB_HOST_ARCH), i386) export DEB_CFLAGS_MAINT_APPEND += -mfpmath=sse -msse2 endif TFLAGS=$(shell dpkg-buildflags --get CFLAGS) -DLOCALHOST_ONLY unexport CFLAGS %: dh $@ override_dh_auto_clean: cd test && $(MAKE) clean override_dh_auto_build: dh_auto_build --builddirectory=test -- mongoose.c mongoose.h override_dh_auto_test: dh_auto_test --builddirectory=test -- TFLAGS="$(TFLAGS)" ASAN=