blob: a691d7337ad00b542399eac73e96474a4e523209 [file] [log] [blame]
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include fdi swig udev $(DEV_SUB)
DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libiphone-1.0.pc
doc:
doxygen doxygen.cfg
indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c