Lines Matching refs:includedir
144 includedir ?= $(INCLUDEDIR) macro
171 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(pkgconfigdir)/ $(DESTDIR)$(includedir)/ $(DESTDIR)$(libdir)/
176 $(Q)$(INSTALL_DATA) lz4frame_static.h $(DESTDIR)$(includedir)/lz4frame_static.h
183 @echo Installing headers in $(includedir)
184 $(Q)$(INSTALL_DATA) lz4.h $(DESTDIR)$(includedir)/lz4.h
185 $(Q)$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
186 $(Q)$(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h
195 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4.h
196 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h
197 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4frame.h
198 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4frame_static.h