build const-gen.scm

This commit is contained in:
eknauel 2004-02-10 10:02:23 +00:00
parent 957ddbc987
commit ab999a75c5
3 changed files with 13 additions and 2 deletions

View File

@ -1 +1 @@
SUBDIRS = c
SUBDIRS = c scheme

View File

@ -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])

11
scheme/Makefile.am Normal file
View File

@ -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`