Mercurial > audlegacy-plugins
comparison src/Input/modplug/Makefile.in @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:13389e613d67 |
|---|---|
| 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 |
