Skip to content

Commit

Permalink
Manual Makefiles: Bug fixes, configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Kranz committed Jul 24, 2014
1 parent b4387af commit 0166767
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile_avr
Expand Up @@ -5,7 +5,7 @@ MLTONFLAGS=
CFLAGS=-g3 -fPIC -Wall -Iinclude
LFLAGS=-shared

export GDSL_AVR := 1
include avr.mk

#GDSL=gdsl
GDSL_MEX=_manual
Expand Down
3 changes: 1 addition & 2 deletions Makefile_manual
@@ -1,5 +1,4 @@
export GDSL:=gdsl
export MANAGED:=1
include config.mk

archs:=x86 avr mips

Expand Down
2 changes: 1 addition & 1 deletion Makefile_x86
Expand Up @@ -5,7 +5,7 @@ MLTONFLAGS=
CFLAGS=-g3 -fPIC -Wall -Iinclude
LFLAGS=-shared

export GDSL_X86 := 1
include x86.mk

#GDSL=gdsl
GDSL_MEX=_manual
Expand Down
1 change: 1 addition & 0 deletions avr.mk
@@ -0,0 +1 @@
export GDSL_AVR=1
1 change: 1 addition & 0 deletions config.mk
@@ -0,0 +1 @@
export GDSL=gdsl
2 changes: 1 addition & 1 deletion libs/jgdsl/Makefile
Expand Up @@ -4,7 +4,7 @@ CC=gcc
LIBDS=-L$(MLTK)/lib
LIBS=-lgdsl-multiplex
LIBFLAGS=$(LIBDS) $(LIBS)
INCDS=-Iinclude -I$(MLTK)/include -I/usr/lib/jvm/java-7-openjdk-amd64/include
INCDS=-Iinclude -I$(MLTK)/include

DEFINES=-DRELAXEDFATAL
ifdef GDSL_X86
Expand Down
2 changes: 2 additions & 0 deletions tools/Makefile
Expand Up @@ -11,6 +11,8 @@ LIBDS=-L../lib
#GDSL_X86:=1
#endif

#$(info $(MANAGED))

DEFINES=-DRELAXEDFATAL
ifdef GDSL_X86
DEFINES+=-DGDSL_X86
Expand Down
1 change: 1 addition & 0 deletions x86.mk
@@ -0,0 +1 @@
export GDSL_X86=1

0 comments on commit 0166767

Please sign in to comment.