Mercurial > audlegacy-plugins
annotate 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 |
rev | line source |
---|---|
17 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
146
03cfb311eafd
[svn] - spectrum analyzer plugin based on blurscope and a little of xmms-finespectrum
nenolod
parents:
17
diff
changeset
|
4 OBJECTIVE_LIBS = libspectrum$(SHARED_SUFFIX) |
17 | 5 |
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | |
7 | |
388 | 8 LIBADD = $(GTK_LIBS) |
17 | 9 |
146
03cfb311eafd
[svn] - spectrum analyzer plugin based on blurscope and a little of xmms-finespectrum
nenolod
parents:
17
diff
changeset
|
10 SOURCES = spectrum.c |
17 | 11 |
12 OBJECTS = ${SOURCES:.c=.o} | |
13 | |
388 | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
17 | 15 |
16 include ../../mk/objective.mk |