build const-gen.scm
This commit is contained in:
parent
957ddbc987
commit
ab999a75c5
|
@ -1 +1 @@
|
|||
SUBDIRS = c
|
||||
SUBDIRS = c scheme
|
||||
|
|
|
@ -133,4 +133,4 @@ AC_SUBST(libdir)
|
|||
AC_SUBST(libsysdir)
|
||||
AC_SUBST(schemedir)
|
||||
AC_SUBST(CC)
|
||||
AC_OUTPUT([Makefile c/Makefile])
|
||||
AC_OUTPUT([Makefile c/Makefile scheme/Makefile])
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
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`
|
Loading…
Reference in New Issue