You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
474 B

ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = \
aclocal.m4 \
compile \
config.guess \
config.h.in \
config.sub \
configure \
evil.pc \
depcomp \
install-sh \
ltmain.sh \
Makefile.in \
missing \
mkinstalldirs \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)*
SUBDIRS = src doc
EXTRA_DIST = \
COPYING \
COPYING-PLAIN \
autogen.sh \
evil.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evil.pc
.PHONY: doc
# Documentation
doc:
@echo "entering doc/"
make -C doc doc