Instead of defining the macro _R_(), define __attribute__() as a macro for compilers that do not support __attribute__(), namely Microsoft Visual Studio. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
9 lines
230 B
Makefile
9 lines
230 B
Makefile
AM_CPPFLAGS = -I${srcdir}/../include "-D_U_=__attribute__((unused))"
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
AM_LDFLAGS = -no-undefined
|
|
LIBS = ../lib/libiscsi.la
|
|
|
|
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-perf iscsi-readcapacity16 \
|
|
iscsi-swp
|
|
|