-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMakefile.am
More file actions
55 lines (43 loc) · 1.29 KB
/
Makefile.am
File metadata and controls
55 lines (43 loc) · 1.29 KB
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
53
AUTOMAKE_OPTIONS = dist-bzip2 dist-xz subdir-objects
ACLOCAL_AMFLAGS = -I m4
NULL=
if HAVE_GTK2
FERRISUIDIR = FerrisUI appsui
endif
if USE_CUSTOMALLOC
CUSTOMALLOCDIR = customalloc
endif
if HAVE_XALAN
# FIXMEAAA 2026 this needs updating for the error API
#XSLTFUNCTIONSDIR = xsltfunctions
endif
if HAVE_GCJ
GCJDIR = FerrisGCJ
endif
if HAVE_QTGUI
FERRISQTDIR = FerrisQtGui
endif
SUBDIRS = lib ThirdParty $(CUSTOMALLOCDIR) \
DBusGlue \
$(GCJDIR) mg Indexing \
factories \
FerrisGlue \
Ferris fulltextindexers_custom_plugin eaindexers_custom_plugin apps \
$(FERRISQTDIR) \
$(FERRISUIDIR) \
plugins \
tests dot-ferris \
cc media firsttime $(XSLTFUNCTIONSDIR) \
noarch migration perl exposures patches
bin_SCRIPTS = ferris-config
EXTRA_DIST = \
ferris-config.in \
ferris.pc.in \
ferris.pc \
ferrisui.pc.in \
ferrisui.pc \
ferrisxslt.pc.in \
ferrisxslt.pc \
m4/gnulib-cache.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ferris.pc ferrisui.pc ferrisxslt.pc