You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
422B

  1. SOURCES = $(wildcard src/*.cpp)
  2. SOURCES += $(wildcard common/*.cpp)
  3. SOURCES += $(wildcard components/*.cpp)
  4. SOURCES += $(wildcard ext/LambertW/*.cc)
  5. SOURCES += $(wildcard utils/*.cpp)
  6. SOURCES += $(wildcard widgets/*.cpp)
  7. FLAGS += -I. -I./ext/LambertW -DJE_VERSION=0.5.1 -DJE_MANUFACTURER="Julien Eres"
  8. include ../../plugin.mk
  9. dist: all
  10. mkdir -p dist/JE
  11. cp LICENSE* dist/JE/
  12. cp plugin.* dist/JE/
  13. cp -R res dist/JE/