From b93ac813080a942f799e8bbd0f1b4245d2765166 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 2 Feb 2017 21:37:23 +0100 Subject: Makefile: add install.libghdlsynth --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index ac61815cf..b2d84f53a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -300,6 +300,12 @@ libghdlsynth.a: $(GRT_ADD_OBJS) $(GRT_SRC_DEPS) version.ads force $(RM) -f $@ ar rc $@ b~libghdlsynth.o `cat ghdlsynth.files` $(GRT_ADD_OBJS) +install.libghdlsynth: libghdlsynth.a install.dirs + $(INSTALL_DATA) -p libghdlsynth.a $(DESTDIR)$(libdir)/ + $(INSTALL_DATA) -p $(srcdir)/src/synth/ghdlsynth.h $(DESTDIR)$(incdir)/ + $(INSTALL_DATA) -p $(srcdir)/src/synth/ghdlsynth_gates.h $(DESTDIR)$(incdir)/ + $(INSTALL_DATA) -p ghdlsynth.link $(DESTDIR)$(libdir)/ + ################ ghwdump ################################################# GHWDUMP_OBJS=ghwdump.o ghwlib.o -- cgit v1.2.3