2003-11-17 09:43:07 -05:00
|
|
|
INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
2003-12-31 10:40:26 -05:00
|
|
|
SCSH= @SCSH@
|
2003-11-17 09:43:07 -05:00
|
|
|
|
2003-12-31 10:40:26 -05:00
|
|
|
GENERATED_CODE= ldap-consts.c const-decls-h
|
|
|
|
SCHEME_DIR= ../scheme
|
|
|
|
CLEANFILES= $(GENERATED_CODE)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libscshldap.la
|
2003-11-17 09:43:07 -05:00
|
|
|
|
|
|
|
libscshldap_la_SOURCES = ldap.c
|
2003-12-31 10:40:26 -05:00
|
|
|
|
|
|
|
libscshldap_la_LDFLAGS=
|
|
|
|
|
|
|
|
$(GENERATED_CODE):
|
|
|
|
$(SCSH) -lm $(SCHEME_DIR)/ffi-tools-packages.scm \
|
|
|
|
-lm $(SCHEME_DIR)/ldap-constants.scm \
|
|
|
|
-o ldap-constants -c '(make-c-files command-line-arguments)' \
|
|
|
|
`pwd`
|