openldap/build/rules.mk
Kurt Zeilenga 2e769ccf43 Make all, clean, veryclean, depend, install all appear to work!
Now to sort out configure enable/with options.
1998-09-18 06:03:19 +00:00

26 lines
557 B
Makefile

##---------------------------------------------------------------------------
##
## Makefile Template for Programs
##
all-common: all-local $(PROGRAMS)
install-common: all install-local
clean-common: clean-local
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core
veryclean-common: veryclean-local clean-local
depend-common: depend-local
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
lint: lint-local
$(LINT) $(DEFS) $(DEFINES) $(SRCS)
lint5: lint5-local
$(5LINT) $(DEFS) $(DEFINES) $(SRCS)
# these could be empty
lint-local: FORCE
lint5-local: FORCE