2007-03-12 04:21:54 +00:00
|
|
|
# define these targets in your makefile if you wish
|
|
|
|
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
2006-02-09 22:37:44 +00:00
|
|
|
|
2007-03-12 05:17:17 +00:00
|
|
|
# and define these variables to impact your build
|
2007-03-13 18:23:49 +00:00
|
|
|
MODNAME=mod_ldap
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=-DWITH_OPENLDAP -DLDAP_DEPRECATED
|
|
|
|
LOCAL_LDFLAGS=-lldap_r -llber
|
|
|
|
LOCAL_OBJS=
|
2007-03-13 18:23:49 +00:00
|
|
|
include ../../../../build/modmake.rules
|
2006-02-09 22:37:44 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
2006-02-21 16:03:18 +00:00
|
|
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install openldap-2.3.19.tgz --prefix=$(PREFIX) --disable-bdb --disable-hdb
|