Mercurial > audlegacy-plugins
comparison src/alsa/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:38:44 -0700 |
parents | |
children | 0c50f248ed10 |
comparison
equal
deleted
inserted
replaced
16:ada5b8bf1471 | 17:cf1054422f81 |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libALSA$(SHARED_SUFFIX) | |
5 | |
6 noinst_HEADERS = alsa.h | |
7 | |
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
9 | |
10 LIBADD = $(GTK_LIBS) $(ALSA_LIBS) -lpthread | |
11 SOURCES = alsa.c about.c audio.c configure.c init.c | |
12 | |
13 OBJECTS = ${SOURCES:.c=.o} | |
14 | |
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ALSA_CFLAGS) \ | |
16 -I../../intl -I../.. | |
17 | |
18 include ../../mk/objective.mk |