Mercurial > audlegacy-plugins
comparison src/Output/CoreAudio/Makefile @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:13389e613d67 |
|---|---|
| 1 include ../../../mk/rules.mk | |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libcoreaudio$(SHARED_SUFFIX) | |
| 5 | |
| 6 noinst_HEADERS = coreaudio.h | |
| 7 | |
| 8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 9 | |
| 10 LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio | |
| 11 SOURCES = coreaudio.c mixer.c about.c configure.c audio.c init.c convert.c dbconvert.c | |
| 12 | |
| 13 OBJECTS = ${SOURCES:.c=.o} | |
| 14 | |
| 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../.. | |
| 16 | |
| 17 include ../../../mk/objective.mk |
