File: Makefile.in

package info (click to toggle)
openldap 2.4.11-1%2Blenny2.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 23,116 kB
  • ctags: 18,785
  • sloc: ansic: 243,312; sh: 40,522; cpp: 5,726; makefile: 1,896; sql: 1,714; xml: 595; perl: 540; tcl: 45
file content (38 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Master Makefile for OpenLDAP
# $OpenLDAP: pkg/ldap/Makefile.in,v 1.30.2.3 2008/02/11 23:26:37 kurt Exp $
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 1998-2008 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.

SUBDIRS= include libraries clients servers tests doc
CLEANDIRS=
INSTALLDIRS= 

makefiles:	FORCE
	./config.status

# force a make all before make install
#	only done at the top-level
install-common: all FORCE

clean-local: FORCE
	$(RM) config.cache config.log configure.lineno
	$(RM) -r autom4te.cache

veryclean-local: FORCE
	$(RM) config.status libtool stamp-h stamp-h.in

distclean: veryclean FORCE

check: test
test: FORCE
	cd tests; make test