annotate src/modplug/Makefile @ 41:f46ea650face
trunk
[svn] - release the audio buffer used by HAL when we close the device.
| author |
nenolod |
| date |
Wed, 20 Sep 2006 00:48:59 -0700 |
| parents |
cf1054422f81 |
| children |
6b5a52635b3b |
| rev |
line source |
|
17
|
1 include ../../mk/rules.mk
|
|
|
2 include ../../mk/init.mk
|
|
|
3
|
|
|
4 OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX)
|
|
|
5 SUBDIRS = archive gui
|
|
|
6
|
|
|
7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
|
|
|
8
|
|
|
9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl
|
|
|
10 LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a
|
|
|
11 SOURCES = plugin.cxx modplugbmp.cxx
|
|
|
12
|
|
|
13 OBJECTS = ${SOURCES:.cxx=.o}
|
|
|
14
|
|
|
15 include ../../mk/objective.mk
|