blob: a33e175710b890bcb6d715d72892bcc53ccec475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
noinst_LTLIBRARIES = libarcharmv7operands.la
libarcharmv7operands_la_SOURCES = \
maccess.h maccess.c \
offset.h offset.c \
reglist.h reglist.c \
rotation.h rotation.c \
shift.h shift.c
libarcharmv7operands_la_LIBADD =
libarcharmv7operands_la_CFLAGS = $(AM_CFLAGS)
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
|