File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed
Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 1- # -*- makefile -*-
1+ # ##################################################################
2+ # Copyright (C) 2015, International Business Machines Corporation.
3+ # All Rights Reserved.
4+ # ##########################################################
5+
6+ # #
7+ # This Makefile builds the DPS toolkit.
8+ # Pre-built versions of the dependencies (curl, redis, e.t.c) have been included in the dependencies folder for the following supported platforms:
9+ # Linux x86_64:
10+ # RedHat Enterprise Linux 6.4 (or an equivalent CentOS version)
11+ # RedHat Enterprise Linux 7.1 (or an equivalent CentOS version)
12+ # SUSE Linux Enterprise Server (SLES)) 11
13+ # Linux for IBM Power 8 Little Endian:
14+ # RedHat Enterprise Linux 7.1 )
15+ # Linux for IBM Power 7 Big Endian:
16+ # RedHat Enterprise Linux 6.4 (or an equivalent CentOS version)
17+ # To build the toolkit for any of the above platforms, run "make".
218
319PWD = $(shell pwd)
420
Original file line number Diff line number Diff line change 11# ##################################################################
2- # Licensed Materials - Property of IBM
3- # Copyright IBM Corp. 2011, 2013
4- # US Government Users Restricted Rights - Use, duplication or
5- # disclosure restricted by GSA ADP Schedule Contract with
6- # IBM Corp.
2+ # Copyright (C) 2015, International Business Machines Corporation.
3+ # All Rights Reserved.
74# ##########################################################
85
9-
10- # This Makefile builds the DPS toolkit.
11- # Pre-built versions of the dependencies (curl, redis, e.t.c) have been included in the dependencies folder for the following supported platforms:
12- # Linux x86_64:
13- # RedHat Enterprise Linux 6.4 (or an equivalent CentOS version)
14- # RedHat Enterprise Linux 7.1 (or an equivalent CentOS version)
15- # SUSE Linux Enterprise Server (SLES)) 11
16- # Linux for IBM Power 8 Little Endian:
17- # RedHat Enterprise Linux 7.1 )
18- # Linux for IBM Power 7 Big Endian:
19- # RedHat Enterprise Linux 6.4 (or an equivalent CentOS version)
20- # To build the toolkit for any of the above platforms, run "make".
21-
22-
236# PACKAGES += aerospike
247PACKAGES += cassandra
258# PACKAGES += couchbase
You can’t perform that action at this time.
0 commit comments