Mercurial > audlegacy-plugins
annotate src/wavpack/Makefile @ 466:20657d994de8 trunk
[svn] Handle inline metadata. Parsing of tags needs work before it will not crash on
occasion, so it's disabled for now.
author | iabervon |
---|---|
date | Sat, 20 Jan 2007 23:31:12 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
rev | line source |
---|---|
109 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libwavpack$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
7 | |
8 SOURCES = tags.cxx ui.cxx libwavpack.cxx | |
9 | |
388 | 10 LIBADD = -L/usr/local/lib $(WAVPACK_LIBS) |
109 | 11 |
388 | 12 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(WAVPACK_CFLAGS) -I../../intl -I../.. |
109 | 13 |
253
ab24cfe495e0
[svn] Port to NewVFS file probe & add explicit cast to silence warning, thanks to spb.
chainsaw
parents:
111
diff
changeset
|
14 LDFLAGS += -lstdc++ |
ab24cfe495e0
[svn] Port to NewVFS file probe & add explicit cast to silence warning, thanks to spb.
chainsaw
parents:
111
diff
changeset
|
15 |
109 | 16 OBJECTS = ${SOURCES:.cxx=.o} |
17 | |
18 include ../../mk/objective.mk |