source:
grass/branches/releasebranch_7_0/lib/python/Makefile@
65439
| Last change on this file since 65439 was 65439, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 372 bytes | |
| Rev | Line | |
|---|---|---|
| [32179] | 1 | MODULE_TOPDIR = ../.. |
| 2 | ||
| [54569] | 3 | include $(MODULE_TOPDIR)/include/Make/Dir.make |
| [40556] | 4 | include $(MODULE_TOPDIR)/include/Make/Python.make |
| [32179] | 5 | |
| [54569] | 6 | PYDIR = $(ETC)/python/grass |
| [32179] | 7 | |
| [65439] | 8 | SUBDIRS = exceptions script ctypes temporal pygrass pydispatch imaging gunittest |
| [32179] | 9 | |
| [54569] | 10 | default: $(PYDIR)/__init__.py |
| 11 | $(MAKE) subdirs | |
| [37345] | 12 | |
| 13 | $(PYDIR): | |
| [39655] | 14 | $(MKDIR) $@ |
| [37345] | 15 | |
| [54569] | 16 | $(PYDIR)/__init__.py: __init__.py | $(PYDIR) |
| [34141] | 17 | $(INSTALL_DATA) $< $@ |
Note:
See TracBrowser
for help on using the repository browser.
