1999-08-30 08:08:00 +00:00
|
|
|
# $OpenLDAP$
|
2003-01-03 20:20:47 +00:00
|
|
|
## Copyright 1998-2003 The OpenLDAP Foundation
|
1998-12-28 19:58:57 +00:00
|
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
|
|
## of this package for details.
|
1998-10-25 01:41:42 +00:00
|
|
|
##---------------------------------------------------------------------------
|
|
|
|
##
|
|
|
|
## Makefile Template for Programs
|
|
|
|
##
|
|
|
|
|
1998-11-22 04:22:28 +00:00
|
|
|
all-common: $(PROGRAMS) FORCE
|
1998-10-25 01:41:42 +00:00
|
|
|
|
1998-11-22 04:22:28 +00:00
|
|
|
clean-common: FORCE
|
1999-10-28 07:31:59 +00:00
|
|
|
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \
|
|
|
|
.libs/* *.exe
|
1998-10-25 01:41:42 +00:00
|
|
|
|
1998-11-22 04:22:28 +00:00
|
|
|
depend-common: FORCE
|
1998-10-25 01:41:42 +00:00
|
|
|
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
1998-11-22 04:22:28 +00:00
|
|
|
lint: FORCE
|
1998-10-25 01:41:42 +00:00
|
|
|
$(LINT) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
1998-11-22 04:22:28 +00:00
|
|
|
lint5: FORCE
|
1998-10-25 01:41:42 +00:00
|
|
|
$(5LINT) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
|
|
|
Makefile: $(top_srcdir)/build/rules.mk
|
1998-11-22 04:22:28 +00:00
|
|
|
|