blob: 39ee8e86d9b5e9bf715ae56e564be91d8336fe39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include fdi swig $(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
|