X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile.common;h=87e43ef497a7c743af73376903d4c978df1d7ad8;hb=f10c3dcbe75b5532d6646e24ecd25f5651a0c3a9;hp=846a75425c6bd32d4911b6b9f36db69d3fbd1b1f;hpb=9caf87927916854758e642c625e6c8a8b274b999;p=clsql.git diff --git a/Makefile.common b/Makefile.common index 846a754..87e43ef 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,3 +1,10 @@ +UNAME=$(shell uname) + +OS_AIX=$(shell expr "$(UNAME)" : '.*AIX.*') +OS_SUNOS=$(shell expr "$(UNAME)" : '.*SunOS.*') +OS_DARWIN=$(shell expr "$(UNAME)" : '.*Darwin.*') +OS_CYGWIN=$(shell expr "$(UNAME)" : '.*CYGWIN.*') + all: