[GRASS-dev] [GRASS-SVN] r61030 - grass/trunk/general/g.mlist

Vaclav Petras wenzeslaus at gmail.com
Sat Jun 28 12:43:07 PDT 2014


Hi Martin,

can you please tell me what is the difference between VECT_INC and
VECTORDEPS? The former contains PQINCPATH, the later PQLIBPATH and PQLIB.

Thanks,
Vaclav

inlcude/Make/Grass.make:
VECT_INC        = $(PQINCPATH)
VECTORDEPS       = $(DBMILIB) $(GRAPHLIB) $(DIG2LIB) $(LINKMLIB)
$(RTREELIB) $(GISLIB) $(GEOSLIBS) $(GDALLIBS) $(MATHLIB) $(BTREE2LIB)
$(GPROJLIB) $(RASTERLIB) $(PQLIBPATH) $(PQLIB)





On Sat, Jun 28, 2014 at 12:22 PM, <svn_grass at osgeo.org> wrote:

> Author: martinl
> Date: 2014-06-28 09:22:57 -0700 (Sat, 28 Jun 2014)
> New Revision: 61030
>
> Modified:
>    grass/trunk/general/g.mlist/Makefile
> Log:
> g.mlist: fix compilation (missing EXTRA_INC)
>
> Modified: grass/trunk/general/g.mlist/Makefile
> ===================================================================
> --- grass/trunk/general/g.mlist/Makefile        2014-06-28 15:25:43 UTC
> (rev 61029)
> +++ grass/trunk/general/g.mlist/Makefile        2014-06-28 16:22:57 UTC
> (rev 61030)
> @@ -4,6 +4,7 @@
>
>  LIBES = $(MANAGELIB) $(GISLIB) $(RASTERLIB) $(RASTER3DLIB) $(VECTORLIB)
>  DEPENDENCIES = $(MANAGEDEP) $(GISDEP) $(RASTERDEP) $(RASTER3DDEP)
> $(VECTORDEP)
> +EXTRA_INC = $(VECT_INC)
>
>  include $(MODULE_TOPDIR)/include/Make/Module.make
>
>
> _______________________________________________
> grass-commit mailing list
> grass-commit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140628/67539ef5/attachment.html>


More information about the grass-dev mailing list