Makefile 251 B

12345678910111213
  1. # fix this relative to include/
  2. # or use absolute path to the GRASS source code
  3. MODULE_TOPDIR = ../..
  4. PGM = r.lake
  5. LIBES = $(RASTERLIB) $(GISLIB)
  6. DEPENDENCIES = $(RASTERDEP) $(GISDEP)
  7. include $(MODULE_TOPDIR)/include/Make/Module.make
  8. default: cmd