Skip to content

Commit 75909b2

Browse files
committed
added instructions and copyright
1 parent 76a96a2 commit 75909b2

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

Makefile

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
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

319
PWD = $(shell pwd)
420

dependencies/Makefile

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
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
247
PACKAGES += cassandra
258
#PACKAGES += couchbase

0 commit comments

Comments
 (0)