--- src/Makefile.am 2013-05-02 04:39:49 +++ src/Makefile.am 2024-06-24 20:11:21 @@ -1,14 +1,12 @@ # Process this file with automake to produce Makefile.in -SUBDIRS = argp rsync scm sftp spki . testsuite +SUBDIRS = argp rsync sftp spki . testsuite include .dist_classes include .dist_headers BUILT_SOURCES = environ.h -SCHEME = $(SCHEME_PROGRAM) -l $(srcdir)/scm/$(SCHEME_NAME)-compat.scm - EXTRA_PROGRAMS = lsh-krb-checkpw lsh-pam-checkpw srp-gen bin_PROGRAMS = lsh lshg lsh-keygen lsh-writekey lsh-decrypt-key \ @@ -158,13 +156,6 @@ rm -f $(DEP_FILES) make $(DEP_FILES) -# This is GNU make specific - -%.x: % $(srcdir)/scm/gaba.scm $(srcdir)/scm/compiler.scm - $(SCHEME) -e main -l $(srcdir)/scm/compiler.scm \ - -s $(srcdir)/scm/gaba.scm <$< >$@T - test -s $@T && mv -f $@T $@ - ETAGS_ARGS = -r '/ (name[ \t]+\([a-zA-Z0-9_]+\)/\1/' \ -r '/DEFINE[^(]*(\([a-zA-Z0-9_]+\)/\1/'