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 ##---------------------------------------------------------------------------
6 ## Makefile Template for Programs
9 all-common: $(PROGRAMS) FORCE
12 $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core .libs/*
15 $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
18 $(LINT) $(DEFS) $(DEFINES) $(SRCS)
21 $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
23 Makefile: $(top_srcdir)/build/rules.mk