Skip to content

Commit 227bf48

Browse files
author
markheger
committed
Makefiles prepared for build service
1 parent aa5d6eb commit 227bf48

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

samples/delay/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
SPLC_FLAGS ?= -a -z
5050
endif
5151

52+
ifdef STREAMS_BUILDSERVICE
53+
SPLC_FLAGS = -a -z -t ../toolkits:$(STREAMS_INSTALL)/toolkits
54+
endif
55+
5256
SPLC = $(STREAMS_INSTALL)/bin/sc
5357
SPL_CMD_ARGS ?= --data-directory=./data
5458
SPL_MAIN_COMPOSITE = com.ibm.streamsx.plumbing.sample.delay::KeyedDelayTest

samples/redundant/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
SPLC_FLAGS ?= -a -z
5050
endif
5151

52+
ifdef STREAMS_BUILDSERVICE
53+
SPLC_FLAGS = -a -z -t ../toolkits:$(STREAMS_INSTALL)/toolkits
54+
endif
55+
5256
SPLC = $(STREAMS_INSTALL)/bin/sc
5357
SPL_CMD_ARGS ?= --data-directory=./data
5458
SPL_MAIN_COMPOSITE1 = com.ibm.streamsx.plumbing.sample.redundant.flow::Flow

samples/shedding/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
SPLC_FLAGS ?= -a -z
5050
endif
5151

52+
ifdef STREAMS_BUILDSERVICE
53+
SPLC_FLAGS = -a -z -t ../toolkits:$(STREAMS_INSTALL)/toolkits
54+
endif
55+
5256
SPLC = $(STREAMS_INSTALL)/bin/sc
5357
SPL_CMD_ARGS ?= --data-directory=./data
5458
SPL_MAIN_COMPOSITE1 = com.ibm.streamsx.plumbing.sample.shedding::ExpressionShedderSample

samples/switches/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
SPLC_FLAGS ?= -a -z
5050
endif
5151

52+
ifdef STREAMS_BUILDSERVICE
53+
SPLC_FLAGS = -a -z -t ../toolkits:$(STREAMS_INSTALL)/toolkits
54+
endif
55+
5256
SPLC = $(STREAMS_INSTALL)/bin/sc
5357
SPL_CMD_ARGS ?= --data-directory=./data
5458
SPL_MAIN_COMPOSITE1 = com.ibm.streamsx.plumbing.sample.switches::ControlledChangeoverSample

samples/synchronize/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
SPLC_FLAGS ?= -a -z
5050
endif
5151

52+
ifdef STREAMS_BUILDSERVICE
53+
SPLC_FLAGS = -a -z -t ../toolkits:$(STREAMS_INSTALL)/toolkits
54+
endif
55+
5256
SPLC = $(STREAMS_INSTALL)/bin/sc
5357
SPL_CMD_ARGS ?= --data-directory=./data
5458
SPL_MAIN_COMPOSITE1 = com.ibm.streamsx.plumbing.sample.synchronize::SynchronizeTwoStreams

0 commit comments

Comments
 (0)