Mercurial > audlegacy-plugins
annotate src/arts/Makefile @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
author | giacomo |
---|---|
date | Sun, 17 Dec 2006 08:46:44 -0800 |
parents | 0c50f248ed10 |
children | 550c9e382cf8 |
rev | line source |
---|---|
17 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 SUBDIRS = arts_helper | |
5 | |
6 SOURCES = arts.c configure.c audio.c convert.c | |
7 | |
8 OBJECTIVE_LIBS = libarts$(SHARED_SUFFIX) | |
9 | |
10 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
11 | |
388 | 12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -Wall $(ARTSC_CFLAGS) -I../../intl -I../.. |
13 LIBADD = $(GTK_LIBS) $(ARTSC_LIBS) -lpthread | |
17 | 14 |
15 OBJECTS = ${SOURCES:.c=.o} | |
16 | |
17 include ../../mk/objective.mk |