Mercurial > audlegacy
annotate Plugins/Output/arts/Makefile.in @ 1083:9414f79e856f trunk
[svn] - disable expand/fill
author | nenolod |
---|---|
date | Fri, 19 May 2006 13:09:35 -0700 |
parents | e9509e909193 |
children | e402e0217870 |
rev | line source |
---|---|
810
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
1 include ../../../mk/rules.mk |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
2 include ../../../mk/objective.mk |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
3 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
4 SUBDIRS = arts_helper |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
5 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
6 SOURCES = arts.c configure.c audio.c convert.c |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
7 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
8 OBJECTIVE_LIBS = libarts.so |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
9 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
10 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
11 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
12 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -Wall $(ARTSC_CFLAGS) -I../../../intl -I../../.. |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
13 LIBADD = $(GTK_LIBS) $(ARTSC_LIBS) -lpthread |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
14 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
diff
changeset
|
15 OBJECTS = ${SOURCES:.c=.o} |