Changeset bb2d26b30a8b224fea2167a2eb881d38cddc0043
- Timestamp:
- 06/29/07 01:29:55 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- cfb368e1db62670a62e73af5ee589e663e9dc999
- Parents:
- e22657d2358ca51ac50139871c7904b78cdfaf72
- git-author:
- L. Donnie Smith <donnie.smith@…> (06/29/07 01:29:55)
- git-committer:
- dsmith <dsmith@…> (06/29/07 01:29:55)
- Message:
-
python uninstall
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@131 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
re22657d
|
rbb2d26b
|
|
| 1 | | 2007-06-27 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 1 | 2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 2 | libcwiid |
| | 3 | * changed version |
| | 4 | |
| | 5 | python |
| | 6 | * implemented uninstall |
| | 7 | |
| 2 | 8 | wminput |
| 3 | 9 | * rewrote ir_ptr plugin |
| 4 | | |
| 5 | | libcwiid |
| 6 | | * changed version |
| 7 | 10 | |
| 8 | 11 | 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org> |
-
|
ra057af3
|
rbb2d26b
|
|
| 1 | 1 | #Copyright (C) 2007 Justin M. Tulloss |
| 2 | | |
| 3 | | #TODO: Fix /usr/local path issue |
| 4 | 2 | |
| 5 | 3 | include @top_builddir@/defs.mak |
| … |
… |
|
| 16 | 14 | |
| 17 | 15 | uninstall: |
| | 16 | rm -f $(ROOTDIR)${prefix}/lib/python@PYTHON_VERSION@/site-packages/cwiid.so |
| 18 | 17 | |
| 19 | 18 | clean: |