aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/Makefile.am
blob: 97e38258a1705e7317849831be4db2aca1e81d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LTLIBRARIES += %D%/libocdaice.la

%C%_libocdaice_la_CPPFLAGS = -I$(top_srcdir)/src/jtag/drivers $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS) $(LIBUSB0_CFLAGS)
%C%_libocdaice_la_SOURCES = \
	%D%/aice_transport.c \
	%D%/aice_interface.c \
	%D%/aice_port.c \
	%D%/aice_usb.c \
	%D%/aice_pipe.c \
	%D%/aice_transport.h \
	%D%/aice_interface.h \
	%D%/aice_port.h \
	%D%/aice_usb.h \
	%D%/aice_pipe.h