Lines Matching full:install
10 INSTALL ?= install macro
68 install-headers: $(HDRS)
70 @$(INSTALL) -d $(DESTDIR)$(includedir)/ynl
71 @$(INSTALL) -m 0644 *.h $(DESTDIR)$(includedir)/ynl/
73 install-rsts: $(RSTS)
75 @$(INSTALL) -d $(DESTDIR)$(docdir)/ynl
76 @$(INSTALL) -m 0644 $(RSTS) $(DESTDIR)$(docdir)/ynl/
78 install-specs:
80 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl
81 @$(INSTALL) -m 0644 ../../../../Documentation/netlink/*.yaml $(DESTDIR)$(datarootdir)/ynl/
82 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl/specs
83 @$(INSTALL) -m 0644 $(SPECS_DIR)/*.yaml $(DESTDIR)$(datarootdir)/ynl/specs/
85 install: install-headers install-rsts install-specs target
87 .PHONY: all clean distclean regen install install-headers install-rsts install-specs