From 530a16ec071db0e24e6e949e265a96848864967c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 19 Jan 2011 10:44:49 +0000 Subject: add mes5-2.6.33 branch --- Makefile.config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.config (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 000000000..0eb0d764e --- /dev/null +++ b/Makefile.config @@ -0,0 +1,19 @@ + +_DISTRIB_NAME := $(shell sed -n '/^.*distribution=\([^,]*\),.*/s//\1/p' /etc/product.id) +DISTRIB_NAME = "$(_DISTRIB_NAME)" +DISTRIB_VERSION = $(shell sed -n '/^.*version=\([^,]*\),.*/s//\1/p' /etc/product.id) +DISTRIB_TYPE = $(shell sed -n '/^.*type=\([^,]*\),.*/s//\1/p' /etc/product.id) +DISTRIB_DESCR = "Entreprise server release $(DISTRIB_VERSION)" + + +# not config, but useful everywhere :) +ARCH := $(patsubst i%86,i386,$(shell uname -m)) +ARCH := $(patsubst sparc%,sparc,$(ARCH)) + +PKG_ARCH := $(patsubst i386,i586,$(ARCH)) + +ifeq (x86_64, $(ARCH)) +LIB = lib64 +else +LIB = lib +endif -- cgit v1.2.1