]> git.sur5r.net Git - openldap/blob - build/rules.mk
Ready for release
[openldap] / build / rules.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2003 The OpenLDAP Foundation.
3 ## All rights reserved.
4 ##
5 ## Redistribution and use in source and binary forms, with or without
6 ## modification, are permitted only as authorized by the OpenLDAP
7 ## Public License.
8 ##
9 ## A copy of this license is available in the file LICENSE in the
10 ## top-level directory of the distribution or, alternatively, at
11 ## <http://www.OpenLDAP.org/license.html>.
12 ##---------------------------------------------------------------------------
13 #
14 # Makefile Template for Programs
15 #
16
17 all-common: $(PROGRAMS) FORCE
18
19 clean-common:   FORCE
20         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \
21                     .libs/* *.exe
22
23 depend-common: FORCE
24         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
25
26 lint: FORCE
27         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
28
29 lint5: FORCE
30         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
31
32 Makefile: $(top_srcdir)/build/rules.mk
33