Mercurial > audlegacy-plugins
view src/adplug/Makefile @ 124:f356655ed806 trunk
[svn] - push from p4://depot/svn-audacious-plugins-devel/virt-branches/trunk/a52dec:
+ add audacious VFS support to a52dec
author | nenolod |
---|---|
date | Thu, 26 Oct 2006 01:52:38 -0700 |
parents | cf1054422f81 |
children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk SUBDIRS = core OBJECTIVE_LIBS = libadplug$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./core/libadplugcore.a $(BINIO_LIBS) -lstdc++ SOURCES = adplug-xmms.cc OBJECTS = ${SOURCES:.cc=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \ -I../../intl -I../.. -I./core CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \ -I../../intl -I../.. -I./core include ../../mk/objective.mk