]> git.sur5r.net Git - openldap/blob - build/rules.mk
0002cd0ac8153b6e3f0895118f4934d8dbbc2a17
[openldap] / build / rules.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2000 The OpenLDAP Foundation
3 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
4 ## of this package for details.
5 ##---------------------------------------------------------------------------
6 ##
7 ## Makefile Template for Programs
8 ##
9
10 all-common: $(PROGRAMS) FORCE
11
12 clean-common:   FORCE
13         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \
14                     .libs/* *.exe
15
16 depend-common: FORCE
17         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
18
19 lint: FORCE
20         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
21
22 lint5: FORCE
23         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
24
25 Makefile: $(top_srcdir)/build/rules.mk
26