summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 830abe25b176f96766b0729233f6c3d6647e0059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include plutil swig

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist.pc

doc:
	doxygen doxygen.cfg

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