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 =
|
|
|
|
|
|
|
|
SUBDIRS = \
|
2012-07-11 14:51:01 -05:00
|
|
|
certmonger \
|
2009-02-02 12:50:53 -06:00
|
|
|
conf \
|
2012-10-02 09:47:28 -05:00
|
|
|
ffextension \
|
2009-02-02 12:50:53 -06:00
|
|
|
html \
|
2010-01-12 09:40:09 -06:00
|
|
|
migration \
|
2009-02-02 12:50:53 -06:00
|
|
|
share \
|
2011-01-19 11:26:14 -06:00
|
|
|
ui \
|
2009-02-02 12:50:53 -06:00
|
|
|
tools \
|
|
|
|
updates \
|
2010-02-09 12:14:25 -06:00
|
|
|
po \
|
2012-04-10 14:21:08 -05:00
|
|
|
restart_scripts \
|
2013-04-23 12:54:21 -05:00
|
|
|
wsgi \
|
2009-02-02 12:50:53 -06:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
install-exec-local:
|
|
|
|
mkdir -p $(DESTDIR)$(localstatedir)/lib/ipa/sysrestore
|
|
|
|
chmod 700 $(DESTDIR)$(localstatedir)/lib/ipa/sysrestore
|
2012-06-08 01:31:37 -05:00
|
|
|
mkdir -p $(DESTDIR)$(localstatedir)/lib/ipa/sysupgrade
|
|
|
|
chmod 700 $(DESTDIR)$(localstatedir)/lib/ipa/sysupgrade
|
2013-07-16 05:10:54 -05:00
|
|
|
mkdir -p $(DESTDIR)$(localstatedir)/lib/ipa/pki-ca
|
2012-10-08 08:58:48 -05:00
|
|
|
chmod 755 $(DESTDIR)$(localstatedir)/lib/ipa/pki-ca
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/sysrestore
|
2012-06-08 01:31:37 -05:00
|
|
|
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/sysupgrade
|
2009-02-02 12:50:53 -06:00
|
|
|
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa
|
|
|
|
|
|
|
|
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)
|