X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2FMakefile;h=ed1c7e90fe368be1887555cff444987a247656fe;hb=ec435fcd55e507e8542e6b0f17af4aaba9a22d9b;hp=a1e9bb417f2b825555ec7565e3a17a769cfceb6a;hpb=f558935cb19a60ac4ef6b13fa5d5c702cadb3282;p=palacios.git diff --git a/linux_usr/Makefile b/linux_usr/Makefile index a1e9bb4..ed1c7e9 100644 --- a/linux_usr/Makefile +++ b/linux_usr/Makefile @@ -1,5 +1,4 @@ -all: v3_ctrl v3_stop v3_cons v3_mem v3_monitor v3_stream v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file - +all: v3_ctrl v3_stop v3_cons v3_cons_sc v3_mem v3_monitor v3_stream v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file v3_ctrl : v3_ctrl.c v3_ctrl.h @@ -18,6 +17,10 @@ v3_cons : v3_cons.c v3_ctrl.h v3_stream : v3_stream.c v3_ctrl.h gcc -static v3_stream.c -o v3_stream +v3_cons_sc : v3_cons_sc.c v3_ctrl.h + gcc -static v3_cons_sc.c -o v3_cons_sc -lcurses + + v3_monitor : v3_cons.c v3_ctrl.h gcc -static v3_monitor.c -o v3_monitor