source: grass/trunk/lib/raster3d/test/Makefile@ 61242

Last change on this file since 61242 was 58025, checked in by huhabla, 11 years ago

Fixed wrong variable types in cache.c, updated name scheme in the raster3d test framework.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-makefile
File size: 268 bytes
Line 
1MODULE_TOPDIR = ../../..
2
3PGM=test.raster3d.lib
4
5LIBES = $(GISLIB) $(RASTER3DLIB) $(RASTERLIB)
6DEPENDENCIES = $(GISDEP) $(RASTER3DDEP) $(RASTERDEP)
7EXTRA_INC = $(VECT_INC)
8EXTRA_CFLAGS = $(VECT_CFLAGS)
9
10include $(MODULE_TOPDIR)/include/Make/Module.make
11
12default: cmd
Note: See TracBrowser for help on using the repository browser.