Mercurial > audlegacy-plugins
comparison src/amidi-plug/backend-alsa/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | e2904348f154 |
children | 1ad002ce1bd0 |
comparison
equal
deleted
inserted
replaced
2005:e2904348f154 | 2006:a56a26a5f233 |
---|---|
1 PLUGIN = ap-alsa$(PLUGIN_SUFFIX) | 1 PLUGIN = ap-alsa$(PLUGIN_SUFFIX) |
2 plugindir = audacious/$(AMIDIPLUG_BACKEND_DIR) | |
3 | |
4 noinst_HEADERS = b-alsa.h b-alsa-config.h backend-alsa-icon.xpm | 2 noinst_HEADERS = b-alsa.h b-alsa-config.h backend-alsa-icon.xpm |
5 | 3 |
6 SRCS = b-alsa.c | 4 SRCS = b-alsa.c |
7 | 5 |
8 include ../../../buildsys.mk | 6 include ../../../buildsys.mk |
9 include ../../../extra.mk | 7 include ../../../extra.mk |
10 | 8 |
9 plugindir := $(plugindir)/$(AMIDIPLUG_BACKEND_DIR) | |
10 | |
11 CFLAGS += $(PLUGIN_CFLAGS) $(ALSA_CFLAGS) | 11 CFLAGS += $(PLUGIN_CFLAGS) $(ALSA_CFLAGS) |
12 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(ALSA_CFLAGS) $(GLIB_CFLAGS) -I../../.. | 12 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(ALSA_CFLAGS) $(GLIB_CFLAGS) -I../../.. |
13 LIBS += $(ALSA_LIBS) ../pcfg/libpcfg.a | 13 LIBS += $(ALSA_LIBS) ../pcfg/libpcfg.a |