aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-20 19:36:25 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-20 19:36:25 +0200
commit76ce880bef54d80cfd5a55817b203616f50de823 (patch)
treed615ae8454d92233e38a524436bc355e8cfd68a1 /Makefile.in
parent158b4c6fd957b77dfcc01e7a89cca5b8bad277d8 (diff)
downloadghdl-76ce880bef54d80cfd5a55817b203616f50de823.tar.gz
ghdl-76ce880bef54d80cfd5a55817b203616f50de823.tar.bz2
ghdl-76ce880bef54d80cfd5a55817b203616f50de823.zip
configure: add --with-sundials (preliminary work)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8fa441738..bf3068736 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,6 +44,9 @@ enable_checks=@enable_checks@
enable_gplcompat=@enable_gplcompat@
enable_libghdl=@enable_libghdl@
default_pic=@default_pic@
+with_sundials=@with_sundials@
+sundials_incflags=@sundials_incflags@
+sundials_ldflags=@sundials_ldflags@
INSTALL_PROGRAM=install -m 755
INSTALL_DATA=install -m 644
@@ -412,7 +415,7 @@ uninstall.llvm: uninstall.llvm.program uninstall.grt
GHDL_SIMUL_INCFLAGS=$(GHDL_COMMON_INCFLAGS) -aI$(srcdir)/src/ghdldrv -aI$(srcdir)/src/simul -aI$(srcdir)/src/synth
ghdl_simul$(EXEEXT): $(GRT_ADD_OBJS) $(GRT_SRC_DEPS) version.ads force
- $(GNATMAKE) $(GHDL_SIMUL_INCFLAGS) $(GNATFLAGS) -gnat12 ghdl_simul $(GNAT_BARGS) -largs $(LDFLAGS) $(GRT_ADD_OBJS) $(subst @,$(GRTSRCDIR),$(GRT_EXTRA_LIB))
+ $(GNATMAKE) $(GHDL_SIMUL_INCFLAGS) $(GNATFLAGS) -gnat12 ghdl_simul $(GNAT_BARGS) -largs $(LDFLAGS) $(GRT_ADD_OBJS) $(subst @,$(GRTSRCDIR),$(GRT_EXTRA_LIB)) $(sundials_ldflags)
libs.vhdl.simul: ghdl_simul$(EXEEXT)
$(MAKE) -f $(srcdir)/libraries/Makefile.inc $(LIBVHDL_FLAGS_TO_PASS) GHDL=$(PWD)/ghdl_simul$(EXEEXT) GHDL_FLAGS="" VHDLLIBS_COPY_OBJS=no vhdl.libs.all