Mercurial > audlegacy-plugins
annotate src/OSS/Makefile @ 387:0c50f248ed10 trunk
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 07:06:34 -0800 |
| parents | cf1054422f81 |
| children | ad8e44bcdf8a |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libOSS$(SHARED_SUFFIX) | |
| 5 | |
| 6 noinst_HEADERS = OSS.h soundcard.h | |
| 7 | |
| 8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 9 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
10 LIBADD = $(OSS_LIBS) $(GTK_LIBS) $(AUDACIOUS_LIBS) |
| 17 | 11 SOURCES = OSS.c mixer.c about.c configure.c audio.c init.c convert.c |
| 12 | |
| 13 OBJECTS = ${SOURCES:.c=.o} | |
| 14 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../.. |
| 17 | 16 |
| 17 include ../../mk/objective.mk |
