Mercurial > audlegacy-plugins
comparison src/arts/arts_helper/Makefile @ 22:eab0c4241348 trunk
[svn] - finish up on the Makefile reduction
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:53:06 -0700 |
parents | |
children | f5eb1da48084 |
comparison
equal
deleted
inserted
replaced
21:5dfe560466c9 | 22:eab0c4241348 |
---|---|
1 include ../../../mk/rules.mk | |
2 include ../../../mk/init.mk | |
3 | |
4 SOURCES = arts_helper.c | |
5 | |
6 OBJECTIVE_BINS = audacious-arts-helper | |
7 | |
8 LDFLAGS = -Wl,-export-dynamic | |
9 LIBADD = $(ARTSC_LIBS) | |
10 | |
11 CFLAGS += $(ARTSC_CFLAGS) -I../../../../intl -I../../../.. | |
12 | |
13 OBJECTS = ${SOURCES:.c=.o} | |
14 | |
15 include ../../../mk/objective.mk |