Mercurial > audlegacy-plugins
comparison src/OSS/Makefile @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
author | giacomo |
---|---|
date | Sun, 17 Dec 2006 08:46:44 -0800 |
parents | 0c50f248ed10 |
children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
387:0c50f248ed10 | 388:ad8e44bcdf8a |
---|---|
5 | 5 |
6 noinst_HEADERS = OSS.h soundcard.h | 6 noinst_HEADERS = OSS.h soundcard.h |
7 | 7 |
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | 8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) |
9 | 9 |
10 LIBADD = $(OSS_LIBS) $(GTK_LIBS) $(AUDACIOUS_LIBS) | 10 LIBADD = $(OSS_LIBS) $(GTK_LIBS) |
11 SOURCES = OSS.c mixer.c about.c configure.c audio.c init.c convert.c | 11 SOURCES = OSS.c mixer.c about.c configure.c audio.c init.c convert.c |
12 | 12 |
13 OBJECTS = ${SOURCES:.c=.o} | 13 OBJECTS = ${SOURCES:.c=.o} |
14 | 14 |
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../.. | 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. |
16 | 16 |
17 include ../../mk/objective.mk | 17 include ../../mk/objective.mk |