summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: d2db548d76927f04e9bce796c042428cf146c0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src include fdi

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libiphone-1.0.pc

doc:
	doxygen doxygen.cfg

indent:
	indent -kr -ut -ts4 -l120 src/*.c src/*.h