annotate src/arts/arts_helper/Makefile @ 62:4a352dd2a91c trunk

[svn] - be a little smarter about this
author nenolod
date Sat, 30 Sep 2006 21:40:46 -0700
parents f5eb1da48084
children cbcb6d2154bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
1 include ../../../mk/rules.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
2 include ../../../mk/init.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
3
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
4 SOURCES = arts_helper.c
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
5
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
6 OBJECTIVE_BINS = audacious-arts-helper
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
7
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
8 LDFLAGS = -Wl,-export-dynamic
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
9 LIBADD = $(ARTSC_LIBS)
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
10
30
f5eb1da48084 [svn] - last one
nenolod
parents: 22
diff changeset
11 CFLAGS += $(ARTSC_CFLAGS) -I../../../intl -I../../..
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
12
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
13 OBJECTS = ${SOURCES:.c=.o}
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
14
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
15 include ../../../mk/objective.mk