[GRASS-SVN] r55089 - grass/trunk/imagery/i.ortho.photo/i.ortho.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 12:51:14 PST 2013


Author: mmetz
Date: 2013-02-17 12:51:14 -0800 (Sun, 17 Feb 2013)
New Revision: 55089

Modified:
   grass/trunk/imagery/i.ortho.photo/i.ortho.rectify/Makefile
Log:
clean i.ortho.rectify Makefile

Modified: grass/trunk/imagery/i.ortho.photo/i.ortho.rectify/Makefile
===================================================================
--- grass/trunk/imagery/i.ortho.photo/i.ortho.rectify/Makefile	2013-02-17 20:50:13 UTC (rev 55088)
+++ grass/trunk/imagery/i.ortho.photo/i.ortho.rectify/Makefile	2013-02-17 20:51:14 UTC (rev 55089)
@@ -2,12 +2,10 @@
 
 PGM = i.ortho.rectify
 
-# for DEBUG3 see README!
-#EXTRA_CFLAGS = -I../libes -DDEBUG3
 EXTRA_CFLAGS = -I../lib
 
-LIBES     = $(IMAGERYLIB) $(RASTERLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)
-DEPENDENCIES= $(IMAGERYDEP) $(RASTERDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)
+LIBES     = $(IMAGERYLIB) $(RASTERLIB) $(GISLIB) $(IORTHOLIB) $(GMATHLIB)
+DEPENDENCIES= $(IMAGERYDEP) $(RASTERDEP) $(IORTHODEP) $(GISDEP) $(GMATHDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list