scsh-ldap/scheme/Makefile.am

12 lines
321 B
Makefile

SCSH= @SCSH@
noinst_SCRIPTS = const-gen.scm
BUILT_SOURCES = const-gen.scm
FFITOOLS_DIR= ../ffi-tools
CLEANFILES = $(BUILT_SOURCES)
$(BUILT_SOURCES):
$(SCSH) -lm $(srcdir)/$(FFITOOLS_DIR)/ffi-tools-package.scm -lm ldap-constants.scm \
-o ldap-constants -c '(make-scm-files command-line-arguments)' \
`pwd`