2009-02-02 12:50:53 -06:00
|
|
|
# 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
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
SUBDIRS = \
|
2011-05-19 15:24:57 -05:00
|
|
|
ipa-kdb \
|
2009-02-02 12:50:53 -06:00
|
|
|
ipa-slapi-plugins \
|
2011-10-25 03:33:30 -05:00
|
|
|
ipa-sam \
|
2013-04-11 13:03:25 -05:00
|
|
|
ipa-otpd \
|
2009-02-02 12:50:53 -06:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
*~ \
|
|
|
|
intltool-*.in \
|
|
|
|
compile \
|
|
|
|
configure \
|
|
|
|
COPYING \
|
|
|
|
INSTALL \
|
|
|
|
install-sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs \
|
|
|
|
config.guess \
|
|
|
|
ltmain.sh \
|
|
|
|
config.sub \
|
|
|
|
depcomp \
|
|
|
|
Makefile.in \
|
|
|
|
config.h.* \
|
|
|
|
aclocal.m4 \
|
|
|
|
version.m4 \
|
|
|
|
ipa-client.spec \
|
|
|
|
py-compile \
|
|
|
|
$(NULL)
|