Files
SideStore/Sources/libimobiledevice/dependencies/libplist/Makefile.am
Joe Mattiello 364b11ec9d More spm fixes
2023-03-10 19:30:14 -05:00

19 lines
333 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libcnary src include tools test
if HAVE_CYTHON
SUBDIRS += cython
endif
if BUILD_FUZZERS
SUBDIRS += fuzz
endif
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm -rf docs
doxygen doxygen.cfg
docs: doxygen.cfg docs/html
clean-local:
rm -rf docs