Skip to content
Permalink
4e7d643540
Go to file
 
 
Cannot retrieve contributors at this time
executable file 14 lines (11 sloc) 302 Bytes
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-gtk-doc
override_dh_auto_build:
dh_auto_build
$(MAKE) doxygen
CFLAGS += -Wall -ansi -Wshadow
# Use soft-float and thumb mode if it is enabled.
CFLAGS += $(if $(findstring thumb,$(DEB_BUILD_OPTIONS)),-mthumb)
You can’t perform that action at this time.