make/cmake cliparser lib and remove redundant getopt from reveng

This commit is contained in:
Philippe Teuwen 2020-04-19 12:14:56 +02:00
commit 4967096e3b
9 changed files with 37 additions and 123 deletions

View file

@ -0,0 +1,11 @@
MYSRCPATHS =
MYINCLUDES = -I../../../common -I../../../include -I../../src
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
MYDEFS =
MYSRCS = \
argtable3.c \
cliparser.c
LIB_A = libcliparser.a
include ../../../Makefile.host