Makefile 228 B

12345678910111213
  1. MODULE_TOPDIR = ../..
  2. include $(MODULE_TOPDIR)/include/Make/Other.make
  3. EXTRA_CLEAN_FILES = setup.hint
  4. default: setup.hint
  5. setup.hint: setup.hint.tmpl
  6. sed \
  7. -e 's#@GRASS_VERSION_NUMBER@#$(GRASS_VERSION_NUMBER)#' \
  8. $< > $@