From cf998996175f0828029958d08d481355dcbf12cb Mon Sep 17 00:00:00 2001 From: obijuan Date: Fri, 10 Feb 2017 21:29:17 +0100 Subject: target install.libghdlsynth added --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 06d8d86b6..ddedf33c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -312,6 +312,8 @@ libghdlsynth.a: $(GRT_ADD_OBJS) $(GRT_SRC_DEPS) version.ads force libghdlsynth$(SOEXT): $(GRT_ADD_SHOBJS) $(GRT_SRC_DEPS) version.ads force $(GNATMAKE) -I- -aI. -D pic -z libghdlsynth -o $@ $(GNATFLAGS) $(PIC_FLAGS) -gnat12 $(GHDL_SYNTHLIB_INCFLAGS) -bargs -shared -Llibghdlsynth_ -largs -shared $(GRT_ADD_SHOBJS) $(SHLIB_FLAGS) +install.libghdlsynth: install.libghdlsynth.include install.libghdlsynth.static install.libghdlsynth.shared + install.libghdlsynth.include: install.dirs $(INSTALL_DATA) -p $(srcdir)/src/synth/ghdlsynth.h $(DESTDIR)$(incdir)/ $(INSTALL_DATA) -p $(srcdir)/src/synth/ghdlsynth_gates.h $(DESTDIR)$(incdir)/ -- cgit v1.2.3