Makefile 318 B

12345678910111213141516171819
  1. MODULE_TOPDIR = ../..
  2. PGM = g.cairocomp
  3. EXTRA_INC = $(CAIROINC)
  4. LIBES = $(GISLIB) $(CAIROLIB)
  5. DEPENDENCIES= $(GISDEP)
  6. include $(MODULE_TOPDIR)/include/Make/Module.make
  7. ifneq ($(USE_CAIRO),)
  8. ifneq ($(USE_X11),)
  9. ifneq ($(CAIRO_HAS_XRENDER),)
  10. ifneq ($(CAIRO_HAS_XRENDER_SURFACE),)
  11. default: cmd
  12. endif
  13. endif
  14. endif
  15. endif