Home | History | Annotate | Line # | Download | only in ldap
      1  1.1.1.2     elric # Id
      2      1.1     elric 
      3      1.1     elric include $(top_srcdir)/Makefile.am.common
      4      1.1     elric 
      5      1.1     elric noinst_DATA = krb5.conf
      6      1.1     elric 
      7      1.1     elric check_SCRIPTS = $(TESTS) slapd-init
      8      1.1     elric 
      9      1.1     elric TESTS = check-ldap
     10      1.1     elric 
     11      1.1     elric port = 49188
     12      1.1     elric 
     13  1.1.1.4  christos do_subst = sed \
     14  1.1.1.4  christos 	-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \
     15  1.1.1.4  christos 	-e 's,[@]srcdir[@],$(srcdir),g' \
     16      1.1     elric 	-e 's,[@]port[@],$(port),g' \
     17      1.1     elric 	-e 's,[@]objdir[@],$(top_builddir)/tests/ldap,g' \
     18      1.1     elric 	-e 's,[@]EGREP[@],$(EGREP),g' 
     19      1.1     elric 
     20      1.1     elric check-ldap: check-ldap.in Makefile
     21      1.1     elric 	$(do_subst) < $(srcdir)/check-ldap.in > check-ldap.tmp
     22      1.1     elric 	chmod +x check-ldap.tmp
     23      1.1     elric 	mv check-ldap.tmp check-ldap
     24      1.1     elric 
     25      1.1     elric slapd-init: slapd-init.in Makefile
     26      1.1     elric 	$(do_subst) < $(srcdir)/slapd-init.in > slapd-init.tmp
     27      1.1     elric 	chmod +x slapd-init.tmp
     28      1.1     elric 	mv slapd-init.tmp slapd-init
     29      1.1     elric 
     30      1.1     elric krb5.conf: krb5.conf.in Makefile
     31      1.1     elric 	$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
     32      1.1     elric 	mv krb5.conf.tmp krb5.conf
     33      1.1     elric 
     34      1.1     elric CLEANFILES= \
     35      1.1     elric 	$(TESTS) \
     36      1.1     elric 	check-ldap.tmp \
     37      1.1     elric 	slapd-init.tmp \
     38      1.1     elric 	current-db* \
     39      1.1     elric 	krb5.conf krb5.conf.tmp \
     40      1.1     elric 	modules.conf \
     41      1.1     elric 	cache.krb5 \
     42      1.1     elric 	slapd-init \
     43      1.1     elric 	foopassword \
     44      1.1     elric 	messages.log \
     45      1.1     elric 	slapd.pid
     46      1.1     elric 
     47      1.1     elric EXTRA_DIST = \
     48  1.1.1.3    pettai 	NTMakefile \
     49      1.1     elric 	samba.schema \
     50      1.1     elric 	slapd.conf \
     51      1.1     elric 	slapd-stop \
     52      1.1     elric 	check-ldap.in \
     53      1.1     elric 	init.ldif \
     54      1.1     elric 	krb5.conf.in \
     55      1.1     elric 	slapd-init.in
     56