[GRASS-SVN] r43302 - in grass/branches/develbranch_6: gui/wxpython
gui/wxpython/vdigit lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 27 09:27:12 EDT 2010
Author: glynn
Date: 2010-08-27 13:27:12 +0000 (Fri, 27 Aug 2010)
New Revision: 43302
Modified:
grass/branches/develbranch_6/gui/wxpython/Makefile
grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
grass/branches/develbranch_6/lib/python/ctypes/Makefile
Log:
"make clean" fixes
Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile 2010-08-27 13:12:49 UTC (rev 43301)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile 2010-08-27 13:27:12 UTC (rev 43302)
@@ -1,7 +1,7 @@
MODULE_TOPDIR = ../..
SUBDIRS = docs vdigit scripts
-EXTRA_CLEAN_FILES = menustrings.py
+EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc
CLEAN_SUBDIRS = vdigit scripts
include $(MODULE_TOPDIR)/include/Make/Dir.make
@@ -16,6 +16,8 @@
default: install_scripts
$(MAKE) parsubdirs
+clean: cleansubdirs
+
install_scripts:
-for dir in '' compat gui_modules icons icons/silk images vdigit xml; do \
if [ ! -d $(ETCDIR)/$$dir ] ; then $(MKDIR) $(ETCDIR)/$$dir ; fi ; \
Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile 2010-08-27 13:12:49 UTC (rev 43301)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile 2010-08-27 13:27:12 UTC (rev 43302)
@@ -15,6 +15,7 @@
ETCDIR = $(ETC)/wxpython
+EXTRA_CLEAN_FILES = grass6_wxvdigit.py grass6_wxvdigit.i grass6_wxvdigit_wrap.cpp
default:
ifneq ($(USE_WXWIDGETS),)
Modified: grass/branches/develbranch_6/lib/python/ctypes/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/python/ctypes/Makefile 2010-08-27 13:12:49 UTC (rev 43301)
+++ grass/branches/develbranch_6/lib/python/ctypes/Makefile 2010-08-27 13:27:12 UTC (rev 43302)
@@ -54,7 +54,7 @@
SED = sed
CTYPESGEN = ./ctypesgen.py
CTYPESFLAGS = --cpp "$(CC) -E $(CPPFLAGS) $(LFS_CFLAGS) $(EXTRA_CFLAGS) $(NLS_CFLAGS) $(DEFS) $(EXTRA_INC) $(INC)"
-EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M).py) $(wildcard ctypesgencore/*/*.pyc)
+EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M).py) $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc)
ifneq ($(MINGW),)
INTLLIB = -lintl3
More information about the grass-commit
mailing list