X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_usr%2FMakefile;fp=linux_usr%2FMakefile;h=238458f8540f9089e57e7b732e3ebbb8364b680e;hp=c0d5034d859a1db63742ce4331baba94e295edcd;hb=ea68fe042705986beaec92f33db0395b816c2e38;hpb=210c49c1f9b523ff94fd5b6791961d242d5bbae4 diff --git a/linux_usr/Makefile b/linux_usr/Makefile index c0d5034..238458f 100644 --- a/linux_usr/Makefile +++ b/linux_usr/Makefile @@ -55,7 +55,9 @@ EXPERIMENTAL_EXECS = v3_simulate \ v3_env_inject \ v3_syscall \ v3_register_gm \ - v3_devfile_shadow + v3_devfile_shadow \ + +NONDEFAULT_EXECS = v3_cons_tc # needs to have termkey installed @@ -133,6 +135,10 @@ v3_cons: v3_cons.c v3_cons_sc: v3_cons_sc.c $(CC) $(CFLAGS) $(CURSES_CFLAGS) $< $(CURSES_LIBS) -o $@ +v3_cons_tc: v3_cons_tc.c + $(CC) $(CFLAGS) $(CURSES_CFLAGS) $< $(CURSES_LIBS) -L. -ltermkey -lcurses -o $@ + + v3_create: v3_create.c ezxml.c libv3_ctrl.a $(CC) $(CFLAGS) $^ -lv3_ctrl -L. -o $@