Skip to content

Commit

Permalink
Clean up CGREEN settings for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 29, 2019
1 parent 469a6e5 commit 35bbe54
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions interpreter/Makefile.Linux
Expand Up @@ -18,25 +18,14 @@ SOEXTENSION = so

# If Cgreen is installed correctly and completely theses things should just work
# Otherwise you can try to set them to something that does work
#CGREENROOT = /usr/local
#CGREENINCLUDE = -I$(CGREENROOT)/include

# On a 64-bit we should use 64-bit libraries
#ifeq ($(UNAME),x86_64)
# CGREENLIBDIR=$(CGREENROOT)/lib/x86_64-linux-gnu
# CGREENBINDIR=$(CGREENROOT)/bin
#else
# CGREENLIBDIR=$(CGREENROOT)/lib
# CGREENBINDIR=$(CGREENROOT)/bin
#endif
#CGREENLINKLIB = -L$(CGREENLIBDIR) -lcgreen -lm
#CGREENLOADLIB = LD_LIBRARY_PATH=$(CGREENLIBDIR)


##################################################################
.PHONY: release
release: OPTIMIZE = -O4
release: all
###############################
# Cgreen settings
CGREENROOT = /usr/local
CGREENINCLUDE =
CGREENLIBDIR = $(CGREENROOT)/lib/
CGREENBINDIR =
CGREENLINKLIB = -L$(CGREENLIBDIR) -lcgreen -lm
CGREENLDPATH =


#############################################################
Expand Down

0 comments on commit 35bbe54

Please sign in to comment.