OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / libldap / Makefile.in
1 # $OpenLDAP: pkg/ldap/Makefile.in,v 1.21.2.1 2003/03/03 17:10:01 kurt Exp $
2 # Master Makefile for OpenLDAP
3 ##
4 ## Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
5 ## All rights reserved.
6 ##
7 ## Redistribution and use in source and binary forms are permitted only
8 ## as authorized by the OpenLDAP Public License.  A copy of this
9 ## license is available at http://www.OpenLDAP.org/license.html or
10 ## in file LICENSE in the top-level directory of the distribution.
11 ##
12
13 SUBDIRS= include libraries clients servers tests doc
14 CLEANDIRS=
15 INSTALLDIRS= 
16
17 makefiles:      FORCE
18         ./config.status
19
20 # force a make all before make install
21 #       only done at the top-level
22 install-common: all FORCE
23
24 clean-local: FORCE
25         $(RM) config.log
26
27 veryclean-local: FORCE
28         $(RM) config.cache config.status libtool stamp-h stamp-h.in
29
30 distclean: veryclean FORCE
31
32 check: test
33 test: FORCE
34         cd tests; make test
35
36 romfs: FORCE
37         for l in libraries/liblber/.libs/liblber.so libraries/libldap/.libs/libldap.so; do \
38                 cp -fa --preserve=mode $$l* $(ROMFSDIR)/lib/;   \
39         done