-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMakefile.am
37 lines (28 loc) · 916 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
include $(top_srcdir)/base.am
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
AUTOMAKE_OPTIONS = subdir-objects
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
EXTRA_DIST = \
$(noinst_DATA) \
autogen.sh \
vapi
SUBDIRS = build libvaladate tests vapi
if ENABLE_DOCS
SUBDIRS += docs
endif
MAINTAINERCLEANFILES = \
$(srcdir)/build/aclocal.m4 \
$(srcdir)/build/compile \
$(srcdir)/build/config.guess \
$(srcdir)/build/config.h.in \
$(srcdir)/build/config.rpath \
$(srcdir)/build/config.sub \
$(srcdir)/build/depcomp \
$(srcdir)/build/install-sh \
$(srcdir)/build/ltmain.sh \
$(srcdir)/build/missing \
$(srcdir)/build/mkinstalldirs \
`find "$(srcdir)" -type f -name Makefile.in -print` \
`find "m4" -type f -name "*.m4" ! -name "as-compiler-flag.m4" ! -name "introspection.m4" ! -name "vala.m4" -print`
GITIGNOREFILES = aclocal.m4 .deps .dirstamp .libs .lo
-include $(top_srcdir)/git.mk