summaryrefslogtreecommitdiff
path: root/src/arch/instructions/Makefile.am
blob: d6fc4bd5d6ede0e0f040718362ace8c38d07a477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

noinst_LTLIBRARIES = libarchinstructions.la libarchinstructionsui.la

libarchinstructions_la_SOURCES =			\
	raw-int.h								\
	raw.h raw.c								\
	undefined-int.h							\
	undefined.h undefined.c

libarchinstructions_la_CFLAGS = $(LIBGOBJ_CFLAGS)

libarchinstructionsui_la_SOURCES =			\
	raw-ui.h raw-ui.c						\
	undefined-ui.h undefined-ui.c

libarchinstructionsui_la_CFLAGS = $(LIBGTK4_CFLAGS)


devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)

dev_HEADERS = $(libarchinstructions_la_SOURCES:%c=)