|
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 | |
|---|
| 1 | MODULE_TOPDIR = ../../..
|
|---|
| 2 |
|
|---|
| 3 | PGM=test.raster3d.lib
|
|---|
| 4 |
|
|---|
| 5 | LIBES = $(GISLIB) $(RASTER3DLIB) $(RASTERLIB)
|
|---|
| 6 | DEPENDENCIES = $(GISDEP) $(RASTER3DDEP) $(RASTERDEP)
|
|---|
| 7 | EXTRA_INC = $(VECT_INC)
|
|---|
| 8 | EXTRA_CFLAGS = $(VECT_CFLAGS)
|
|---|
| 9 |
|
|---|
| 10 | include $(MODULE_TOPDIR)/include/Make/Module.make
|
|---|
| 11 |
|
|---|
| 12 | default: cmd
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.