Mercurial > audlegacy
annotate Plugins/Visualization/blur_scope/Makefile.am @ 416:cb00a4b01302 trunk
[svn] Convert to produce_audio usage.
| author | chainsaw |
|---|---|
| date | Tue, 10 Jan 2006 16:50:39 -0800 |
| parents | fa848bd484d8 |
| children | 0db65eaafe24 |
| rev | line source |
|---|---|
| 61 | 1 lib_LTLIBRARIES = libbscope.la |
| 2 | |
| 3 libdir = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | |
| 4 | |
| 5 libbscope_la_LDFLAGS = $(PLUGIN_LDFLAGS) | |
| 6 libbscope_la_LIBADD = $(GTK_LIBS) | |
| 7 | |
| 8 COMMON_SRC = blur_scope.c blur_scope.h config.c | |
| 9 | |
| 10 if USE_X86ASM | |
| 11 | |
| 12 EXTRA_SRC = blur_8.s | |
| 13 | |
| 14 endif | |
| 15 | |
| 16 EXTRA_DIST = blur_8.s xmms_logo.xpm bscope_logo.xpm | |
| 17 | |
| 18 libbscope_la_SOURCES = $(COMMON_SRC) $(EXTRA_SRC) | |
| 19 | |
| 20 INCLUDES = $(GTK_CFLAGS) $(ARCH_DEFINES) -I$(top_builddir)/intl -I$(top_srcdir) |
