forked from christian-sahlmann/gwyddion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
52 lines (43 loc) · 770 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# @(#) $Id$
SUBDIRS = \
m4 \
libgwyddion \
libprocess \
libdraw \
libgwydgets \
libgwymodule \
app \
modules \
plugins \
po \
pixmaps \
perl \
python \
ruby \
data \
utils \
thumbnailer \
devel-docs
EXTRA_DIST = \
INSTALL.gwyddion \
autogen.sh \
gwyddion.spec
DISTCLEANFILES = gwyconfig.h
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-pygwy \
--enable-maintainer-mode \
--disable-desktop-file-update
ACLOCAL_AMFLAGS = -I m4
if MAINTAINER_MODE
dist-check-maintainer:
else
dist-check-maintainer:
@echo "*** maintainer mode must be enabled in order to make dist"
@false
endif
docs:
(cd devel-docs && $(MAKE) $(AM_MAKEFLAGS) docs)
configexecincludedir = $(pkglibdir)/include
configexecinclude_DATA = gwyconfig.h
.PHONY: docs