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 = \ button.h \ checkbox.h \ colour.h \ eventhandler.h \ filelineedit.h \ font.h \ globalcontext.h \ guievent.h \ img_back.h \ img_font.h \ img_test.h \ label.h \ led.h \ lineedit.h \ nativewindow.h \ nativewindow_win32.h \ nativewindow_x11.h \ painter.h \ pixelbuffer.h \ plugingui.h \ slider.h \ widget.h \ window.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