annotate Plugins/Input/musepack/Makefile.in @ 623:9938d9e87a71 trunk

[svn] Musepack build fix by NhJm.
author chainsaw
date Mon, 06 Feb 2006 16:47:35 -0800
parents e9cf6c7c6623
children 97a2cd0c782a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
618
e9cf6c7c6623 [svn] Fix building of the musepack plugin.
chainsaw
parents: 588
diff changeset
1 include ../../../mk/rules.mk
e9cf6c7c6623 [svn] Fix building of the musepack plugin.
chainsaw
parents: 588
diff changeset
2 include ../../../mk/objective.mk
293
9b191695629c [svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff changeset
3
588
113833e5ab1c [svn] Musepack conversion
nenolod
parents: 293
diff changeset
4 OBJECTIVE_LIBS = libmpc.so
293
9b191695629c [svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff changeset
5
588
113833e5ab1c [svn] Musepack conversion
nenolod
parents: 293
diff changeset
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
293
9b191695629c [svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff changeset
7
623
9938d9e87a71 [svn] Musepack build fix by NhJm.
chainsaw
parents: 618
diff changeset
8 SOURCES = equalizer.cpp libmpc.cpp
293
9b191695629c [svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff changeset
9
623
9938d9e87a71 [svn] Musepack build fix by NhJm.
chainsaw
parents: 618
diff changeset
10 LIBADD = -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS)
293
9b191695629c [svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
diff changeset
11
588
113833e5ab1c [svn] Musepack conversion
nenolod
parents: 293
diff changeset
12 OBJECTS = ${SOURCES:.cpp=.o}
113833e5ab1c [svn] Musepack conversion
nenolod
parents: 293
diff changeset
13
623
9938d9e87a71 [svn] Musepack build fix by NhJm.
chainsaw
parents: 618
diff changeset
14 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) -I../../../intl -I../../..
9938d9e87a71 [svn] Musepack build fix by NhJm.
chainsaw
parents: 618
diff changeset
15
618
e9cf6c7c6623 [svn] Fix building of the musepack plugin.
chainsaw
parents: 588
diff changeset
16 CXXFLAGS = $(CFLAGS)