summaryrefslogtreecommitdiffstats
path: root/clib/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'clib/Rules.mk')
-rw-r--r--clib/Rules.mk62
1 files changed, 0 insertions, 62 deletions
diff --git a/clib/Rules.mk b/clib/Rules.mk
deleted file mode 100644
index be56885..0000000
--- a/clib/Rules.mk
+++ /dev/null
@@ -1,62 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: clib/Rules.mk $
-#
-# OpenPOWER FFS Project
-#
-# Contributors Listed Below - COPYRIGHT 2014,2015
-# [+] International Business Machines Corp.
-#
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# permissions and limitations under the License.
-#
-# IBM_PROLOG_END_TAG
-CFLAGS += -D_GNU_SOURCE -std=gnu99 -fshort-enums -D_FILE_OFFSET_BITS=64
-CFLAGS += -iquote$(DEPTH) -fPIC
-
-LDFLAGS=-L.
-
-OBJS = err.o misc.o ecc.o \
- exception.o \
- list.o list_iter.o \
- tree.o tree_iter.o \
- value.o mq.o \
- trace_indent.o checksum.o
-
-
-TARGETS=libclib.so libclib.a
-
-vpath %.c ../src
-vpath %.h ..
-
-all: $(TARGETS)
-
-libclib.so: $(OBJS)
- $(CC) $(LDFLAGS) -shared -Wl,-soname,$@ -o $@ $^ -lpthread \
- -lrt
-
-libclib.a: $(OBJS)
- $(AR) -r $@ $^
-
-
-clean distclean:
- $(RM) *.so *.o *.gch *.CKP *.lst $(TARGETS)
- $(RM) html latex
-
-install: $(TARGETS) ../*.h
- $(INSTALL) -d $(CLIB_INSTALL)/include/clib $(CLIB_INSTALL)/{bin,lib}
- $(INSTALL) ../*.h $(CLIB_INSTALL)/include/clib
- $(INSTALL) libclib.so libclib.a $(CLIB_INSTALL)/lib
- $(MAKE) -C test $@
- $(MAKE) -C cunit $@
OpenPOWER on IntegriCloud