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

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

doc:
	doxygen doxygen.cfg

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