openldap/build/rules.mk

25 lines
588 B
Makefile
Raw Normal View History

1998-12-29 03:58:57 +08:00
## Copyright 1998,1999 The OpenLDAP Foundation
## 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 a.out core .libs/*
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