Commit 817fd615 817fd6158dad4d0a7c29c9c03a06774c4f7e4612 by Sergey Poznyakoff

New file

1 parent 063c3071
1 ## Process this file with GNU Automake to create Makefile.in
2
3 ## Copyright (C) 2005 Free Software Foundation, Inc.
4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as
7 ## published by the Free Software Foundation; either version 2, or (at
8 ## your option) any later version.
9 ##
10 ## This program is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
19 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
20 -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu \
21 @INTLINCS@
22
23 bin_PROGRAMS = mailutils-config
24
25 mailutils_config_SOURCES = mailutils-config.c
26 mailutils_config_LDADD = \
27 ../lib/libmailutils.la \
28 ../mailbox/libmailbox.la \
29 @MU_COMMON_LIBRARIES@
30
31 mailutils_config_CFLAGS = -DCOMPILE_FLAGS="\"-I$(includedir)\"" \
32 -I$(top_srcdir)/intl \
33 -I${top_srcdir}/lib \
34 -DLINK_FLAGS="\"-L$(libdir)\"" \
35 -DLINK_POSTFLAGS="\"$(LTLIBICONV)\"" \
36 -DAUTHLIBS="\"`echo $(AUTHLIBS) | sed 's/.*libmuauth.la *//'`\"" \
37 -DGUILE_LIBS="\"$(GUILE_LIBS)\"" \
38 -DI18NLIBS="\"`test $(BUILD_INCLUDED_LIBINTL) = no && echo $(LIBINTL)`\""