]> git.sur5r.net Git - openldap/blob - build/lib.mk
Initial inet_aton() detection.
[openldap] / build / lib.mk
1 ## Copyright 1998,1999 The OpenLDAP Foundation
2 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
3 ## of this package for details.
4 ##---------------------------------------------------------------------------
5 ##
6 ## Makefile Template for Libraries
7 ##
8
9 all-common: $(LIBRARY) $(PROGRAMS)
10
11 version.c: $(OBJS)
12         $(RM) $@
13         $(MKVERSION) $(LIBRARY) > $@
14
15 install-common: FORCE
16
17 lint: lint-local FORCE
18         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
19
20 lint5: lint5-local FORCE
21         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
22
23 clean-common:   FORCE
24         $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
25                 $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
26                 *.o *.lo a.out core version.c .libs/*
27
28 depend-common: FORCE
29         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
30
31 lint-local: FORCE
32 lint5-local: FORCE
33
34 Makefile: $(top_srcdir)/build/lib.mk