Mercurial > audlegacy-plugins
view src/spectrum/Makefile @ 435:c18fd1befd1f trunk
[svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir
author | giacomo |
---|---|
date | Mon, 15 Jan 2007 12:38:45 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libspectrum$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = spectrum.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. include ../../mk/objective.mk