Makefile 300 B

1234567891011121314
  1. .PHONY: all
  2. all: build
  3. PYTHON ?= python
  4. .PHONY: build
  5. build:
  6. $(PYTHON) setup.py build
  7. .PHONY: install
  8. install:
  9. $(PYTHON) setup.py install -O1 $(PYTHON_PREFIX_ARG) --root $(DESTDIR)
  10. install -d $(DESTDIR)/etc/xdg/autostart
  11. install -m 0644 etc/qvm-start-gui.desktop $(DESTDIR)/etc/xdg/autostart/