[GRASS-SVN] r32732 - in grass/trunk: general imagery raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 13 02:54:15 EDT 2008


Author: glynn
Date: 2008-08-13 02:54:15 -0400 (Wed, 13 Aug 2008)
New Revision: 32732

Modified:
   grass/trunk/general/Makefile
   grass/trunk/imagery/Makefile
   grass/trunk/raster/Makefile
Log:
Don't try to build modules which won't compile


Modified: grass/trunk/general/Makefile
===================================================================
--- grass/trunk/general/Makefile	2008-08-12 23:59:51 UTC (rev 32731)
+++ grass/trunk/general/Makefile	2008-08-13 06:54:15 UTC (rev 32732)
@@ -17,12 +17,13 @@
 	g.proj \
 	g.pnmcomp \
 	g.region \
-	g.setproj \
 	g.tempfile \
 	g.transform \
 	g.version \
 	manage
 
+#	g.setproj \
+
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: parsubdirs

Modified: grass/trunk/imagery/Makefile
===================================================================
--- grass/trunk/imagery/Makefile	2008-08-12 23:59:51 UTC (rev 32731)
+++ grass/trunk/imagery/Makefile	2008-08-13 06:54:15 UTC (rev 32732)
@@ -20,18 +20,11 @@
 
 FFTWBASED = i.fft i.ifft i.zc
 
-XMONBASED = i.class i.ortho.photo i.points i.vpoints
-
 #compile if FFTW present:
 ifneq ($(strip $(FFTWLIB)),)
     SUBDIRS += $(FFTWBASED)
 endif
 
-#compile if interactive Xmons are present:
-ifneq ($(USE_X11),)
-    SUBDIRS += $(XMONBASED)
-endif
-
 PGM = imageryintro
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

Modified: grass/trunk/raster/Makefile
===================================================================
--- grass/trunk/raster/Makefile	2008-08-12 23:59:51 UTC (rev 32731)
+++ grass/trunk/raster/Makefile	2008-08-13 06:54:15 UTC (rev 32732)
@@ -120,9 +120,6 @@
 
 TIFFBASED = r.out.tiff
 
-XMONBASED = r.digit
-
-
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
 #compile if GDAL present:
@@ -150,12 +147,7 @@
     SUBDIRS += $(TIFFBASED)
 endif
 
-#compile if interactive Xmons are present:
-ifneq ($(USE_X11),)
-    SUBDIRS += $(XMONBASED)
-endif
 
-
 PGM = rasterintro
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make



More information about the grass-commit mailing list