xref: /kernel/linux/linux-6.6/tools/verification/dot2/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/verification/dot2/
162306a36Sopenharmony_ciINSTALL=install
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciprefix  ?= /usr
462306a36Sopenharmony_cibindir  ?= $(prefix)/bin
562306a36Sopenharmony_cimandir  ?= $(prefix)/share/man
662306a36Sopenharmony_cimiscdir ?= $(prefix)/share/dot2
762306a36Sopenharmony_cisrcdir  ?= $(prefix)/src
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciPYLIB  ?= $(shell python3 -c 'import sysconfig;  print (sysconfig.get_path("purelib"))')
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci.PHONY: all
1262306a36Sopenharmony_ciall:
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci.PHONY: clean
1562306a36Sopenharmony_ciclean:
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci.PHONY: install
1862306a36Sopenharmony_ciinstall:
1962306a36Sopenharmony_ci	$(INSTALL) automata.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/automata.py
2062306a36Sopenharmony_ci	$(INSTALL) dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2c.py
2162306a36Sopenharmony_ci	$(INSTALL) dot2c -D -m 755 $(DESTDIR)$(bindir)/
2262306a36Sopenharmony_ci	$(INSTALL) dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2k.py
2362306a36Sopenharmony_ci	$(INSTALL) dot2k -D -m 755 $(DESTDIR)$(bindir)/
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci	mkdir -p ${miscdir}/
2662306a36Sopenharmony_ci	cp -rp dot2k_templates $(DESTDIR)$(miscdir)/
27

Indexes created Thu Nov 07 10:32:03 CST 2024