source: grass/branches/releasebranch_7_0/lib/python/Makefile@ 65439

Last change on this file since 65439 was 65439, checked in by zarch, 9 years ago

pygrass: backport r65438, Remove dictionary comprehension for backward compatibility with python2.6

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-makefile
File size: 372 bytes
RevLine 
[32179]1MODULE_TOPDIR = ../..
2
[54569]3include $(MODULE_TOPDIR)/include/Make/Dir.make
[40556]4include $(MODULE_TOPDIR)/include/Make/Python.make
[32179]5
[54569]6PYDIR = $(ETC)/python/grass
[32179]7
[65439]8SUBDIRS = exceptions script ctypes temporal pygrass pydispatch imaging gunittest
[32179]9
[54569]10default: $(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.