Mercurial > audlegacy
annotate Plugins/Input/musepack/Makefile.in @ 964:bf06569fb0b4 trunk
[svn] Quick n dirty unicode hack pending taglib-1.5.
See http://bugs.kde.org/show_bug.cgi?id=126192
author | nemo |
---|---|
date | Mon, 24 Apr 2006 12:49:51 -0700 |
parents | 9938d9e87a71 |
children | 97a2cd0c782a |
rev | line source |
---|---|
618 | 1 include ../../../mk/rules.mk |
2 include ../../../mk/objective.mk | |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff
changeset
|
3 |
588 | 4 OBJECTIVE_LIBS = libmpc.so |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff
changeset
|
5 |
588 | 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff
changeset
|
7 |
623 | 8 SOURCES = equalizer.cpp libmpc.cpp |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff
changeset
|
9 |
623 | 10 LIBADD = -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS) |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff
changeset
|
11 |
588 | 12 OBJECTS = ${SOURCES:.cpp=.o} |
13 | |
623 | 14 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) -I../../../intl -I../../.. |
15 | |
618 | 16 CXXFLAGS = $(CFLAGS) |