Skip to content
Snippets Groups Projects
Commit 71664f2d authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

added generation pure 2013 library

parent a6eda524
Branches
Tags
No related merge requests found
......@@ -11,10 +11,10 @@ javac -cp ../../lib/java:. gen/*.java Encoder.java Decoder.java
gcc -Wall -Werror -I. -I../../lib/c -L../../lib/c \
-o example_encoder example_encoder.c gen/simple.c \
-llabcomm -Tlabcomm.linkscript
-llabcomm2013 -Tlabcomm.linkscript
gcc -Wall -Werror -I . -I ../../lib/c -L../../lib/c \
-o example_decoder example_decoder.c gen/simple.c \
-llabcomm -Tlabcomm.linkscript
-llabcomm2013 -Tlabcomm.linkscript
# For version 2006
......
......@@ -69,7 +69,7 @@ endif
.PHONY: all run-test clean distclean
all: liblabcomm.a liblabcomm.so.1 liblabcomm2006.a liblabcomm2006.so.1
all: liblabcomm.a liblabcomm.so.1 liblabcomm2006.a liblabcomm2006.so.1 liblabcomm2013.a liblabcomm2013.so.1
liblabcomm.a: $(OBJS) $(OBJS2006)
ar -r $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment