aboutsummaryrefslogtreecommitdiff
path: root/dicod/Makefile.am
blob: 80e59d12dacc23ad77343fac23266d22e376e84d (plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# This file is part of GNU Dico
# Copyright (C) 1998-2019 Sergey Poznyakoff
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Dico is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Dico.  If not, see <http://www.gnu.org/licenses/>.

SUBDIRS=. tests
bin_PROGRAMS=dicod
dicod_SOURCES=\
 accesslog.c\
 acl.c\
 alias.c\
 auth.c\
 capa.c\
 ckpass.c\
 cmdline.c\
 commands.c\
 database.c\
 dbtext.c\
 dicod.c\
 gsasl.c\
 ident.c\
 lang.c\
 lev.c\
 lint.c\
 loader.c\
 main.c\
 markup.c\
 mime.c\
 ostream.c\
 regex.c\
 result.c\
 server.c\
 stat.c\
 stratcl.c\
 xidle.c\
 xversion.c\
 virtual.c

noinst_HEADERS=dicod.h

AM_CPPFLAGS = \
 -DSYSCONFIG=\"$(sysconfdir)\"\
 -DLOCALSTATEDIR=\"$(localstatedir)\"\
 -DDICO_MODDIR=\"$(DICO_MODDIR)\"\
 -DDEFAULT_VERSION_INCLUDE_DIR=\"$(DEFAULT_VERSION_INCLUDE_DIR)\"\
 -DDEFAULT_INCLUDE_DIR=\"$(DEFAULT_INCLUDE_DIR)\"\
 -DDEFAULT_PREPROCESSOR="$(DEFAULT_PREPROCESSOR)"\
 -I$(srcdir)\
 @DICO_PROG_INCLUDES@ @LTDLINCL@

AM_YFLAGS = -dtv
AM_LFLAGS = -dvp

LDADD=\
 ../xdico/libxdico.la\
 ../lib/libdico.la\
 @LIBINTL@ @LIBICONV@\
 @LIBDICOSASL@\
 @GSASL_LIBS@\
 @LIBLTDL@  

# dicod_DEPENDENCIES=@LTDLDEPS@

SUFFIXES=.opt .c

.opt.c:
	$(AM_V_GEN)m4 -s $(top_srcdir)/@GRECS_SUBDIR@/build-aux/getopt.m4 $< > $@

BUILT_SOURCES=cmdline.c 
EXTRA_DIST=cmdline.opt pp-setup

incdir=$(pkgdatadir)/$(VERSION)/include
inc_DATA = pp-setup

Return to:

Send suggestions and report system problems to the System administrator.