6 lines
203 B
Makefile
6 lines
203 B
Makefile
INCLUDES = -I$(top_srcdir)/src/gdb -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes)
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libxsvf.a
|
|
noinst_HEADERS = xsvf.h
|
|
libxsvf_a_SOURCES = xsvf.c
|