rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

plugins.mk (461B)


      1 ## Shared
      2 COMMON_CODE=./plugins/strings/strings.c
      3 
      4 ## Plugins
      5 CUSTOM_STYLES=./plugins/style/style.c
      6 SHORTCUTS=./plugins/shortcuts/shortcuts.c
      7 READABILITY=./plugins/readability/readability.c 
      8 LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c
      9 
     10 STAND_IN=./plugins/stand_in/stand_in.c # gives function definitions for the above, which do nothing
     11 
     12 PLUGINS=$(COMMON_CODE) $(CUSTOM_STYLES) $(SHORTCUTS) $(READABILITY) $(LIBRE_REDIRECT) 
     13 # PLUGINS=$(STAND_IN)
     14 
     15