]> git.sur5r.net Git - openldap/blob - build/rules.mk
Import nextid safety checks from -devel.
[openldap] / build / rules.mk
1 ##---------------------------------------------------------------------------
2 ##
3 ## Makefile Template for Programs
4 ##
5
6 all-common: $(PROGRAMS) FORCE
7
8 clean-common:   FORCE
9         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
10
11 depend-common: FORCE
12         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
13
14 lint: FORCE
15         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
16
17 lint5: FORCE
18         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
19
20 Makefile: $(top_srcdir)/build/rules.mk
21