Mercurial > audlegacy-plugins
annotate src/spectrum/Makefile @ 156:f52e866d7d8e trunk
[svn] - use user-friendly names in most places
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 12:35:04 -0800 |
parents | 03cfb311eafd |
children | 0c50f248ed10 |
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 | |
8 LIBADD = $(GTK_LIBS) | |
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 | |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | |
15 | |
16 include ../../mk/objective.mk |