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

SUBDIRS = src include plutil

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

doc:
	doxygen doxygen.cfg

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