X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;h=dd73322efe4695cd4d2e3d69b05109fcf93a215c;hb=49718a027333775f28d463d4e80d5e5238ef68a3;hp=87e43ef497a7c743af73376903d4c978df1d7ad8;hpb=f10c3dcbe75b5532d6646e24ecd25f5651a0c3a9;p=clsql.git diff --git a/Makefile.common b/Makefile.common index 87e43ef..dd73322 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,9 +1,12 @@ UNAME=$(shell uname) +UNAME_A=$(shell uname -a) OS_AIX=$(shell expr "$(UNAME)" : '.*AIX.*') OS_SUNOS=$(shell expr "$(UNAME)" : '.*SunOS.*') OS_DARWIN=$(shell expr "$(UNAME)" : '.*Darwin.*') OS_CYGWIN=$(shell expr "$(UNAME)" : '.*CYGWIN.*') +OS_LINUX=$(shell expr "$(UNAME)" : '.*Linux.*') +OS_LINUX64=$(shell expr "$(UNAME_A)" : '.*Linux.*x86_64.*') all: