]> git.sur5r.net Git - openldap/blob - build/rules.mk
Update copyright notices for 1999.
[openldap] / build / rules.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 Programs
7 ##
8
9 all-common: $(PROGRAMS) FORCE
10
11 clean-common:   FORCE
12         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
13
14 depend-common: FORCE
15         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
16
17 lint: FORCE
18         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
19
20 lint5: FORCE
21         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
22
23 Makefile: $(top_srcdir)/build/rules.mk
24