Mercurial > audlegacy-plugins
view src/adplug/Makefile @ 304:3d0b7ca9c8eb trunk
[svn] - add pn_draw_dot() and convert some functions to use that instead of redundant checks all over the code.
| author | nenolod |
|---|---|
| date | Thu, 23 Nov 2006 00:02:25 -0800 |
| 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
