source:
Makefile.in
@
712:e88cfddf8df3
| Revision 712:e88cfddf8df3, 244 bytes checked in by mitsuhiko, 3 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | .PHONY: install uninstall |
| 2 | |
| 3 | PREFIX=%(PREFIX)s |
| 4 | PYTHON=%(PYTHON)s |
| 5 | |
| 6 | # All is a no-op, we don't need compilation |
| 7 | all: |
| 8 | |
| 9 | install: |
| 10 | @($(PYTHON) scripts/_install-posix.py $(PREFIX)) |
| 11 | |
| 12 | uninstall: |
| 13 | @(PREFIX=$(PREFIX) /bin/sh ./scripts/_uninstall-posix.sh) |
Note: See TracBrowser
for help on using the repository browser.