]> git.sur5r.net Git - openldap/blob - build/rules.mk
Remove ldapurl project, add deprecate removal project
[openldap] / build / rules.mk
1 # $OpenLDAP$
2 ## Copyright 1998,1999 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 .libs/*
14
15 depend-common: FORCE
16         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
17
18 lint: FORCE
19         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
20
21 lint5: FORCE
22         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
23
24 Makefile: $(top_srcdir)/build/rules.mk
25