mirror of
https://github.com/libimobiledevice/libplist
synced 2026-06-08 15:29:34 +00:00
13 lines
258 B
Makefile
13 lines
258 B
Makefile
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 include/plist/*.h
|