Skip to content
Snippets Groups Projects
Commit f4e4c8fd authored by Bouquillon Fabien's avatar Bouquillon Fabien
Browse files

modification des makefile

parent 164b4d36
No related branches found
No related tags found
No related merge requests found
all: install_multiset ucb_etat_de_l_art ucb_categorie exploration_graph
install_multiset:
cp ./include/multiset.h /usr/include/
all: ucb_etat_de_l_art ucb_categorie exploration_graph
ucb_etat_de_l_art: initialize_RMB_LMB
$(MAKE) -C UCB_local
......
......@@ -9,7 +9,7 @@ LDLIBS2=`otawa-config otawa/display otawa/UCB_local --libs`
ARMCC=arm-none-eabi-gcc
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/ -I ../include/
all: clean UCB_local.so install application binaire
......
......@@ -9,7 +9,7 @@ LDLIBS2=`otawa-config otawa/display otawa/explo --libs`
ARMCC=arm-none-eabi-gcc
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/ -I ../include/
all: clean explo.so install application binaire one_function loop condition large_code large_loop test_new_graph
......
......@@ -9,7 +9,7 @@ LDLIBS2=`otawa-config otawa/display otawa/ucb_otawa --libs`
ARMCC=arm-none-eabi-gcc
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/
CXXFLAGS += -std=c++11 -O0 -g -I ../otawa-core2-build/otawa/include/ -I ../otawa-core2-build/elm/include/ -I ../include/
all: clean ucb_otawa.so install application binaire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment