-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMakefile.am
More file actions
20 lines (13 loc) · 734 Bytes
/
Makefile.am
File metadata and controls
20 lines (13 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ENVIRONMENT = LD_LIBRARY_PATH=$(top_builddir)/aiscm/.libs:$(LD_LIBRARY_PATH) GUILE_AUTO_COMPILE=0
RUN = $(GUILE) -L $(top_builddir) -L $(top_builddir)/tests
SUBDIRS = tensorflow aiscm tests doc bench
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = autogen.sh configure.ac README README.md TODO.md COPYING NEWS NEWS.md ChangeLog AUTHORS config.rpath test-driver.scm
repl:
$(ENVIRONMENT) GC_INITIAL_HEAP_SIZE=1G GC_USE_ENTIRE_HEAP=Y DEBUG=YES $(RUN)
CLEANFILES = *~ *.html
MAINTAINERCLEANFILES = aclocal.m4 configure ChangeLog Makefile.in mkinstalldirs \
stamp-h.in libtool config.cache config.h config.h.in acinclude.m4 \
m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
maintainer-clean-local:
rm -Rf pkg