openldap/build/rules.mk

27 lines
627 B
Makefile
Raw Normal View History

1999-08-30 16:08:00 +08:00
# $OpenLDAP$
2000-05-13 10:36:07 +08:00
## Copyright 1998-2000 The OpenLDAP Foundation
1998-12-29 03:58:57 +08:00
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
## of this package for details.
1998-10-25 09:41:42 +08:00
##---------------------------------------------------------------------------
##
## Makefile Template for Programs
##
all-common: $(PROGRAMS) FORCE
1998-10-25 09:41:42 +08:00
clean-common: FORCE
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \
.libs/* *.exe
1998-10-25 09:41:42 +08:00
depend-common: FORCE
1998-10-25 09:41:42 +08:00
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
lint: FORCE
1998-10-25 09:41:42 +08:00
$(LINT) $(DEFS) $(DEFINES) $(SRCS)
lint5: FORCE
1998-10-25 09:41:42 +08:00
$(5LINT) $(DEFS) $(DEFINES) $(SRCS)
Makefile: $(top_srcdir)/build/rules.mk