source: grass/trunk/lib/vector/Vlib/Makefile

Last change on this file was 47525, checked in by martinl, 13 years ago

vlib: Vect_read_colors() added

dependency to rasterlib introduced

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id
  • Property svn:mime-type set to text/x-sh
File size: 447 bytes
Line 
1MODULE_TOPDIR = ../../..
2
3EXTRA_INC = $(VECT_INC)
4EXTRA_CFLAGS = $(ZLIBINCPATH) $(PROJINC) $(VECT_CFLAGS)
5
6LIB = VECTOR
7DEPENDENCIES = $(ARCH_INCDIR)/Vect.h $(ARCH_INCDIR)/V_.h \
8 $(ARCH_INCDIR)/vect/dig_defines.h \
9 $(ARCH_INCDIR)/vect/dig_macros.h $(ARCH_INCDIR)/vect/dig_structs.h \
10 $(ARCH_INCDIR)/vect/dig_externs.h $(ARCH_INCDIR)/vect/dig_globs.h \
11 $(GISDEP) $(RASTERDEP)
12
13include $(MODULE_TOPDIR)/include/Make/Lib.make
14
15default: lib
16
Note: See TracBrowser for help on using the repository browser.