openldap/build/rules.mk

22 lines
435 B
Makefile
Raw Normal View History

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
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out 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