openldap/build/rules.mk

25 lines
600 B
Makefile
Raw Normal View History

1998-12-28 14:58:57 -05:00
## Copyright 1998,1999 The OpenLDAP Foundation
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
## of this package for details.
1998-10-24 21:41:42 -04:00
##---------------------------------------------------------------------------
##
## Makefile Template for Programs
##
all-common: $(PROGRAMS) FORCE
1998-10-24 21:41:42 -04:00
clean-common: FORCE
1999-07-30 21:11:33 -04:00
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core .libs/*
1998-10-24 21:41:42 -04:00
depend-common: FORCE
1998-10-24 21:41:42 -04:00
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
lint: FORCE
1998-10-24 21:41:42 -04:00
$(LINT) $(DEFS) $(DEFINES) $(SRCS)
lint5: FORCE
1998-10-24 21:41:42 -04:00
$(5LINT) $(DEFS) $(DEFINES) $(SRCS)
Makefile: $(top_srcdir)/build/rules.mk