Skip to content

Commit

Permalink
Item13194: added makefile system
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 9, 2015
1 parent aa89b32 commit a8ffaf2
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/Makefile
@@ -0,0 +1,6 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=foswiki_tiny.js foswiki.js
SUBDIRS=plugins

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include

6 changes: 6 additions & 0 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/plugins/Makefile
@@ -0,0 +1,6 @@
FOSWIKI_ROOT?=~/foswiki/core
SUBDIRS=foswiki foswikibuttons foswikiimage

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include


@@ -0,0 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=editor_plugin.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,5 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=editor_plugin.js
SUBDIRS=css jscripts

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=popup.css

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=attach.js colour.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,5 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=editor_plugin.js
SUBDIRS=css js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=foswikiimage.css

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
@@ -0,0 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/core
TARGET=image.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include

0 comments on commit a8ffaf2

Please sign in to comment.