0000-12-31 18:09:24 -05:50
|
|
|
# This file will be processed with automake-1.7 to create Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
|
2010-11-04 11:08:26 -05:00
|
|
|
AM_CFLAGS = $(NULL)
|
|
|
|
if HAVE_GCC
|
|
|
|
AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \
|
|
|
|
-Wcast-align -Werror-implicit-function-declaration \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
export AM_CFLAGS
|
|
|
|
|
2010-11-04 13:29:01 -05:00
|
|
|
KRB5_UTIL_DIR=../util
|
|
|
|
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
|
|
|
|
|
2007-12-21 10:37:19 -06:00
|
|
|
INCLUDES = \
|
|
|
|
-I. \
|
|
|
|
-I$(srcdir) \
|
2010-11-04 13:29:01 -05:00
|
|
|
-I$(KRB5_UTIL_DIR) \
|
2007-12-21 10:37:19 -06:00
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
|
|
|
-DBINDIR=\""$(bindir)"\" \
|
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
|
|
|
-DLIBEXECDIR=\""$(libexecdir)"\" \
|
|
|
|
-DDATADIR=\""$(datadir)"\" \
|
2010-10-11 17:36:43 -05:00
|
|
|
-DLOCALEDIR=\""$(localedir)"\" \
|
2010-11-04 11:08:26 -05:00
|
|
|
$(AM_CFLAGS) \
|
2007-12-21 10:37:19 -06:00
|
|
|
$(KRB5_CFLAGS) \
|
2008-05-01 08:57:32 -05:00
|
|
|
$(OPENLDAP_CFLAGS) \
|
2007-12-21 10:37:19 -06:00
|
|
|
$(SASL_CFLAGS) \
|
|
|
|
$(POPT_CFLAGS) \
|
|
|
|
$(WARN_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
sbin_PROGRAMS = \
|
|
|
|
ipa-getkeytab \
|
2009-12-04 15:29:09 -06:00
|
|
|
ipa-rmkeytab \
|
2009-09-14 16:04:08 -05:00
|
|
|
ipa-join \
|
2007-12-21 10:37:19 -06:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ipa_getkeytab_SOURCES = \
|
|
|
|
ipa-getkeytab.c \
|
2010-11-05 03:36:00 -05:00
|
|
|
ipa-client-common.c \
|
2010-11-04 13:29:01 -05:00
|
|
|
$(KRB5_UTIL_SRCS) \
|
2007-12-21 10:37:19 -06:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ipa_getkeytab_LDADD = \
|
|
|
|
$(KRB5_LIBS) \
|
2008-05-01 08:57:32 -05:00
|
|
|
$(OPENLDAP_LIBS) \
|
2007-12-21 10:37:19 -06:00
|
|
|
$(SASL_LIBS) \
|
|
|
|
$(POPT_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2009-12-04 15:29:09 -06:00
|
|
|
ipa_rmkeytab_SOURCES = \
|
|
|
|
ipa-rmkeytab.c \
|
2010-11-05 03:36:00 -05:00
|
|
|
ipa-client-common.c \
|
2009-12-04 15:29:09 -06:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ipa_rmkeytab_LDADD = \
|
|
|
|
$(KRB5_LIBS) \
|
|
|
|
$(POPT_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2009-09-14 16:04:08 -05:00
|
|
|
ipa_join_SOURCES = \
|
|
|
|
config.c \
|
2010-11-05 03:36:00 -05:00
|
|
|
ipa-client-common.c \
|
2009-09-14 16:04:08 -05:00
|
|
|
ipa-join.c \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ipa_join_LDADD = \
|
|
|
|
$(KRB5_LIBS) \
|
|
|
|
$(OPENLDAP_LIBS) \
|
|
|
|
$(SASL_LIBS) \
|
|
|
|
$(CURL_LIBS) \
|
|
|
|
$(XMLRPC_LIBS) \
|
|
|
|
$(POPT_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
SUBDIRS = \
|
|
|
|
firefox \
|
|
|
|
ipaclient \
|
|
|
|
ipa-install \
|
2008-02-25 13:56:09 -06:00
|
|
|
man \
|
0000-12-31 18:09:24 -05:50
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2008-01-11 04:36:25 -06:00
|
|
|
ipa-client.spec \
|
0000-12-31 18:09:24 -05:50
|
|
|
COPYING \
|
|
|
|
AUTHORS \
|
|
|
|
INSTALL \
|
|
|
|
README \
|
|
|
|
HACKING \
|
|
|
|
NEWS \
|
|
|
|
ChangeLog \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
*~ \
|
|
|
|
intltool-*.in \
|
|
|
|
compile \
|
|
|
|
configure \
|
2008-05-05 14:25:28 -05:00
|
|
|
COPYING \
|
0000-12-31 18:09:24 -05:50
|
|
|
INSTALL \
|
|
|
|
install-sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs \
|
|
|
|
config.guess \
|
|
|
|
ltmain.sh \
|
|
|
|
config.sub \
|
|
|
|
depcomp \
|
|
|
|
Makefile.in \
|
|
|
|
config.h.* \
|
|
|
|
aclocal.m4 \
|
2008-08-08 08:35:05 -05:00
|
|
|
version.m4 \
|
2008-05-05 14:25:28 -05:00
|
|
|
ipa-client.spec \
|
|
|
|
py-compile \
|
0000-12-31 18:09:24 -05:50
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# Creating ChangeLog from hg log (taken from cairo/Makefile.am):
|
|
|
|
|
|
|
|
ChangeLog: $(srcdir)/ChangeLog
|
|
|
|
|
|
|
|
$(srcdir)/ChangeLog:
|
|
|
|
@if test -d "$(srcdir)/../.hg"; then \
|
|
|
|
(cd "$(srcdir)" && \
|
|
|
|
./missing --run hg log --verbose) | fmt --split-only > $@.tmp \
|
|
|
|
&& mv -f $@.tmp $@ \
|
|
|
|
|| ($(RM) $@.tmp; \
|
|
|
|
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
|
|
|
|
(test -f $@ || echo hg log is required to generate this file >> $@)); \
|
|
|
|
else \
|
|
|
|
test -f $@ || \
|
|
|
|
(echo A hg checkout and hg -log is required to generate ChangeLog >&2 && \
|
|
|
|
echo A hg checkout and hg log is required to generate this file >> $@); \
|
|
|
|
fi
|
|
|
|
|
|
|
|
.PHONY: ChangeLog $(srcdir)/ChangeLog
|