summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
blob: 4d64be1b14b5ac0da63e41723fc25ab33e4663be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
bin_PROGRAMS = plugingui

include Makefile.am.plugingui
#include $(top_srcdir)/src/Makefile.am.drumgizmo

plugingui_LDADD = $(SNDFILE_LIBS) $(PTHREAD_LIBS) $(EXPAT_LIBS) -ldl -lX11

plugingui_CXXFLAGS = $(SNDFILE_CXXFLAGS) $(PTHREAD_CFLAGS) $(EXPAT_CFLAGS) -I$(top_srcdir)/include $(PLUGIN_GUI_CFLAGS) -I$(top_srcdir)/src -DSTANDALONE -DX11 -DUSE_THREAD

plugingui_CFLAGS = $(plugingui_CXXFLAGS)

plugingui_SOURCES = \
	$(PLUGIN_GUI_SOURCES) \
	$(top_srcdir)/src/thread.cc

#	$(DRUMGIZMO_SOURCES)

EXTRA_DIST = \
	guievent.h \
	eventhandler.h \
	globalcontext.h \
	plugingui.h \
	pixelbuffer.h \
	colour.h \
	font.h \
	filelineedit.h \
	led.h \
	window.h \
	widget.h \
	lineedit.h \
	button.h \
	label.h \
	painter.h \
	img_font.h \
	img_back.h \
	checkbox.h \
	slider.h

################
# Test Section #
################

TEST_SOURCE_DEPS = ${EXTRA_DIST}
TEST_SCRIPT_DIR = $(top_srcdir)/tools

include ${TEST_SCRIPT_DIR}/Makefile.am.test

include Makefile.am.test